From b0aad2719cc83af791193d6fb10e07f576c75a5c Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 06 六月 2025 16:52:56 +0800 Subject: [PATCH] 数据库备份 --- sql/cashier.sql | 35679 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 35,679 insertions(+), 0 deletions(-) diff --git a/sql/cashier.sql b/sql/cashier.sql new file mode 100644 index 0000000..1e352e7 --- /dev/null +++ b/sql/cashier.sql @@ -0,0 +1,35679 @@ +/* + Navicat Premium Data Transfer + + Source Server : 收银 + Source Server Type : MySQL + Source Server Version : 50738 + Source Host : localhost:10633 + Source Schema : cashier + + Target Server Type : MySQL + Target Server Version : 50738 + File Encoding : 65001 + + Date: 05/06/2025 10:26:45 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for gen_table +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table`; +CREATE TABLE `gen_table` ( + `table_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号', + `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '表名称', + `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '表描述', + `sub_table_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '关联子表的表名', + `sub_table_fk_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '子表关联的外键名', + `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '实体类名称', + `tpl_category` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)', + `package_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成包路径', + `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成模块名', + `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成业务名', + `function_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成功能名', + `function_author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成功能作者', + `gen_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)', + `gen_path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '/' COMMENT '生成路径(不填默认项目路径)', + `options` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '其它生成选项', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`table_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 53 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '代码生成业务表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of gen_table +-- ---------------------------- +INSERT INTO `gen_table` VALUES (1, 't_car', '车辆管理', NULL, NULL, 'TCar', 'crud', 'com.ruoyi.car', 'car', 'car', '车辆管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (2, 't_car_day_mileage', '车辆日里程', NULL, NULL, 'TCarDayMileage', 'crud', 'com.ruoyi.car', 'car', 'mileage', '车辆日里程', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (3, 't_car_dispose', '车辆处置', NULL, NULL, 'TCarDispose', 'crud', 'com.ruoyi.car', 'car', 'dispose', '车辆处置', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (4, 't_car_inspect_annually', '车辆年检', NULL, NULL, 'TCarInspectAnnually', 'crud', 'com.ruoyi.car', 'car', 'annually', '车辆年检', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (5, 't_car_maintenance', '车辆维修', NULL, NULL, 'TCarMaintenance', 'crud', 'com.ruoyi.car', 'car', 'maintenance', '车辆维修', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (6, 't_car_service', '车辆保养', NULL, NULL, 'TCarService', 'crud', 'com.ruoyi.car', 'car', 'service', '车辆保养', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (7, 't_car_service_project', '车辆保养项目', NULL, NULL, 'TCarServiceProject', 'crud', 'com.ruoyi.car', 'car', 'project', '车辆保养项目', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (8, 't_car_warn_record', '车辆预警记录', NULL, NULL, 'TCarWarnRecord', 'crud', 'com.ruoyi.car', 'car', 'record', '车辆预警记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (9, 't_car_warranty', '保单管理', NULL, NULL, 'TCarWarranty', 'crud', 'com.ruoyi.car', 'car', 'warranty', '保单管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:42:44', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (10, 't_car_accreditation', '车辆办证记录', NULL, NULL, 'TCarAccreditation', 'crud', 'com.ruoyi.car', 'car', 'accreditation', '车辆办证记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (11, 't_car_device', '车辆管理设备', NULL, NULL, 'TCarDevice', 'crud', 'com.ruoyi.car', 'car', 'device', '车辆管理设备', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (12, 't_car_maintenance_project', '车辆维修项目', NULL, NULL, 'TCarMaintenanceProject', 'crud', 'com.ruoyi.car', 'car', 'project', '车辆维修项目', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (13, 't_car_servicing', '车辆整备', NULL, NULL, 'TCarServicing', 'crud', 'com.ruoyi.car', 'car', 'servicing', '车辆整备', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (14, 't_car_servicing_project', '车辆整备项目', NULL, NULL, 'TCarServicingProject', 'crud', 'com.ruoyi.car', 'car', 'project', '车辆整备项目', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (15, 't_car_to_user', '用户-车辆关联表', NULL, NULL, 'TCarToUser', 'crud', 'com.ruoyi.car', 'car', 'user', '用户-车辆关联', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (16, 't_car_type', '车型配置', NULL, NULL, 'TCarType', 'crud', 'com.ruoyi.car', 'car', 'type', '车型配置', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (17, 't_car_warranty_config', '停保规则设置', NULL, NULL, 'TCarWarrantyConfig', 'crud', 'com.ruoyi.car', 'car', 'config', '停保规则设置', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (18, 't_car_wealthy_family', '上户记录', NULL, NULL, 'TCarWealthyFamily', 'crud', 'com.ruoyi.car', 'car', 'family', '上户记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-05 16:43:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (19, 't_contract', '合同管理', NULL, NULL, 'TContract', 'crud', 'com.ruoyi.car', 'car', 'contract', '合同管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:03:56', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (20, 't_contract_audit_record', '合同审核表', NULL, NULL, 'TContractAuditRecord', 'crud', 'com.ruoyi.car', 'car', 'record', '合同审核', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:03:56', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (21, 't_contract_return_car', '退车申请', NULL, NULL, 'TContractReturnCar', 'crud', 'com.ruoyi.car', 'car', 'car', '退车申请', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:03:57', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (22, 't_contract_accident_cost', '合同期内事故费用', NULL, NULL, 'TContractAccidentCost', 'crud', 'com.ruoyi.car', 'car', 'cost', '合同期内事故费用', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (23, 't_contract_check_car_form', '验车单信息', NULL, NULL, 'TContractCheckCarForm', 'crud', 'com.ruoyi.car', 'car', 'form', '验车单信息', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (24, 't_contract_check_car_matter', '验车事项', NULL, NULL, 'TContractCheckCarMatter', 'crud', 'com.ruoyi.car', 'car', 'matter', '验车事项', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (25, 't_contract_handover', '合同交车信息', NULL, NULL, 'TContractHandover', 'crud', 'com.ruoyi.car', 'car', 'handover', '合同交车信息', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (26, 't_contract_other_cost', '合同其他费用', NULL, NULL, 'TContractOtherCost', 'crud', 'com.ruoyi.car', 'car', 'cost', '合同其他费用', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (27, 't_contract_overdue_rent', '逾期租金', NULL, NULL, 'TContractOverdueRent', 'crud', 'com.ruoyi.car', 'car', 'rent', '逾期租金', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (28, 't_contract_payment_plan', '合同付款计划', NULL, NULL, 'TContractPaymentPlan', 'crud', 'com.ruoyi.car', 'car', 'plan', '合同付款计划', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (29, 't_contract_violation_cost', '合同期内违章费用', NULL, NULL, 'TContractViolationCost', 'crud', 'com.ruoyi.car', 'car', 'cost', '合同期内违章费用', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:04:19', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (30, 't_company_shop', '公司门店', NULL, NULL, 'TCompanyShop', 'crud', 'com.ruoyi.car', 'car', 'shop', '公司门店', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:06', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (31, 't_company_shop_electronic', '门店电子围栏', NULL, NULL, 'TCompanyShopElectronic', 'crud', 'com.ruoyi.car', 'car', 'electronic', '门店电子围栏', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (32, 't_company_shop_to_electronic', '门店-电子围栏关系表', NULL, NULL, 'TCompanyShopToElectronic', 'crud', 'com.ruoyi.car', 'car', 'electronic', '门店-电子围栏关系', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (33, 't_company_violation_config', '客户(公司)违章查询', NULL, NULL, 'TCompanyViolationConfig', 'crud', 'com.ruoyi.car', 'car', 'config', '客户(公司)违章查询', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:12', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (34, 't_company', '客户管理', NULL, NULL, 'TCompany', 'crud', 'com.ruoyi.car', 'car', 'company', '客户管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:26', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (35, 't_company_shop_to_user', '门店-用户关联表', NULL, NULL, 'TCompanyShopToUser', 'crud', 'com.ruoyi.car', 'car', 'user', '门店-用户关联', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:26', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (36, 't_company_to_user', '客户(公司)-用户关联表', NULL, NULL, 'TCompanyToUser', 'crud', 'com.ruoyi.car', 'car', 'user', '客户(公司)-用户关联', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:26', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (37, 't_import_log_contract', '合同导入详细信息', NULL, NULL, 'TImportLogContract', 'crud', 'com.ruoyi.car', 'car', 'contract', '合同导入详细信息', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:36', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (38, 't_import_log_service', '保养导入详细记录', NULL, NULL, 'TImportLogService', 'crud', 'com.ruoyi.car', 'car', 'service', '保养导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:36', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (39, 't_import_log_warranty', '保单导入详细记录', NULL, NULL, 'TImportLogWarranty', 'crud', 'com.ruoyi.car', 'car', 'warranty', '保单导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:05:36', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (40, 't_import_log_exist_car', '已有车辆导入详细记录', NULL, NULL, 'TImportLogExistCar', 'crud', 'com.ruoyi.car', 'car', 'car', '已有车辆导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (41, 't_import_log_new_car', '新车导入详细记录', NULL, NULL, 'TImportLogNewCar', 'crud', 'com.ruoyi.car', 'car', 'car', '新车导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (42, 't_import_log_wealthy', '上户导入详细记录', NULL, NULL, 'TImportLogWealthy', 'crud', 'com.ruoyi.car', 'car', 'wealthy', '上户导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (43, 't_import_record', '导入记录', NULL, NULL, 'TImportRecord', 'crud', 'com.ruoyi.car', 'car', 'record', '导入记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:07', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (44, 't_import_log_device', '设备导入详细信息', NULL, NULL, 'TImportLogDevice', 'crud', 'com.ruoyi.car', 'car', 'device', '设备导入详细信息', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:18', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (45, 't_import_log_violation', '违章导入详细记录', NULL, NULL, 'TImportLogViolation', 'crud', 'com.ruoyi.car', 'car', 'violation', '违章导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:18', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (46, 't_import_log_violation_picture', '违章图片导入详细记录', NULL, NULL, 'TImportLogViolationPicture', 'crud', 'com.ruoyi.car', 'car', 'picture', '违章图片导入详细记录', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:18', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (47, 't_repair_shop', '修理厂管理', NULL, NULL, 'TRepairShop', 'crud', 'com.ruoyi.car', 'car', 'shop', '修理厂管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:26', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (48, 't_system_config', '系统规则配置', NULL, NULL, 'TSystemConfig', 'crud', 'com.ruoyi.car', 'car', 'config', '系统规则配置', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:26', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (49, 't_approve_config', '审批流配置', NULL, NULL, 'TApproveConfig', 'crud', 'com.ruoyi.car', 'car', 'config', '审批流配置', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:33', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (50, 't_repair_shop_to_user', '修理厂-用户关系表', NULL, NULL, 'TRepairShopToUser', 'crud', 'com.ruoyi.car', 'car', 'user', '修理厂-用户关系', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:33', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (51, 't_violation_manage', '违章管理', NULL, NULL, 'TViolationManage', 'crud', 'com.ruoyi.car', 'car', 'manage', '违章管理', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-07 16:06:33', '', NULL, NULL); +INSERT INTO `gen_table` VALUES (52, 'sys_user_role', '用户和角色关联表', NULL, NULL, 'SysUserRole', 'crud', 'com.ruoyi.car', 'car', 'role', '用户和角色关联', 'xiaochen', '0', '/', NULL, 'admin', '2023-06-12 16:35:27', '', NULL, NULL); + +-- ---------------------------- +-- Table structure for gen_table_column +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table_column`; +CREATE TABLE `gen_table_column` ( + `column_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号', + `table_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '归属表编号', + `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列名称', + `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列描述', + `column_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列类型', + `java_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'JAVA类型', + `java_field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'JAVA字段名', + `is_pk` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否主键(1是)', + `is_increment` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否自增(1是)', + `is_required` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否必填(1是)', + `is_insert` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否为插入字段(1是)', + `is_edit` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否编辑字段(1是)', + `is_list` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否列表字段(1是)', + `is_query` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否查询字段(1是)', + `query_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)', + `html_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)', + `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', + `sort` int(11) NULL DEFAULT NULL COMMENT '排序', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`column_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 665 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '代码生成业务表字段' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of gen_table_column +-- ---------------------------- +INSERT INTO `gen_table_column` VALUES (1, '1', 'id', '主键', 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (2, '1', 'carNumber', '车牌号', 'varchar(255)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (3, '1', 'drivingLicense', '行驶证', 'varchar(255)', 'String', 'drivingLicense', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (4, '1', 'carVinNumber', '车架号', 'varchar(255)', 'String', 'carVinNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (5, '1', 'carEngineNumber', '发动机号', 'varchar(255)', 'String', 'carEngineNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (6, '1', 'typeId', '车型id', 'int(11)', 'Long', 'typeId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (7, '1', 'carType', '品牌车型', 'varchar(255)', 'String', 'carType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (8, '1', 'carColor', '车辆颜色 1=白色、2=黑色、3=银色、4=灰色、5=红色、6=蓝色、7=绿色、8=黄色、9=金色、10=紫色、11=橙色、12=其他', 'int(1)', 'Integer', 'carColor', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (9, '1', 'state', '状态1= 待上户、2=待办证、3=待整备、4=待租、5=已租、6=已处置', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (10, '1', 'stateTime', '状态变更时间', 'datetime', 'Date', 'stateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (11, '1', 'stateDay', '状态天数', 'int(11)', 'Long', 'stateDay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (12, '1', 'shopName', '所属门店名称', 'varchar(255)', 'String', 'shopName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (13, '1', 'shopId', '所属门店id', 'int(11)', 'Long', 'shopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (14, '1', 'purchaseTime', '购入日期', 'datetime', 'Date', 'purchaseTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 14, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (15, '1', 'warrantyTime', '质保日期', 'datetime', 'Date', 'warrantyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (16, '1', 'electronicFenceState', '电子围栏状态 1=异常,2=正常,3=未设置,4=未安装设备', 'int(1)', 'Integer', 'electronicFenceState', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (17, '1', 'mileageSum', '里程总数', 'double(10,2)', 'BigDecimal', 'mileageSum', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (18, '1', 'carPicture', '车辆图片,逗号隔开', 'varchar(2056)', 'String', 'carPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 18, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (19, '1', 'operationCertificate', '运营证图片', 'varchar(255)', 'String', 'operationCertificate', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 19, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (20, '1', 'operationCertificateExpireTime', '车证到期时间', 'datetime', 'Date', 'operationCertificateExpireTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 20, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (21, '1', 'purchasePrice', '购入价格', 'decimal(10,2)', 'BigDecimal', 'purchasePrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (22, '1', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 22, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (23, '1', 'lastMaintenanceMileage', '上次保养里程', 'int(11)', 'Long', 'lastMaintenanceMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 23, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (24, '1', 'lastMaintenanceTime', '上次保养日期', 'datetime', 'Date', 'lastMaintenanceTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 24, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (25, '1', 'servicingTime', '整备日期', 'datetime', 'Date', 'servicingTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 25, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (26, '1', 'servicingRemark', '整备备注', 'varchar(255)', 'String', 'servicingRemark', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 26, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (27, '1', 'lastInspectAnnuallyTime', '上次年检日期', 'datetime', 'Date', 'lastInspectAnnuallyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 27, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (28, '1', 'initMlieage', '初始里程', 'double(10,2)', 'BigDecimal', 'initMlieage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 28, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (29, '1', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 29, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (30, '1', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 30, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (31, '1', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 31, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (32, '1', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 32, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (33, '1', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 33, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (34, '2', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (35, '2', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (36, '2', 'carNumber', '车牌号', 'varchar(16)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (37, '2', 'manageId', '所属司管id', 'int(11)', 'Long', 'manageId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (38, '2', 'driverId', '承租人id(司机)', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (39, '2', 'driverName', '承租人姓名', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (40, '2', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (41, '2', 'dayMileage', '日里程', 'int(11)', 'Long', 'dayMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (42, '2', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (43, '2', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (44, '2', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (45, '2', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (46, '2', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (47, '3', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (48, '3', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (49, '3', 'disposeWay', '处置方式 1车辆报废 2提前处置', 'varchar(255)', 'String', 'disposeWay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (50, '3', 'disposePerson', '处置人', 'varchar(255)', 'String', 'disposePerson', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (51, '3', 'disposeTime', '处置日期', 'datetime', 'Date', 'disposeTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (52, '3', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (53, '3', 'disposePicture', '处置照片,多个逗号隔开', 'varchar(255)', 'String', 'disposePicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (54, '3', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (55, '3', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (56, '3', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (57, '3', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (58, '3', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (59, '4', 'id', '', 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (60, '4', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (61, '4', 'inspectAnnuallyStartTime', '上次年检日期', 'datetime', 'Date', 'inspectAnnuallyStartTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 3, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (62, '4', 'inspectAnnuallyEndTime', '年检到期日', 'datetime', 'Date', 'inspectAnnuallyEndTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (63, '4', 'picture', '相关图片(逗号隔开)', 'text', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 5, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (64, '4', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (65, '4', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (66, '4', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (67, '4', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (68, '4', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (69, '4', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (70, '4', 'state', '状态 1不需年检 2需年检(20天需年检)', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', '2023-06-05 16:45:09'); +INSERT INTO `gen_table_column` VALUES (71, '5', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (72, '5', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (73, '5', 'driverId', '司机id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (74, '5', 'driverName', '承租人', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (75, '5', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (76, '5', 'repairShopId', '修理厂id', 'int(11)', 'Long', 'repairShopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (77, '5', 'maintenanceType', '维保类型 1维修 2事故', 'int(1)', 'Integer', 'maintenanceType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (78, '5', 'inFactoryTime', '进厂日期', 'datetime', 'Date', 'inFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (79, '5', 'outFactoryTime', '出厂日期', 'datetime', 'Date', 'outFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (80, '5', 'amount', '总金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (81, '5', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (82, '5', 'maintenanceAudit', '是否确认 1待确认 2已确认', 'int(1)', 'Integer', 'maintenanceAudit', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (83, '5', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (84, '5', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (85, '5', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (86, '5', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (87, '5', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (88, '6', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (89, '6', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (90, '6', 'repairShopId', '修理厂id', 'int(11)', 'Long', 'repairShopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (91, '6', 'driverId', '保养人id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (92, '6', 'driverName', '承租人姓名', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (93, '6', 'driverPhone', '承租人手机号', 'varchar(32)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (94, '6', 'inFactoryTime', '进厂日期', 'datetime', 'Date', 'inFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (95, '6', 'outFactoryTime', '出厂日期', 'datetime', 'Date', 'outFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (96, '6', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (97, '6', 'amount', '总金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (98, '6', 'state', '是否需要保养 1无需保养 2需保养', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (99, '6', 'maintenanceAudit', '是否确认 1待确认 2已确认', 'int(1)', 'Integer', 'maintenanceAudit', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (100, '6', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (101, '6', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (102, '6', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (103, '6', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (104, '6', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (105, '7', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (106, '7', 'serviceId', '保养id', 'int(11)', 'Long', 'serviceId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (107, '7', 'projectName', '项目名称', 'varchar(255)', 'String', 'projectName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (108, '7', 'unitPrice', '单价', 'decimal(10,2)', 'BigDecimal', 'unitPrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (109, '7', 'projectCount', '项目数量', 'int(11)', 'Long', 'projectCount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (110, '7', 'payer', '支付方 1公司支付 2司机支付', 'int(1)', 'Integer', 'payer', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (111, '7', 'amount', '总金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (112, '7', 'picture', '图片(多张逗号隔开)', 'varchar(2048)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (113, '7', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (114, '7', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (115, '7', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (116, '7', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (117, '7', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (118, '8', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (119, '8', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (120, '8', 'carNumber', '车牌号', 'varchar(16)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (121, '8', 'driverId', '司机id(承租人)预留', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (122, '8', 'warnType', '预警类型 1驶入 2驶出', 'int(1)', 'Integer', 'warnType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (123, '8', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (124, '8', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (125, '8', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (126, '8', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (127, '8', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (128, '9', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (129, '9', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (130, '9', 'insureType', '保险类型 1=商业险、2=交强险、3=承运人责任险、4=客伤险、5=盗抢险', 'int(1)', 'Integer', 'insureType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (131, '9', 'startTime', '开始时间', 'datetime', 'Date', 'startTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (132, '9', 'endTime', '结束时间', 'datetime', 'Date', 'endTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (133, '9', 'insureNumber', '保险单号', 'varchar(64)', 'String', 'insureNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (134, '9', 'insureCompanyName', '保险公司名称', 'varchar(255)', 'String', 'insureCompanyName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 7, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (135, '9', 'payTime', '付款日期', 'datetime', 'Date', 'payTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (136, '9', 'payObject', '付款对象 1=保险公司 2=保险代理 3=车辆供应商 4=第三方支付平台 5=政府机构', 'int(1)', 'Integer', 'payObject', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (137, '9', 'insureCost', '保险费用', 'decimal(10,2)', 'BigDecimal', 'insureCost', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (138, '9', 'insureAnnex', '保险附件', 'varchar(255)', 'String', 'insureAnnex', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (139, '9', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (140, '9', 'state', '状态 1正常 2已脱保 3已停保 4即将到期 5建议停保', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (141, '9', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (142, '9', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (143, '9', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (144, '9', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 17, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (145, '9', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-05 16:42:44', '', NULL); +INSERT INTO `gen_table_column` VALUES (146, '10', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (147, '10', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (148, '10', 'operationCertificate', '运营证图片', 'varchar(255)', 'String', 'operationCertificate', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (149, '10', 'operationCertificateExpireTime', '车证到期时间', 'datetime', 'Date', 'operationCertificateExpireTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (150, '10', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (151, '10', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (152, '10', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (153, '10', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (154, '10', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (155, '11', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (156, '11', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (157, '11', 'deviceType', '设备类型 1有线设备 2无线设备', 'int(1)', 'Integer', 'deviceType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (158, '11', 'deviceID', '设备id', 'varchar(64)', 'String', 'deviceID', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (159, '11', 'installTime', '安装日期', 'datetime', 'Date', 'installTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (160, '11', 'relay', '继电器 1已安装 2未安装', 'int(1)', 'Integer', 'relay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (161, '11', 'installBeforeMileage', '安装前里程', 'int(11)', 'Long', 'installBeforeMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (162, '11', 'lastLocateTime', '最近定位时间', 'datetime', 'Date', 'lastLocateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (163, '11', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (164, '11', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (165, '11', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (166, '11', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (167, '11', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (168, '12', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (169, '12', 'maintenanceId', '维修id', 'int(11)', 'Long', 'maintenanceId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (170, '12', 'projectName', '项目名称', 'varchar(255)', 'String', 'projectName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (171, '12', 'unitPrice', '单价', 'decimal(10,2)', 'BigDecimal', 'unitPrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (172, '12', 'projectCount', '项目数量', 'int(11)', 'Long', 'projectCount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (173, '12', 'payer', '支付方 1公司支付 2司机支付', 'int(1)', 'Integer', 'payer', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (174, '12', 'amount', '总金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (175, '12', 'picture', '图片(多张逗号隔开)', 'varchar(2048)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (176, '12', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (177, '12', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (178, '12', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (179, '12', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (180, '12', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (181, '13', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (182, '13', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (183, '13', 'servicingTime', '整备日期', 'datetime', 'Date', 'servicingTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (184, '13', 'servicingRemark', '整备备注', 'varchar(255)', 'String', 'servicingRemark', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (185, '13', 'servicingMoney', '整备金额', 'decimal(10,2)', 'BigDecimal', 'servicingMoney', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (186, '13', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (187, '13', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (188, '13', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (189, '13', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (190, '13', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (191, '14', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (192, '14', 'servicingId', '整备id', 'int(11)', 'Long', 'servicingId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (193, '14', 'projectName', '项目名称', 'varchar(255)', 'String', 'projectName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (194, '14', 'unitPrice', '单价', 'decimal(10,2)', 'BigDecimal', 'unitPrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (195, '14', 'projectCount', '数量', 'int(11)', 'Long', 'projectCount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (196, '14', 'amountSum', '总额', 'decimal(10,2)', 'BigDecimal', 'amountSum', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (197, '14', 'picture', '图片', 'varchar(255)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (198, '14', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (199, '14', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (200, '14', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (201, '14', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (202, '14', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (203, '15', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (204, '15', 'driverId', '司机id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (205, '15', 'carId', '用户id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (206, '16', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (207, '16', 'typeNumber', '车型编号', 'varchar(64)', 'String', 'typeNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (208, '16', 'carBrand', '车辆品牌', 'varchar(255)', 'String', 'carBrand', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (209, '16', 'carModel', '车辆型号', 'varchar(255)', 'String', 'carModel', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (210, '16', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (211, '16', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (212, '16', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (213, '16', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (214, '16', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (215, '17', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (216, '17', 'insureType', '保险类型 1=商业险、2=交强险、3=承运人责任险、4=客伤险、5=盗抢险', 'int(1)', 'Integer', 'insureType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (217, '17', 'stopInsure', '停保建议 1开启 0关闭', 'tinyint(1)', 'Integer', 'stopInsure', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (218, '17', 'carTypeId', '车型id(逗号隔开)', 'varchar(255)', 'String', 'carTypeId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (219, '17', 'insureRule', '规则内容 天数', 'int(11)', 'Long', 'insureRule', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (220, '17', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (221, '17', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (222, '17', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (223, '17', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (224, '17', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (225, '18', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (226, '18', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (227, '18', 'carNumber', '车牌号', 'varchar(255)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (228, '18', 'drivingLicense', '行驶证', 'varchar(255)', 'String', 'drivingLicense', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (229, '18', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (230, '18', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (231, '18', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 7, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (232, '18', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (233, '18', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-05 16:43:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (234, '19', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (235, '19', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (236, '19', 'carNumber', '车牌号', 'varchar(16)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (237, '19', 'driverId', '承租人id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (238, '19', 'driverName', '承租人姓名', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 5, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (239, '19', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (240, '19', 'signingId', '签约人id', 'varchar(255)', 'String', 'signingId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (241, '19', 'signingName', '签约人姓名', 'varchar(255)', 'String', 'signingName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (242, '19', 'signingPhone', '签约人手机号', 'varchar(16)', 'String', 'signingPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (243, '19', 'contractNumber', '合同编号', 'varchar(64)', 'String', 'contractNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (244, '19', 'contractType', '合同类型 1=纯租 2=以租代购 3=打工模式', 'int(1)', 'Integer', 'contractType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 11, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (245, '19', 'contractWay', '合同方式 1新签合同 2续签合同', 'int(1)', 'Integer', 'contractWay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (246, '19', 'startTime', '开始日期', 'datetime', 'Date', 'startTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 13, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (247, '19', 'endTime', '结束日期', 'datetime', 'Date', 'endTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 14, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (248, '19', 'managerId', '归属司管id(多个司管,逗号分隔)', 'varchar(255)', 'String', 'managerId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (249, '19', 'rentAmount', '租金', 'decimal(10,2)', 'BigDecimal', 'rentAmount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (250, '19', 'depositAmount', '押金', 'decimal(10,2)', 'BigDecimal', 'depositAmount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (251, '19', 'penaltyRatio', '违约金比例', 'int(11)', 'Long', 'penaltyRatio', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (252, '19', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 19, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (253, '19', 'paymentRemark', '付款计划备注说明', 'varchar(255)', 'String', 'paymentRemark', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 20, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (254, '19', 'contractAnnex', '合同附件', 'varchar(255)', 'String', 'contractAnnex', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (255, '19', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 22, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (256, '19', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 23, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (257, '19', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 24, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (258, '19', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 25, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (259, '19', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 26, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (260, '19', 'state', '合同状态 1已签 2交车 3使用中 4退车申请 5验车 6生成账单 7已结算 8已作废 9即将到期 10已到期', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 27, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (261, '20', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:03:56', '', NULL); +INSERT INTO `gen_table_column` VALUES (262, '20', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (263, '20', 'auditId', '审核人id', 'int(11)', 'Long', 'auditId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (264, '20', 'auditName', '审核人名称', 'varchar(255)', 'String', 'auditName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 4, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (265, '20', 'auditState', '审核状态 1通过 2驳回', 'int(1)', 'Integer', 'auditState', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (266, '20', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (267, '20', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (268, '20', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (269, '20', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (270, '20', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (271, '20', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (272, '20', 'auditType', '审核类型 1交车申请 2续约申请 3退车申请 4事故账单申请', 'int(1)', 'Integer', 'auditType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 12, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (273, '21', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (274, '21', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (275, '21', 'applyTime', '申请日期', 'datetime', 'Date', 'applyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 3, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (276, '21', 'returnType', '退车类型 1=合同到期 2=提前结束 3=强制收车', 'int(1)', 'Integer', 'returnType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 4, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (277, '21', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (278, '21', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (279, '21', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (280, '21', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (281, '21', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (282, '21', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:03:57', '', NULL); +INSERT INTO `gen_table_column` VALUES (283, '22', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (284, '22', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (285, '22', 'accidentType', '事故类型', 'varchar(255)', 'String', 'accidentType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (286, '22', 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (287, '22', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (288, '22', 'picture', '照片 5张', 'varchar(1024)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (289, '22', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (290, '22', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (291, '22', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (292, '22', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (293, '22', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (294, '23', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (295, '23', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (296, '23', 'checkPersonId', '验车人id', 'int(11)', 'Long', 'checkPersonId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (297, '23', 'checkPerson', '验车人', 'varchar(255)', 'String', 'checkPerson', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (298, '23', 'checkTime', '验车时间', 'datetime', 'Date', 'checkTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (299, '23', 'returnCarMileage', '还车里程数', 'int(11)', 'Long', 'returnCarMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (300, '23', 'needServicing', '是否需要整备 1需要整备 0不需要整备', 'int(1)', 'Integer', 'needServicing', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (301, '23', 'picture', '相关照片(逗号分隔)', 'varchar(255)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (302, '23', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (303, '23', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (304, '23', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (305, '23', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (306, '23', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 13, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (307, '23', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (308, '24', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (309, '24', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (310, '24', 'checkType', '验车类型 手动输入', 'varchar(255)', 'String', 'checkType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (311, '24', 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (312, '24', 'remark', '说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (313, '24', 'picture', '图片 5张上限', 'varchar(1024)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (314, '24', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (315, '24', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (316, '24', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (317, '24', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (318, '24', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (319, '25', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (320, '25', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (321, '25', 'initMileage', '起始里程数', 'int(11)', 'Long', 'initMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (322, '25', 'handoverTime', '交车日期', 'datetime', 'Date', 'handoverTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (323, '25', 'handPicture', '交车图片(多张逗号分隔)', 'varchar(2048)', 'String', 'handPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (324, '25', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (325, '25', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (326, '25', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (327, '25', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (328, '25', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (329, '25', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (330, '26', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (331, '26', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (332, '26', 'otherType', '类型', 'varchar(255)', 'String', 'otherType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (333, '26', 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (334, '26', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (335, '26', 'refundableOrReceivable', '应退应收 1应退 2应收', 'int(1)', 'Integer', 'refundableOrReceivable', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (336, '26', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (337, '26', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (338, '26', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (339, '26', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (340, '26', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (341, '27', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (342, '27', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (343, '27', 'overdueType', '事故类型', 'varchar(255)', 'String', 'overdueType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (344, '27', 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (345, '27', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (346, '27', 'meetTime', '应付日期', 'datetime', 'Date', 'meetTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (347, '27', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (348, '27', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (349, '27', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (350, '27', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (351, '27', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (352, '28', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (353, '28', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (354, '28', 'paymentType', '付款类型', 'varchar(64)', 'String', 'paymentType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (355, '28', 'meetTime', '应付日期', 'datetime', 'Date', 'meetTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (356, '28', 'meetAmount', '应付金额', 'decimal(10,2)', 'BigDecimal', 'meetAmount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (357, '28', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (358, '28', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (359, '28', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (360, '28', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (361, '28', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (362, '29', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (363, '29', 'contractId', '合同id', 'int(11)', 'Long', 'contractId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (364, '29', 'violationType', '违章类型 1=违章罚款、2=违章扣分、3=违章滞纳金', 'int(1)', 'Integer', 'violationType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (365, '29', 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (366, '29', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (367, '29', 'picture', '照片 5张', 'varchar(1024)', 'String', 'picture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 6, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (368, '29', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (369, '29', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (370, '29', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (371, '29', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (372, '29', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:04:19', '', NULL); +INSERT INTO `gen_table_column` VALUES (373, '30', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (374, '30', 'companyId', '公司id', 'int(11)', 'Long', 'companyId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (375, '30', 'shopName', '门店名称', 'varchar(255)', 'String', 'shopName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (376, '30', 'headName', '负责人名称', 'varchar(255)', 'String', 'headName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 4, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (377, '30', 'headPhone', '负责人电话', 'varchar(16)', 'String', 'headPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (378, '30', 'province', '省份', 'varchar(255)', 'String', 'province', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (379, '30', 'provinceCode', '省份编码', 'varchar(32)', 'String', 'provinceCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:06', '', NULL); +INSERT INTO `gen_table_column` VALUES (380, '30', 'city', '城市', 'varchar(255)', 'String', 'city', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (381, '30', 'cityCode', '城市编码', 'varchar(32)', 'String', 'cityCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (382, '30', 'district', '区县', 'varchar(255)', 'String', 'district', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (383, '30', 'districtCode', '区县编码', 'varchar(32)', 'String', 'districtCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (384, '30', 'address', '详细地址', 'varchar(255)', 'String', 'address', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (385, '30', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (386, '30', 'state', '状态 1启用 0停用', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (387, '30', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (388, '30', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (389, '30', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 17, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (390, '30', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 18, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (391, '30', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 19, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (392, '31', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (393, '31', 'electronicFenceName', '电子围栏名称', 'varchar(255)', 'String', 'electronicFenceName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 2, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (394, '31', 'content', '电子围栏信息', 'longtext', 'String', 'content', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'editor', '', 3, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (395, '31', 'province', '省份', 'varchar(255)', 'String', 'province', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (396, '31', 'provinceCode', '省份编码', 'varchar(32)', 'String', 'provinceCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (397, '31', 'city', '城市', 'varchar(255)', 'String', 'city', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (398, '31', 'cityCode', '城市编码', 'varchar(32)', 'String', 'cityCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (399, '31', 'district', '行政区域', 'varchar(255)', 'String', 'district', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (400, '31', 'districtCode', '行政区域编码', 'varchar(32)', 'String', 'districtCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (401, '31', 'address', '地址名称', 'varchar(255)', 'String', 'address', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (402, '31', 'fenceType', '围栏类型 1=全部 2=多边形围栏 3=行政区围栏', 'int(1)', 'Integer', 'fenceType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 11, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (403, '31', 'policeType', '报警类型 1=驶出报警 2=驶入报警', 'int(1)', 'Integer', 'policeType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 12, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (404, '31', 'controlCar', '受控车辆 1= 待上户、2=待办证、3=待整备、4=待租、5=已租,逗号分隔', 'varchar(255)', 'String', 'controlCar', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (405, '31', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (406, '31', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (407, '31', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (408, '31', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 17, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (409, '31', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (410, '32', 'id', 'id', 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (411, '32', 'shopId', '门店id', 'int(11)', 'Long', 'shopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (412, '32', 'electronicId', '电子围栏id', 'int(11)', 'Long', 'electronicId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (413, '33', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (414, '33', 'companyId', '公司id', 'int(11)', 'Long', 'companyId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (415, '33', 'ifOpen', '是否开通 1是 0否', 'tinyint(1)', 'Integer', 'ifOpen', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (416, '33', 'content', '开通的车辆状态,多个用逗号隔开(状态1= 待上户、2=待办证、3=待整备、4=待租、5=已租、6=已处置)', 'varchar(255)', 'String', 'content', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'editor', '', 4, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (417, '33', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (418, '33', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (419, '33', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (420, '33', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (421, '33', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (422, '33', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:12', '', NULL); +INSERT INTO `gen_table_column` VALUES (423, '34', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (424, '34', 'companyName', '客户名称', 'varchar(255)', 'String', 'companyName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 2, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (425, '34', 'province', '省份', 'varchar(255)', 'String', 'province', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (426, '34', 'provinceCode', '省份编码', 'varchar(32)', 'String', 'provinceCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (427, '34', 'city', '城市', 'varchar(255)', 'String', 'city', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (428, '34', 'cityCode', '城市编码', 'varchar(32)', 'String', 'cityCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (429, '34', 'district', '区县', 'varchar(255)', 'String', 'district', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (430, '34', 'districtCode', '区县编码', 'varchar(32)', 'String', 'districtCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (431, '34', 'headName', '负责人名称', 'varchar(64)', 'String', 'headName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 9, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (432, '34', 'headPhone', '负责人手机号', 'varchar(32)', 'String', 'headPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (433, '34', 'address', '详细地址', 'varchar(255)', 'String', 'address', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (434, '34', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (435, '34', 'state', '状态 1启用 0停用', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (436, '34', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (437, '34', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (438, '34', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (439, '34', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 17, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (440, '34', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (441, '35', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (442, '35', 'shopId', '门店id', 'int(11)', 'Long', 'shopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (443, '35', 'userId', '用户id', 'int(11)', 'Long', 'userId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (444, '36', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (445, '36', 'companyId', '公司id', 'int(11)', 'Long', 'companyId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (446, '36', 'userId', '用户id', 'int(11)', 'Long', 'userId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (447, '37', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (448, '37', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (449, '37', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (450, '37', 'carNumber', '车牌号', 'varchar(16)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (451, '37', 'driverId', '承租人id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (452, '37', 'driverName', '承租人姓名', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 6, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (453, '37', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (454, '37', 'signingId', '签约人id', 'varchar(255)', 'String', 'signingId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (455, '37', 'signingName', '签约人姓名', 'varchar(255)', 'String', 'signingName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 9, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (456, '37', 'signingPhone', '签约人手机号', 'varchar(16)', 'String', 'signingPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (457, '37', 'contractNumber', '合同编号', 'varchar(64)', 'String', 'contractNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (458, '37', 'contractType', '合同类型 1=纯租 2=以租代购 3=打工模式', 'int(1)', 'Integer', 'contractType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 12, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (459, '37', 'contractWay', '合同方式 1新签合同 2续签合同', 'int(1)', 'Integer', 'contractWay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (460, '37', 'startTime', '开始日期', 'datetime', 'Date', 'startTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 14, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (461, '37', 'endTime', '结束日期', 'datetime', 'Date', 'endTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (462, '37', 'managerId', '归属司管id(多个司管,逗号分隔)', 'varchar(255)', 'String', 'managerId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (463, '37', 'rentAmount', '租金', 'decimal(10,2)', 'BigDecimal', 'rentAmount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (464, '37', 'depositAmount', '押金', 'decimal(10,2)', 'BigDecimal', 'depositAmount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (465, '37', 'penaltyRatio', '违约金比例', 'int(11)', 'Long', 'penaltyRatio', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 19, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (466, '37', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 20, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (467, '37', 'paymentRemark', '付款计划备注说明', 'varchar(255)', 'String', 'paymentRemark', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (468, '37', 'contractAnnex', '合同附件', 'varchar(255)', 'String', 'contractAnnex', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 22, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (469, '37', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 23, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (470, '37', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 24, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (471, '38', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (472, '38', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (473, '38', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (474, '38', 'repairShopId', '修理厂id', 'int(11)', 'Long', 'repairShopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (475, '38', 'driverId', '保养人id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (476, '38', 'driverName', '承租人姓名', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 6, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (477, '38', 'driverPhone', '承租人手机号', 'varchar(32)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (478, '38', 'inFactoryTime', '进厂日期', 'datetime', 'Date', 'inFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (479, '38', 'outFactoryTime', '出厂日期', 'datetime', 'Date', 'outFactoryTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (480, '38', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (481, '38', 'amount', '总金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (482, '38', 'state', '是否需要保养 1无需保养 2需保养', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (483, '38', 'maintenanceAudit', '是否确认 1待确认 2已确认', 'int(1)', 'Integer', 'maintenanceAudit', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (484, '38', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (485, '38', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (486, '39', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (487, '39', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (488, '39', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (489, '39', 'insureType', '保险类型 1=商业险、2=交强险、3=承运人责任险、4=客伤险、5=盗抢险', 'int(1)', 'Integer', 'insureType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 4, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (490, '39', 'startTime', '开始时间', 'datetime', 'Date', 'startTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (491, '39', 'endTime', '结束时间', 'datetime', 'Date', 'endTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 6, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (492, '39', 'insureNumber', '保险单号', 'varchar(64)', 'String', 'insureNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (493, '39', 'insureCompanyName', '保险公司名称', 'varchar(255)', 'String', 'insureCompanyName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (494, '39', 'payTime', '付款日期', 'datetime', 'Date', 'payTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (495, '39', 'payObject', '付款对象', 'int(1)', 'Integer', 'payObject', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (496, '39', 'insureCost', '保险费用', 'decimal(10,2)', 'BigDecimal', 'insureCost', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (497, '39', 'insureAnnex', '保险附件', 'varchar(255)', 'String', 'insureAnnex', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (498, '39', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (499, '39', 'state', '状态 1正常 2已脱保 3已停保 4即将到期', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (500, '39', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (501, '39', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:05:36', '', NULL); +INSERT INTO `gen_table_column` VALUES (502, '40', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (503, '40', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (504, '40', 'carNumber', '车牌号', 'varchar(255)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (505, '40', 'drivingLicense', '行驶证', 'varchar(255)', 'String', 'drivingLicense', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (506, '40', 'carVinNumber', '车架号', 'varchar(255)', 'String', 'carVinNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (507, '40', 'carEngineNumber', '发动机号', 'varchar(255)', 'String', 'carEngineNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (508, '40', 'typeId', '车型id', 'int(11)', 'Long', 'typeId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (509, '40', 'carType', '品牌车型', 'varchar(255)', 'String', 'carType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 8, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (510, '40', 'carColor', '车辆颜色 1=白色、2=黑色、3=银色、4=灰色、5=红色、6=蓝色、7=绿色、8=黄色、9=金色、10=紫色、11=橙色、12=其他', 'int(1)', 'Integer', 'carColor', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (511, '40', 'state', '状态1= 待上户、2=待办证、3=待整备、4=待租、5=已租、6=已处置', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (512, '40', 'stateDay', '状态天数', 'int(11)', 'Long', 'stateDay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (513, '40', 'shopName', '所属门店名称', 'varchar(255)', 'String', 'shopName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 12, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (514, '40', 'shopId', '所属门店id', 'int(11)', 'Long', 'shopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (515, '40', 'purchaseTime', '购入日期', 'datetime', 'Date', 'purchaseTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 14, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (516, '40', 'warrantyTime', '质保日期', 'datetime', 'Date', 'warrantyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (517, '40', 'electronicFenceState', '电子围栏状态 1=异常,2=正常,3=未设置,4=未安装设备', 'int(1)', 'Integer', 'electronicFenceState', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (518, '40', 'mileageSum', '里程总数', 'double(10,2)', 'BigDecimal', 'mileageSum', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (519, '40', 'carPicture', '车辆图片,逗号隔开', 'varchar(2056)', 'String', 'carPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 18, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (520, '40', 'operationCertificate', '运营证图片', 'varchar(255)', 'String', 'operationCertificate', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 19, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (521, '40', 'operationCertificateExpireTime', '车证到期时间', 'datetime', 'Date', 'operationCertificateExpireTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 20, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (522, '40', 'purchasePrice', '购入价格', 'decimal(10,2)', 'BigDecimal', 'purchasePrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (523, '40', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 22, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (524, '40', 'lastMaintenanceMileage', '上次保养里程', 'int(11)', 'Long', 'lastMaintenanceMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 23, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (525, '40', 'lastMaintenanceTime', '上次保养日期', 'datetime', 'Date', 'lastMaintenanceTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 24, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (526, '40', 'servicingTime', '整备日期', 'datetime', 'Date', 'servicingTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 25, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (527, '40', 'servicingRemark', '整备备注', 'varchar(255)', 'String', 'servicingRemark', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 26, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (528, '40', 'lastInspectAnnuallyTime', '上次年检日期', 'datetime', 'Date', 'lastInspectAnnuallyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 27, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (529, '40', 'initMlieage', '初始里程', 'double(10,2)', 'BigDecimal', 'initMlieage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 28, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (530, '40', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 29, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (531, '40', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 30, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (532, '41', 'id', '', 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (533, '41', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (536, '41', 'carVinNumber', '车架号', 'varchar(255)', 'String', 'carVinNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (537, '41', 'carEngineNumber', '发动机号', 'varchar(255)', 'String', 'carEngineNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (539, '41', 'carType', '品牌车型', 'varchar(255)', 'String', 'carType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 5, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (540, '41', 'carColor', '车辆颜色 1=白色、2=黑色、3=银色、4=灰色、5=红色、6=蓝色、7=绿色、8=黄色、9=金色、10=紫色、11=橙色、12=其他', 'int(1)', 'String', 'carColor', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (543, '41', 'shopName', '所属门店名称', 'varchar(255)', 'String', 'shopName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 7, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (545, '41', 'purchaseTime', '购入日期', 'datetime', 'Date', 'purchaseTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (546, '41', 'warrantyTime', '质保日期', 'datetime', 'Date', 'warrantyTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (552, '41', 'purchasePrice', '购入价格', 'decimal(10,2)', 'BigDecimal', 'purchasePrice', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (553, '41', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (559, '41', 'initMlieage', '初始里程', 'double(10,2)', 'BigDecimal', 'initMlieage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (560, '41', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (561, '41', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:06:07', '', '2023-06-12 17:22:02'); +INSERT INTO `gen_table_column` VALUES (562, '42', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (563, '42', 'importId', '导入id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (564, '42', 'carNumber', '车牌号', 'varchar(255)', 'String', 'carNumber', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (565, '42', 'drivingLicense', '行驶证', 'varchar(255)', 'String', 'drivingLicense', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (566, '42', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (567, '42', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (568, '43', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (569, '43', 'importType', '导入类型 1=新车车辆导入 、2=已有车辆导入、3=上户导入、4=设备导入、5=违章导入、6=违章图片导入、7=保养记录导入、8=保单导入、9=合同导入', 'int(1)', 'Integer', 'importType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 2, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (570, '43', 'fileName', '导入文件名', 'varchar(255)', 'String', 'fileName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (571, '43', 'content', '导入结果', 'varchar(255)', 'String', 'content', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'editor', '', 4, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (572, '43', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (573, '43', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (574, '43', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 7, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (575, '43', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (576, '43', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:06:07', '', NULL); +INSERT INTO `gen_table_column` VALUES (577, '44', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (578, '44', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (579, '44', 'deviceType', '设备类型 1有线设备 2无线设备', 'int(1)', 'Integer', 'deviceType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 3, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (580, '44', 'deviceID', '设备id', 'varchar(64)', 'String', 'deviceID', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (581, '44', 'installTime', '安装日期', 'datetime', 'Date', 'installTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (582, '44', 'relay', '继电器 1已安装 2未安装', 'int(1)', 'Integer', 'relay', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (583, '44', 'installBeforeMileage', '安装前里程', 'int(11)', 'Long', 'installBeforeMileage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (584, '44', 'lastLocateTime', '最近定位时间', 'datetime', 'Date', 'lastLocateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (585, '44', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (586, '44', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (587, '45', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (588, '45', 'importId', '导入id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (589, '45', 'driverName', '承租人', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 3, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (590, '45', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (591, '45', 'violationTime', '违章时间', 'datetime', 'Date', 'violationTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 5, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (592, '45', 'violationAddress', '违章地点', 'varchar(255)', 'String', 'violationAddress', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (593, '45', 'violationBehavior', '违章行为', 'varchar(255)', 'String', 'violationBehavior', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (594, '45', 'ifHandle', '是否处理 1是 0否', 'tinyint(1)', 'Integer', 'ifHandle', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (595, '45', 'handleTime', '处理时间', 'datetime', 'Date', 'handleTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (596, '45', 'ifPayment', '是否交款 1是 0否', 'tinyint(1)', 'Integer', 'ifPayment', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (597, '45', 'collectionUnit', '采集单位', 'varchar(255)', 'String', 'collectionUnit', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (598, '45', 'violationFines', '违章罚款', 'decimal(10,2)', 'BigDecimal', 'violationFines', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (599, '45', 'violationDeductPoints', '违章扣分', 'int(11)', 'Long', 'violationDeductPoints', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (600, '45', 'renewTime', '更新时间', 'datetime', 'Date', 'renewTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 14, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (601, '45', 'violationPicture', '违章图片', 'varchar(2048)', 'String', 'violationPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 15, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (602, '45', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (603, '45', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (604, '46', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (605, '46', 'importId', '导入记录id', 'int(11)', 'Long', 'importId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (606, '46', 'violationPicture', '违章图片', 'varchar(2048)', 'String', 'violationPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 3, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (607, '46', 'importResult', '导入结果 1成功 0失败', 'int(1)', 'Integer', 'importResult', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (608, '46', 'failReason', '失败原因', 'varchar(255)', 'String', 'failReason', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:18', '', NULL); +INSERT INTO `gen_table_column` VALUES (609, '47', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (610, '47', 'repairShopName', '修理厂名称', 'varchar(255)', 'String', 'repairShopName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 2, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (611, '47', 'province', '省份', 'varchar(255)', 'String', 'province', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (612, '47', 'provinceCode', '省份编码', 'varchar(32)', 'String', 'provinceCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (613, '47', 'city', '城市', 'varchar(255)', 'String', 'city', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (614, '47', 'cityCode', '城市编码', 'varchar(32)', 'String', 'cityCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (615, '47', 'district', '行政区域', 'varchar(255)', 'String', 'district', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (616, '47', 'districtCode', '行政区域编码', 'varchar(32)', 'String', 'districtCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (617, '47', 'headName', '负责人名称', 'varchar(255)', 'String', 'headName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 9, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (618, '47', 'headPhone', '负责人电话', 'varchar(16)', 'String', 'headPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (619, '47', 'address', '详细地址', 'varchar(255)', 'String', 'address', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (620, '47', 'remark', '备注说明', 'varchar(255)', 'String', 'remark', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (621, '47', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (622, '47', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (623, '47', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (624, '47', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (625, '47', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (626, '48', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (627, '48', 'type', '类型 1保养规则', 'int(1)', 'Integer', 'type', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 2, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (628, '48', 'content', '规则内容', 'text', 'String', 'content', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'editor', '', 3, 'admin', '2023-06-07 16:06:26', '', NULL); +INSERT INTO `gen_table_column` VALUES (629, '49', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (630, '49', 'approveType', '审批类型 1=交车审批、2=续约审批、3=退车审批', 'int(1)', 'Integer', 'approveType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 2, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (631, '49', 'state', '状态 1开启 0关闭', 'int(1)', 'Integer', 'state', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (632, '49', 'approveNode', '审批节点', 'varchar(255)', 'String', 'approveNode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (633, '49', 'approveNodeId', '审批节点id(逗号分隔)', 'varchar(255)', 'String', 'approveNodeId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (634, '49', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 6, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (635, '49', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (636, '49', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 8, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (637, '49', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 9, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (638, '49', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (639, '50', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (640, '50', 'repairShopId', '修理厂id', 'int(11)', 'Long', 'repairShopId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (641, '50', 'userId', '用户id', 'int(11)', 'Long', 'userId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (642, '51', 'id', NULL, 'int(11)', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (643, '51', 'carId', '车辆id', 'int(11)', 'Long', 'carId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (644, '51', 'driverId', '司机id', 'int(11)', 'Long', 'driverId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (645, '51', 'driverName', '承租人', 'varchar(255)', 'String', 'driverName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 4, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (646, '51', 'driverPhone', '承租人手机号', 'varchar(16)', 'String', 'driverPhone', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (647, '51', 'violationTime', '违章时间', 'datetime', 'Date', 'violationTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 6, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (648, '51', 'violationAddress', '违章地点', 'varchar(255)', 'String', 'violationAddress', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (649, '51', 'violationBehavior', '违章行为', 'varchar(255)', 'String', 'violationBehavior', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (650, '51', 'ifHandle', '是否处理 1是 0否', 'tinyint(1)', 'Integer', 'ifHandle', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (651, '51', 'handleTime', '处理时间', 'datetime', 'Date', 'handleTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (652, '51', 'ifPayment', '是否交款 1是 0否', 'tinyint(1)', 'Integer', 'ifPayment', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (653, '51', 'collectionUnit', '采集单位', 'varchar(255)', 'String', 'collectionUnit', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (654, '51', 'violationFines', '违章罚款', 'decimal(10,2)', 'BigDecimal', 'violationFines', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (655, '51', 'violationDeductPoints', '违章扣分', 'int(11)', 'Long', 'violationDeductPoints', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 14, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (656, '51', 'renewTime', '更新时间', 'datetime', 'Date', 'renewTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 15, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (657, '51', 'violationPicture', '违章图片', 'varchar(2048)', 'String', 'violationPicture', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'textarea', '', 16, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (658, '51', 'createBy', '创建人', 'varchar(255)', 'String', 'createBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (659, '51', 'updateBy', '修改人', 'varchar(255)', 'String', 'updateBy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (660, '51', 'createTime', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 19, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (661, '51', 'updateTime', '修改时间', 'datetime', 'Date', 'updateTime', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'datetime', '', 20, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (662, '51', 'disabled', '是否删除 1未删除 0已删除', 'tinyint(1)', 'Integer', 'disabled', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2023-06-07 16:06:33', '', NULL); +INSERT INTO `gen_table_column` VALUES (663, '52', 'user_id', '用户ID', 'bigint(20)', 'Long', 'userId', '1', '0', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2023-06-12 16:35:27', '', NULL); +INSERT INTO `gen_table_column` VALUES (664, '52', 'role_id', '角色ID', 'bigint(20)', 'Long', 'roleId', '1', '0', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2023-06-12 16:35:27', '', NULL); + +-- ---------------------------- +-- Table structure for sys_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_config`; +CREATE TABLE `sys_config` ( + `config_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '参数主键', + `config_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数名称', + `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数键名', + `config_value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数键值', + `config_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '系统内置(Y是 N否)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`config_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '参数配置表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_config +-- ---------------------------- +INSERT INTO `sys_config` VALUES (1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 'admin', '2023-06-05 10:42:00', '', NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow'); +INSERT INTO `sys_config` VALUES (2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 'admin', '2023-06-05 10:42:00', '', NULL, '初始化密码 123456'); +INSERT INTO `sys_config` VALUES (3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 'admin', '2023-06-05 10:42:00', '', NULL, '深色主题theme-dark,浅色主题theme-light'); +INSERT INTO `sys_config` VALUES (4, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 'admin', '2023-06-05 10:42:00', '', NULL, '是否开启注册用户功能(true开启,false关闭)'); +INSERT INTO `sys_config` VALUES (5, '用户登录-黑名单列表', 'sys.login.blackIPList', '', 'Y', 'admin', '2023-06-05 10:42:00', '', NULL, '设置登录IP黑名单限制,多个匹配项以;分隔,支持匹配(*通配、网段)'); + +-- ---------------------------- +-- Table structure for sys_dept +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dept`; +CREATE TABLE `sys_dept` ( + `dept_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '部门id', + `parent_id` bigint(20) NULL DEFAULT 0 COMMENT '父部门id', + `ancestors` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '祖级列表', + `dept_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '部门名称', + `order_num` int(11) NULL DEFAULT 0 COMMENT '显示顺序', + `leader` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '负责人', + `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '联系电话', + `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '邮箱', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '部门状态(0正常 1停用)', + `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`dept_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 110 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '部门表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dept +-- ---------------------------- +INSERT INTO `sys_dept` VALUES (100, 0, '0', '若依科技', 0, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (101, 100, '0,100', '深圳总公司', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (102, 100, '0,100', '长沙分公司', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (103, 101, '0,100,101', '研发部门', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (104, 101, '0,100,101', '市场部门', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (105, 101, '0,100,101', '测试部门', 3, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (106, 101, '0,100,101', '财务部门', 4, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (107, 101, '0,100,101', '运维部门', 5, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (108, 102, '0,100,102', '市场部门', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); +INSERT INTO `sys_dept` VALUES (109, 102, '0,100,102', '财务部门', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2023-06-05 10:41:59', '', NULL); + +-- ---------------------------- +-- Table structure for sys_dict_data +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_data`; +CREATE TABLE `sys_dict_data` ( + `dict_code` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '字典编码', + `dict_sort` int(11) NULL DEFAULT 0 COMMENT '字典排序', + `dict_label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典标签', + `dict_value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典键值', + `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', + `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '样式属性(其他样式扩展)', + `list_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表格回显样式', + `is_default` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '是否默认(Y是 N否)', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`dict_code`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 30 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '字典数据表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dict_data +-- ---------------------------- +INSERT INTO `sys_dict_data` VALUES (1, 1, '男', '0', 'sys_user_sex', '', '', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '性别男'); +INSERT INTO `sys_dict_data` VALUES (2, 2, '女', '1', 'sys_user_sex', '', '', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '性别女'); +INSERT INTO `sys_dict_data` VALUES (3, 3, '未知', '2', 'sys_user_sex', '', '', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '性别未知'); +INSERT INTO `sys_dict_data` VALUES (4, 1, '显示', '0', 'sys_show_hide', '', 'primary', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '显示菜单'); +INSERT INTO `sys_dict_data` VALUES (5, 2, '隐藏', '1', 'sys_show_hide', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '隐藏菜单'); +INSERT INTO `sys_dict_data` VALUES (6, 1, '正常', '0', 'sys_normal_disable', '', 'primary', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (7, 2, '停用', '1', 'sys_normal_disable', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '停用状态'); +INSERT INTO `sys_dict_data` VALUES (8, 1, '正常', '0', 'sys_job_status', '', 'primary', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (9, 2, '暂停', '1', 'sys_job_status', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '停用状态'); +INSERT INTO `sys_dict_data` VALUES (10, 1, '默认', 'DEFAULT', 'sys_job_group', '', '', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '默认分组'); +INSERT INTO `sys_dict_data` VALUES (11, 2, '系统', 'SYSTEM', 'sys_job_group', '', '', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '系统分组'); +INSERT INTO `sys_dict_data` VALUES (12, 1, '是', 'Y', 'sys_yes_no', '', 'primary', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '系统默认是'); +INSERT INTO `sys_dict_data` VALUES (13, 2, '否', 'N', 'sys_yes_no', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '系统默认否'); +INSERT INTO `sys_dict_data` VALUES (14, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '通知'); +INSERT INTO `sys_dict_data` VALUES (15, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '公告'); +INSERT INTO `sys_dict_data` VALUES (16, 1, '正常', '0', 'sys_notice_status', '', 'primary', 'Y', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (17, 2, '关闭', '1', 'sys_notice_status', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '关闭状态'); +INSERT INTO `sys_dict_data` VALUES (18, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '其他操作'); +INSERT INTO `sys_dict_data` VALUES (19, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '新增操作'); +INSERT INTO `sys_dict_data` VALUES (20, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '修改操作'); +INSERT INTO `sys_dict_data` VALUES (21, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '删除操作'); +INSERT INTO `sys_dict_data` VALUES (22, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '授权操作'); +INSERT INTO `sys_dict_data` VALUES (23, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '导出操作'); +INSERT INTO `sys_dict_data` VALUES (24, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '导入操作'); +INSERT INTO `sys_dict_data` VALUES (25, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '强退操作'); +INSERT INTO `sys_dict_data` VALUES (26, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '生成操作'); +INSERT INTO `sys_dict_data` VALUES (27, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '清空操作'); +INSERT INTO `sys_dict_data` VALUES (28, 1, '成功', '0', 'sys_common_status', '', 'primary', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (29, 2, '失败', '1', 'sys_common_status', '', 'danger', 'N', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '停用状态'); + +-- ---------------------------- +-- Table structure for sys_dict_type +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_type`; +CREATE TABLE `sys_dict_type` ( + `dict_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '字典主键', + `dict_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典名称', + `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`dict_id`) USING BTREE, + UNIQUE INDEX `dict_type`(`dict_type`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 11 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '字典类型表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dict_type +-- ---------------------------- +INSERT INTO `sys_dict_type` VALUES (1, '用户性别', 'sys_user_sex', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '用户性别列表'); +INSERT INTO `sys_dict_type` VALUES (2, '菜单状态', 'sys_show_hide', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '菜单状态列表'); +INSERT INTO `sys_dict_type` VALUES (3, '系统开关', 'sys_normal_disable', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '系统开关列表'); +INSERT INTO `sys_dict_type` VALUES (4, '任务状态', 'sys_job_status', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '任务状态列表'); +INSERT INTO `sys_dict_type` VALUES (5, '任务分组', 'sys_job_group', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '任务分组列表'); +INSERT INTO `sys_dict_type` VALUES (6, '系统是否', 'sys_yes_no', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '系统是否列表'); +INSERT INTO `sys_dict_type` VALUES (7, '通知类型', 'sys_notice_type', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '通知类型列表'); +INSERT INTO `sys_dict_type` VALUES (8, '通知状态', 'sys_notice_status', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '通知状态列表'); +INSERT INTO `sys_dict_type` VALUES (9, '操作类型', 'sys_oper_type', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '操作类型列表'); +INSERT INTO `sys_dict_type` VALUES (10, '系统状态', 'sys_common_status', '0', 'admin', '2023-06-05 10:42:00', '', NULL, '登录状态列表'); + +-- ---------------------------- +-- Table structure for sys_job +-- ---------------------------- +DROP TABLE IF EXISTS `sys_job`; +CREATE TABLE `sys_job` ( + `job_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '任务ID', + `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '任务名称', + `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'DEFAULT' COMMENT '任务组名', + `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调用目标字符串', + `cron_expression` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT 'cron执行表达式', + `misfire_policy` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '3' COMMENT '计划执行错误策略(1立即执行 2执行一次 3放弃执行)', + `concurrent` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '1' COMMENT '是否并发执行(0允许 1禁止)', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1暂停)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '备注信息', + PRIMARY KEY (`job_id`, `job_name`, `job_group`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '定时任务调度表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_job +-- ---------------------------- +INSERT INTO `sys_job` VALUES (1, '系统默认(无参)', 'DEFAULT', 'ryTask.ryNoParams', '0/10 * * * * ?', '3', '1', '1', 'admin', '2023-06-05 10:42:01', '', NULL, ''); +INSERT INTO `sys_job` VALUES (2, '系统默认(有参)', 'DEFAULT', 'ryTask.ryParams(\'ry\')', '0/15 * * * * ?', '3', '1', '1', 'admin', '2023-06-05 10:42:01', '', NULL, ''); +INSERT INTO `sys_job` VALUES (3, '系统默认(多参)', 'DEFAULT', 'ryTask.ryMultipleParams(\'ry\', true, 2000L, 316.50D, 100)', '0/20 * * * * ?', '3', '1', '1', 'admin', '2023-06-05 10:42:01', '', NULL, ''); + +-- ---------------------------- +-- Table structure for sys_job_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_job_log`; +CREATE TABLE `sys_job_log` ( + `job_log_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '任务日志ID', + `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务名称', + `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务组名', + `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调用目标字符串', + `job_message` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '日志信息', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '执行状态(0正常 1失败)', + `exception_info` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '异常信息', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`job_log_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '定时任务调度日志表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_job_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_logininfor +-- ---------------------------- +DROP TABLE IF EXISTS `sys_logininfor`; +CREATE TABLE `sys_logininfor` ( + `info_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '访问ID', + `user_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '用户账号', + `ipaddr` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '登录IP地址', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '登录状态(0成功 1失败)', + `msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '提示信息', + `access_time` datetime NULL DEFAULT NULL COMMENT '访问时间', + PRIMARY KEY (`info_id`) USING BTREE, + INDEX `idx_sys_logininfor_s`(`status`) USING BTREE, + INDEX `idx_sys_logininfor_lt`(`access_time`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1990 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统访问记录' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_logininfor +-- ---------------------------- +INSERT INTO `sys_logininfor` VALUES (100, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-05 16:24:10'); +INSERT INTO `sys_logininfor` VALUES (101, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-07 15:27:56'); +INSERT INTO `sys_logininfor` VALUES (102, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-07 16:46:38'); +INSERT INTO `sys_logininfor` VALUES (103, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-08 09:22:09'); +INSERT INTO `sys_logininfor` VALUES (104, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-08 09:22:22'); +INSERT INTO `sys_logininfor` VALUES (105, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 11:38:17'); +INSERT INTO `sys_logininfor` VALUES (106, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-12 11:38:18'); +INSERT INTO `sys_logininfor` VALUES (107, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 11:41:24'); +INSERT INTO `sys_logininfor` VALUES (108, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 16:31:48'); +INSERT INTO `sys_logininfor` VALUES (109, 'admin', '192.168.110.34', '0', '登录成功', '2023-06-12 17:17:16'); +INSERT INTO `sys_logininfor` VALUES (110, 'admin', '192.168.110.34', '0', '退出成功', '2023-06-12 17:17:16'); +INSERT INTO `sys_logininfor` VALUES (111, 'admin', '192.168.110.34', '0', '登录成功', '2023-06-12 17:17:33'); +INSERT INTO `sys_logininfor` VALUES (112, 'admin', '192.168.110.34', '0', '退出成功', '2023-06-12 17:17:33'); +INSERT INTO `sys_logininfor` VALUES (113, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 17:19:09'); +INSERT INTO `sys_logininfor` VALUES (114, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-12 17:19:10'); +INSERT INTO `sys_logininfor` VALUES (115, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 17:20:00'); +INSERT INTO `sys_logininfor` VALUES (116, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-12 17:34:00'); +INSERT INTO `sys_logininfor` VALUES (117, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-13 10:22:16'); +INSERT INTO `sys_logininfor` VALUES (118, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-13 10:22:16'); +INSERT INTO `sys_logininfor` VALUES (119, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-13 10:22:18'); +INSERT INTO `sys_logininfor` VALUES (120, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-13 10:23:07'); +INSERT INTO `sys_logininfor` VALUES (121, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-13 10:23:07'); +INSERT INTO `sys_logininfor` VALUES (122, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-13 10:24:10'); +INSERT INTO `sys_logininfor` VALUES (123, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-13 14:36:07'); +INSERT INTO `sys_logininfor` VALUES (124, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-14 18:35:18'); +INSERT INTO `sys_logininfor` VALUES (125, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-14 20:13:41'); +INSERT INTO `sys_logininfor` VALUES (126, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-15 14:13:18'); +INSERT INTO `sys_logininfor` VALUES (127, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-15 14:13:26'); +INSERT INTO `sys_logininfor` VALUES (128, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-15 17:04:20'); +INSERT INTO `sys_logininfor` VALUES (129, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-15 17:07:49'); +INSERT INTO `sys_logininfor` VALUES (130, 'admin', '127.0.0.1', '0', '退出成功', '2023-06-16 16:38:08'); +INSERT INTO `sys_logininfor` VALUES (131, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-16 16:38:16'); +INSERT INTO `sys_logininfor` VALUES (132, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-19 11:51:09'); +INSERT INTO `sys_logininfor` VALUES (133, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-27 10:45:28'); +INSERT INTO `sys_logininfor` VALUES (134, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-29 11:37:32'); +INSERT INTO `sys_logininfor` VALUES (135, 'admin', '127.0.0.1', '0', '登录成功', '2023-06-30 10:34:44'); +INSERT INTO `sys_logininfor` VALUES (136, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-03 15:56:18'); +INSERT INTO `sys_logininfor` VALUES (137, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-03 17:26:28'); +INSERT INTO `sys_logininfor` VALUES (138, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-03 17:26:42'); +INSERT INTO `sys_logininfor` VALUES (139, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-04 10:06:55'); +INSERT INTO `sys_logininfor` VALUES (140, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-04 10:31:27'); +INSERT INTO `sys_logininfor` VALUES (141, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-04 10:35:08'); +INSERT INTO `sys_logininfor` VALUES (142, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 10:46:19'); +INSERT INTO `sys_logininfor` VALUES (143, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 10:53:51'); +INSERT INTO `sys_logininfor` VALUES (144, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 10:54:50'); +INSERT INTO `sys_logininfor` VALUES (145, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 10:56:40'); +INSERT INTO `sys_logininfor` VALUES (146, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 10:59:48'); +INSERT INTO `sys_logininfor` VALUES (147, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:00:27'); +INSERT INTO `sys_logininfor` VALUES (148, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:00:54'); +INSERT INTO `sys_logininfor` VALUES (149, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:02:51'); +INSERT INTO `sys_logininfor` VALUES (150, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:02:53'); +INSERT INTO `sys_logininfor` VALUES (151, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:03:19'); +INSERT INTO `sys_logininfor` VALUES (152, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:03:40'); +INSERT INTO `sys_logininfor` VALUES (153, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:12:25'); +INSERT INTO `sys_logininfor` VALUES (154, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:13:11'); +INSERT INTO `sys_logininfor` VALUES (155, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:14:17'); +INSERT INTO `sys_logininfor` VALUES (156, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:16:55'); +INSERT INTO `sys_logininfor` VALUES (157, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:18:22'); +INSERT INTO `sys_logininfor` VALUES (158, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:18:34'); +INSERT INTO `sys_logininfor` VALUES (159, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 11:19:04'); +INSERT INTO `sys_logininfor` VALUES (160, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:19:09'); +INSERT INTO `sys_logininfor` VALUES (161, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 11:20:06'); +INSERT INTO `sys_logininfor` VALUES (162, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:23:07'); +INSERT INTO `sys_logininfor` VALUES (163, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:23:43'); +INSERT INTO `sys_logininfor` VALUES (164, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:24:41'); +INSERT INTO `sys_logininfor` VALUES (165, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:26:24'); +INSERT INTO `sys_logininfor` VALUES (166, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:45:07'); +INSERT INTO `sys_logininfor` VALUES (167, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:45:33'); +INSERT INTO `sys_logininfor` VALUES (168, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 11:52:06'); +INSERT INTO `sys_logininfor` VALUES (169, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 12:00:06'); +INSERT INTO `sys_logininfor` VALUES (170, 'admin', '192.168.110.29', '1', '密码输入错误1次', '2023-07-04 13:55:08'); +INSERT INTO `sys_logininfor` VALUES (171, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-04 13:55:15'); +INSERT INTO `sys_logininfor` VALUES (172, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 14:18:47'); +INSERT INTO `sys_logininfor` VALUES (173, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-04 14:32:06'); +INSERT INTO `sys_logininfor` VALUES (174, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:34:16'); +INSERT INTO `sys_logininfor` VALUES (175, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-04 14:37:14'); +INSERT INTO `sys_logininfor` VALUES (176, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:37:23'); +INSERT INTO `sys_logininfor` VALUES (177, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:37:51'); +INSERT INTO `sys_logininfor` VALUES (178, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:40:41'); +INSERT INTO `sys_logininfor` VALUES (179, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:40:53'); +INSERT INTO `sys_logininfor` VALUES (180, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 14:42:47'); +INSERT INTO `sys_logininfor` VALUES (181, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:54:05'); +INSERT INTO `sys_logininfor` VALUES (182, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 14:54:18'); +INSERT INTO `sys_logininfor` VALUES (183, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-04 14:55:53'); +INSERT INTO `sys_logininfor` VALUES (184, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 15:18:33'); +INSERT INTO `sys_logininfor` VALUES (185, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 15:23:48'); +INSERT INTO `sys_logininfor` VALUES (186, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 15:25:24'); +INSERT INTO `sys_logininfor` VALUES (187, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-04 15:32:35'); +INSERT INTO `sys_logininfor` VALUES (188, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 15:33:54'); +INSERT INTO `sys_logininfor` VALUES (189, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 15:34:29'); +INSERT INTO `sys_logininfor` VALUES (190, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-04 15:34:40'); +INSERT INTO `sys_logininfor` VALUES (191, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-04 15:44:43'); +INSERT INTO `sys_logininfor` VALUES (192, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 16:11:22'); +INSERT INTO `sys_logininfor` VALUES (193, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:18:06'); +INSERT INTO `sys_logininfor` VALUES (194, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:23:17'); +INSERT INTO `sys_logininfor` VALUES (195, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 16:33:21'); +INSERT INTO `sys_logininfor` VALUES (196, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:39:30'); +INSERT INTO `sys_logininfor` VALUES (197, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:40:39'); +INSERT INTO `sys_logininfor` VALUES (198, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:43:00'); +INSERT INTO `sys_logininfor` VALUES (199, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:51:10'); +INSERT INTO `sys_logininfor` VALUES (200, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:52:48'); +INSERT INTO `sys_logininfor` VALUES (201, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 16:53:20'); +INSERT INTO `sys_logininfor` VALUES (202, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 17:07:50'); +INSERT INTO `sys_logininfor` VALUES (203, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:08:06'); +INSERT INTO `sys_logininfor` VALUES (204, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:08:40'); +INSERT INTO `sys_logininfor` VALUES (205, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:20:08'); +INSERT INTO `sys_logininfor` VALUES (206, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:22:41'); +INSERT INTO `sys_logininfor` VALUES (207, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 17:31:46'); +INSERT INTO `sys_logininfor` VALUES (208, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 17:33:45'); +INSERT INTO `sys_logininfor` VALUES (209, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:34:38'); +INSERT INTO `sys_logininfor` VALUES (210, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 17:38:06'); +INSERT INTO `sys_logininfor` VALUES (211, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:53:29'); +INSERT INTO `sys_logininfor` VALUES (212, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:53:52'); +INSERT INTO `sys_logininfor` VALUES (213, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:54:14'); +INSERT INTO `sys_logininfor` VALUES (214, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-07-04 18:54:48'); +INSERT INTO `sys_logininfor` VALUES (215, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:56:21'); +INSERT INTO `sys_logininfor` VALUES (216, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-07-04 18:59:39'); +INSERT INTO `sys_logininfor` VALUES (217, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:59:39'); +INSERT INTO `sys_logininfor` VALUES (218, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:59:39'); +INSERT INTO `sys_logininfor` VALUES (219, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 18:59:50'); +INSERT INTO `sys_logininfor` VALUES (220, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-07-04 19:00:09'); +INSERT INTO `sys_logininfor` VALUES (221, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-07-04 19:01:13'); +INSERT INTO `sys_logininfor` VALUES (222, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 19:01:20'); +INSERT INTO `sys_logininfor` VALUES (223, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-04 19:01:20'); +INSERT INTO `sys_logininfor` VALUES (224, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 19:06:57'); +INSERT INTO `sys_logininfor` VALUES (225, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 19:08:29'); +INSERT INTO `sys_logininfor` VALUES (226, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 19:08:52'); +INSERT INTO `sys_logininfor` VALUES (227, 'admin', '192.168.110.22', '0', '登录成功', '2023-07-04 19:43:10'); +INSERT INTO `sys_logininfor` VALUES (228, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 19:44:35'); +INSERT INTO `sys_logininfor` VALUES (229, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-04 20:01:19'); +INSERT INTO `sys_logininfor` VALUES (230, 'admin', '192.168.110.29', '1', '密码输入错误1次', '2023-07-04 20:48:35'); +INSERT INTO `sys_logininfor` VALUES (231, 'admin', '192.168.110.13', '1', '密码输入错误2次', '2023-07-04 20:48:52'); +INSERT INTO `sys_logininfor` VALUES (232, 'admin', '192.168.110.13', '1', '密码输入错误3次', '2023-07-04 20:48:58'); +INSERT INTO `sys_logininfor` VALUES (233, 'admin', '192.168.110.13', '1', '密码输入错误4次', '2023-07-04 20:49:12'); +INSERT INTO `sys_logininfor` VALUES (234, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:49:18'); +INSERT INTO `sys_logininfor` VALUES (235, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-04 20:49:35'); +INSERT INTO `sys_logininfor` VALUES (236, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:53:50'); +INSERT INTO `sys_logininfor` VALUES (237, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:53:57'); +INSERT INTO `sys_logininfor` VALUES (238, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:54:46'); +INSERT INTO `sys_logininfor` VALUES (239, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:54:59'); +INSERT INTO `sys_logininfor` VALUES (240, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:54:59'); +INSERT INTO `sys_logininfor` VALUES (241, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:57:17'); +INSERT INTO `sys_logininfor` VALUES (242, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 20:57:57'); +INSERT INTO `sys_logininfor` VALUES (243, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 21:00:28'); +INSERT INTO `sys_logininfor` VALUES (244, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-04 21:00:38'); +INSERT INTO `sys_logininfor` VALUES (245, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-05 09:01:20'); +INSERT INTO `sys_logininfor` VALUES (246, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-05 09:11:13'); +INSERT INTO `sys_logininfor` VALUES (247, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-05 09:12:47'); +INSERT INTO `sys_logininfor` VALUES (248, 'admin', '192.168.110.13', '1', '密码输入错误1次', '2023-07-05 09:21:02'); +INSERT INTO `sys_logininfor` VALUES (249, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-05 09:21:22'); +INSERT INTO `sys_logininfor` VALUES (250, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-05 10:56:49'); +INSERT INTO `sys_logininfor` VALUES (251, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-05 12:48:05'); +INSERT INTO `sys_logininfor` VALUES (252, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-05 12:55:16'); +INSERT INTO `sys_logininfor` VALUES (253, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-05 14:05:55'); +INSERT INTO `sys_logininfor` VALUES (254, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-05 15:39:33'); +INSERT INTO `sys_logininfor` VALUES (255, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-05 19:06:10'); +INSERT INTO `sys_logininfor` VALUES (256, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 08:57:55'); +INSERT INTO `sys_logininfor` VALUES (257, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:12'); +INSERT INTO `sys_logininfor` VALUES (258, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:12'); +INSERT INTO `sys_logininfor` VALUES (259, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:12'); +INSERT INTO `sys_logininfor` VALUES (260, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:12'); +INSERT INTO `sys_logininfor` VALUES (261, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:12'); +INSERT INTO `sys_logininfor` VALUES (262, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 09:12:13'); +INSERT INTO `sys_logininfor` VALUES (263, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-06 09:22:39'); +INSERT INTO `sys_logininfor` VALUES (264, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-06 11:36:22'); +INSERT INTO `sys_logininfor` VALUES (265, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 14:01:08'); +INSERT INTO `sys_logininfor` VALUES (266, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 15:12:58'); +INSERT INTO `sys_logininfor` VALUES (267, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-06 15:23:15'); +INSERT INTO `sys_logininfor` VALUES (268, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-06 15:42:14'); +INSERT INTO `sys_logininfor` VALUES (269, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-06 15:42:14'); +INSERT INTO `sys_logininfor` VALUES (270, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-06 15:42:14'); +INSERT INTO `sys_logininfor` VALUES (271, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-06 15:42:14'); +INSERT INTO `sys_logininfor` VALUES (272, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-06 15:42:14'); +INSERT INTO `sys_logininfor` VALUES (273, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 15:45:01'); +INSERT INTO `sys_logininfor` VALUES (274, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-06 16:30:46'); +INSERT INTO `sys_logininfor` VALUES (275, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 16:44:06'); +INSERT INTO `sys_logininfor` VALUES (276, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 16:51:26'); +INSERT INTO `sys_logininfor` VALUES (277, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 17:00:01'); +INSERT INTO `sys_logininfor` VALUES (278, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-06 18:36:58'); +INSERT INTO `sys_logininfor` VALUES (279, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-06 18:51:53'); +INSERT INTO `sys_logininfor` VALUES (280, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-06 18:59:41'); +INSERT INTO `sys_logininfor` VALUES (281, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-06 20:30:34'); +INSERT INTO `sys_logininfor` VALUES (282, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-06 21:13:45'); +INSERT INTO `sys_logininfor` VALUES (283, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-06 21:23:05'); +INSERT INTO `sys_logininfor` VALUES (284, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-07 09:11:16'); +INSERT INTO `sys_logininfor` VALUES (285, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-07 09:15:28'); +INSERT INTO `sys_logininfor` VALUES (286, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-07 09:31:19'); +INSERT INTO `sys_logininfor` VALUES (287, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-07 09:39:32'); +INSERT INTO `sys_logininfor` VALUES (288, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-07 09:39:35'); +INSERT INTO `sys_logininfor` VALUES (289, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-07 09:41:39'); +INSERT INTO `sys_logininfor` VALUES (290, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-07 09:45:25'); +INSERT INTO `sys_logininfor` VALUES (291, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-07 10:02:07'); +INSERT INTO `sys_logininfor` VALUES (292, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-07 11:31:20'); +INSERT INTO `sys_logininfor` VALUES (293, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-07 11:56:55'); +INSERT INTO `sys_logininfor` VALUES (294, 'admin', '192.168.110.29', '1', '登录用户不存在', '2023-07-07 14:03:00'); +INSERT INTO `sys_logininfor` VALUES (295, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (296, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (297, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (298, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (299, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (300, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (301, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (302, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (303, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (304, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (305, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (306, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (307, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:41'); +INSERT INTO `sys_logininfor` VALUES (308, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:19:46'); +INSERT INTO `sys_logininfor` VALUES (309, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-07-07 14:20:00'); +INSERT INTO `sys_logininfor` VALUES (310, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:20:00'); +INSERT INTO `sys_logininfor` VALUES (311, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:25:52'); +INSERT INTO `sys_logininfor` VALUES (312, 'admin', '192.168.110.29', '1', '登录用户不存在', '2023-07-07 14:27:28'); +INSERT INTO `sys_logininfor` VALUES (313, 'admin', '192.168.110.13', '1', '登录用户不存在', '2023-07-07 14:27:30'); +INSERT INTO `sys_logininfor` VALUES (314, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-07 14:28:12'); +INSERT INTO `sys_logininfor` VALUES (315, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-07 14:28:17'); +INSERT INTO `sys_logininfor` VALUES (316, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-07 15:11:07'); +INSERT INTO `sys_logininfor` VALUES (317, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-07 19:47:26'); +INSERT INTO `sys_logininfor` VALUES (318, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-08 09:00:50'); +INSERT INTO `sys_logininfor` VALUES (319, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-08 09:01:02'); +INSERT INTO `sys_logininfor` VALUES (320, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 09:01:06'); +INSERT INTO `sys_logininfor` VALUES (321, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-08 09:41:40'); +INSERT INTO `sys_logininfor` VALUES (322, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-08 10:09:28'); +INSERT INTO `sys_logininfor` VALUES (323, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-08 13:49:15'); +INSERT INTO `sys_logininfor` VALUES (324, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 14:58:33'); +INSERT INTO `sys_logininfor` VALUES (325, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 14:58:34'); +INSERT INTO `sys_logininfor` VALUES (326, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 14:58:34'); +INSERT INTO `sys_logininfor` VALUES (327, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 14:58:34'); +INSERT INTO `sys_logininfor` VALUES (328, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-08 14:58:34'); +INSERT INTO `sys_logininfor` VALUES (329, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-08 16:49:17'); +INSERT INTO `sys_logininfor` VALUES (330, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-09 10:12:09'); +INSERT INTO `sys_logininfor` VALUES (331, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-09 10:12:09'); +INSERT INTO `sys_logininfor` VALUES (332, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-09 10:12:10'); +INSERT INTO `sys_logininfor` VALUES (333, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 09:02:36'); +INSERT INTO `sys_logininfor` VALUES (334, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 09:02:36'); +INSERT INTO `sys_logininfor` VALUES (335, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 09:02:36'); +INSERT INTO `sys_logininfor` VALUES (336, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 09:02:37'); +INSERT INTO `sys_logininfor` VALUES (337, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 09:02:37'); +INSERT INTO `sys_logininfor` VALUES (338, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-10 09:13:37'); +INSERT INTO `sys_logininfor` VALUES (339, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-10 09:31:17'); +INSERT INTO `sys_logininfor` VALUES (340, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-10 09:51:28'); +INSERT INTO `sys_logininfor` VALUES (341, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-10 11:21:06'); +INSERT INTO `sys_logininfor` VALUES (342, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-10 11:21:06'); +INSERT INTO `sys_logininfor` VALUES (343, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-10 12:00:07'); +INSERT INTO `sys_logininfor` VALUES (344, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-10 15:31:53'); +INSERT INTO `sys_logininfor` VALUES (345, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-10 15:32:00'); +INSERT INTO `sys_logininfor` VALUES (346, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-10 16:19:35'); +INSERT INTO `sys_logininfor` VALUES (347, '18008172499', '192.168.110.10', '0', '登录成功', '2023-07-10 17:00:54'); +INSERT INTO `sys_logininfor` VALUES (348, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-10 18:35:36'); +INSERT INTO `sys_logininfor` VALUES (349, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-10 19:33:31'); +INSERT INTO `sys_logininfor` VALUES (350, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-10 20:49:14'); +INSERT INTO `sys_logininfor` VALUES (351, '18008172499', '192.168.110.10', '1', '用户已停用,请联系管理员', '2023-07-10 20:53:37'); +INSERT INTO `sys_logininfor` VALUES (352, '18008172499', '192.168.110.10', '1', '用户已停用,请联系管理员', '2023-07-10 20:53:38'); +INSERT INTO `sys_logininfor` VALUES (353, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-10 20:53:43'); +INSERT INTO `sys_logininfor` VALUES (354, '18008172499', '192.168.110.10', '1', '用户已停用,请联系管理员', '2023-07-10 20:55:31'); +INSERT INTO `sys_logininfor` VALUES (355, '18008172471', '192.168.110.10', '0', '登录成功', '2023-07-10 20:55:42'); +INSERT INTO `sys_logininfor` VALUES (356, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-10 20:55:46'); +INSERT INTO `sys_logininfor` VALUES (357, '18008172499', '192.168.110.10', '0', '登录成功', '2023-07-10 20:56:41'); +INSERT INTO `sys_logininfor` VALUES (358, 'admin', '192.168.110.10', '0', '登录成功', '2023-07-10 21:04:58'); +INSERT INTO `sys_logininfor` VALUES (359, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-11 08:49:23'); +INSERT INTO `sys_logininfor` VALUES (360, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 08:51:24'); +INSERT INTO `sys_logininfor` VALUES (361, 'admin', '192.168.110.103', '0', '登录成功', '2023-07-11 08:57:55'); +INSERT INTO `sys_logininfor` VALUES (362, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:07'); +INSERT INTO `sys_logininfor` VALUES (363, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:08'); +INSERT INTO `sys_logininfor` VALUES (364, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (365, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (366, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (367, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (368, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (369, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:09'); +INSERT INTO `sys_logininfor` VALUES (370, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:10'); +INSERT INTO `sys_logininfor` VALUES (371, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:10'); +INSERT INTO `sys_logininfor` VALUES (372, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 08:59:10'); +INSERT INTO `sys_logininfor` VALUES (373, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-11 09:28:59'); +INSERT INTO `sys_logininfor` VALUES (374, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-11 11:31:44'); +INSERT INTO `sys_logininfor` VALUES (375, 'admin', '192.168.110.13', '0', '登录成功', '2023-07-11 11:47:12'); +INSERT INTO `sys_logininfor` VALUES (376, 'admin', '192.168.110.29', '0', '登录成功', '2023-07-11 12:01:04'); +INSERT INTO `sys_logininfor` VALUES (377, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 14:51:55'); +INSERT INTO `sys_logininfor` VALUES (378, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 14:51:56'); +INSERT INTO `sys_logininfor` VALUES (379, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 14:52:01'); +INSERT INTO `sys_logininfor` VALUES (380, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 14:52:22'); +INSERT INTO `sys_logininfor` VALUES (381, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-11 17:23:13'); +INSERT INTO `sys_logininfor` VALUES (382, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 19:18:57'); +INSERT INTO `sys_logininfor` VALUES (383, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 19:18:58'); +INSERT INTO `sys_logininfor` VALUES (384, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 19:59:48'); +INSERT INTO `sys_logininfor` VALUES (385, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 20:46:14'); +INSERT INTO `sys_logininfor` VALUES (386, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 20:46:14'); +INSERT INTO `sys_logininfor` VALUES (387, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:01:56'); +INSERT INTO `sys_logininfor` VALUES (388, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:02:30'); +INSERT INTO `sys_logininfor` VALUES (389, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:03:02'); +INSERT INTO `sys_logininfor` VALUES (390, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:03:36'); +INSERT INTO `sys_logininfor` VALUES (391, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:03:46'); +INSERT INTO `sys_logininfor` VALUES (392, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:03:47'); +INSERT INTO `sys_logininfor` VALUES (393, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:04:23'); +INSERT INTO `sys_logininfor` VALUES (394, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:04:38'); +INSERT INTO `sys_logininfor` VALUES (395, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:04:59'); +INSERT INTO `sys_logininfor` VALUES (396, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:05:07'); +INSERT INTO `sys_logininfor` VALUES (397, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 21:05:11'); +INSERT INTO `sys_logininfor` VALUES (398, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-11 21:05:43'); +INSERT INTO `sys_logininfor` VALUES (399, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-11 22:31:28'); +INSERT INTO `sys_logininfor` VALUES (400, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:40'); +INSERT INTO `sys_logininfor` VALUES (401, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:41'); +INSERT INTO `sys_logininfor` VALUES (402, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:41'); +INSERT INTO `sys_logininfor` VALUES (403, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:42'); +INSERT INTO `sys_logininfor` VALUES (404, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:42'); +INSERT INTO `sys_logininfor` VALUES (405, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:47'); +INSERT INTO `sys_logininfor` VALUES (406, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:41:54'); +INSERT INTO `sys_logininfor` VALUES (407, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:42:06'); +INSERT INTO `sys_logininfor` VALUES (408, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-12 08:42:22'); +INSERT INTO `sys_logininfor` VALUES (409, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:43:02'); +INSERT INTO `sys_logininfor` VALUES (410, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:43:44'); +INSERT INTO `sys_logininfor` VALUES (411, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:45:26'); +INSERT INTO `sys_logininfor` VALUES (412, '18008172499', '127.0.0.1', '0', '登录成功', '2023-07-12 08:45:42'); +INSERT INTO `sys_logininfor` VALUES (413, 'admin', '192.168.110.34', '0', '登录成功', '2023-07-12 08:55:22'); +INSERT INTO `sys_logininfor` VALUES (414, 'admin', '127.0.0.1', '0', '登录成功', '2023-07-12 08:58:06'); +INSERT INTO `sys_logininfor` VALUES (415, 'admin', '127.0.0.1', '1', '密码输入错误1次', '2023-07-12 09:12:41'); +INSERT INTO `sys_logininfor` VALUES (416, 'admin', '127.0.0.1', '1', '密码输入错误2次', '2023-07-12 09:12:44'); +INSERT INTO `sys_logininfor` VALUES (417, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 09:31:34'); +INSERT INTO `sys_logininfor` VALUES (418, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 09:36:21'); +INSERT INTO `sys_logininfor` VALUES (419, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 09:48:51'); +INSERT INTO `sys_logininfor` VALUES (420, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 09:56:26'); +INSERT INTO `sys_logininfor` VALUES (421, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:02:08'); +INSERT INTO `sys_logininfor` VALUES (422, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:03:03'); +INSERT INTO `sys_logininfor` VALUES (423, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:14:43'); +INSERT INTO `sys_logininfor` VALUES (424, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:14:43'); +INSERT INTO `sys_logininfor` VALUES (425, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:21:56'); +INSERT INTO `sys_logininfor` VALUES (426, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:21:56'); +INSERT INTO `sys_logininfor` VALUES (427, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:00'); +INSERT INTO `sys_logininfor` VALUES (428, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:00'); +INSERT INTO `sys_logininfor` VALUES (429, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:00'); +INSERT INTO `sys_logininfor` VALUES (430, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:00'); +INSERT INTO `sys_logininfor` VALUES (431, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:02'); +INSERT INTO `sys_logininfor` VALUES (432, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:02'); +INSERT INTO `sys_logininfor` VALUES (433, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (434, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (435, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (436, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (437, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (438, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:03'); +INSERT INTO `sys_logininfor` VALUES (439, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (440, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (441, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (442, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (443, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (444, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:04'); +INSERT INTO `sys_logininfor` VALUES (445, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:05'); +INSERT INTO `sys_logininfor` VALUES (446, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:05'); +INSERT INTO `sys_logininfor` VALUES (447, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:06'); +INSERT INTO `sys_logininfor` VALUES (448, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:22:06'); +INSERT INTO `sys_logininfor` VALUES (449, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 10:25:30'); +INSERT INTO `sys_logininfor` VALUES (450, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 10:27:27'); +INSERT INTO `sys_logininfor` VALUES (451, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 10:27:44'); +INSERT INTO `sys_logininfor` VALUES (452, '17780483325', '221.182.45.100', '1', '密码输入错误2次', '2023-07-12 10:27:48'); +INSERT INTO `sys_logininfor` VALUES (453, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 10:28:02'); +INSERT INTO `sys_logininfor` VALUES (454, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:28:14'); +INSERT INTO `sys_logininfor` VALUES (455, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 10:28:28'); +INSERT INTO `sys_logininfor` VALUES (456, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 10:58:21'); +INSERT INTO `sys_logininfor` VALUES (457, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:03:57'); +INSERT INTO `sys_logininfor` VALUES (458, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:04:01'); +INSERT INTO `sys_logininfor` VALUES (459, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:04:23'); +INSERT INTO `sys_logininfor` VALUES (460, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:09:10'); +INSERT INTO `sys_logininfor` VALUES (461, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:09:10'); +INSERT INTO `sys_logininfor` VALUES (462, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:09:10'); +INSERT INTO `sys_logininfor` VALUES (463, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:11:32'); +INSERT INTO `sys_logininfor` VALUES (464, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (465, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (466, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (467, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (468, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (469, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (470, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:04'); +INSERT INTO `sys_logininfor` VALUES (471, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:05'); +INSERT INTO `sys_logininfor` VALUES (472, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:05'); +INSERT INTO `sys_logininfor` VALUES (473, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:05'); +INSERT INTO `sys_logininfor` VALUES (474, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:13:05'); +INSERT INTO `sys_logininfor` VALUES (475, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:19:30'); +INSERT INTO `sys_logininfor` VALUES (476, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:25:34'); +INSERT INTO `sys_logininfor` VALUES (477, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 11:27:18'); +INSERT INTO `sys_logininfor` VALUES (478, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 11:29:41'); +INSERT INTO `sys_logininfor` VALUES (479, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:35:27'); +INSERT INTO `sys_logininfor` VALUES (480, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 11:40:39'); +INSERT INTO `sys_logininfor` VALUES (481, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 11:40:40'); +INSERT INTO `sys_logininfor` VALUES (482, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 11:45:53'); +INSERT INTO `sys_logininfor` VALUES (483, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:45:59'); +INSERT INTO `sys_logininfor` VALUES (484, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:45:59'); +INSERT INTO `sys_logininfor` VALUES (485, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:46:52'); +INSERT INTO `sys_logininfor` VALUES (486, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:46:52'); +INSERT INTO `sys_logininfor` VALUES (487, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:46:52'); +INSERT INTO `sys_logininfor` VALUES (488, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:51:52'); +INSERT INTO `sys_logininfor` VALUES (489, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 11:51:52'); +INSERT INTO `sys_logininfor` VALUES (490, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 11:59:50'); +INSERT INTO `sys_logininfor` VALUES (491, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 11:59:50'); +INSERT INTO `sys_logininfor` VALUES (492, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:05'); +INSERT INTO `sys_logininfor` VALUES (493, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:05'); +INSERT INTO `sys_logininfor` VALUES (494, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:31'); +INSERT INTO `sys_logininfor` VALUES (495, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:41'); +INSERT INTO `sys_logininfor` VALUES (496, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:41'); +INSERT INTO `sys_logininfor` VALUES (497, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:41'); +INSERT INTO `sys_logininfor` VALUES (498, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:00:41'); +INSERT INTO `sys_logininfor` VALUES (499, '17780483225', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 12:01:13'); +INSERT INTO `sys_logininfor` VALUES (500, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:01:13'); +INSERT INTO `sys_logininfor` VALUES (501, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:01:13'); +INSERT INTO `sys_logininfor` VALUES (502, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:01:13'); +INSERT INTO `sys_logininfor` VALUES (503, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:01:13'); +INSERT INTO `sys_logininfor` VALUES (504, '17780483326', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 12:01:56'); +INSERT INTO `sys_logininfor` VALUES (505, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:02:02'); +INSERT INTO `sys_logininfor` VALUES (506, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 12:02:20'); +INSERT INTO `sys_logininfor` VALUES (507, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:02:32'); +INSERT INTO `sys_logininfor` VALUES (508, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:00'); +INSERT INTO `sys_logininfor` VALUES (509, '17780483225', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (510, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (511, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (512, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (513, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (514, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (515, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:09'); +INSERT INTO `sys_logininfor` VALUES (516, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:30'); +INSERT INTO `sys_logininfor` VALUES (517, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:36'); +INSERT INTO `sys_logininfor` VALUES (518, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (519, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (520, '17780483225', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (521, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (522, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (523, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (524, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (525, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (526, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (527, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:03:43'); +INSERT INTO `sys_logininfor` VALUES (528, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:04:10'); +INSERT INTO `sys_logininfor` VALUES (529, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:04:31'); +INSERT INTO `sys_logininfor` VALUES (530, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 12:04:50'); +INSERT INTO `sys_logininfor` VALUES (531, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:05:21'); +INSERT INTO `sys_logininfor` VALUES (532, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-12 12:31:07'); +INSERT INTO `sys_logininfor` VALUES (533, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-12 12:42:17'); +INSERT INTO `sys_logininfor` VALUES (534, '13312551255', '221.182.45.100', '0', '登录成功', '2023-07-12 12:47:32'); +INSERT INTO `sys_logininfor` VALUES (535, '13312551255', '221.182.45.100', '0', '登录成功', '2023-07-12 12:53:00'); +INSERT INTO `sys_logininfor` VALUES (536, 'admin', '104.168.143.212', '1', '密码输入错误1次', '2023-07-12 13:42:19'); +INSERT INTO `sys_logininfor` VALUES (537, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-12 13:42:42'); +INSERT INTO `sys_logininfor` VALUES (538, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-12 13:42:42'); +INSERT INTO `sys_logininfor` VALUES (539, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 14:09:54'); +INSERT INTO `sys_logininfor` VALUES (540, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-12 14:19:42'); +INSERT INTO `sys_logininfor` VALUES (541, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 14:22:35'); +INSERT INTO `sys_logininfor` VALUES (542, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 14:23:28'); +INSERT INTO `sys_logininfor` VALUES (543, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 14:24:13'); +INSERT INTO `sys_logininfor` VALUES (544, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-12 14:24:15'); +INSERT INTO `sys_logininfor` VALUES (545, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-12 14:25:38'); +INSERT INTO `sys_logininfor` VALUES (546, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 14:29:00'); +INSERT INTO `sys_logininfor` VALUES (547, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-12 14:38:15'); +INSERT INTO `sys_logininfor` VALUES (548, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 14:43:55'); +INSERT INTO `sys_logininfor` VALUES (549, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-12 14:50:02'); +INSERT INTO `sys_logininfor` VALUES (550, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 14:55:48'); +INSERT INTO `sys_logininfor` VALUES (551, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 15:07:36'); +INSERT INTO `sys_logininfor` VALUES (552, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 15:27:18'); +INSERT INTO `sys_logininfor` VALUES (553, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 15:43:06'); +INSERT INTO `sys_logininfor` VALUES (554, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 15:44:44'); +INSERT INTO `sys_logininfor` VALUES (555, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 16:40:04'); +INSERT INTO `sys_logininfor` VALUES (556, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 16:40:10'); +INSERT INTO `sys_logininfor` VALUES (557, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 16:41:46'); +INSERT INTO `sys_logininfor` VALUES (558, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 16:59:00'); +INSERT INTO `sys_logininfor` VALUES (559, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 16:59:38'); +INSERT INTO `sys_logininfor` VALUES (560, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:05:59'); +INSERT INTO `sys_logininfor` VALUES (561, 'admin', '118.114.62.162', '0', '登录成功', '2023-07-12 17:06:27'); +INSERT INTO `sys_logininfor` VALUES (562, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:10:17'); +INSERT INTO `sys_logininfor` VALUES (563, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:14:32'); +INSERT INTO `sys_logininfor` VALUES (564, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:19:31'); +INSERT INTO `sys_logininfor` VALUES (565, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:40:16'); +INSERT INTO `sys_logininfor` VALUES (566, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 17:47:32'); +INSERT INTO `sys_logininfor` VALUES (567, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:48:36'); +INSERT INTO `sys_logininfor` VALUES (568, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-12 17:51:50'); +INSERT INTO `sys_logininfor` VALUES (569, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 17:56:29'); +INSERT INTO `sys_logininfor` VALUES (570, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:02:22'); +INSERT INTO `sys_logininfor` VALUES (571, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:04:34'); +INSERT INTO `sys_logininfor` VALUES (572, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:05:33'); +INSERT INTO `sys_logininfor` VALUES (573, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:12:46'); +INSERT INTO `sys_logininfor` VALUES (574, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:15:29'); +INSERT INTO `sys_logininfor` VALUES (575, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:19:39'); +INSERT INTO `sys_logininfor` VALUES (576, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:20:36'); +INSERT INTO `sys_logininfor` VALUES (577, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:20:36'); +INSERT INTO `sys_logininfor` VALUES (578, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:24:07'); +INSERT INTO `sys_logininfor` VALUES (579, '17712341234', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 18:24:07'); +INSERT INTO `sys_logininfor` VALUES (580, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:24:07'); +INSERT INTO `sys_logininfor` VALUES (581, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:24:25'); +INSERT INTO `sys_logininfor` VALUES (582, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:24:25'); +INSERT INTO `sys_logininfor` VALUES (583, '17712341234', '221.182.45.100', '1', '密码输入错误2次', '2023-07-12 18:24:25'); +INSERT INTO `sys_logininfor` VALUES (584, '17712341234', '221.182.45.100', '1', '密码输入错误2次', '2023-07-12 18:24:25'); +INSERT INTO `sys_logininfor` VALUES (585, '17712341234', '221.182.45.100', '1', '密码输入错误3次', '2023-07-12 18:25:15'); +INSERT INTO `sys_logininfor` VALUES (586, '17712341234', '221.182.45.100', '1', '密码输入错误4次', '2023-07-12 18:27:18'); +INSERT INTO `sys_logininfor` VALUES (587, '17712341234', '221.182.45.100', '1', '密码输入错误5次', '2023-07-12 18:28:21'); +INSERT INTO `sys_logininfor` VALUES (588, '18211112222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:34:49'); +INSERT INTO `sys_logininfor` VALUES (589, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:35:47'); +INSERT INTO `sys_logininfor` VALUES (590, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:36:16'); +INSERT INTO `sys_logininfor` VALUES (591, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:37:09'); +INSERT INTO `sys_logininfor` VALUES (592, '17712341234', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 18:40:07'); +INSERT INTO `sys_logininfor` VALUES (593, '17712341234', '221.182.45.100', '1', '密码输入错误2次', '2023-07-12 18:40:17'); +INSERT INTO `sys_logininfor` VALUES (594, '17712341234', '221.182.45.100', '1', '密码输入错误3次', '2023-07-12 18:40:21'); +INSERT INTO `sys_logininfor` VALUES (595, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:40:39'); +INSERT INTO `sys_logininfor` VALUES (596, '17777777777', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 18:41:06'); +INSERT INTO `sys_logininfor` VALUES (597, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:41:13'); +INSERT INTO `sys_logininfor` VALUES (598, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:41:20'); +INSERT INTO `sys_logininfor` VALUES (599, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:41:20'); +INSERT INTO `sys_logininfor` VALUES (600, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:41:39'); +INSERT INTO `sys_logininfor` VALUES (601, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:42:16'); +INSERT INTO `sys_logininfor` VALUES (602, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:42:40'); +INSERT INTO `sys_logininfor` VALUES (603, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:42:53'); +INSERT INTO `sys_logininfor` VALUES (604, '182222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 18:42:57'); +INSERT INTO `sys_logininfor` VALUES (605, '182222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 18:42:57'); +INSERT INTO `sys_logininfor` VALUES (606, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:43:00'); +INSERT INTO `sys_logininfor` VALUES (607, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-12 18:43:34'); +INSERT INTO `sys_logininfor` VALUES (608, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 18:43:49'); +INSERT INTO `sys_logininfor` VALUES (609, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:43:56'); +INSERT INTO `sys_logininfor` VALUES (610, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:45:21'); +INSERT INTO `sys_logininfor` VALUES (611, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-12 18:45:50'); +INSERT INTO `sys_logininfor` VALUES (612, '182222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 18:47:21'); +INSERT INTO `sys_logininfor` VALUES (613, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:47:27'); +INSERT INTO `sys_logininfor` VALUES (614, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:48:46'); +INSERT INTO `sys_logininfor` VALUES (615, '1822222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 18:52:39'); +INSERT INTO `sys_logininfor` VALUES (616, '182222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-12 18:52:42'); +INSERT INTO `sys_logininfor` VALUES (617, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:52:45'); +INSERT INTO `sys_logininfor` VALUES (618, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:53:23'); +INSERT INTO `sys_logininfor` VALUES (619, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 18:57:50'); +INSERT INTO `sys_logininfor` VALUES (620, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-12 19:25:35'); +INSERT INTO `sys_logininfor` VALUES (621, '17712341234', '221.182.45.100', '1', '密码输入错误1次', '2023-07-12 19:35:11'); +INSERT INTO `sys_logininfor` VALUES (622, '15212341234', '221.182.45.100', '0', '登录成功', '2023-07-12 19:35:41'); +INSERT INTO `sys_logininfor` VALUES (623, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-12 19:52:45'); +INSERT INTO `sys_logininfor` VALUES (624, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 08:49:51'); +INSERT INTO `sys_logininfor` VALUES (625, 'admin', '118.116.106.96', '0', '登录成功', '2023-07-13 08:54:50'); +INSERT INTO `sys_logininfor` VALUES (626, '18111112222', '118.116.106.96', '1', '用户密码不在指定范围', '2023-07-13 09:09:33'); +INSERT INTO `sys_logininfor` VALUES (627, '18211112222', '118.116.106.96', '0', '登录成功', '2023-07-13 09:09:41'); +INSERT INTO `sys_logininfor` VALUES (628, 'admin', '118.116.106.96', '0', '登录成功', '2023-07-13 09:10:06'); +INSERT INTO `sys_logininfor` VALUES (629, '18211112222', '118.116.106.96', '0', '登录成功', '2023-07-13 09:12:56'); +INSERT INTO `sys_logininfor` VALUES (630, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:34:20'); +INSERT INTO `sys_logininfor` VALUES (631, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:36:18'); +INSERT INTO `sys_logininfor` VALUES (632, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:36:55'); +INSERT INTO `sys_logininfor` VALUES (633, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:36:55'); +INSERT INTO `sys_logininfor` VALUES (634, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:36:55'); +INSERT INTO `sys_logininfor` VALUES (635, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:02'); +INSERT INTO `sys_logininfor` VALUES (636, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:14'); +INSERT INTO `sys_logininfor` VALUES (637, '17748403325', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 09:37:26'); +INSERT INTO `sys_logininfor` VALUES (638, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (639, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (640, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (641, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (642, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (643, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:33'); +INSERT INTO `sys_logininfor` VALUES (644, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:37:38'); +INSERT INTO `sys_logininfor` VALUES (645, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:32'); +INSERT INTO `sys_logininfor` VALUES (646, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:43'); +INSERT INTO `sys_logininfor` VALUES (647, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:43'); +INSERT INTO `sys_logininfor` VALUES (648, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:49'); +INSERT INTO `sys_logininfor` VALUES (649, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:49'); +INSERT INTO `sys_logininfor` VALUES (650, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:38:49'); +INSERT INTO `sys_logininfor` VALUES (651, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:06'); +INSERT INTO `sys_logininfor` VALUES (652, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:06'); +INSERT INTO `sys_logininfor` VALUES (653, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:06'); +INSERT INTO `sys_logininfor` VALUES (654, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:06'); +INSERT INTO `sys_logininfor` VALUES (655, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:16'); +INSERT INTO `sys_logininfor` VALUES (656, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:16'); +INSERT INTO `sys_logininfor` VALUES (657, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:17'); +INSERT INTO `sys_logininfor` VALUES (658, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:17'); +INSERT INTO `sys_logininfor` VALUES (659, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:17'); +INSERT INTO `sys_logininfor` VALUES (660, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (661, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (662, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (663, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (664, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (665, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:41'); +INSERT INTO `sys_logininfor` VALUES (666, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (667, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (668, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (669, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (670, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (671, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (672, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:39:56'); +INSERT INTO `sys_logininfor` VALUES (673, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:11'); +INSERT INTO `sys_logininfor` VALUES (674, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (675, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (676, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (677, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (678, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (679, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (680, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (681, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (682, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (683, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:26'); +INSERT INTO `sys_logininfor` VALUES (684, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (685, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (686, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (687, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (688, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (689, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (690, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (691, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (692, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (693, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (694, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:41:38'); +INSERT INTO `sys_logininfor` VALUES (695, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:45:43'); +INSERT INTO `sys_logininfor` VALUES (696, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:45:54'); +INSERT INTO `sys_logininfor` VALUES (697, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:45:58'); +INSERT INTO `sys_logininfor` VALUES (698, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:10'); +INSERT INTO `sys_logininfor` VALUES (699, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:10'); +INSERT INTO `sys_logininfor` VALUES (700, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:10'); +INSERT INTO `sys_logininfor` VALUES (701, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:10'); +INSERT INTO `sys_logininfor` VALUES (702, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:30'); +INSERT INTO `sys_logininfor` VALUES (703, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:30'); +INSERT INTO `sys_logininfor` VALUES (704, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:30'); +INSERT INTO `sys_logininfor` VALUES (705, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:30'); +INSERT INTO `sys_logininfor` VALUES (706, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:30'); +INSERT INTO `sys_logininfor` VALUES (707, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (708, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (709, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (710, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (711, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (712, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:40'); +INSERT INTO `sys_logininfor` VALUES (713, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:46'); +INSERT INTO `sys_logininfor` VALUES (714, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (715, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (716, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (717, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (718, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (719, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (720, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (721, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:46:56'); +INSERT INTO `sys_logininfor` VALUES (722, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (723, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (724, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (725, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (726, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (727, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (728, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (729, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (730, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:08'); +INSERT INTO `sys_logininfor` VALUES (731, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (732, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (733, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (734, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (735, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (736, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (737, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (738, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (739, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (740, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:20'); +INSERT INTO `sys_logininfor` VALUES (741, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (742, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (743, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (744, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (745, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (746, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (747, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (748, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (749, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (750, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (751, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:33'); +INSERT INTO `sys_logininfor` VALUES (752, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (753, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (754, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (755, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (756, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (757, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (758, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (759, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (760, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (761, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (762, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (763, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:47:57'); +INSERT INTO `sys_logininfor` VALUES (764, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (765, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (766, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (767, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (768, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (769, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (770, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (771, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (772, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (773, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (774, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (775, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (776, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:48:08'); +INSERT INTO `sys_logininfor` VALUES (777, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:30'); +INSERT INTO `sys_logininfor` VALUES (778, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (779, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (780, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (781, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (782, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (783, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (784, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (785, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (786, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (787, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (788, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (789, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (790, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (791, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (792, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (793, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:38'); +INSERT INTO `sys_logininfor` VALUES (794, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:51'); +INSERT INTO `sys_logininfor` VALUES (795, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:51'); +INSERT INTO `sys_logininfor` VALUES (796, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:51'); +INSERT INTO `sys_logininfor` VALUES (797, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:51'); +INSERT INTO `sys_logininfor` VALUES (798, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:51'); +INSERT INTO `sys_logininfor` VALUES (799, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (800, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (801, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (802, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (803, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (804, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (805, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (806, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (807, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (808, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (809, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (810, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:49:52'); +INSERT INTO `sys_logininfor` VALUES (811, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (812, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (813, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (814, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (815, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (816, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (817, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (818, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (819, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (820, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (821, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (822, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (823, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:02'); +INSERT INTO `sys_logininfor` VALUES (824, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:03'); +INSERT INTO `sys_logininfor` VALUES (825, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:03'); +INSERT INTO `sys_logininfor` VALUES (826, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:03'); +INSERT INTO `sys_logininfor` VALUES (827, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:03'); +INSERT INTO `sys_logininfor` VALUES (828, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:03'); +INSERT INTO `sys_logininfor` VALUES (829, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:09'); +INSERT INTO `sys_logininfor` VALUES (830, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (831, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (832, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (833, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (834, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (835, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (836, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (837, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (838, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (839, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (840, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (841, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (842, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (843, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (844, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (845, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (846, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (847, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (848, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (849, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:50:26'); +INSERT INTO `sys_logininfor` VALUES (850, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:51:44'); +INSERT INTO `sys_logininfor` VALUES (851, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:13'); +INSERT INTO `sys_logininfor` VALUES (852, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:30'); +INSERT INTO `sys_logininfor` VALUES (853, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:40'); +INSERT INTO `sys_logininfor` VALUES (854, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:53'); +INSERT INTO `sys_logininfor` VALUES (855, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:53'); +INSERT INTO `sys_logininfor` VALUES (856, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:53'); +INSERT INTO `sys_logininfor` VALUES (857, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:53'); +INSERT INTO `sys_logininfor` VALUES (858, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:52:57'); +INSERT INTO `sys_logininfor` VALUES (859, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (860, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (861, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (862, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (863, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (864, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:14'); +INSERT INTO `sys_logininfor` VALUES (865, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (866, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (867, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (868, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (869, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (870, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (871, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:24'); +INSERT INTO `sys_logininfor` VALUES (872, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (873, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (874, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (875, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (876, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (877, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (878, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (879, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:35'); +INSERT INTO `sys_logininfor` VALUES (880, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:46'); +INSERT INTO `sys_logininfor` VALUES (881, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (882, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (883, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (884, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (885, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (886, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (887, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (888, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (889, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (890, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:53:56'); +INSERT INTO `sys_logininfor` VALUES (891, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:11'); +INSERT INTO `sys_logininfor` VALUES (892, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:24'); +INSERT INTO `sys_logininfor` VALUES (893, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (894, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (895, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (896, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (897, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (898, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (899, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (900, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (901, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (902, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (903, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (904, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (905, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:42'); +INSERT INTO `sys_logininfor` VALUES (906, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:55:52'); +INSERT INTO `sys_logininfor` VALUES (907, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (908, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (909, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (910, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (911, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (912, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (913, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (914, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (915, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (916, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (917, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (918, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (919, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (920, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (921, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:04'); +INSERT INTO `sys_logininfor` VALUES (922, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (923, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (924, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (925, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (926, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (927, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (928, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (929, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (930, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (931, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (932, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (933, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (934, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (935, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (936, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (937, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:13'); +INSERT INTO `sys_logininfor` VALUES (938, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:25'); +INSERT INTO `sys_logininfor` VALUES (939, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:34'); +INSERT INTO `sys_logininfor` VALUES (940, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:42'); +INSERT INTO `sys_logininfor` VALUES (941, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:56:52'); +INSERT INTO `sys_logininfor` VALUES (942, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 09:57:03'); +INSERT INTO `sys_logininfor` VALUES (943, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:57:10'); +INSERT INTO `sys_logininfor` VALUES (944, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 09:57:14'); +INSERT INTO `sys_logininfor` VALUES (945, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:00'); +INSERT INTO `sys_logininfor` VALUES (946, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (947, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (948, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (949, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (950, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (951, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (952, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (953, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (954, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (955, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (956, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (957, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (958, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (959, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (960, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (961, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (962, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (963, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (964, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (965, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (966, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:09'); +INSERT INTO `sys_logininfor` VALUES (967, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:03:10'); +INSERT INTO `sys_logininfor` VALUES (968, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:10'); +INSERT INTO `sys_logininfor` VALUES (969, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:10'); +INSERT INTO `sys_logininfor` VALUES (970, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:03:10'); +INSERT INTO `sys_logininfor` VALUES (971, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:04:19'); +INSERT INTO `sys_logininfor` VALUES (972, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:04:33'); +INSERT INTO `sys_logininfor` VALUES (973, '17780483325', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:04:34'); +INSERT INTO `sys_logininfor` VALUES (974, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:04:41'); +INSERT INTO `sys_logininfor` VALUES (975, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:01'); +INSERT INTO `sys_logininfor` VALUES (976, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:05:02'); +INSERT INTO `sys_logininfor` VALUES (977, 'admin', '221.182.45.100', '1', '密码输入错误3次', '2023-07-13 10:05:02'); +INSERT INTO `sys_logininfor` VALUES (978, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (979, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (980, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (981, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (982, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (983, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (984, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (985, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:05'); +INSERT INTO `sys_logininfor` VALUES (986, 'admin', '221.182.45.100', '1', '密码输入错误4次', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (987, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (988, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (989, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (990, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (991, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (992, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (993, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (994, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (995, 'admin', '221.182.45.100', '1', '密码输入错误4次', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (996, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (997, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (998, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (999, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1000, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1001, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1002, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1003, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1004, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1005, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:06'); +INSERT INTO `sys_logininfor` VALUES (1006, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:42'); +INSERT INTO `sys_logininfor` VALUES (1007, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:42'); +INSERT INTO `sys_logininfor` VALUES (1008, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:42'); +INSERT INTO `sys_logininfor` VALUES (1009, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:42'); +INSERT INTO `sys_logininfor` VALUES (1010, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1011, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1012, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1013, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1014, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1015, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1016, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1017, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1018, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1019, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1020, '17780483325', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1021, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1022, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1023, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1024, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1025, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1026, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1027, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1028, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1029, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1030, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1031, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1032, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1033, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1034, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:05:43'); +INSERT INTO `sys_logininfor` VALUES (1035, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:06:18'); +INSERT INTO `sys_logininfor` VALUES (1036, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:06:25'); +INSERT INTO `sys_logininfor` VALUES (1037, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:06:29'); +INSERT INTO `sys_logininfor` VALUES (1038, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:06:43'); +INSERT INTO `sys_logininfor` VALUES (1039, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:07:00'); +INSERT INTO `sys_logininfor` VALUES (1040, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:07:48'); +INSERT INTO `sys_logininfor` VALUES (1041, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:08:06'); +INSERT INTO `sys_logininfor` VALUES (1042, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:09:54'); +INSERT INTO `sys_logininfor` VALUES (1043, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:10:16'); +INSERT INTO `sys_logininfor` VALUES (1044, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:10:29'); +INSERT INTO `sys_logininfor` VALUES (1045, '18222222222', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:11:10'); +INSERT INTO `sys_logininfor` VALUES (1046, '1822222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 10:11:30'); +INSERT INTO `sys_logininfor` VALUES (1047, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:11:41'); +INSERT INTO `sys_logininfor` VALUES (1048, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:11:53'); +INSERT INTO `sys_logininfor` VALUES (1049, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:12:18'); +INSERT INTO `sys_logininfor` VALUES (1050, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:00'); +INSERT INTO `sys_logininfor` VALUES (1051, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:10'); +INSERT INTO `sys_logininfor` VALUES (1052, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:10'); +INSERT INTO `sys_logininfor` VALUES (1053, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:27'); +INSERT INTO `sys_logininfor` VALUES (1054, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:27'); +INSERT INTO `sys_logininfor` VALUES (1055, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:27'); +INSERT INTO `sys_logininfor` VALUES (1056, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:14:35'); +INSERT INTO `sys_logininfor` VALUES (1057, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:15:53'); +INSERT INTO `sys_logininfor` VALUES (1058, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:15:53'); +INSERT INTO `sys_logininfor` VALUES (1059, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:15:53'); +INSERT INTO `sys_logininfor` VALUES (1060, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:15:53'); +INSERT INTO `sys_logininfor` VALUES (1061, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:15:53'); +INSERT INTO `sys_logininfor` VALUES (1062, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1063, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1064, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1065, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1066, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1067, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:03'); +INSERT INTO `sys_logininfor` VALUES (1068, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1069, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1070, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1071, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1072, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1073, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1074, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:12'); +INSERT INTO `sys_logininfor` VALUES (1075, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1076, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1077, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1078, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1079, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1080, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1081, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1082, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:16:22'); +INSERT INTO `sys_logininfor` VALUES (1083, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-13 10:19:42'); +INSERT INTO `sys_logininfor` VALUES (1084, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:20:58'); +INSERT INTO `sys_logininfor` VALUES (1085, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:21:27'); +INSERT INTO `sys_logininfor` VALUES (1086, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:24:31'); +INSERT INTO `sys_logininfor` VALUES (1087, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:25:26'); +INSERT INTO `sys_logininfor` VALUES (1088, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-13 10:27:04'); +INSERT INTO `sys_logininfor` VALUES (1089, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:28:40'); +INSERT INTO `sys_logininfor` VALUES (1090, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:28:53'); +INSERT INTO `sys_logininfor` VALUES (1091, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:29:08'); +INSERT INTO `sys_logininfor` VALUES (1092, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:30:22'); +INSERT INTO `sys_logininfor` VALUES (1093, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:31:28'); +INSERT INTO `sys_logininfor` VALUES (1094, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:32:11'); +INSERT INTO `sys_logininfor` VALUES (1095, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:32:16'); +INSERT INTO `sys_logininfor` VALUES (1096, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:32:27'); +INSERT INTO `sys_logininfor` VALUES (1097, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:32:41'); +INSERT INTO `sys_logininfor` VALUES (1098, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:33:00'); +INSERT INTO `sys_logininfor` VALUES (1099, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:33:33'); +INSERT INTO `sys_logininfor` VALUES (1100, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:35:24'); +INSERT INTO `sys_logininfor` VALUES (1101, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:36:11'); +INSERT INTO `sys_logininfor` VALUES (1102, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:36:28'); +INSERT INTO `sys_logininfor` VALUES (1103, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:36:41'); +INSERT INTO `sys_logininfor` VALUES (1104, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:37:05'); +INSERT INTO `sys_logininfor` VALUES (1105, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:37:25'); +INSERT INTO `sys_logininfor` VALUES (1106, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:38:21'); +INSERT INTO `sys_logininfor` VALUES (1107, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-13 10:38:30'); +INSERT INTO `sys_logininfor` VALUES (1108, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:39:12'); +INSERT INTO `sys_logininfor` VALUES (1109, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:42:37'); +INSERT INTO `sys_logininfor` VALUES (1110, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:43:12'); +INSERT INTO `sys_logininfor` VALUES (1111, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:44:39'); +INSERT INTO `sys_logininfor` VALUES (1112, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:45:55'); +INSERT INTO `sys_logininfor` VALUES (1113, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-13 10:45:57'); +INSERT INTO `sys_logininfor` VALUES (1114, 'admin', '221.182.45.100', '1', '密码输入错误2次', '2023-07-13 10:45:58'); +INSERT INTO `sys_logininfor` VALUES (1115, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:46:02'); +INSERT INTO `sys_logininfor` VALUES (1116, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 10:48:01'); +INSERT INTO `sys_logininfor` VALUES (1117, 'admin', '134.195.101.43', '0', '登录成功', '2023-07-13 10:57:56'); +INSERT INTO `sys_logininfor` VALUES (1118, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:23:25'); +INSERT INTO `sys_logininfor` VALUES (1119, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:23:25'); +INSERT INTO `sys_logininfor` VALUES (1120, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:23:52'); +INSERT INTO `sys_logininfor` VALUES (1121, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:24:26'); +INSERT INTO `sys_logininfor` VALUES (1122, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:24:30'); +INSERT INTO `sys_logininfor` VALUES (1123, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:12'); +INSERT INTO `sys_logininfor` VALUES (1124, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:23'); +INSERT INTO `sys_logininfor` VALUES (1125, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:38'); +INSERT INTO `sys_logininfor` VALUES (1126, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:46'); +INSERT INTO `sys_logininfor` VALUES (1127, '17780483325', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:48'); +INSERT INTO `sys_logininfor` VALUES (1128, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:25:50'); +INSERT INTO `sys_logininfor` VALUES (1129, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:26:00'); +INSERT INTO `sys_logininfor` VALUES (1130, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:26:17'); +INSERT INTO `sys_logininfor` VALUES (1131, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:26:36'); +INSERT INTO `sys_logininfor` VALUES (1132, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-13 11:27:01'); +INSERT INTO `sys_logininfor` VALUES (1133, '18222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:27:46'); +INSERT INTO `sys_logininfor` VALUES (1134, '18222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:27:47'); +INSERT INTO `sys_logininfor` VALUES (1135, '18222222222', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:28:24'); +INSERT INTO `sys_logininfor` VALUES (1136, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-13 11:28:41'); +INSERT INTO `sys_logininfor` VALUES (1137, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:31:25'); +INSERT INTO `sys_logininfor` VALUES (1138, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:32:19'); +INSERT INTO `sys_logininfor` VALUES (1139, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:36:12'); +INSERT INTO `sys_logininfor` VALUES (1140, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:38:03'); +INSERT INTO `sys_logininfor` VALUES (1141, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:38:13'); +INSERT INTO `sys_logininfor` VALUES (1142, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:38:26'); +INSERT INTO `sys_logininfor` VALUES (1143, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:40:54'); +INSERT INTO `sys_logininfor` VALUES (1144, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:41:05'); +INSERT INTO `sys_logininfor` VALUES (1145, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:51:53'); +INSERT INTO `sys_logininfor` VALUES (1146, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:54:04'); +INSERT INTO `sys_logininfor` VALUES (1147, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:56:33'); +INSERT INTO `sys_logininfor` VALUES (1148, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 11:57:00'); +INSERT INTO `sys_logininfor` VALUES (1149, 'admin', '117.139.242.19', '0', '登录成功', '2023-07-13 13:34:10'); +INSERT INTO `sys_logininfor` VALUES (1150, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 14:33:17'); +INSERT INTO `sys_logininfor` VALUES (1151, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-13 15:17:36'); +INSERT INTO `sys_logininfor` VALUES (1152, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 15:22:03'); +INSERT INTO `sys_logininfor` VALUES (1153, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-13 15:25:31'); +INSERT INTO `sys_logininfor` VALUES (1154, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 15:26:06'); +INSERT INTO `sys_logininfor` VALUES (1155, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-13 15:32:25'); +INSERT INTO `sys_logininfor` VALUES (1156, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-13 15:34:53'); +INSERT INTO `sys_logininfor` VALUES (1157, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-13 17:08:43'); +INSERT INTO `sys_logininfor` VALUES (1158, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-13 18:05:45'); +INSERT INTO `sys_logininfor` VALUES (1159, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 18:21:02'); +INSERT INTO `sys_logininfor` VALUES (1160, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 18:21:02'); +INSERT INTO `sys_logininfor` VALUES (1161, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-13 18:52:25'); +INSERT INTO `sys_logininfor` VALUES (1162, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-13 18:52:46'); +INSERT INTO `sys_logininfor` VALUES (1163, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-13 18:55:00'); +INSERT INTO `sys_logininfor` VALUES (1164, 'admin', '171.88.109.220', '0', '登录成功', '2023-07-13 19:47:58'); +INSERT INTO `sys_logininfor` VALUES (1165, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 08:43:05'); +INSERT INTO `sys_logininfor` VALUES (1166, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 08:59:35'); +INSERT INTO `sys_logininfor` VALUES (1167, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 08:59:36'); +INSERT INTO `sys_logininfor` VALUES (1168, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 09:28:35'); +INSERT INTO `sys_logininfor` VALUES (1169, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 09:45:50'); +INSERT INTO `sys_logininfor` VALUES (1170, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 10:08:58'); +INSERT INTO `sys_logininfor` VALUES (1171, '18280405248', '221.182.45.100', '1', '密码输入错误1次', '2023-07-14 10:09:16'); +INSERT INTO `sys_logininfor` VALUES (1172, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 10:09:27'); +INSERT INTO `sys_logininfor` VALUES (1173, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-14 10:09:55'); +INSERT INTO `sys_logininfor` VALUES (1174, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-14 10:23:13'); +INSERT INTO `sys_logininfor` VALUES (1175, 'admin', '118.116.106.96', '0', '登录成功', '2023-07-14 11:27:29'); +INSERT INTO `sys_logininfor` VALUES (1176, '18667137007', '118.114.62.162', '0', '登录成功', '2023-07-14 12:08:10'); +INSERT INTO `sys_logininfor` VALUES (1177, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 14:08:43'); +INSERT INTO `sys_logininfor` VALUES (1178, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 14:13:43'); +INSERT INTO `sys_logininfor` VALUES (1179, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 14:15:10'); +INSERT INTO `sys_logininfor` VALUES (1180, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-14 14:17:24'); +INSERT INTO `sys_logininfor` VALUES (1181, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 14:19:13'); +INSERT INTO `sys_logininfor` VALUES (1182, 'admin', '118.116.106.96', '0', '登录成功', '2023-07-14 14:27:29'); +INSERT INTO `sys_logininfor` VALUES (1183, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-14 18:13:34'); +INSERT INTO `sys_logininfor` VALUES (1184, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 18:43:50'); +INSERT INTO `sys_logininfor` VALUES (1185, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-14 18:51:54'); +INSERT INTO `sys_logininfor` VALUES (1186, 'admin', '171.88.109.220', '0', '登录成功', '2023-07-14 23:51:41'); +INSERT INTO `sys_logininfor` VALUES (1187, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 08:56:37'); +INSERT INTO `sys_logininfor` VALUES (1188, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 08:58:44'); +INSERT INTO `sys_logininfor` VALUES (1189, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 08:58:51'); +INSERT INTO `sys_logininfor` VALUES (1190, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:00:56'); +INSERT INTO `sys_logininfor` VALUES (1191, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:01:28'); +INSERT INTO `sys_logininfor` VALUES (1192, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:01:54'); +INSERT INTO `sys_logininfor` VALUES (1193, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:03:14'); +INSERT INTO `sys_logininfor` VALUES (1194, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:04:03'); +INSERT INTO `sys_logininfor` VALUES (1195, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:04:22'); +INSERT INTO `sys_logininfor` VALUES (1196, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:12:40'); +INSERT INTO `sys_logininfor` VALUES (1197, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:14:33'); +INSERT INTO `sys_logininfor` VALUES (1198, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:15:14'); +INSERT INTO `sys_logininfor` VALUES (1199, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:15:25'); +INSERT INTO `sys_logininfor` VALUES (1200, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:15:46'); +INSERT INTO `sys_logininfor` VALUES (1201, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:16:05'); +INSERT INTO `sys_logininfor` VALUES (1202, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 09:40:28'); +INSERT INTO `sys_logininfor` VALUES (1203, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 10:09:45'); +INSERT INTO `sys_logininfor` VALUES (1204, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 10:12:30'); +INSERT INTO `sys_logininfor` VALUES (1205, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 10:12:47'); +INSERT INTO `sys_logininfor` VALUES (1206, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 10:32:06'); +INSERT INTO `sys_logininfor` VALUES (1207, 'admin', '134.195.101.42', '1', '密码输入错误1次', '2023-07-15 12:12:03'); +INSERT INTO `sys_logininfor` VALUES (1208, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-15 12:12:08'); +INSERT INTO `sys_logininfor` VALUES (1209, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 13:58:37'); +INSERT INTO `sys_logininfor` VALUES (1210, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 14:24:14'); +INSERT INTO `sys_logininfor` VALUES (1211, '18280405248', '221.182.45.100', '0', '登录成功', '2023-07-15 15:21:32'); +INSERT INTO `sys_logininfor` VALUES (1212, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 15:25:21'); +INSERT INTO `sys_logininfor` VALUES (1213, 'admin', '171.88.109.220', '0', '登录成功', '2023-07-15 16:40:45'); +INSERT INTO `sys_logininfor` VALUES (1214, '18280445248', '221.182.45.100', '1', '密码输入错误1次', '2023-07-15 16:51:23'); +INSERT INTO `sys_logininfor` VALUES (1215, '17780483321', '221.182.45.100', '0', '登录成功', '2023-07-15 16:52:15'); +INSERT INTO `sys_logininfor` VALUES (1216, '13312452222', '221.182.45.100', '1', '登录用户不存在', '2023-07-15 16:56:21'); +INSERT INTO `sys_logininfor` VALUES (1217, '13312452222', '221.182.45.100', '1', '登录用户不存在', '2023-07-15 16:56:25'); +INSERT INTO `sys_logininfor` VALUES (1218, '15677810321', '221.182.45.100', '1', '登录用户不存在', '2023-07-15 16:56:37'); +INSERT INTO `sys_logininfor` VALUES (1219, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-15 16:56:53'); +INSERT INTO `sys_logininfor` VALUES (1220, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 17:08:28'); +INSERT INTO `sys_logininfor` VALUES (1221, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 17:10:31'); +INSERT INTO `sys_logininfor` VALUES (1222, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-15 17:10:59'); +INSERT INTO `sys_logininfor` VALUES (1223, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-15 17:16:27'); +INSERT INTO `sys_logininfor` VALUES (1224, '18280405249', '221.182.45.100', '1', '密码输入错误1次', '2023-07-15 17:16:36'); +INSERT INTO `sys_logininfor` VALUES (1225, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-15 17:16:40'); +INSERT INTO `sys_logininfor` VALUES (1226, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-15 17:19:37'); +INSERT INTO `sys_logininfor` VALUES (1227, 'bf', '221.182.45.100', '0', '登录成功', '2023-07-15 17:21:18'); +INSERT INTO `sys_logininfor` VALUES (1228, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-15 18:52:26'); +INSERT INTO `sys_logininfor` VALUES (1229, '13311111111', '221.182.45.100', '0', '登录成功', '2023-07-15 19:00:44'); +INSERT INTO `sys_logininfor` VALUES (1230, 'admin', '101.207.194.122', '0', '登录成功', '2023-07-15 20:43:46'); +INSERT INTO `sys_logininfor` VALUES (1231, 'admin', '171.88.109.220', '0', '登录成功', '2023-07-15 20:51:22'); +INSERT INTO `sys_logininfor` VALUES (1232, 'admin', '171.88.109.220', '0', '登录成功', '2023-07-15 21:57:03'); +INSERT INTO `sys_logininfor` VALUES (1233, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:52:52'); +INSERT INTO `sys_logininfor` VALUES (1234, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:53:26'); +INSERT INTO `sys_logininfor` VALUES (1235, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:54:04'); +INSERT INTO `sys_logininfor` VALUES (1236, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:54:29'); +INSERT INTO `sys_logininfor` VALUES (1237, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:55:01'); +INSERT INTO `sys_logininfor` VALUES (1238, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 15:58:50'); +INSERT INTO `sys_logininfor` VALUES (1239, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 16:25:32'); +INSERT INTO `sys_logininfor` VALUES (1240, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 16:30:17'); +INSERT INTO `sys_logininfor` VALUES (1241, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 16:33:22'); +INSERT INTO `sys_logininfor` VALUES (1242, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 16:33:32'); +INSERT INTO `sys_logininfor` VALUES (1243, 'admin', '124.162.104.106', '0', '登录成功', '2023-07-16 16:33:49'); +INSERT INTO `sys_logininfor` VALUES (1244, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 16:35:23'); +INSERT INTO `sys_logininfor` VALUES (1245, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 16:37:22'); +INSERT INTO `sys_logininfor` VALUES (1246, '18622222222', '124.162.104.106', '0', '登录成功', '2023-07-16 16:47:19'); +INSERT INTO `sys_logininfor` VALUES (1247, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 16:48:47'); +INSERT INTO `sys_logininfor` VALUES (1248, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 17:04:08'); +INSERT INTO `sys_logininfor` VALUES (1249, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 17:09:36'); +INSERT INTO `sys_logininfor` VALUES (1250, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 17:09:55'); +INSERT INTO `sys_logininfor` VALUES (1251, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 17:10:41'); +INSERT INTO `sys_logininfor` VALUES (1252, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 17:25:19'); +INSERT INTO `sys_logininfor` VALUES (1253, '18623024392', '124.162.104.106', '0', '登录成功', '2023-07-16 18:08:43'); +INSERT INTO `sys_logininfor` VALUES (1254, '18667137007', '124.162.104.106', '0', '登录成功', '2023-07-16 18:33:17'); +INSERT INTO `sys_logininfor` VALUES (1255, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 08:49:23'); +INSERT INTO `sys_logininfor` VALUES (1256, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 08:54:30'); +INSERT INTO `sys_logininfor` VALUES (1257, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 08:58:25'); +INSERT INTO `sys_logininfor` VALUES (1258, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 09:40:27'); +INSERT INTO `sys_logininfor` VALUES (1259, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 09:48:14'); +INSERT INTO `sys_logininfor` VALUES (1260, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 09:48:39'); +INSERT INTO `sys_logininfor` VALUES (1261, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 09:55:51'); +INSERT INTO `sys_logininfor` VALUES (1262, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 10:07:15'); +INSERT INTO `sys_logininfor` VALUES (1263, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 10:10:51'); +INSERT INTO `sys_logininfor` VALUES (1264, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 10:16:34'); +INSERT INTO `sys_logininfor` VALUES (1265, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 12:36:43'); +INSERT INTO `sys_logininfor` VALUES (1266, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 12:45:23'); +INSERT INTO `sys_logininfor` VALUES (1267, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 14:04:12'); +INSERT INTO `sys_logininfor` VALUES (1268, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 14:06:23'); +INSERT INTO `sys_logininfor` VALUES (1269, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 14:22:56'); +INSERT INTO `sys_logininfor` VALUES (1270, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-17 14:30:20'); +INSERT INTO `sys_logininfor` VALUES (1271, '18222222222', '221.182.45.100', '0', '登录成功', '2023-07-17 14:49:06'); +INSERT INTO `sys_logininfor` VALUES (1272, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 14:58:45'); +INSERT INTO `sys_logininfor` VALUES (1273, '18667137007', '221.182.45.100', '1', '密码输入错误1次', '2023-07-17 14:59:30'); +INSERT INTO `sys_logininfor` VALUES (1274, '18667137007', '221.182.45.100', '1', '密码输入错误2次', '2023-07-17 14:59:35'); +INSERT INTO `sys_logininfor` VALUES (1275, '18622222222', '221.182.45.100', '1', '密码输入错误1次', '2023-07-17 14:59:57'); +INSERT INTO `sys_logininfor` VALUES (1276, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 15:02:37'); +INSERT INTO `sys_logininfor` VALUES (1277, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 15:12:05'); +INSERT INTO `sys_logininfor` VALUES (1278, 'admin', '117.139.242.59', '0', '登录成功', '2023-07-17 16:35:37'); +INSERT INTO `sys_logininfor` VALUES (1279, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 16:38:19'); +INSERT INTO `sys_logininfor` VALUES (1280, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-17 16:39:03'); +INSERT INTO `sys_logininfor` VALUES (1281, '18008172499', '221.182.45.100', '1', '登录用户不存在', '2023-07-17 16:39:30'); +INSERT INTO `sys_logininfor` VALUES (1282, '18008172499', '221.182.45.100', '1', '登录用户不存在', '2023-07-17 16:39:34'); +INSERT INTO `sys_logininfor` VALUES (1283, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 16:39:46'); +INSERT INTO `sys_logininfor` VALUES (1284, '15983795014', '221.182.45.100', '0', '登录成功', '2023-07-17 16:41:46'); +INSERT INTO `sys_logininfor` VALUES (1285, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 16:42:02'); +INSERT INTO `sys_logininfor` VALUES (1286, '18667137007', '113.250.211.172', '0', '登录成功', '2023-07-17 16:43:38'); +INSERT INTO `sys_logininfor` VALUES (1287, '18667137007', '113.250.211.172', '0', '登录成功', '2023-07-17 16:44:53'); +INSERT INTO `sys_logininfor` VALUES (1288, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 16:46:36'); +INSERT INTO `sys_logininfor` VALUES (1289, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 16:47:20'); +INSERT INTO `sys_logininfor` VALUES (1290, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 17:23:15'); +INSERT INTO `sys_logininfor` VALUES (1291, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 17:43:14'); +INSERT INTO `sys_logininfor` VALUES (1292, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 18:01:33'); +INSERT INTO `sys_logininfor` VALUES (1293, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 18:02:00'); +INSERT INTO `sys_logininfor` VALUES (1294, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 18:02:42'); +INSERT INTO `sys_logininfor` VALUES (1295, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 18:03:03'); +INSERT INTO `sys_logininfor` VALUES (1296, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-17 18:03:50'); +INSERT INTO `sys_logininfor` VALUES (1297, '15983795014', '221.182.45.100', '0', '登录成功', '2023-07-17 18:08:10'); +INSERT INTO `sys_logininfor` VALUES (1298, '15983795014', '221.182.45.100', '0', '登录成功', '2023-07-18 08:59:43'); +INSERT INTO `sys_logininfor` VALUES (1299, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-18 09:26:55'); +INSERT INTO `sys_logininfor` VALUES (1300, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-18 09:27:14'); +INSERT INTO `sys_logininfor` VALUES (1301, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 09:38:00'); +INSERT INTO `sys_logininfor` VALUES (1302, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 09:41:39'); +INSERT INTO `sys_logininfor` VALUES (1303, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 09:42:01'); +INSERT INTO `sys_logininfor` VALUES (1304, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 09:42:49'); +INSERT INTO `sys_logininfor` VALUES (1305, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 09:44:43'); +INSERT INTO `sys_logininfor` VALUES (1306, '15983795014', '221.182.45.100', '0', '登录成功', '2023-07-18 09:50:47'); +INSERT INTO `sys_logininfor` VALUES (1307, 'admin', '218.88.31.136', '0', '登录成功', '2023-07-18 09:51:46'); +INSERT INTO `sys_logininfor` VALUES (1308, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:02:31'); +INSERT INTO `sys_logininfor` VALUES (1309, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:08:29'); +INSERT INTO `sys_logininfor` VALUES (1310, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:10:20'); +INSERT INTO `sys_logininfor` VALUES (1311, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:12:19'); +INSERT INTO `sys_logininfor` VALUES (1312, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:13:24'); +INSERT INTO `sys_logininfor` VALUES (1313, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:13:41'); +INSERT INTO `sys_logininfor` VALUES (1314, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:14:08'); +INSERT INTO `sys_logininfor` VALUES (1315, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:14:33'); +INSERT INTO `sys_logininfor` VALUES (1316, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:15:08'); +INSERT INTO `sys_logininfor` VALUES (1317, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:15:47'); +INSERT INTO `sys_logininfor` VALUES (1318, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:17:08'); +INSERT INTO `sys_logininfor` VALUES (1319, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:25:56'); +INSERT INTO `sys_logininfor` VALUES (1320, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:39:22'); +INSERT INTO `sys_logininfor` VALUES (1321, '18622222222', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 10:47:45'); +INSERT INTO `sys_logininfor` VALUES (1322, '18622222222', '221.182.45.100', '1', '密码输入错误2次', '2023-07-18 10:47:52'); +INSERT INTO `sys_logininfor` VALUES (1323, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 10:48:39'); +INSERT INTO `sys_logininfor` VALUES (1324, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 10:52:35'); +INSERT INTO `sys_logininfor` VALUES (1325, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 10:52:39'); +INSERT INTO `sys_logininfor` VALUES (1326, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-18 10:53:30'); +INSERT INTO `sys_logininfor` VALUES (1327, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 11:01:06'); +INSERT INTO `sys_logininfor` VALUES (1328, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:26'); +INSERT INTO `sys_logininfor` VALUES (1329, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:28'); +INSERT INTO `sys_logininfor` VALUES (1330, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:28'); +INSERT INTO `sys_logininfor` VALUES (1331, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:28'); +INSERT INTO `sys_logininfor` VALUES (1332, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:29'); +INSERT INTO `sys_logininfor` VALUES (1333, 'admin', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:09:29'); +INSERT INTO `sys_logininfor` VALUES (1334, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 11:10:57'); +INSERT INTO `sys_logininfor` VALUES (1335, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 11:33:13'); +INSERT INTO `sys_logininfor` VALUES (1336, 'zhansna', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 11:38:25'); +INSERT INTO `sys_logininfor` VALUES (1337, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 11:38:28'); +INSERT INTO `sys_logininfor` VALUES (1338, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 11:44:17'); +INSERT INTO `sys_logininfor` VALUES (1339, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:26:37'); +INSERT INTO `sys_logininfor` VALUES (1340, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:28:06'); +INSERT INTO `sys_logininfor` VALUES (1341, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:28:15'); +INSERT INTO `sys_logininfor` VALUES (1342, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:28:28'); +INSERT INTO `sys_logininfor` VALUES (1343, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:28:39'); +INSERT INTO `sys_logininfor` VALUES (1344, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:28:55'); +INSERT INTO `sys_logininfor` VALUES (1345, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:29:30'); +INSERT INTO `sys_logininfor` VALUES (1346, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:29:40'); +INSERT INTO `sys_logininfor` VALUES (1347, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:29:49'); +INSERT INTO `sys_logininfor` VALUES (1348, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:31:06'); +INSERT INTO `sys_logininfor` VALUES (1349, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:39:32'); +INSERT INTO `sys_logininfor` VALUES (1350, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:42:18'); +INSERT INTO `sys_logininfor` VALUES (1351, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:42:23'); +INSERT INTO `sys_logininfor` VALUES (1352, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:43:09'); +INSERT INTO `sys_logininfor` VALUES (1353, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:44:15'); +INSERT INTO `sys_logininfor` VALUES (1354, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 14:46:22'); +INSERT INTO `sys_logininfor` VALUES (1355, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 14:47:32'); +INSERT INTO `sys_logininfor` VALUES (1356, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:03:14'); +INSERT INTO `sys_logininfor` VALUES (1357, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:05:54'); +INSERT INTO `sys_logininfor` VALUES (1358, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:06:33'); +INSERT INTO `sys_logininfor` VALUES (1359, '18008172499', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 15:07:51'); +INSERT INTO `sys_logininfor` VALUES (1360, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:07:55'); +INSERT INTO `sys_logininfor` VALUES (1361, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:08:02'); +INSERT INTO `sys_logininfor` VALUES (1362, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:09:27'); +INSERT INTO `sys_logininfor` VALUES (1363, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:09:35'); +INSERT INTO `sys_logininfor` VALUES (1364, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:10:05'); +INSERT INTO `sys_logininfor` VALUES (1365, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:10:27'); +INSERT INTO `sys_logininfor` VALUES (1366, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:10:43'); +INSERT INTO `sys_logininfor` VALUES (1367, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:11:39'); +INSERT INTO `sys_logininfor` VALUES (1368, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:13:39'); +INSERT INTO `sys_logininfor` VALUES (1369, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-18 15:14:55'); +INSERT INTO `sys_logininfor` VALUES (1370, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 15:15:11'); +INSERT INTO `sys_logininfor` VALUES (1371, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:15:27'); +INSERT INTO `sys_logininfor` VALUES (1372, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:15:41'); +INSERT INTO `sys_logininfor` VALUES (1373, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:16:49'); +INSERT INTO `sys_logininfor` VALUES (1374, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 15:17:12'); +INSERT INTO `sys_logininfor` VALUES (1375, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:17:54'); +INSERT INTO `sys_logininfor` VALUES (1376, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:18:00'); +INSERT INTO `sys_logininfor` VALUES (1377, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:18:45'); +INSERT INTO `sys_logininfor` VALUES (1378, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:18:51'); +INSERT INTO `sys_logininfor` VALUES (1379, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:21:30'); +INSERT INTO `sys_logininfor` VALUES (1380, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:21:36'); +INSERT INTO `sys_logininfor` VALUES (1381, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:22:23'); +INSERT INTO `sys_logininfor` VALUES (1382, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:22:30'); +INSERT INTO `sys_logininfor` VALUES (1383, '18623024392', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 15:23:05'); +INSERT INTO `sys_logininfor` VALUES (1384, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:23:12'); +INSERT INTO `sys_logininfor` VALUES (1385, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:23:14'); +INSERT INTO `sys_logininfor` VALUES (1386, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:23:40'); +INSERT INTO `sys_logininfor` VALUES (1387, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:23:47'); +INSERT INTO `sys_logininfor` VALUES (1388, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 15:24:07'); +INSERT INTO `sys_logininfor` VALUES (1389, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:24:31'); +INSERT INTO `sys_logininfor` VALUES (1390, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:24:34'); +INSERT INTO `sys_logininfor` VALUES (1391, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:24:59'); +INSERT INTO `sys_logininfor` VALUES (1392, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:27:02'); +INSERT INTO `sys_logininfor` VALUES (1393, '18280405241', '221.182.45.100', '0', '登录成功', '2023-07-18 15:27:09'); +INSERT INTO `sys_logininfor` VALUES (1394, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:27:17'); +INSERT INTO `sys_logininfor` VALUES (1395, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:27:45'); +INSERT INTO `sys_logininfor` VALUES (1396, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:27:52'); +INSERT INTO `sys_logininfor` VALUES (1397, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:28:43'); +INSERT INTO `sys_logininfor` VALUES (1398, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:29:16'); +INSERT INTO `sys_logininfor` VALUES (1399, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:30:26'); +INSERT INTO `sys_logininfor` VALUES (1400, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:30:37'); +INSERT INTO `sys_logininfor` VALUES (1401, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:31:10'); +INSERT INTO `sys_logininfor` VALUES (1402, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:31:53'); +INSERT INTO `sys_logininfor` VALUES (1403, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:35:30'); +INSERT INTO `sys_logininfor` VALUES (1404, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:36:09'); +INSERT INTO `sys_logininfor` VALUES (1405, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:36:37'); +INSERT INTO `sys_logininfor` VALUES (1406, '18008172499', '221.182.45.100', '1', '登录用户不存在', '2023-07-18 15:37:00'); +INSERT INTO `sys_logininfor` VALUES (1407, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:37:02'); +INSERT INTO `sys_logininfor` VALUES (1408, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:37:07'); +INSERT INTO `sys_logininfor` VALUES (1409, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:38:36'); +INSERT INTO `sys_logininfor` VALUES (1410, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:39:46'); +INSERT INTO `sys_logininfor` VALUES (1411, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 15:39:55'); +INSERT INTO `sys_logininfor` VALUES (1412, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:40:08'); +INSERT INTO `sys_logininfor` VALUES (1413, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:40:24'); +INSERT INTO `sys_logininfor` VALUES (1414, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 15:55:10'); +INSERT INTO `sys_logininfor` VALUES (1415, '18989891234', '221.182.45.100', '0', '登录成功', '2023-07-18 16:02:05'); +INSERT INTO `sys_logininfor` VALUES (1416, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:03:35'); +INSERT INTO `sys_logininfor` VALUES (1417, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 16:06:28'); +INSERT INTO `sys_logininfor` VALUES (1418, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-18 16:07:19'); +INSERT INTO `sys_logininfor` VALUES (1419, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:14:49'); +INSERT INTO `sys_logininfor` VALUES (1420, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:26:50'); +INSERT INTO `sys_logininfor` VALUES (1421, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:33:41'); +INSERT INTO `sys_logininfor` VALUES (1422, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:33:52'); +INSERT INTO `sys_logininfor` VALUES (1423, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:34:43'); +INSERT INTO `sys_logininfor` VALUES (1424, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:35:54'); +INSERT INTO `sys_logininfor` VALUES (1425, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:36:56'); +INSERT INTO `sys_logininfor` VALUES (1426, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:37:05'); +INSERT INTO `sys_logininfor` VALUES (1427, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:37:18'); +INSERT INTO `sys_logininfor` VALUES (1428, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:37:51'); +INSERT INTO `sys_logininfor` VALUES (1429, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:38:45'); +INSERT INTO `sys_logininfor` VALUES (1430, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:38:51'); +INSERT INTO `sys_logininfor` VALUES (1431, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:39:00'); +INSERT INTO `sys_logininfor` VALUES (1432, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:39:04'); +INSERT INTO `sys_logininfor` VALUES (1433, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:39:23'); +INSERT INTO `sys_logininfor` VALUES (1434, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:39:28'); +INSERT INTO `sys_logininfor` VALUES (1435, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:40:02'); +INSERT INTO `sys_logininfor` VALUES (1436, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:40:06'); +INSERT INTO `sys_logininfor` VALUES (1437, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 16:40:28'); +INSERT INTO `sys_logininfor` VALUES (1438, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 16:40:34'); +INSERT INTO `sys_logininfor` VALUES (1439, 'ry', '134.195.101.42', '1', '登录用户不存在', '2023-07-18 16:53:13'); +INSERT INTO `sys_logininfor` VALUES (1440, '13311111111', '134.195.101.42', '0', '登录成功', '2023-07-18 16:53:28'); +INSERT INTO `sys_logininfor` VALUES (1441, '17780483325', '134.195.101.42', '1', '密码输入错误1次', '2023-07-18 16:53:36'); +INSERT INTO `sys_logininfor` VALUES (1442, '17780483325', '134.195.101.42', '0', '登录成功', '2023-07-18 16:53:40'); +INSERT INTO `sys_logininfor` VALUES (1443, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-18 16:54:06'); +INSERT INTO `sys_logininfor` VALUES (1444, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:01:25'); +INSERT INTO `sys_logininfor` VALUES (1445, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:01:49'); +INSERT INTO `sys_logininfor` VALUES (1446, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:06:41'); +INSERT INTO `sys_logininfor` VALUES (1447, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:07:42'); +INSERT INTO `sys_logininfor` VALUES (1448, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:08:10'); +INSERT INTO `sys_logininfor` VALUES (1449, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:08:41'); +INSERT INTO `sys_logininfor` VALUES (1450, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:08:51'); +INSERT INTO `sys_logininfor` VALUES (1451, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:08:55'); +INSERT INTO `sys_logininfor` VALUES (1452, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:09:18'); +INSERT INTO `sys_logininfor` VALUES (1453, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:12:53'); +INSERT INTO `sys_logininfor` VALUES (1454, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:14:13'); +INSERT INTO `sys_logininfor` VALUES (1455, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:14:38'); +INSERT INTO `sys_logininfor` VALUES (1456, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:15:27'); +INSERT INTO `sys_logininfor` VALUES (1457, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:15:45'); +INSERT INTO `sys_logininfor` VALUES (1458, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:16:20'); +INSERT INTO `sys_logininfor` VALUES (1459, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:16:31'); +INSERT INTO `sys_logininfor` VALUES (1460, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:16:40'); +INSERT INTO `sys_logininfor` VALUES (1461, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:17:13'); +INSERT INTO `sys_logininfor` VALUES (1462, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:19:01'); +INSERT INTO `sys_logininfor` VALUES (1463, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:22:36'); +INSERT INTO `sys_logininfor` VALUES (1464, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:24:56'); +INSERT INTO `sys_logininfor` VALUES (1465, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:25:27'); +INSERT INTO `sys_logininfor` VALUES (1466, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:25:46'); +INSERT INTO `sys_logininfor` VALUES (1467, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:26:15'); +INSERT INTO `sys_logininfor` VALUES (1468, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:26:47'); +INSERT INTO `sys_logininfor` VALUES (1469, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:27:14'); +INSERT INTO `sys_logininfor` VALUES (1470, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:27:25'); +INSERT INTO `sys_logininfor` VALUES (1471, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-18 17:31:00'); +INSERT INTO `sys_logininfor` VALUES (1472, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:31:10'); +INSERT INTO `sys_logininfor` VALUES (1473, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:32:30'); +INSERT INTO `sys_logininfor` VALUES (1474, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:32:37'); +INSERT INTO `sys_logininfor` VALUES (1475, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:32:42'); +INSERT INTO `sys_logininfor` VALUES (1476, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:32:47'); +INSERT INTO `sys_logininfor` VALUES (1477, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:33:44'); +INSERT INTO `sys_logininfor` VALUES (1478, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-18 17:35:32'); +INSERT INTO `sys_logininfor` VALUES (1479, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-18 17:38:38'); +INSERT INTO `sys_logininfor` VALUES (1480, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:51:47'); +INSERT INTO `sys_logininfor` VALUES (1481, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:55:08'); +INSERT INTO `sys_logininfor` VALUES (1482, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:55:53'); +INSERT INTO `sys_logininfor` VALUES (1483, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:56:22'); +INSERT INTO `sys_logininfor` VALUES (1484, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:58:04'); +INSERT INTO `sys_logininfor` VALUES (1485, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 17:58:16'); +INSERT INTO `sys_logininfor` VALUES (1486, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 18:20:14'); +INSERT INTO `sys_logininfor` VALUES (1487, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 18:21:04'); +INSERT INTO `sys_logininfor` VALUES (1488, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:21:29'); +INSERT INTO `sys_logininfor` VALUES (1489, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 18:22:04'); +INSERT INTO `sys_logininfor` VALUES (1490, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:23:27'); +INSERT INTO `sys_logininfor` VALUES (1491, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 18:25:07'); +INSERT INTO `sys_logininfor` VALUES (1492, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:25:33'); +INSERT INTO `sys_logininfor` VALUES (1493, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 18:42:28'); +INSERT INTO `sys_logininfor` VALUES (1494, '19912341235', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 18:44:02'); +INSERT INTO `sys_logininfor` VALUES (1495, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 18:44:11'); +INSERT INTO `sys_logininfor` VALUES (1496, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 18:44:43'); +INSERT INTO `sys_logininfor` VALUES (1497, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:44:55'); +INSERT INTO `sys_logininfor` VALUES (1498, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 18:45:25'); +INSERT INTO `sys_logininfor` VALUES (1499, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:45:37'); +INSERT INTO `sys_logininfor` VALUES (1500, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-18 18:47:52'); +INSERT INTO `sys_logininfor` VALUES (1501, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-18 18:48:50'); +INSERT INTO `sys_logininfor` VALUES (1502, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-18 18:49:55'); +INSERT INTO `sys_logininfor` VALUES (1503, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:51:43'); +INSERT INTO `sys_logininfor` VALUES (1504, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 18:57:18'); +INSERT INTO `sys_logininfor` VALUES (1505, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 19:02:59'); +INSERT INTO `sys_logininfor` VALUES (1506, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:08:27'); +INSERT INTO `sys_logininfor` VALUES (1507, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-18 19:13:14'); +INSERT INTO `sys_logininfor` VALUES (1508, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:15:53'); +INSERT INTO `sys_logininfor` VALUES (1509, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:32:30'); +INSERT INTO `sys_logininfor` VALUES (1510, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:38:53'); +INSERT INTO `sys_logininfor` VALUES (1511, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:42:31'); +INSERT INTO `sys_logininfor` VALUES (1512, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 19:44:14'); +INSERT INTO `sys_logininfor` VALUES (1513, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:01:54'); +INSERT INTO `sys_logininfor` VALUES (1514, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:03:00'); +INSERT INTO `sys_logininfor` VALUES (1515, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:13:22'); +INSERT INTO `sys_logininfor` VALUES (1516, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:19:31'); +INSERT INTO `sys_logininfor` VALUES (1517, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:19:36'); +INSERT INTO `sys_logininfor` VALUES (1518, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:19:53'); +INSERT INTO `sys_logininfor` VALUES (1519, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:20:13'); +INSERT INTO `sys_logininfor` VALUES (1520, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:20:38'); +INSERT INTO `sys_logininfor` VALUES (1521, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:21:19'); +INSERT INTO `sys_logininfor` VALUES (1522, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:22:11'); +INSERT INTO `sys_logininfor` VALUES (1523, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:22:31'); +INSERT INTO `sys_logininfor` VALUES (1524, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:22:59'); +INSERT INTO `sys_logininfor` VALUES (1525, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:23:37'); +INSERT INTO `sys_logininfor` VALUES (1526, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:24:05'); +INSERT INTO `sys_logininfor` VALUES (1527, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:37:16'); +INSERT INTO `sys_logininfor` VALUES (1528, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:37:39'); +INSERT INTO `sys_logininfor` VALUES (1529, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:38:34'); +INSERT INTO `sys_logininfor` VALUES (1530, '18280405249', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 20:39:52'); +INSERT INTO `sys_logininfor` VALUES (1531, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:39:56'); +INSERT INTO `sys_logininfor` VALUES (1532, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:40:11'); +INSERT INTO `sys_logininfor` VALUES (1533, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:40:29'); +INSERT INTO `sys_logininfor` VALUES (1534, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:41:01'); +INSERT INTO `sys_logininfor` VALUES (1535, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:41:24'); +INSERT INTO `sys_logininfor` VALUES (1536, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:42:04'); +INSERT INTO `sys_logininfor` VALUES (1537, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:42:44'); +INSERT INTO `sys_logininfor` VALUES (1538, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:43:04'); +INSERT INTO `sys_logininfor` VALUES (1539, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:43:40'); +INSERT INTO `sys_logininfor` VALUES (1540, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:45:53'); +INSERT INTO `sys_logininfor` VALUES (1541, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:46:44'); +INSERT INTO `sys_logininfor` VALUES (1542, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-18 20:48:51'); +INSERT INTO `sys_logininfor` VALUES (1543, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:49:32'); +INSERT INTO `sys_logininfor` VALUES (1544, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 20:50:06'); +INSERT INTO `sys_logininfor` VALUES (1545, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 20:51:36'); +INSERT INTO `sys_logininfor` VALUES (1546, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 20:53:11'); +INSERT INTO `sys_logininfor` VALUES (1547, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:53:39'); +INSERT INTO `sys_logininfor` VALUES (1548, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:55:00'); +INSERT INTO `sys_logininfor` VALUES (1549, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:55:10'); +INSERT INTO `sys_logininfor` VALUES (1550, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 20:57:15'); +INSERT INTO `sys_logininfor` VALUES (1551, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:13:00'); +INSERT INTO `sys_logininfor` VALUES (1552, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:22:53'); +INSERT INTO `sys_logininfor` VALUES (1553, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 21:30:33'); +INSERT INTO `sys_logininfor` VALUES (1554, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-18 21:31:58'); +INSERT INTO `sys_logininfor` VALUES (1555, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-18 21:33:06'); +INSERT INTO `sys_logininfor` VALUES (1556, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:35:21'); +INSERT INTO `sys_logininfor` VALUES (1557, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-18 21:36:45'); +INSERT INTO `sys_logininfor` VALUES (1558, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:38:24'); +INSERT INTO `sys_logininfor` VALUES (1559, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:44:42'); +INSERT INTO `sys_logininfor` VALUES (1560, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:44:48'); +INSERT INTO `sys_logininfor` VALUES (1561, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 21:56:10'); +INSERT INTO `sys_logininfor` VALUES (1562, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 22:00:31'); +INSERT INTO `sys_logininfor` VALUES (1563, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:01:28'); +INSERT INTO `sys_logininfor` VALUES (1564, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 22:01:34'); +INSERT INTO `sys_logininfor` VALUES (1565, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 22:03:20'); +INSERT INTO `sys_logininfor` VALUES (1566, '18008172471', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 22:03:52'); +INSERT INTO `sys_logininfor` VALUES (1567, '18008172471', '221.182.45.100', '1', '密码输入错误2次', '2023-07-18 22:03:53'); +INSERT INTO `sys_logininfor` VALUES (1568, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 22:03:57'); +INSERT INTO `sys_logininfor` VALUES (1569, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-18 22:04:04'); +INSERT INTO `sys_logininfor` VALUES (1570, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 22:04:55'); +INSERT INTO `sys_logininfor` VALUES (1571, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 22:05:33'); +INSERT INTO `sys_logininfor` VALUES (1572, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:06:42'); +INSERT INTO `sys_logininfor` VALUES (1573, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:06:59'); +INSERT INTO `sys_logininfor` VALUES (1574, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-18 22:08:13'); +INSERT INTO `sys_logininfor` VALUES (1575, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:09:19'); +INSERT INTO `sys_logininfor` VALUES (1576, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-18 22:24:02'); +INSERT INTO `sys_logininfor` VALUES (1577, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:24:18'); +INSERT INTO `sys_logininfor` VALUES (1578, '13312121313', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 22:25:12'); +INSERT INTO `sys_logininfor` VALUES (1579, '13312121313', '221.182.45.100', '1', '密码输入错误2次', '2023-07-18 22:25:16'); +INSERT INTO `sys_logininfor` VALUES (1580, '13312121313', '221.182.45.100', '0', '登录成功', '2023-07-18 22:25:43'); +INSERT INTO `sys_logininfor` VALUES (1581, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:29:06'); +INSERT INTO `sys_logininfor` VALUES (1582, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-18 22:29:47'); +INSERT INTO `sys_logininfor` VALUES (1583, '18280405249', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 22:31:10'); +INSERT INTO `sys_logininfor` VALUES (1584, '18280405249', '221.182.45.100', '1', '密码输入错误2次', '2023-07-18 22:31:15'); +INSERT INTO `sys_logininfor` VALUES (1585, '17780481234', '221.182.45.100', '1', '密码输入错误1次', '2023-07-18 22:31:30'); +INSERT INTO `sys_logininfor` VALUES (1586, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-18 22:31:34'); +INSERT INTO `sys_logininfor` VALUES (1587, '15512661266', '221.182.45.100', '0', '登录成功', '2023-07-18 22:43:03'); +INSERT INTO `sys_logininfor` VALUES (1588, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-18 22:45:15'); +INSERT INTO `sys_logininfor` VALUES (1589, '13312451245', '221.182.45.100', '0', '登录成功', '2023-07-18 22:50:34'); +INSERT INTO `sys_logininfor` VALUES (1590, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 08:47:58'); +INSERT INTO `sys_logininfor` VALUES (1591, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:00:16'); +INSERT INTO `sys_logininfor` VALUES (1592, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:00:22'); +INSERT INTO `sys_logininfor` VALUES (1593, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:04:03'); +INSERT INTO `sys_logininfor` VALUES (1594, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:05:27'); +INSERT INTO `sys_logininfor` VALUES (1595, '15512661266', '221.182.45.100', '0', '登录成功', '2023-07-19 09:06:57'); +INSERT INTO `sys_logininfor` VALUES (1596, '15512661266', '221.182.45.100', '0', '登录成功', '2023-07-19 09:07:18'); +INSERT INTO `sys_logininfor` VALUES (1597, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:07:43'); +INSERT INTO `sys_logininfor` VALUES (1598, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:09:45'); +INSERT INTO `sys_logininfor` VALUES (1599, '15512661266', '221.182.45.100', '0', '登录成功', '2023-07-19 09:10:51'); +INSERT INTO `sys_logininfor` VALUES (1600, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-19 09:12:38'); +INSERT INTO `sys_logininfor` VALUES (1601, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:12:43'); +INSERT INTO `sys_logininfor` VALUES (1602, '19912351125', '221.182.45.100', '0', '登录成功', '2023-07-19 09:15:30'); +INSERT INTO `sys_logininfor` VALUES (1603, '16612341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:16:21'); +INSERT INTO `sys_logininfor` VALUES (1604, '16612341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:18:36'); +INSERT INTO `sys_logininfor` VALUES (1605, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:19:03'); +INSERT INTO `sys_logininfor` VALUES (1606, '16612341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:19:38'); +INSERT INTO `sys_logininfor` VALUES (1607, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:24:00'); +INSERT INTO `sys_logininfor` VALUES (1608, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:33:37'); +INSERT INTO `sys_logininfor` VALUES (1609, '19912341235', '221.182.45.100', '0', '登录成功', '2023-07-19 09:33:55'); +INSERT INTO `sys_logininfor` VALUES (1610, '16232413123', '221.182.45.100', '1', '密码输入错误1次', '2023-07-19 09:34:07'); +INSERT INTO `sys_logininfor` VALUES (1611, '15512661266', '221.182.45.100', '0', '登录成功', '2023-07-19 09:34:16'); +INSERT INTO `sys_logininfor` VALUES (1612, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 09:35:00'); +INSERT INTO `sys_logininfor` VALUES (1613, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 09:36:06'); +INSERT INTO `sys_logininfor` VALUES (1614, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:38:59'); +INSERT INTO `sys_logininfor` VALUES (1615, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-19 09:39:53'); +INSERT INTO `sys_logininfor` VALUES (1616, '18623024392', '118.114.94.181', '0', '登录成功', '2023-07-19 09:52:12'); +INSERT INTO `sys_logininfor` VALUES (1617, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 09:52:24'); +INSERT INTO `sys_logininfor` VALUES (1618, '18623024392', '118.114.94.181', '0', '登录成功', '2023-07-19 09:53:18'); +INSERT INTO `sys_logininfor` VALUES (1619, '18623799332', '118.114.94.181', '0', '登录成功', '2023-07-19 09:54:07'); +INSERT INTO `sys_logininfor` VALUES (1620, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 09:56:10'); +INSERT INTO `sys_logininfor` VALUES (1621, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 10:04:06'); +INSERT INTO `sys_logininfor` VALUES (1622, '12333322222', '118.114.94.181', '0', '登录成功', '2023-07-19 10:12:08'); +INSERT INTO `sys_logininfor` VALUES (1623, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 10:12:28'); +INSERT INTO `sys_logininfor` VALUES (1624, '18623024392', '118.114.94.181', '0', '登录成功', '2023-07-19 10:17:36'); +INSERT INTO `sys_logininfor` VALUES (1625, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 10:17:53'); +INSERT INTO `sys_logininfor` VALUES (1626, '18623024392', '118.114.94.181', '0', '登录成功', '2023-07-19 10:42:48'); +INSERT INTO `sys_logininfor` VALUES (1627, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 10:43:14'); +INSERT INTO `sys_logininfor` VALUES (1628, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 11:06:01'); +INSERT INTO `sys_logininfor` VALUES (1629, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-19 11:33:59'); +INSERT INTO `sys_logininfor` VALUES (1630, '18667137007', '58.34.32.130', '0', '登录成功', '2023-07-19 13:08:23'); +INSERT INTO `sys_logininfor` VALUES (1631, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 14:34:03'); +INSERT INTO `sys_logininfor` VALUES (1632, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 14:34:57'); +INSERT INTO `sys_logininfor` VALUES (1633, '18623024392', '221.182.45.100', '0', '登录成功', '2023-07-19 14:36:58'); +INSERT INTO `sys_logininfor` VALUES (1634, '12333322222', '221.182.45.100', '1', '密码输入错误1次', '2023-07-19 14:38:27'); +INSERT INTO `sys_logininfor` VALUES (1635, '12333322222', '221.182.45.100', '0', '登录成功', '2023-07-19 14:38:30'); +INSERT INTO `sys_logininfor` VALUES (1636, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 14:38:38'); +INSERT INTO `sys_logininfor` VALUES (1637, '18623024392', '221.182.45.100', '0', '登录成功', '2023-07-19 14:41:50'); +INSERT INTO `sys_logininfor` VALUES (1638, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 14:51:28'); +INSERT INTO `sys_logininfor` VALUES (1639, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 15:22:36'); +INSERT INTO `sys_logininfor` VALUES (1640, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:23:54'); +INSERT INTO `sys_logininfor` VALUES (1641, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 15:25:32'); +INSERT INTO `sys_logininfor` VALUES (1642, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:25:39'); +INSERT INTO `sys_logininfor` VALUES (1643, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:25:40'); +INSERT INTO `sys_logininfor` VALUES (1644, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 15:26:12'); +INSERT INTO `sys_logininfor` VALUES (1645, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:26:16'); +INSERT INTO `sys_logininfor` VALUES (1646, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:27:38'); +INSERT INTO `sys_logininfor` VALUES (1647, '17780481234', '221.182.45.100', '0', '登录成功', '2023-07-19 15:27:57'); +INSERT INTO `sys_logininfor` VALUES (1648, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:48:25'); +INSERT INTO `sys_logininfor` VALUES (1649, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 15:52:21'); +INSERT INTO `sys_logininfor` VALUES (1650, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 15:54:58'); +INSERT INTO `sys_logininfor` VALUES (1651, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 15:55:17'); +INSERT INTO `sys_logininfor` VALUES (1652, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 16:05:05'); +INSERT INTO `sys_logininfor` VALUES (1653, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 16:06:54'); +INSERT INTO `sys_logininfor` VALUES (1654, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 16:07:46'); +INSERT INTO `sys_logininfor` VALUES (1655, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 16:41:09'); +INSERT INTO `sys_logininfor` VALUES (1656, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 17:04:18'); +INSERT INTO `sys_logininfor` VALUES (1657, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 17:37:45'); +INSERT INTO `sys_logininfor` VALUES (1658, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 17:37:47'); +INSERT INTO `sys_logininfor` VALUES (1659, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-19 17:43:32'); +INSERT INTO `sys_logininfor` VALUES (1660, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 17:48:38'); +INSERT INTO `sys_logininfor` VALUES (1661, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-19 19:01:12'); +INSERT INTO `sys_logininfor` VALUES (1662, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 08:59:59'); +INSERT INTO `sys_logininfor` VALUES (1663, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:26:54'); +INSERT INTO `sys_logininfor` VALUES (1664, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:31:35'); +INSERT INTO `sys_logininfor` VALUES (1665, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:31:53'); +INSERT INTO `sys_logininfor` VALUES (1666, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:32:41'); +INSERT INTO `sys_logininfor` VALUES (1667, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:34:17'); +INSERT INTO `sys_logininfor` VALUES (1668, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-20 09:55:52'); +INSERT INTO `sys_logininfor` VALUES (1669, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 09:55:57'); +INSERT INTO `sys_logininfor` VALUES (1670, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-20 10:03:43'); +INSERT INTO `sys_logininfor` VALUES (1671, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-20 10:16:34'); +INSERT INTO `sys_logininfor` VALUES (1672, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 10:20:32'); +INSERT INTO `sys_logininfor` VALUES (1673, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 10:22:43'); +INSERT INTO `sys_logininfor` VALUES (1674, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 10:23:10'); +INSERT INTO `sys_logininfor` VALUES (1675, '18600000000', '118.114.94.181', '0', '登录成功', '2023-07-20 10:23:17'); +INSERT INTO `sys_logininfor` VALUES (1676, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-20 10:23:30'); +INSERT INTO `sys_logininfor` VALUES (1677, '18623024392', '118.114.94.181', '0', '登录成功', '2023-07-20 10:25:08'); +INSERT INTO `sys_logininfor` VALUES (1678, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 10:27:09'); +INSERT INTO `sys_logininfor` VALUES (1679, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 10:27:09'); +INSERT INTO `sys_logininfor` VALUES (1680, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-20 10:39:00'); +INSERT INTO `sys_logininfor` VALUES (1681, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 11:55:20'); +INSERT INTO `sys_logininfor` VALUES (1682, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 11:58:32'); +INSERT INTO `sys_logininfor` VALUES (1683, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-20 15:16:36'); +INSERT INTO `sys_logininfor` VALUES (1684, 'admin', '117.176.156.26', '0', '登录成功', '2023-07-20 18:18:56'); +INSERT INTO `sys_logininfor` VALUES (1685, 'admin', '171.223.97.191', '0', '登录成功', '2023-07-20 23:10:53'); +INSERT INTO `sys_logininfor` VALUES (1686, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-21 00:01:36'); +INSERT INTO `sys_logininfor` VALUES (1687, '18667137007', '43.245.222.177', '0', '登录成功', '2023-07-21 00:02:22'); +INSERT INTO `sys_logininfor` VALUES (1688, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:12:55'); +INSERT INTO `sys_logininfor` VALUES (1689, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-21 09:20:54'); +INSERT INTO `sys_logininfor` VALUES (1690, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:21:26'); +INSERT INTO `sys_logininfor` VALUES (1691, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:21:57'); +INSERT INTO `sys_logininfor` VALUES (1692, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:33:40'); +INSERT INTO `sys_logininfor` VALUES (1693, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:50:42'); +INSERT INTO `sys_logininfor` VALUES (1694, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:52:37'); +INSERT INTO `sys_logininfor` VALUES (1695, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 09:57:15'); +INSERT INTO `sys_logininfor` VALUES (1696, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:28:41'); +INSERT INTO `sys_logininfor` VALUES (1697, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:35:16'); +INSERT INTO `sys_logininfor` VALUES (1698, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:38:26'); +INSERT INTO `sys_logininfor` VALUES (1699, '18008172471', '221.182.45.100', '1', '登录用户不存在', '2023-07-21 10:47:03'); +INSERT INTO `sys_logininfor` VALUES (1700, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:47:06'); +INSERT INTO `sys_logininfor` VALUES (1701, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-21 10:47:39'); +INSERT INTO `sys_logininfor` VALUES (1702, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-21 10:49:54'); +INSERT INTO `sys_logininfor` VALUES (1703, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-21 10:50:52'); +INSERT INTO `sys_logininfor` VALUES (1704, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:51:10'); +INSERT INTO `sys_logininfor` VALUES (1705, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:51:11'); +INSERT INTO `sys_logininfor` VALUES (1706, '18008172471', '221.182.45.100', '0', '登录成功', '2023-07-21 10:51:22'); +INSERT INTO `sys_logininfor` VALUES (1707, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 10:54:36'); +INSERT INTO `sys_logininfor` VALUES (1708, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-21 11:03:07'); +INSERT INTO `sys_logininfor` VALUES (1709, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-21 11:06:32'); +INSERT INTO `sys_logininfor` VALUES (1710, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-21 11:12:29'); +INSERT INTO `sys_logininfor` VALUES (1711, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:14:37'); +INSERT INTO `sys_logininfor` VALUES (1712, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:14:38'); +INSERT INTO `sys_logininfor` VALUES (1713, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:14:41'); +INSERT INTO `sys_logininfor` VALUES (1714, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:14:49'); +INSERT INTO `sys_logininfor` VALUES (1715, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:15:45'); +INSERT INTO `sys_logininfor` VALUES (1716, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:16:12'); +INSERT INTO `sys_logininfor` VALUES (1717, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 11:25:08'); +INSERT INTO `sys_logininfor` VALUES (1718, '18667137007', '118.114.94.181', '0', '登录成功', '2023-07-21 11:57:36'); +INSERT INTO `sys_logininfor` VALUES (1719, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 14:15:43'); +INSERT INTO `sys_logininfor` VALUES (1720, '17780483325', '221.182.45.100', '0', '登录成功', '2023-07-21 14:48:46'); +INSERT INTO `sys_logininfor` VALUES (1721, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 14:50:49'); +INSERT INTO `sys_logininfor` VALUES (1722, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-21 14:55:25'); +INSERT INTO `sys_logininfor` VALUES (1723, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 15:25:44'); +INSERT INTO `sys_logininfor` VALUES (1724, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 18:09:47'); +INSERT INTO `sys_logininfor` VALUES (1725, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-21 18:12:45'); +INSERT INTO `sys_logininfor` VALUES (1726, '18667137007', '123.144.228.141', '0', '登录成功', '2023-07-21 19:06:35'); +INSERT INTO `sys_logininfor` VALUES (1727, '18667137007', '123.144.228.141', '0', '登录成功', '2023-07-22 09:36:08'); +INSERT INTO `sys_logininfor` VALUES (1728, '15923927972', '123.144.228.141', '0', '登录成功', '2023-07-22 09:37:59'); +INSERT INTO `sys_logininfor` VALUES (1729, '18667137007', '123.144.228.141', '0', '登录成功', '2023-07-22 09:38:13'); +INSERT INTO `sys_logininfor` VALUES (1730, '15923927972', '123.144.228.141', '0', '登录成功', '2023-07-22 09:38:45'); +INSERT INTO `sys_logininfor` VALUES (1731, '18667137007', '123.144.228.141', '0', '登录成功', '2023-07-22 10:39:55'); +INSERT INTO `sys_logininfor` VALUES (1732, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-22 22:14:14'); +INSERT INTO `sys_logininfor` VALUES (1733, '15923927972', '123.144.228.141', '0', '登录成功', '2023-07-23 10:23:33'); +INSERT INTO `sys_logininfor` VALUES (1734, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-23 19:55:42'); +INSERT INTO `sys_logininfor` VALUES (1735, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-23 19:56:18'); +INSERT INTO `sys_logininfor` VALUES (1736, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-23 20:24:58'); +INSERT INTO `sys_logininfor` VALUES (1737, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-23 20:24:58'); +INSERT INTO `sys_logininfor` VALUES (1738, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-23 20:27:43'); +INSERT INTO `sys_logininfor` VALUES (1739, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 09:09:43'); +INSERT INTO `sys_logininfor` VALUES (1740, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 09:09:57'); +INSERT INTO `sys_logininfor` VALUES (1741, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 09:35:36'); +INSERT INTO `sys_logininfor` VALUES (1742, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 10:10:33'); +INSERT INTO `sys_logininfor` VALUES (1743, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 10:11:24'); +INSERT INTO `sys_logininfor` VALUES (1744, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 10:14:53'); +INSERT INTO `sys_logininfor` VALUES (1745, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 10:59:21'); +INSERT INTO `sys_logininfor` VALUES (1746, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 11:00:44'); +INSERT INTO `sys_logininfor` VALUES (1747, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 11:03:49'); +INSERT INTO `sys_logininfor` VALUES (1748, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 11:14:08'); +INSERT INTO `sys_logininfor` VALUES (1749, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 11:30:31'); +INSERT INTO `sys_logininfor` VALUES (1750, '15923927972', '118.114.56.169', '0', '登录成功', '2023-07-24 11:41:24'); +INSERT INTO `sys_logininfor` VALUES (1751, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 14:02:14'); +INSERT INTO `sys_logininfor` VALUES (1752, '15923401610', '118.114.56.169', '0', '登录成功', '2023-07-24 14:04:23'); +INSERT INTO `sys_logininfor` VALUES (1753, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 14:04:38'); +INSERT INTO `sys_logininfor` VALUES (1754, '15923401610', '118.114.56.169', '0', '登录成功', '2023-07-24 14:14:32'); +INSERT INTO `sys_logininfor` VALUES (1755, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 14:14:47'); +INSERT INTO `sys_logininfor` VALUES (1756, '15923401610', '118.114.56.169', '0', '登录成功', '2023-07-24 14:15:26'); +INSERT INTO `sys_logininfor` VALUES (1757, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 14:21:23'); +INSERT INTO `sys_logininfor` VALUES (1758, 'admin', '221.182.45.100', '1', '密码输入错误1次', '2023-07-24 14:45:19'); +INSERT INTO `sys_logininfor` VALUES (1759, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 14:45:28'); +INSERT INTO `sys_logininfor` VALUES (1760, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-24 15:15:05'); +INSERT INTO `sys_logininfor` VALUES (1761, 'admin', '134.195.101.42', '0', '登录成功', '2023-07-24 15:15:06'); +INSERT INTO `sys_logininfor` VALUES (1762, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 15:49:03'); +INSERT INTO `sys_logininfor` VALUES (1763, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 15:57:18'); +INSERT INTO `sys_logininfor` VALUES (1764, '18667137007', '58.247.66.114', '0', '登录成功', '2023-07-24 16:10:07'); +INSERT INTO `sys_logininfor` VALUES (1765, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 16:36:36'); +INSERT INTO `sys_logininfor` VALUES (1766, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 16:40:55'); +INSERT INTO `sys_logininfor` VALUES (1767, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 16:43:38'); +INSERT INTO `sys_logininfor` VALUES (1768, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 16:45:42'); +INSERT INTO `sys_logininfor` VALUES (1769, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-24 17:56:30'); +INSERT INTO `sys_logininfor` VALUES (1770, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-24 23:30:13'); +INSERT INTO `sys_logininfor` VALUES (1771, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 09:39:40'); +INSERT INTO `sys_logininfor` VALUES (1772, '15923401610', '221.182.45.100', '0', '登录成功', '2023-07-25 10:10:04'); +INSERT INTO `sys_logininfor` VALUES (1773, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 10:11:09'); +INSERT INTO `sys_logininfor` VALUES (1774, '18667137007', '221.182.45.100', '0', '登录成功', '2023-07-25 10:11:46'); +INSERT INTO `sys_logininfor` VALUES (1775, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 10:49:05'); +INSERT INTO `sys_logininfor` VALUES (1776, '19912341234', '221.182.45.100', '0', '登录成功', '2023-07-25 11:01:04'); +INSERT INTO `sys_logininfor` VALUES (1777, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:02:21'); +INSERT INTO `sys_logininfor` VALUES (1778, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:04:22'); +INSERT INTO `sys_logininfor` VALUES (1779, '15923401510', '221.182.45.100', '1', '登录用户不存在', '2023-07-25 11:14:04'); +INSERT INTO `sys_logininfor` VALUES (1780, '15923401610', '221.182.45.100', '1', '密码输入错误1次', '2023-07-25 11:14:17'); +INSERT INTO `sys_logininfor` VALUES (1781, '15923401610', '221.182.45.100', '1', '密码输入错误2次', '2023-07-25 11:14:25'); +INSERT INTO `sys_logininfor` VALUES (1782, '15923401610', '221.182.45.100', '1', '密码输入错误3次', '2023-07-25 11:15:04'); +INSERT INTO `sys_logininfor` VALUES (1783, '15923401610', '221.182.45.100', '1', '密码输入错误4次', '2023-07-25 11:15:54'); +INSERT INTO `sys_logininfor` VALUES (1784, '15923401610', '221.182.45.100', '0', '登录成功', '2023-07-25 11:16:04'); +INSERT INTO `sys_logininfor` VALUES (1785, '15923401610', '221.182.45.100', '0', '登录成功', '2023-07-25 11:16:17'); +INSERT INTO `sys_logininfor` VALUES (1786, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:17:14'); +INSERT INTO `sys_logininfor` VALUES (1787, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:17:34'); +INSERT INTO `sys_logininfor` VALUES (1788, '15923401610', '221.182.45.100', '0', '登录成功', '2023-07-25 11:18:34'); +INSERT INTO `sys_logininfor` VALUES (1789, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:19:13'); +INSERT INTO `sys_logininfor` VALUES (1790, '18280405249', '221.182.45.100', '1', '密码输入错误1次', '2023-07-25 11:19:59'); +INSERT INTO `sys_logininfor` VALUES (1791, '18280405249', '221.182.45.100', '0', '登录成功', '2023-07-25 11:20:03'); +INSERT INTO `sys_logininfor` VALUES (1792, '15923401610', '221.182.45.100', '0', '登录成功', '2023-07-25 11:21:32'); +INSERT INTO `sys_logininfor` VALUES (1793, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:23:51'); +INSERT INTO `sys_logininfor` VALUES (1794, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-25 11:30:10'); +INSERT INTO `sys_logininfor` VALUES (1795, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-25 14:27:43'); +INSERT INTO `sys_logininfor` VALUES (1796, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-25 14:27:43'); +INSERT INTO `sys_logininfor` VALUES (1797, '19985703930', '118.114.56.169', '0', '登录成功', '2023-07-25 15:29:05'); +INSERT INTO `sys_logininfor` VALUES (1798, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-25 15:32:17'); +INSERT INTO `sys_logininfor` VALUES (1799, '15923401610', '118.114.56.169', '0', '登录成功', '2023-07-25 15:32:34'); +INSERT INTO `sys_logininfor` VALUES (1800, '19985703930', '113.250.214.118', '0', '登录成功', '2023-07-25 15:32:50'); +INSERT INTO `sys_logininfor` VALUES (1801, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-25 15:33:52'); +INSERT INTO `sys_logininfor` VALUES (1802, '17623385480', '118.114.56.169', '0', '登录成功', '2023-07-25 15:34:35'); +INSERT INTO `sys_logininfor` VALUES (1803, '15923401610', '113.250.208.55', '0', '登录成功', '2023-07-25 15:40:20'); +INSERT INTO `sys_logininfor` VALUES (1804, '15923401610', '113.250.208.55', '0', '登录成功', '2023-07-25 15:40:21'); +INSERT INTO `sys_logininfor` VALUES (1805, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-25 16:02:13'); +INSERT INTO `sys_logininfor` VALUES (1806, 'admin', '117.176.156.26', '0', '登录成功', '2023-07-25 21:48:56'); +INSERT INTO `sys_logininfor` VALUES (1807, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 09:00:25'); +INSERT INTO `sys_logininfor` VALUES (1808, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 09:10:58'); +INSERT INTO `sys_logininfor` VALUES (1809, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 09:16:27'); +INSERT INTO `sys_logininfor` VALUES (1810, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 09:21:35'); +INSERT INTO `sys_logininfor` VALUES (1811, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 09:27:15'); +INSERT INTO `sys_logininfor` VALUES (1812, '18667137007', '118.114.56.169', '0', '登录成功', '2023-07-26 10:36:04'); +INSERT INTO `sys_logininfor` VALUES (1813, 'admin', '117.176.156.26', '0', '登录成功', '2023-07-26 10:42:30'); +INSERT INTO `sys_logininfor` VALUES (1814, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 11:03:24'); +INSERT INTO `sys_logininfor` VALUES (1815, 'Admin', '117.136.63.190', '0', '登录成功', '2023-07-26 13:07:52'); +INSERT INTO `sys_logininfor` VALUES (1816, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 14:00:37'); +INSERT INTO `sys_logininfor` VALUES (1817, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 14:08:34'); +INSERT INTO `sys_logininfor` VALUES (1818, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-26 15:19:38'); +INSERT INTO `sys_logininfor` VALUES (1819, 'admin', '118.116.115.15', '0', '登录成功', '2023-07-26 15:26:47'); +INSERT INTO `sys_logininfor` VALUES (1820, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-26 18:36:27'); +INSERT INTO `sys_logininfor` VALUES (1821, 'admin', '104.168.143.212', '0', '登录成功', '2023-07-26 18:36:27'); +INSERT INTO `sys_logininfor` VALUES (1822, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-27 08:53:30'); +INSERT INTO `sys_logininfor` VALUES (1823, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-27 08:53:30'); +INSERT INTO `sys_logininfor` VALUES (1824, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-27 09:30:28'); +INSERT INTO `sys_logininfor` VALUES (1825, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-27 09:49:47'); +INSERT INTO `sys_logininfor` VALUES (1826, '18667137007', '171.217.41.54', '0', '登录成功', '2023-07-27 10:09:11'); +INSERT INTO `sys_logininfor` VALUES (1827, '19985703930', '113.250.214.118', '0', '登录成功', '2023-07-27 11:44:04'); +INSERT INTO `sys_logininfor` VALUES (1828, '17623385480', '113.250.208.55', '0', '登录成功', '2023-07-27 11:47:59'); +INSERT INTO `sys_logininfor` VALUES (1829, '18996141622', '118.114.62.143', '1', '密码输入错误1次', '2023-07-27 13:12:49'); +INSERT INTO `sys_logininfor` VALUES (1830, '18996141622', '118.114.62.143', '0', '登录成功', '2023-07-27 13:12:58'); +INSERT INTO `sys_logininfor` VALUES (1831, '18996141622', '113.250.214.118', '0', '登录成功', '2023-07-27 13:33:27'); +INSERT INTO `sys_logininfor` VALUES (1832, 'admin', '118.116.115.15', '0', '登录成功', '2023-07-27 17:25:14'); +INSERT INTO `sys_logininfor` VALUES (1833, '18667137007', '118.114.61.252', '0', '登录成功', '2023-07-27 19:28:38'); +INSERT INTO `sys_logininfor` VALUES (1834, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 09:04:42'); +INSERT INTO `sys_logininfor` VALUES (1835, '15923401610', '223.104.249.226', '0', '登录成功', '2023-07-28 09:22:41'); +INSERT INTO `sys_logininfor` VALUES (1836, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 09:37:21'); +INSERT INTO `sys_logininfor` VALUES (1837, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 09:50:57'); +INSERT INTO `sys_logininfor` VALUES (1838, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 10:38:38'); +INSERT INTO `sys_logininfor` VALUES (1839, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 10:39:56'); +INSERT INTO `sys_logininfor` VALUES (1840, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 10:41:05'); +INSERT INTO `sys_logininfor` VALUES (1841, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 10:48:17'); +INSERT INTO `sys_logininfor` VALUES (1842, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 10:54:55'); +INSERT INTO `sys_logininfor` VALUES (1843, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 11:20:27'); +INSERT INTO `sys_logininfor` VALUES (1844, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 11:50:05'); +INSERT INTO `sys_logininfor` VALUES (1845, '18667137007', '113.250.214.118', '0', '登录成功', '2023-07-28 13:40:43'); +INSERT INTO `sys_logininfor` VALUES (1846, 'admin', '118.116.115.15', '0', '登录成功', '2023-07-28 13:50:43'); +INSERT INTO `sys_logininfor` VALUES (1847, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 14:16:58'); +INSERT INTO `sys_logininfor` VALUES (1848, '626651354', '221.182.45.100', '0', '登录成功', '2023-07-28 14:46:04'); +INSERT INTO `sys_logininfor` VALUES (1849, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 14:46:13'); +INSERT INTO `sys_logininfor` VALUES (1850, '19985703930', '113.250.214.118', '0', '登录成功', '2023-07-28 14:59:31'); +INSERT INTO `sys_logininfor` VALUES (1851, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 15:48:21'); +INSERT INTO `sys_logininfor` VALUES (1852, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 16:35:50'); +INSERT INTO `sys_logininfor` VALUES (1853, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 16:38:50'); +INSERT INTO `sys_logininfor` VALUES (1854, '18512351235', '221.182.45.100', '1', '密码输入错误1次', '2023-07-28 17:04:45'); +INSERT INTO `sys_logininfor` VALUES (1855, '18512351235', '221.182.45.100', '0', '登录成功', '2023-07-28 17:04:49'); +INSERT INTO `sys_logininfor` VALUES (1856, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 17:05:09'); +INSERT INTO `sys_logininfor` VALUES (1857, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 17:06:18'); +INSERT INTO `sys_logininfor` VALUES (1858, '19912351235', '221.182.45.100', '0', '登录成功', '2023-07-28 17:06:29'); +INSERT INTO `sys_logininfor` VALUES (1859, '1991235123518512351235', '221.182.45.100', '1', '用户名不在指定范围', '2023-07-28 17:09:14'); +INSERT INTO `sys_logininfor` VALUES (1860, '18512351235', '221.182.45.100', '0', '登录成功', '2023-07-28 17:09:17'); +INSERT INTO `sys_logininfor` VALUES (1861, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 17:11:36'); +INSERT INTO `sys_logininfor` VALUES (1862, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 17:11:59'); +INSERT INTO `sys_logininfor` VALUES (1863, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 18:29:50'); +INSERT INTO `sys_logininfor` VALUES (1864, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 18:32:16'); +INSERT INTO `sys_logininfor` VALUES (1865, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-28 18:37:59'); +INSERT INTO `sys_logininfor` VALUES (1866, '18667137007', '113.205.21.65', '0', '登录成功', '2023-07-29 09:25:54'); +INSERT INTO `sys_logininfor` VALUES (1867, '19985703930', '113.250.212.156', '0', '登录成功', '2023-07-29 09:34:33'); +INSERT INTO `sys_logininfor` VALUES (1868, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-29 10:05:39'); +INSERT INTO `sys_logininfor` VALUES (1869, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-29 10:08:20'); +INSERT INTO `sys_logininfor` VALUES (1870, '15923401610', '113.250.208.55', '0', '登录成功', '2023-07-29 11:02:12'); +INSERT INTO `sys_logininfor` VALUES (1871, '15923401610', '113.250.208.55', '0', '登录成功', '2023-07-29 11:02:12'); +INSERT INTO `sys_logininfor` VALUES (1872, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-29 14:56:25'); +INSERT INTO `sys_logininfor` VALUES (1873, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-29 14:56:31'); +INSERT INTO `sys_logininfor` VALUES (1874, 'admin', '118.116.115.15', '0', '登录成功', '2023-07-29 17:39:02'); +INSERT INTO `sys_logininfor` VALUES (1875, '18667137007', '113.205.21.65', '0', '登录成功', '2023-07-30 09:44:08'); +INSERT INTO `sys_logininfor` VALUES (1876, 'admin', '118.116.114.135', '0', '登录成功', '2023-07-30 18:51:32'); +INSERT INTO `sys_logininfor` VALUES (1877, '19985703930', '113.250.212.156', '0', '登录成功', '2023-07-31 09:44:34'); +INSERT INTO `sys_logininfor` VALUES (1878, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 09:59:20'); +INSERT INTO `sys_logininfor` VALUES (1879, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:01:46'); +INSERT INTO `sys_logininfor` VALUES (1880, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:18:20'); +INSERT INTO `sys_logininfor` VALUES (1881, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:19:14'); +INSERT INTO `sys_logininfor` VALUES (1882, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:22:34'); +INSERT INTO `sys_logininfor` VALUES (1883, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:23:24'); +INSERT INTO `sys_logininfor` VALUES (1884, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 10:26:11'); +INSERT INTO `sys_logininfor` VALUES (1885, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:16'); +INSERT INTO `sys_logininfor` VALUES (1886, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:16'); +INSERT INTO `sys_logininfor` VALUES (1887, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:17'); +INSERT INTO `sys_logininfor` VALUES (1888, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:17'); +INSERT INTO `sys_logininfor` VALUES (1889, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:17'); +INSERT INTO `sys_logininfor` VALUES (1890, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:18'); +INSERT INTO `sys_logininfor` VALUES (1891, '18667137007', '104.168.143.212', '0', '登录成功', '2023-07-31 10:41:18'); +INSERT INTO `sys_logininfor` VALUES (1892, '15923401610', '113.250.208.55', '0', '登录成功', '2023-07-31 13:04:07'); +INSERT INTO `sys_logininfor` VALUES (1893, 'admin', '118.116.114.135', '0', '登录成功', '2023-07-31 13:36:33'); +INSERT INTO `sys_logininfor` VALUES (1894, 'admin', '118.116.114.231', '1', '密码输入错误1次', '2023-07-31 16:27:15'); +INSERT INTO `sys_logininfor` VALUES (1895, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 17:50:52'); +INSERT INTO `sys_logininfor` VALUES (1896, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 17:50:52'); +INSERT INTO `sys_logininfor` VALUES (1897, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 17:50:52'); +INSERT INTO `sys_logininfor` VALUES (1898, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 17:50:52'); +INSERT INTO `sys_logininfor` VALUES (1899, 'admin', '221.182.45.100', '0', '登录成功', '2023-07-31 17:50:52'); +INSERT INTO `sys_logininfor` VALUES (1900, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-01 09:21:19'); +INSERT INTO `sys_logininfor` VALUES (1901, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-01 09:22:08'); +INSERT INTO `sys_logininfor` VALUES (1902, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-01 09:24:23'); +INSERT INTO `sys_logininfor` VALUES (1903, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-01 14:24:04'); +INSERT INTO `sys_logininfor` VALUES (1904, 'yixingtong', '221.182.45.100', '1', '登录用户不存在', '2023-08-01 14:32:27'); +INSERT INTO `sys_logininfor` VALUES (1905, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 08:48:47'); +INSERT INTO `sys_logininfor` VALUES (1906, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 09:12:08'); +INSERT INTO `sys_logininfor` VALUES (1907, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 09:12:41'); +INSERT INTO `sys_logininfor` VALUES (1908, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 09:14:31'); +INSERT INTO `sys_logininfor` VALUES (1909, '18667137007', '118.116.114.231', '0', '登录成功', '2023-08-02 11:18:00'); +INSERT INTO `sys_logininfor` VALUES (1910, '18667137007', '118.116.114.231', '0', '登录成功', '2023-08-02 11:26:30'); +INSERT INTO `sys_logininfor` VALUES (1911, '18667137007', '118.116.114.231', '0', '登录成功', '2023-08-02 13:21:45'); +INSERT INTO `sys_logininfor` VALUES (1912, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 14:57:37'); +INSERT INTO `sys_logininfor` VALUES (1913, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-02 16:31:15'); +INSERT INTO `sys_logininfor` VALUES (1914, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-03 08:55:24'); +INSERT INTO `sys_logininfor` VALUES (1915, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 08:56:13'); +INSERT INTO `sys_logininfor` VALUES (1916, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 08:59:56'); +INSERT INTO `sys_logininfor` VALUES (1917, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 09:02:09'); +INSERT INTO `sys_logininfor` VALUES (1918, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 09:10:06'); +INSERT INTO `sys_logininfor` VALUES (1919, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 10:15:41'); +INSERT INTO `sys_logininfor` VALUES (1920, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-03 14:35:26'); +INSERT INTO `sys_logininfor` VALUES (1921, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 14:47:39'); +INSERT INTO `sys_logininfor` VALUES (1922, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-03 15:03:16'); +INSERT INTO `sys_logininfor` VALUES (1923, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-03 20:55:53'); +INSERT INTO `sys_logininfor` VALUES (1924, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-04 08:56:57'); +INSERT INTO `sys_logininfor` VALUES (1925, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:02:38'); +INSERT INTO `sys_logininfor` VALUES (1926, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:04:57'); +INSERT INTO `sys_logininfor` VALUES (1927, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:09:54'); +INSERT INTO `sys_logininfor` VALUES (1928, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:11:02'); +INSERT INTO `sys_logininfor` VALUES (1929, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:11:12'); +INSERT INTO `sys_logininfor` VALUES (1930, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:33:35'); +INSERT INTO `sys_logininfor` VALUES (1931, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 09:50:30'); +INSERT INTO `sys_logininfor` VALUES (1932, 'yixingtong', '221.182.45.100', '1', '登录用户不存在', '2023-08-04 10:01:56'); +INSERT INTO `sys_logininfor` VALUES (1933, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 10:03:17'); +INSERT INTO `sys_logininfor` VALUES (1934, '16612341234', '221.182.45.100', '0', '登录成功', '2023-08-04 12:18:37'); +INSERT INTO `sys_logininfor` VALUES (1935, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-04 12:31:51'); +INSERT INTO `sys_logininfor` VALUES (1936, '16612341234', '221.182.45.100', '0', '登录成功', '2023-08-04 12:34:42'); +INSERT INTO `sys_logininfor` VALUES (1937, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 12:37:13'); +INSERT INTO `sys_logininfor` VALUES (1938, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-04 14:20:53'); +INSERT INTO `sys_logininfor` VALUES (1939, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-04 14:23:18'); +INSERT INTO `sys_logininfor` VALUES (1940, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 14:29:09'); +INSERT INTO `sys_logininfor` VALUES (1941, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-04 14:31:28'); +INSERT INTO `sys_logininfor` VALUES (1942, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 14:37:17'); +INSERT INTO `sys_logininfor` VALUES (1943, '19911111111', '221.182.45.100', '0', '登录成功', '2023-08-04 14:44:29'); +INSERT INTO `sys_logininfor` VALUES (1944, '18667137007', '39.144.137.244', '0', '登录成功', '2023-08-04 16:52:07'); +INSERT INTO `sys_logininfor` VALUES (1945, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 18:19:20'); +INSERT INTO `sys_logininfor` VALUES (1946, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-04 18:53:57'); +INSERT INTO `sys_logininfor` VALUES (1947, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-04 19:06:29'); +INSERT INTO `sys_logininfor` VALUES (1948, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-04 19:47:42'); +INSERT INTO `sys_logininfor` VALUES (1949, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-04 19:47:44'); +INSERT INTO `sys_logininfor` VALUES (1950, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-04 19:47:45'); +INSERT INTO `sys_logininfor` VALUES (1951, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-04 20:27:42'); +INSERT INTO `sys_logininfor` VALUES (1952, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 08:52:27'); +INSERT INTO `sys_logininfor` VALUES (1953, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 09:02:40'); +INSERT INTO `sys_logininfor` VALUES (1954, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-05 09:05:58'); +INSERT INTO `sys_logininfor` VALUES (1955, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 09:13:28'); +INSERT INTO `sys_logininfor` VALUES (1956, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 09:25:42'); +INSERT INTO `sys_logininfor` VALUES (1957, 'admin', '127.0.0.1', '0', '登录成功', '2023-08-05 09:30:19'); +INSERT INTO `sys_logininfor` VALUES (1958, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 09:56:45'); +INSERT INTO `sys_logininfor` VALUES (1959, '19911111111', '221.182.45.100', '0', '登录成功', '2023-08-05 09:59:52'); +INSERT INTO `sys_logininfor` VALUES (1960, '18222222222', '221.182.45.100', '1', '密码输入错误1次', '2023-08-05 10:04:38'); +INSERT INTO `sys_logininfor` VALUES (1961, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-05 10:04:44'); +INSERT INTO `sys_logininfor` VALUES (1962, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 10:27:07'); +INSERT INTO `sys_logininfor` VALUES (1963, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 11:52:56'); +INSERT INTO `sys_logininfor` VALUES (1964, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-05 11:53:20'); +INSERT INTO `sys_logininfor` VALUES (1965, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 12:26:22'); +INSERT INTO `sys_logininfor` VALUES (1966, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 12:45:50'); +INSERT INTO `sys_logininfor` VALUES (1967, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 12:45:51'); +INSERT INTO `sys_logininfor` VALUES (1968, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 12:45:53'); +INSERT INTO `sys_logininfor` VALUES (1969, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 13:13:35'); +INSERT INTO `sys_logininfor` VALUES (1970, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 14:25:36'); +INSERT INTO `sys_logininfor` VALUES (1971, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 14:34:48'); +INSERT INTO `sys_logininfor` VALUES (1972, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 15:03:37'); +INSERT INTO `sys_logininfor` VALUES (1973, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 15:04:57'); +INSERT INTO `sys_logininfor` VALUES (1974, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 15:44:03'); +INSERT INTO `sys_logininfor` VALUES (1975, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 15:49:33'); +INSERT INTO `sys_logininfor` VALUES (1976, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 15:51:16'); +INSERT INTO `sys_logininfor` VALUES (1977, '19911111112', '221.182.45.100', '0', '登录成功', '2023-08-05 15:51:59'); +INSERT INTO `sys_logininfor` VALUES (1978, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 15:52:18'); +INSERT INTO `sys_logininfor` VALUES (1979, 'admin', '192.168.110.34', '1', '登录用户不存在', '2023-08-05 15:53:19'); +INSERT INTO `sys_logininfor` VALUES (1980, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 15:54:15'); +INSERT INTO `sys_logininfor` VALUES (1981, 'admin', '192.168.110.34', '0', '登录成功', '2023-08-05 15:55:25'); +INSERT INTO `sys_logininfor` VALUES (1982, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 16:00:54'); +INSERT INTO `sys_logininfor` VALUES (1983, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 16:01:30'); +INSERT INTO `sys_logininfor` VALUES (1984, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 16:09:55'); +INSERT INTO `sys_logininfor` VALUES (1985, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-05 16:10:01'); +INSERT INTO `sys_logininfor` VALUES (1986, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 16:16:37'); +INSERT INTO `sys_logininfor` VALUES (1987, '18333333333', '221.182.45.100', '0', '登录成功', '2023-08-05 16:37:23'); +INSERT INTO `sys_logininfor` VALUES (1988, 'admin', '221.182.45.100', '0', '登录成功', '2023-08-05 16:38:17'); +INSERT INTO `sys_logininfor` VALUES (1989, '18222222222', '221.182.45.100', '0', '登录成功', '2023-08-05 17:13:05'); + +-- ---------------------------- +-- Table structure for sys_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_menu`; +CREATE TABLE `sys_menu` ( + `menu_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '菜单ID', + `menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '菜单名称', + `parent_id` bigint(20) NULL DEFAULT 0 COMMENT '父菜单ID', + `order_num` int(11) NULL DEFAULT 0 COMMENT '显示顺序', + `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '路由地址', + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件路径', + `query` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '路由参数', + `is_frame` int(11) NULL DEFAULT 1 COMMENT '是否为外链(0是 1否)', + `is_cache` int(11) NULL DEFAULT 0 COMMENT '是否缓存(0缓存 1不缓存)', + `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)', + `visible` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '菜单状态(0显示 1隐藏)', + `status` tinyint(1) NULL DEFAULT 0 COMMENT '菜单状态(0正常 1停用)', + `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '权限标识', + `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '#' COMMENT '菜单图标', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '备注', + PRIMARY KEY (`menu_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1245 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '菜单权限表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_menu +-- ---------------------------- +INSERT INTO `sys_menu` VALUES (1208, '店铺管理', 0, 0, 'shop', NULL, NULL, 1, 0, 'M', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1209, '店铺管理', 1208, 0, 'shop_manage', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1210, '新增店铺', 1209, 0, 'shop_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1211, '详情', 1209, 0, 'shop_detail', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1212, '基础信息管理', 1209, 0, 'shop_info', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1213, '店铺管理', 1209, 0, 'shop_detail_manage', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1214, '禁用', 1209, 0, 'shop_disabled', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1215, '启用', 1209, 0, 'shop_start', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1216, '删除', 1209, 0, 'shop_delete', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1217, '营业数据生成', 0, 0, 'business', NULL, NULL, 1, 0, 'M', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1218, '基础设置', 1217, 0, 'business_set', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1219, '新增', 1218, 0, 'business_set_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1220, '修改', 1218, 0, 'business_set_edit', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1221, '删除', 1218, 0, 'business_set_delete', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1222, '餐饮数据生成列表', 1217, 0, 'business_meal', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1223, '新增', 1222, 0, 'business_meal_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1224, '批量导出Excel', 1222, 0, 'business_meal_excel', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1225, '数据详情', 1222, 0, 'business_meal_detail', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1226, '覆盖', 1222, 0, 'business_meal_caver', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1227, '货物数据生成列表', 1217, 0, 'business_sale', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1228, '新增', 1227, 0, 'business_sale_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1229, '批量导出Excel', 1227, 0, 'business_sale_excel', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1230, '数据详情', 1227, 0, 'business_sale_detail', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1231, '覆盖', 1227, 0, 'business_sale_caver', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1232, '权限管理', 0, 0, 'role', NULL, NULL, 1, 0, 'M', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1233, '人员管理', 1232, 0, 'role_user', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1234, '添加', 1233, 0, 'role_user_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1235, '编辑', 1233, 0, 'role_user_edit', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1236, '禁用', 1233, 0, 'role_user_disabled', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1237, '重置密码', 1233, 0, 'role_user_reset', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1238, '删除', 1233, 0, 'role_user_delete', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1239, '角色权限', 1232, 0, 'role_rule', NULL, NULL, 1, 0, 'C', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1240, '添加角色', 1239, 0, 'role_rule_add', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1241, '详情', 1239, 0, 'role_rule_detail', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1242, '编辑', 1239, 0, 'role_rule_edit', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1243, '删除', 1239, 0, 'role_rule_delete', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1244, '启用', 1233, 0, 'role_user_start', NULL, NULL, 1, 0, 'F', '0', 0, NULL, '#', '', NULL, '', NULL, ''); + +-- ---------------------------- +-- Table structure for sys_notice +-- ---------------------------- +DROP TABLE IF EXISTS `sys_notice`; +CREATE TABLE `sys_notice` ( + `notice_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '公告ID', + `notice_title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '公告标题', + `notice_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '公告类型(1通知 2公告)', + `notice_content` longblob NULL COMMENT '公告内容', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '公告状态(0正常 1关闭)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`notice_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '通知公告表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_notice +-- ---------------------------- +INSERT INTO `sys_notice` VALUES (1, '温馨提醒:2018-07-01 若依新版本发布啦', '2', 0xE696B0E78988E69CACE58685E5AEB9, '0', 'admin', '2023-06-05 10:42:01', '', NULL, '管理员'); +INSERT INTO `sys_notice` VALUES (2, '维护通知:2018-07-01 若依系统凌晨维护', '1', 0xE7BBB4E68AA4E58685E5AEB9, '0', 'admin', '2023-06-05 10:42:01', '', NULL, '管理员'); + +-- ---------------------------- +-- Table structure for sys_oper_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_oper_log`; +CREATE TABLE `sys_oper_log` ( + `oper_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '日志主键', + `title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '模块标题', + `business_type` int(11) NULL DEFAULT 0 COMMENT '业务类型(0其它 1新增 2修改 3删除)', + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '方法名称', + `request_method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求方式', + `operator_type` int(11) NULL DEFAULT 0 COMMENT '操作类别(0其它 1后台用户 2手机端用户)', + `oper_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '操作人员', + `dept_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '部门名称', + `oper_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求URL', + `oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '主机地址', + `oper_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '操作地点', + `oper_param` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求参数', + `json_result` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '返回参数', + `status` int(11) NULL DEFAULT 0 COMMENT '操作状态(0正常 1异常)', + `error_msg` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '错误消息', + `oper_time` datetime NULL DEFAULT NULL COMMENT '操作时间', + `cost_time` bigint(20) NULL DEFAULT 0 COMMENT '消耗时间', + PRIMARY KEY (`oper_id`) USING BTREE, + INDEX `idx_sys_oper_log_bt`(`business_type`) USING BTREE, + INDEX `idx_sys_oper_log_s`(`status`) USING BTREE, + INDEX `idx_sys_oper_log_ot`(`oper_time`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 6397 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '操作日志记录' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_oper_log +-- ---------------------------- +INSERT INTO `sys_oper_log` VALUES (100, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_car_service_project,t_car_service,t_car_maintenance,t_car,t_car_dispose,t_car_inspect_annually,t_car_warn_record,t_car_day_mileage,t_car_warranty\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-05 16:42:44', 381); +INSERT INTO `sys_oper_log` VALUES (101, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_car_to_user,t_car_wealthy_family,t_car_accreditation,t_car_device,t_car_type,t_car_warranty_config,t_car_maintenance_project,t_car_servicing_project,t_car_servicing\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-05 16:43:06', 238); +INSERT INTO `sys_oper_log` VALUES (102, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_car\"}', NULL, 0, NULL, '2023-06-05 16:44:04', 90); +INSERT INTO `sys_oper_log` VALUES (103, '代码生成', 2, 'com.ruoyi.gen.controller.GenController.synchDb()', 'GET', 1, 'admin', NULL, '/gen/synchDb/t_car_inspect_annually', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-05 16:45:09', 39); +INSERT INTO `sys_oper_log` VALUES (104, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_car_inspect_annually\"}', NULL, 0, NULL, '2023-06-05 16:45:11', 53); +INSERT INTO `sys_oper_log` VALUES (105, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_car,t_car_day_mileage,t_car_dispose,t_car_inspect_annually,t_car_maintenance,t_car_service,t_car_service_project,t_car_warn_record,t_car_warranty,t_car_accreditation\"}', NULL, 0, NULL, '2023-06-05 16:46:19', 592); +INSERT INTO `sys_oper_log` VALUES (106, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_car_device,t_car_maintenance_project,t_car_servicing,t_car_servicing_project,t_car_to_user,t_car_type,t_car_warranty_config,t_car_wealthy_family\"}', NULL, 0, NULL, '2023-06-05 17:45:33', 481); +INSERT INTO `sys_oper_log` VALUES (107, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_contract_audit_record,t_contract,t_contract_return_car\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:03:57', 267); +INSERT INTO `sys_oper_log` VALUES (108, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_contract_accident_cost,t_contract_overdue_rent,t_contract_other_cost,t_contract_violation_cost,t_contract_check_car_form,t_contract_check_car_matter,t_contract_handover,t_contract_payment_plan\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:04:19', 244); +INSERT INTO `sys_oper_log` VALUES (109, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_company_shop_to_electronic,t_company_shop_electronic,t_company_shop\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:05:07', 142); +INSERT INTO `sys_oper_log` VALUES (110, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_company_violation_config\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:05:12', 33); +INSERT INTO `sys_oper_log` VALUES (111, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_company,t_company_to_user,t_company_shop_to_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:05:26', 89); +INSERT INTO `sys_oper_log` VALUES (112, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_import_log_contract,t_import_log_warranty,t_import_log_service\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:05:36', 135); +INSERT INTO `sys_oper_log` VALUES (113, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_import_record,t_import_log_wealthy,t_import_log_exist_car,t_import_log_new_car\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:06:07', 187); +INSERT INTO `sys_oper_log` VALUES (114, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_import_log_violation_picture,t_import_log_violation,t_import_log_device\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:06:18', 82); +INSERT INTO `sys_oper_log` VALUES (115, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_repair_shop,t_system_config\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:06:26', 59); +INSERT INTO `sys_oper_log` VALUES (116, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"t_violation_manage,t_approve_config,t_repair_shop_to_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-07 16:06:33', 127); +INSERT INTO `sys_oper_log` VALUES (117, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_contract_return_car,t_contract_accident_cost,t_contract_check_car_form,t_contract_check_car_matter,t_contract_handover,t_contract_other_cost,t_contract_overdue_rent,t_contract_payment_plan,t_contract_violation_cost\"}', NULL, 0, NULL, '2023-06-07 16:06:59', 701); +INSERT INTO `sys_oper_log` VALUES (118, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_contract,t_contract_audit_record\"}', NULL, 0, NULL, '2023-06-07 16:07:07', 145); +INSERT INTO `sys_oper_log` VALUES (119, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_company_to_user,t_company_shop_to_user,t_company,t_company_violation_config,t_company_shop_to_electronic,t_company_shop_electronic\"}', NULL, 0, NULL, '2023-06-07 16:23:18', 356); +INSERT INTO `sys_oper_log` VALUES (120, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_company_shop\"}', NULL, 0, NULL, '2023-06-07 16:23:25', 66); +INSERT INTO `sys_oper_log` VALUES (121, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_repair_shop,t_system_config,t_approve_config,t_repair_shop_to_user\"}', NULL, 0, NULL, '2023-06-07 16:47:42', 406); +INSERT INTO `sys_oper_log` VALUES (122, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_violation_manage\"}', NULL, 0, NULL, '2023-06-07 16:47:48', 66); +INSERT INTO `sys_oper_log` VALUES (123, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user', '127.0.0.1', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"qqqq\",\"params\":{},\"phonenumber\":\"17828262728\",\"postIds\":[],\"roleIds\":[],\"status\":\"0\",\"userId\":100,\"userName\":\"qqqq\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-12 11:43:21', 125); +INSERT INTO `sys_oper_log` VALUES (124, '代码生成', 6, 'com.ruoyi.gen.controller.GenController.importTableSave()', 'POST', 1, 'admin', NULL, '/gen/importTable', '127.0.0.1', '', '{\"tables\":\"sys_user_role\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-12 16:35:27', 63); +INSERT INTO `sys_oper_log` VALUES (125, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"sys_user_role\"}', NULL, 0, NULL, '2023-06-12 16:35:34', 237); +INSERT INTO `sys_oper_log` VALUES (126, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"sys_user_role\"}', NULL, 0, NULL, '2023-06-12 16:35:41', 39); +INSERT INTO `sys_oper_log` VALUES (127, '代码生成', 2, 'com.ruoyi.gen.controller.GenController.synchDb()', 'GET', 1, 'admin', NULL, '/gen/synchDb/t_import_log_new_car', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-12 17:22:02', 91); +INSERT INTO `sys_oper_log` VALUES (128, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_import_log_new_car\"}', NULL, 0, NULL, '2023-06-12 17:22:23', 78); +INSERT INTO `sys_oper_log` VALUES (129, '代码生成', 8, 'com.ruoyi.gen.controller.GenController.batchGenCode()', 'GET', 1, 'admin', NULL, '/gen/batchGenCode', '127.0.0.1', '', '{\"tables\":\"t_import_record\"}', NULL, 0, NULL, '2023-06-13 10:24:38', 223); +INSERT INTO `sys_oper_log` VALUES (130, '车辆管理', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"\",\"carType\":\"法拉利\",\"carVinNumber\":\"123456\",\"initMlieage\":100,\"purchasePrice\":150000,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"门店测试\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-06-27 10:49:28', 9); +INSERT INTO `sys_oper_log` VALUES (131, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":3,\"carNumber\":\"川AD3343\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-30 10:46:33', 128); +INSERT INTO `sys_oper_log` VALUES (132, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '127.0.0.1', '', '{\"carId\":3,\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"operationCertificateExpireTime\":\"2023-06-30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-06-30 10:48:01', 22); +INSERT INTO `sys_oper_log` VALUES (133, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"remark\":\"开发人员账号\",\"roleType\":1,\"userId\":101,\"userName\":\"18008172471\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 18:20:58', 299); +INSERT INTO `sys_oper_log` VALUES (134, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"12\",\"params\":{},\"phonenumber\":\"18008172470\",\"remark\":\"121\",\"roleType\":1,\"userId\":102,\"userName\":\"18008172470\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 18:21:59', 75); +INSERT INTO `sys_oper_log` VALUES (135, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"1\",\"params\":{},\"phonenumber\":\"18008172472\",\"remark\":\"1\",\"roleType\":1,\"userId\":103,\"userName\":\"18008172472\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 18:22:22', 76); +INSERT INTO `sys_oper_log` VALUES (136, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"2\",\"params\":{},\"phonenumber\":\"18008172473\",\"remark\":\"2\",\"roleType\":1,\"userId\":104,\"userName\":\"18008172473\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 18:23:17', 165); +INSERT INTO `sys_oper_log` VALUES (137, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"q\",\"params\":{},\"phonenumber\":\"18008172474\",\"remark\":\"w\",\"roleType\":1,\"userId\":105,\"userName\":\"18008172474\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 18:23:57', 72); +INSERT INTO `sys_oper_log` VALUES (138, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:14', 3); +INSERT INTO `sys_oper_log` VALUES (139, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:32', 3); +INSERT INTO `sys_oper_log` VALUES (140, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:34', 2); +INSERT INTO `sys_oper_log` VALUES (141, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:36', 2); +INSERT INTO `sys_oper_log` VALUES (142, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:36', 2); +INSERT INTO `sys_oper_log` VALUES (143, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:41', 3); +INSERT INTO `sys_oper_log` VALUES (144, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:42', 4); +INSERT INTO `sys_oper_log` VALUES (145, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:25:42', 3); +INSERT INTO `sys_oper_log` VALUES (146, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:26:01', 2); +INSERT INTO `sys_oper_log` VALUES (147, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:26:01', 2); +INSERT INTO `sys_oper_log` VALUES (148, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18008172471\",\"userName\":\"18008172471\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-04 18:26:02', 3); +INSERT INTO `sys_oper_log` VALUES (149, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"121\",\"params\":{},\"phonenumber\":\"18008172475\",\"remark\":\"121\",\"roleType\":1,\"userId\":106,\"userName\":\"18008172475\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 19:12:55', 452); +INSERT INTO `sys_oper_log` VALUES (150, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"1212\",\"params\":{},\"phonenumber\":\"18008172476\",\"remark\":\"121\",\"roleType\":1,\"userId\":107,\"userName\":\"18008172476\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 19:14:35', 71); +INSERT INTO `sys_oper_log` VALUES (151, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"ppp\",\"params\":{},\"phonenumber\":\"18008172477\",\"remark\":\"wewew\",\"roleType\":1,\"userId\":108,\"userName\":\"18008172477\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 19:15:39', 74); +INSERT INTO `sys_oper_log` VALUES (152, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '', NULL, 1, 'rawPassword cannot be null', '2023-07-04 19:51:55', 41); +INSERT INTO `sys_oper_log` VALUES (153, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '', NULL, 1, 'rawPassword cannot be null', '2023-07-04 19:53:34', 2); +INSERT INTO `sys_oper_log` VALUES (154, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '', NULL, 1, 'rawPassword cannot be null', '2023-07-04 19:54:36', 4); +INSERT INTO `sys_oper_log` VALUES (155, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '', NULL, 1, 'rawPassword cannot be null', '2023-07-04 19:55:18', 54); +INSERT INTO `sys_oper_log` VALUES (156, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 19:56:20', 155); +INSERT INTO `sys_oper_log` VALUES (157, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:07:21', 68); +INSERT INTO `sys_oper_log` VALUES (158, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:07:26', 70); +INSERT INTO `sys_oper_log` VALUES (159, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:07:38', 68); +INSERT INTO `sys_oper_log` VALUES (160, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:07:42', 68); +INSERT INTO `sys_oper_log` VALUES (161, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:07:56', 69); +INSERT INTO `sys_oper_log` VALUES (162, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:09:12', 66); +INSERT INTO `sys_oper_log` VALUES (163, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:09:25', 67); +INSERT INTO `sys_oper_log` VALUES (164, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:10:34', 68); +INSERT INTO `sys_oper_log` VALUES (165, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:10:45', 69); +INSERT INTO `sys_oper_log` VALUES (166, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:10:46', 67); +INSERT INTO `sys_oper_log` VALUES (167, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:14:56', 69); +INSERT INTO `sys_oper_log` VALUES (168, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:15:22', 73); +INSERT INTO `sys_oper_log` VALUES (169, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:15:37', 71); +INSERT INTO `sys_oper_log` VALUES (170, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:15:58', 68); +INSERT INTO `sys_oper_log` VALUES (171, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', NULL, 1, '', '2023-07-04 20:16:51', 200); +INSERT INTO `sys_oper_log` VALUES (172, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-04 20:19:58', 182); +INSERT INTO `sys_oper_log` VALUES (173, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', NULL, 1, '', '2023-07-04 20:20:51', 202); +INSERT INTO `sys_oper_log` VALUES (174, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-04 21:01:27', 297); +INSERT INTO `sys_oper_log` VALUES (175, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/1', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:30:50', 313); +INSERT INTO `sys_oper_log` VALUES (176, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/2', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:31:03', 0); +INSERT INTO `sys_oper_log` VALUES (177, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/1', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:32:14', 0); +INSERT INTO `sys_oper_log` VALUES (178, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/1', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:33:16', 0); +INSERT INTO `sys_oper_log` VALUES (179, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/2', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:33:24', 0); +INSERT INTO `sys_oper_log` VALUES (180, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/100', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:33:31', 1); +INSERT INTO `sys_oper_log` VALUES (181, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/102', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 09:33:34', 0); +INSERT INTO `sys_oper_log` VALUES (182, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":true,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-06-05 10:41:59\",\"email\":\"ry@163.com\",\"loginDate\":\"2023-06-05 10:41:59\",\"nickName\":\"若依\",\"objectId\":1,\"params\":{},\"phonenumber\":\"15888888888\",\"remark\":\"管理员1\",\"roleType\":1,\"sex\":\"1\",\"status\":\"0\",\"userId\":1,\"userName\":\"15888888888\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( user_id, user_name, nick_name, email, phonenumber, sex, password, status, create_by, remark, create_time )values( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'\n; Duplicate entry \'1\' for key \'PRIMARY\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'', '2023-07-05 10:49:41', 2379); +INSERT INTO `sys_oper_log` VALUES (183, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '192.168.110.10', '', '{\"admin\":true,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-06-05 10:41:59\",\"email\":\"ry@163.com\",\"loginDate\":\"2023-06-05 10:41:59\",\"nickName\":\"若依\",\"objectId\":1,\"params\":{},\"phonenumber\":\"15888888888\",\"remark\":\"管理员1\",\"roleType\":1,\"sex\":\"1\",\"status\":\"0\",\"userId\":1,\"userName\":\"15888888888\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( user_id, user_name, nick_name, email, phonenumber, sex, password, status, create_by, remark, create_time )values( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'\n; Duplicate entry \'1\' for key \'PRIMARY\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1\' for key \'PRIMARY\'', '2023-07-05 10:49:46', 181); +INSERT INTO `sys_oper_log` VALUES (184, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":true,\"avatar\":\"\",\"createTime\":\"2023-06-05 10:41:59\",\"email\":\"ry@163.com\",\"loginDate\":\"2023-06-05 10:41:59\",\"nickName\":\"若依\",\"objectId\":1,\"params\":{},\"phonenumber\":\"15888888888\",\"remark\":\"管理员1\",\"roleType\":1,\"sex\":\"1\",\"status\":\"0\",\"userId\":1}', NULL, 1, 'system:user:edit', '2023-07-05 10:52:58', 0); +INSERT INTO `sys_oper_log` VALUES (185, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/1', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 14:25:36', 55); +INSERT INTO `sys_oper_log` VALUES (186, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/2', '192.168.110.10', '', '{}', NULL, 1, 'system:user:remove', '2023-07-05 14:25:42', 1); +INSERT INTO `sys_oper_log` VALUES (187, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic', '192.168.110.13', '', '{\"city\":\"南充市\",\"cityCode\":\"511300\",\"content\":[[103.848857,30.756484],[103.84611,30.645782],[104.006442,30.643419],[103.983439,30.772414],[103.983439,30.772414]],\"controlCar\":\"5,3,2\",\"electronicFenceName\":\"成都犀浦电子围栏\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 10:19:02', 12); +INSERT INTO `sys_oper_log` VALUES (188, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":[[103.932665,30.721202],[103.925798,30.632324],[104.08716,30.623461],[104.064501,30.714709],[104.010599,30.731532],[104.010599,30.731532],[104.010256,30.732712]],\"controlCar\":\"1,3\",\"electronicFenceName\":\"成都西站电子围栏\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 10:32:06', 15); +INSERT INTO `sys_oper_log` VALUES (189, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":[[121.331188,31.292595],[121.333248,31.176933],[121.599666,31.166358],[121.510403,31.332486],[121.425258,31.325448]],\"controlCar\":\"1\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 10:45:35', 66); +INSERT INTO `sys_oper_log` VALUES (190, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":[[121.331188,31.292595],[121.333248,31.176933],[121.599666,31.166358],[121.510403,31.332486],[121.425258,31.325448]],\"controlCar\":\"1\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[2]}', NULL, 1, '该围栏名称已存在!', '2023-07-06 10:46:10', 4); +INSERT INTO `sys_oper_log` VALUES (191, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/103', '192.168.110.13', '', '{}', NULL, 1, 'system:user:remove', '2023-07-06 10:58:35', 204); +INSERT INTO `sys_oper_log` VALUES (192, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/103', '192.168.110.13', '', '{}', NULL, 1, 'system:user:remove', '2023-07-06 10:58:38', 11); +INSERT INTO `sys_oper_log` VALUES (193, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/100', '192.168.110.13', '', '{}', NULL, 1, 'system:user:remove', '2023-07-06 11:04:59', 1); +INSERT INTO `sys_oper_log` VALUES (194, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/10', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 11:10:00', 31); +INSERT INTO `sys_oper_log` VALUES (195, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/11', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 11:10:36', 11); +INSERT INTO `sys_oper_log` VALUES (196, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/9', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 11:12:22', 12); +INSERT INTO `sys_oper_log` VALUES (197, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/8', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 11:13:10', 30); +INSERT INTO `sys_oper_log` VALUES (198, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/2', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 12:01:36', 37); +INSERT INTO `sys_oper_log` VALUES (199, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/1', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 12:01:38', 9); +INSERT INTO `sys_oper_log` VALUES (200, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":[],\"controlCar\":\"1,2,3,4\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"福建厦门编辑\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 12:03:50', 44); +INSERT INTO `sys_oper_log` VALUES (201, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '192.168.110.13', '', '{\"address\":\"\",\"content\":[],\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"福建厦门编辑\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[1,2]}', NULL, 1, '该围栏名称已存在!', '2023-07-06 15:45:22', 19); +INSERT INTO `sys_oper_log` VALUES (202, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":[[103.931812,30.611088],[103.944858,30.715926],[104.069141,30.719763],[104.056095,30.626452],[104.042019,30.598382]],\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"自定义多边形电子围栏\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 16:22:24', 15); +INSERT INTO `sys_oper_log` VALUES (203, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.938099,30.713906],[103.931919,30.634179],[104.066158,30.638019],[104.032513,30.718039]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"多边形电子围栏\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1]}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: java.lang.NullPointerException\r\n### The error may exist in com/ruoyi/management/mapper/TCompanyShopElectronicMapper.java (best guess)\r\n### The error may involve com.ruoyi.management.mapper.TCompanyShopElectronicMapper.insert\r\n### The error occurred while executing an update\r\n### Cause: java.lang.NullPointerException', '2023-07-06 17:00:32', 133); +INSERT INTO `sys_oper_log` VALUES (204, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.938099,30.713906],[103.931919,30.634179],[104.066158,30.638019],[104.032513,30.718039]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"多边形电子围栏\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 17:02:31', 114); +INSERT INTO `sys_oper_log` VALUES (205, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.223729,31.099748],[103.056515,30.21499],[104.466797,30.193177],[104.589842,31.042999],[103.946223,31.142962]]\",\"controlCar\":\"1\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 17:48:05', 78); +INSERT INTO `sys_oper_log` VALUES (206, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.242659,31.042999],[103.132235,30.31309],[104.482572,30.182268]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"多边形电子围栏\",\"fenceType\":2,\"id\":18,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 17:48:49', 31); +INSERT INTO `sys_oper_log` VALUES (207, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.643363,31.076201],[103.332587,30.430374],[103.976741,30.213325],[104.163207,30.928481],[104.163207,30.928481],[104.163207,30.928481]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"多边形电子围栏\",\"fenceType\":2,\"id\":18,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 18:08:55', 88); +INSERT INTO `sys_oper_log` VALUES (208, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/19', '192.168.110.13', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 18:10:42', 11); +INSERT INTO `sys_oper_log` VALUES (209, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[102.781593,31.143439],[102.642765,30.239565],[103.931879,30.102398],[103.217908,30.842278],[104.104705,30.997835],[104.084873,31.162837],[104.076373,30.383872],[104.084873,30.383872]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"多边形电子围栏\",\"fenceType\":2,\"id\":18,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 18:10:51', 22); +INSERT INTO `sys_oper_log` VALUES (210, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"大众\",\"carModel\":\"轿车\",\"companyId\":1,\"typeNumber\":\"2111150426\"}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: java.lang.NullPointerException\r\n### The error may exist in com/ruoyi/vehicle/mapper/TCarTypeMapper.java (best guess)\r\n### The error may involve com.ruoyi.vehicle.mapper.TCarTypeMapper.insert\r\n### The error occurred while executing an update\r\n### Cause: java.lang.NullPointerException', '2023-07-06 19:04:44', 93); +INSERT INTO `sys_oper_log` VALUES (211, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"大众\",\"carModel\":\"轿车\",\"companyId\":1,\"typeNumber\":\"2103402969\"}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: java.lang.NullPointerException\r\n### The error may exist in com/ruoyi/vehicle/mapper/TCarTypeMapper.java (best guess)\r\n### The error may involve com.ruoyi.vehicle.mapper.TCarTypeMapper.insert\r\n### The error occurred while executing an update\r\n### Cause: java.lang.NullPointerException', '2023-07-06 19:05:14', 3); +INSERT INTO `sys_oper_log` VALUES (212, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"大众\",\"carModel\":\"轿车\",\"companyId\":1,\"id\":2,\"typeNumber\":\"2104132242\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:06:01', 289); +INSERT INTO `sys_oper_log` VALUES (213, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"雷克萨斯\",\"carModel\":\"suv\",\"companyId\":1,\"id\":3,\"typeNumber\":\"2107139669\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:06:52', 6); +INSERT INTO `sys_oper_log` VALUES (214, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"奔驰\",\"carModel\":\"suv\",\"companyId\":1,\"id\":4,\"typeNumber\":\"2118394107\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:15:05', 5); +INSERT INTO `sys_oper_log` VALUES (215, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"奔驰E300L\",\"carModel\":\"suv\",\"companyId\":1,\"id\":4,\"state\":1,\"typeNumber\":\"2118394107\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:15:18', 8); +INSERT INTO `sys_oper_log` VALUES (216, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:22:00', 33); +INSERT INTO `sys_oper_log` VALUES (217, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:23:10', 6); +INSERT INTO `sys_oper_log` VALUES (218, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:03', 6); +INSERT INTO `sys_oper_log` VALUES (219, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:06', 7); +INSERT INTO `sys_oper_log` VALUES (220, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":3,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:08', 8); +INSERT INTO `sys_oper_log` VALUES (221, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":3,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:09', 6); +INSERT INTO `sys_oper_log` VALUES (222, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:11', 7); +INSERT INTO `sys_oper_log` VALUES (223, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:20', 6); +INSERT INTO `sys_oper_log` VALUES (224, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:24', 6); +INSERT INTO `sys_oper_log` VALUES (225, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:24:44', 6); +INSERT INTO `sys_oper_log` VALUES (226, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":3,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:25:11', 8); +INSERT INTO `sys_oper_log` VALUES (227, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:26:33', 8); +INSERT INTO `sys_oper_log` VALUES (228, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:26:35', 5); +INSERT INTO `sys_oper_log` VALUES (229, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":3,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:26:38', 9); +INSERT INTO `sys_oper_log` VALUES (230, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:26:51', 7); +INSERT INTO `sys_oper_log` VALUES (231, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:05', 36); +INSERT INTO `sys_oper_log` VALUES (232, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:06', 6); +INSERT INTO `sys_oper_log` VALUES (233, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"宝马\",\"carModel\":\"轿车\",\"companyId\":1,\"id\":5,\"typeNumber\":\"2102641217\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:40', 4); +INSERT INTO `sys_oper_log` VALUES (234, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:42', 5); +INSERT INTO `sys_oper_log` VALUES (235, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:44', 5); +INSERT INTO `sys_oper_log` VALUES (236, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":5,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:27:47', 13); +INSERT INTO `sys_oper_log` VALUES (237, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":5,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:31:48', 6); +INSERT INTO `sys_oper_log` VALUES (238, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":5,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:31:55', 6); +INSERT INTO `sys_oper_log` VALUES (239, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":5,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:46:18', 7); +INSERT INTO `sys_oper_log` VALUES (240, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":3,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:46:22', 6); +INSERT INTO `sys_oper_log` VALUES (241, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":4,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:46:27', 7); +INSERT INTO `sys_oper_log` VALUES (242, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"1\",\"carModel\":\"2\",\"companyId\":1,\"id\":6,\"typeNumber\":\"2101147142\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-06 19:58:59', 7); +INSERT INTO `sys_oper_log` VALUES (243, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.374577,31.151738],[103.175813,30.411773],[104.289526,30.327388],[103.904617,31.073404]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"aa\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-07 09:59:43', 45); +INSERT INTO `sys_oper_log` VALUES (244, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.115868,31.043675],[103.068543,30.302876],[104.324231,30.302876],[103.488157,31.068]]\",\"controlCar\":\"1,3\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[2]}', NULL, 1, '该围栏名称已存在!', '2023-07-07 10:00:56', 3); +INSERT INTO `sys_oper_log` VALUES (245, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"131251313\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"111\",\"headPhone\":\"15132413151\",\"id\":2,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"发表成功手动复位法\",\"repairShopName\":\"罗日的修理厂\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 10:23:01', 39); +INSERT INTO `sys_oper_log` VALUES (246, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"131231\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"companyId\":1,\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"54\",\"headPhone\":\"15234141521\",\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"疈\",\"repairShopName\":\"1\"}', NULL, 1, '该修理厂名称已存在!', '2023-07-07 10:43:09', 25); +INSERT INTO `sys_oper_log` VALUES (247, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"131231\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"companyId\":1,\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"54\",\"headPhone\":\"15234141521\",\"id\":3,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"疈\",\"repairShopName\":\"58\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 10:43:13', 17); +INSERT INTO `sys_oper_log` VALUES (248, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"哈哈哈\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":1,\"district\":\"武侯区\",\"districtCode\":\"510107\",\"headName\":\"蒲悦天\",\"headPhone\":\"15983795014\",\"id\":4,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"嘎达离开\",\"repairShopName\":\"我爱我家修理厂\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 11:18:04', 34); +INSERT INTO `sys_oper_log` VALUES (249, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"09999\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"123\",\"headPhone\":\"16132543252\",\"id\":5,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"99999999\",\"repairShopName\":\"haha1\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 14:41:39', 32); +INSERT INTO `sys_oper_log` VALUES (250, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"124324\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"555\",\"headPhone\":\"17336343434\",\"id\":6,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"6gfdgsd\",\"repairShopName\":\"195\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 14:43:27', 9); +INSERT INTO `sys_oper_log` VALUES (251, '修理厂管理:修改修理厂管理', 2, 'com.ruoyi.management.controller.TRepairShopController.edit()', 'POST', 1, 'admin', NULL, '/repairShop/edit', '192.168.110.13', '', '{\"address\":\"124324\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"555\",\"headPhone\":\"17336343434\",\"id\":6,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"6gfdgsd\",\"repairShopName\":\"199\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-07 14:50:48', 13); +INSERT INTO `sys_oper_log` VALUES (252, '修理厂管理:修改修理厂管理', 2, 'com.ruoyi.management.controller.TRepairShopController.edit()', 'POST', 1, 'admin', NULL, '/repairShop/edit', '192.168.110.13', '', '{\"address\":\"哈哈哈555\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":1,\"district\":\"武侯区\",\"districtCode\":\"510107\",\"headName\":\"蒲悦天2\",\"headPhone\":\"15983795011\",\"id\":4,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"嘎达离开1312\",\"repairShopName\":\"我爱我家修理\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-07 14:52:33', 9); +INSERT INTO `sys_oper_log` VALUES (253, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"123\",\"city\":\"秦皇岛市\",\"cityCode\":\"130300\",\"district\":\"山海关区\",\"districtCode\":\"130303\",\"headName\":\"3213\",\"headPhone\":\"12352131231\",\"province\":\"河北省\",\"provinceCode\":\"130000\",\"remark\":\"13\",\"repairShopName\":\"1\"}', NULL, 1, '该修理厂名称已存在!', '2023-07-07 17:24:35', 35); +INSERT INTO `sys_oper_log` VALUES (254, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"123\",\"city\":\"秦皇岛市\",\"cityCode\":\"130300\",\"district\":\"山海关区\",\"districtCode\":\"130303\",\"headName\":\"3213\",\"headPhone\":\"12352131231\",\"id\":7,\"province\":\"河北省\",\"provinceCode\":\"130000\",\"remark\":\"13\",\"repairShopName\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 17:24:45', 31); +INSERT INTO `sys_oper_log` VALUES (255, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"76\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"56\",\"headPhone\":\"17234424343\",\"id\":8,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"66\",\"repairShopName\":\"15\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 17:25:51', 7); +INSERT INTO `sys_oper_log` VALUES (256, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"1\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"23\",\"headPhone\":\"16232332423\",\"id\":9,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"233\",\"repairShopName\":\"123\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 17:26:47', 6); +INSERT INTO `sys_oper_log` VALUES (257, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"1\",\"city\":\"秦皇岛市\",\"cityCode\":\"130300\",\"district\":\"海港区\",\"districtCode\":\"130302\",\"headName\":\"412\",\"headPhone\":\"16234244342\",\"id\":10,\"province\":\"河北省\",\"provinceCode\":\"130000\",\"remark\":\"3132\",\"repairShopName\":\"1231\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 17:27:12', 7); +INSERT INTO `sys_oper_log` VALUES (258, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"12\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"123\",\"headPhone\":\"15312213123\",\"id\":11,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"3333\",\"repairShopName\":\"1245\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 18:03:09', 56); +INSERT INTO `sys_oper_log` VALUES (259, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"96786\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"51231\",\"headPhone\":\"15612312321\",\"id\":12,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"adasdaasdasda\",\"repairShopName\":\"admha\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 18:05:27', 19653); +INSERT INTO `sys_oper_log` VALUES (260, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"123\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"12\",\"headPhone\":\"15123213132\",\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"sadad\",\"repairShopName\":\"123\"}', NULL, 1, '该修理厂名称已存在!', '2023-07-07 18:06:43', 19531); +INSERT INTO `sys_oper_log` VALUES (261, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"121\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"123\",\"headPhone\":\"15132131231\",\"id\":13,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"2222\",\"repairShopName\":\"123213\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 18:08:08', 39729); +INSERT INTO `sys_oper_log` VALUES (262, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"11111\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"131\",\"headPhone\":\"15123123123\",\"id\":14,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"99999\",\"repairShopName\":\"213123\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 18:08:41', 5335); +INSERT INTO `sys_oper_log` VALUES (263, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"兰博基尼\",\"carModel\":\"跑车2\",\"companyId\":1,\"id\":1,\"state\":0,\"typeNumber\":\"110\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-07 18:12:21', 115); +INSERT INTO `sys_oper_log` VALUES (264, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"111\",\"carType\":\"1\",\"carVinNumber\":\"11111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-07\",\"remark\":\"123123\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-07\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 21:09:33', 222); +INSERT INTO `sys_oper_log` VALUES (265, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"111\",\"carType\":\"1\",\"carVinNumber\":\"11111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-07\",\"remark\":\"123123\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-07\"}', NULL, 1, '该车辆车架号已存在!', '2023-07-07 21:09:40', 4); +INSERT INTO `sys_oper_log` VALUES (266, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"1\",\"carType\":\"1\",\"carVinNumber\":\"11122\",\"purchasePrice\":1,\"purchaseTime\":\"2023-07-07\",\"remark\":\"23123\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-07\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 21:11:31', 24); +INSERT INTO `sys_oper_log` VALUES (267, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":2,\"carEngineNumber\":\"1\",\"carType\":\"1\",\"carVinNumber\":\"11134343\",\"purchasePrice\":1,\"purchaseTime\":\"2023-07-07\",\"remark\":\"\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-07\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-07 21:27:35', 11); +INSERT INTO `sys_oper_log` VALUES (268, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"兰博基尼\",\"carModel\":\"跑车22\",\"companyId\":1,\"id\":1,\"state\":0,\"typeNumber\":\"110\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:05:37', 1); +INSERT INTO `sys_oper_log` VALUES (269, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"123\",\"carModel\":\"55555\",\"companyId\":1,\"id\":7,\"typeNumber\":\"2113227939\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:08:37', 29); +INSERT INTO `sys_oper_log` VALUES (270, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":7,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:08:44', 29); +INSERT INTO `sys_oper_log` VALUES (271, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":7,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:08:46', 8); +INSERT INTO `sys_oper_log` VALUES (272, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"路虎\",\"carModel\":\"ios\",\"companyId\":1,\"id\":7,\"state\":1,\"typeNumber\":\"2113227939\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:09:02', 5); +INSERT INTO `sys_oper_log` VALUES (273, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"奔驰E300L\",\"carModel\":\"suv1\",\"companyId\":1,\"id\":4,\"state\":0,\"typeNumber\":\"2118394107\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:10:16', 8); +INSERT INTO `sys_oper_log` VALUES (274, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '192.168.110.13', '', '{\"carBrand\":\"奔驰E300L2\",\"carModel\":\"suv1\",\"companyId\":1,\"id\":4,\"state\":0,\"typeNumber\":\"2118394107\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:11:03', 5); +INSERT INTO `sys_oper_log` VALUES (275, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"1111\",\"carModel\":\"22222\",\"companyId\":1,\"id\":8,\"typeNumber\":\"2117722147\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:11:11', 5); +INSERT INTO `sys_oper_log` VALUES (276, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:11:42', 9); +INSERT INTO `sys_oper_log` VALUES (277, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '192.168.110.13', '', '{\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:11:44', 7); +INSERT INTO `sys_oper_log` VALUES (278, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"123213123\",\"carModel\":\"52131\",\"companyId\":1,\"id\":9,\"typeNumber\":\"2106269989\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:12:27', 16); +INSERT INTO `sys_oper_log` VALUES (279, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"51231231\",\"carModel\":\"12321\",\"companyId\":1,\"id\":10,\"typeNumber\":\"2123868320\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:12:30', 9); +INSERT INTO `sys_oper_log` VALUES (280, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"152143213\",\"carModel\":\"123213\",\"companyId\":1,\"id\":11,\"typeNumber\":\"2103533801\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:12:34', 8); +INSERT INTO `sys_oper_log` VALUES (281, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"5123\",\"carModel\":\"她3431231231\",\"companyId\":1,\"id\":12,\"typeNumber\":\"2112155501\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:12:42', 6); +INSERT INTO `sys_oper_log` VALUES (282, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"12323\",\"carModel\":\"5123213123\",\"companyId\":1,\"id\":13,\"typeNumber\":\"2101128792\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:12:52', 5); +INSERT INTO `sys_oper_log` VALUES (283, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '192.168.110.13', '', '{\"carBrand\":\"13\",\"carModel\":\"123\",\"companyId\":1,\"id\":14,\"typeNumber\":\"2109964036\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:13:24', 5); +INSERT INTO `sys_oper_log` VALUES (284, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"1513\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"22\",\"headPhone\":\"15123123213\",\"id\":15,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"111111\",\"repairShopName\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 09:17:37', 78); +INSERT INTO `sys_oper_log` VALUES (285, '修理厂管理:修改修理厂管理', 2, 'com.ruoyi.management.controller.TRepairShopController.edit()', 'POST', 1, 'admin', NULL, '/repairShop/edit', '192.168.110.13', '', '{\"address\":\"1243244434\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":1,\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"555\",\"headPhone\":\"17336343434\",\"id\":6,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"6gfdgsd\",\"repairShopName\":\"199\",\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:18:07', 16); +INSERT INTO `sys_oper_log` VALUES (286, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"发生的但是\",\"city\":\"秦皇岛市\",\"cityCode\":\"130300\",\"companyId\":1,\"district\":\"山海关区\",\"districtCode\":\"130303\",\"headName\":\"13\",\"headPhone\":\"16123212131\",\"id\":16,\"province\":\"河北省\",\"provinceCode\":\"130000\",\"remark\":\"大苏打\",\"repairShopName\":\"士大夫胜多负少\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 09:18:22', 16); +INSERT INTO `sys_oper_log` VALUES (287, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"3312\",\"city\":\"阳泉市\",\"cityCode\":\"140300\",\"companyId\":1,\"district\":\"矿区\",\"districtCode\":\"140303\",\"headName\":\"13\",\"headPhone\":\"16123123123\",\"id\":17,\"province\":\"山西省\",\"provinceCode\":\"140000\",\"remark\":\"132112\",\"repairShopName\":\"啊实打实\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 09:18:35', 7); +INSERT INTO `sys_oper_log` VALUES (288, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '192.168.110.13', '', '{\"address\":\"123\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"companyId\":1,\"district\":\"河东区\",\"districtCode\":\"120102\",\"headName\":\"3\",\"headPhone\":\"13154123123\",\"id\":18,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"5413124141\",\"repairShopName\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 09:18:50', 6); +INSERT INTO `sys_oper_log` VALUES (289, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[102.819003,31.038986],[104.526713,30.196154],[103.14798,30.117042],[102.731521,30.582608]]\",\"controlCar\":\"1,2\",\"district\":\"\",\"districtCode\":\"\",\"electronicFenceName\":\"13\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[2,3,4,1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 09:43:28', 49); +INSERT INTO `sys_oper_log` VALUES (290, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"A000001\",\"carType\":\"1\",\"carVinNumber\":\"A000001\",\"purchasePrice\":12,\"purchaseTime\":\"2023-07-08\",\"remark\":\"测试添加\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 10:02:46', 48); +INSERT INTO `sys_oper_log` VALUES (291, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '192.168.110.34', '', '{\"carColor\":0,\"carEngineNumber\":\"string\",\"carPicture\":\"string\",\"carType\":\"string\",\"carVinNumber\":\"string\",\"initMlieage\":0,\"purchasePrice\":0,\"purchaseTime\":\"2023-07-08\",\"remark\":\"string\",\"shopId\":1,\"shopName\":\"string\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 10:09:45', 44); +INSERT INTO `sys_oper_log` VALUES (292, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '127.0.0.1', '', '{\"carColor\":2,\"carEngineNumber\":\"1\",\"carType\":\"1\",\"carVinNumber\":\"A222222\",\"purchasePrice\":22,\"purchaseTime\":\"2023-07-08\",\"remark\":\"123123\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-08 10:17:33', 0); +INSERT INTO `sys_oper_log` VALUES (293, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png\",\"carType\":\"法拉利\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":15.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 14:14:00', 152); +INSERT INTO `sys_oper_log` VALUES (294, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 14:14:22', 17); +INSERT INTO `sys_oper_log` VALUES (295, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 14:37:05', 7); +INSERT INTO `sys_oper_log` VALUES (296, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808886719971.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808209251875.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 14:38:11', 18); +INSERT INTO `sys_oper_log` VALUES (297, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808886719971.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808209251875.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 14:40:48', 14); +INSERT INTO `sys_oper_log` VALUES (298, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708152850133484280.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:28:52', 38); +INSERT INTO `sys_oper_log` VALUES (299, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708152909701365950.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:29:10', 40); +INSERT INTO `sys_oper_log` VALUES (300, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"2\",\"carVinNumber\":\"123456\",\"id\":3,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:30:08', 23); +INSERT INTO `sys_oper_log` VALUES (301, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[1,2,3,4,5]}', NULL, 1, '', '2023-07-08 15:30:57', 2493); +INSERT INTO `sys_oper_log` VALUES (302, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[1,2,3,4,5]}', NULL, 1, '', '2023-07-08 15:31:56', 21861); +INSERT INTO `sys_oper_log` VALUES (303, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[1,2,3,4,5]}', NULL, 1, '', '2023-07-08 15:32:19', 19869); +INSERT INTO `sys_oper_log` VALUES (304, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,6,4,3,1,2]}', NULL, 1, '', '2023-07-08 15:33:18', 2336); +INSERT INTO `sys_oper_log` VALUES (305, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"123456\",\"carPicture\":\"\",\"carType\":\"法拉利\",\"carVinNumber\":\"123456\",\"id\":2,\"purchasePrice\":15.00,\"purchaseTime\":\"2023-06-27\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:34:58', 12); +INSERT INTO `sys_oper_log` VALUES (306, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, 'admin', NULL, '/car/2', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:40:11', 550); +INSERT INTO `sys_oper_log` VALUES (307, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:40:38', 16509); +INSERT INTO `sys_oper_log` VALUES (308, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:40:52', 10492); +INSERT INTO `sys_oper_log` VALUES (309, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:41:37', 16081); +INSERT INTO `sys_oper_log` VALUES (310, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:41:39', 1656); +INSERT INTO `sys_oper_log` VALUES (311, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172472\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:42:13', 0); +INSERT INTO `sys_oper_log` VALUES (312, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172473\",\"roleId\":9}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-08 15:42:29', 0); +INSERT INTO `sys_oper_log` VALUES (313, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3}}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( nick_name, phonenumber, password, create_by, create_time )values( ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\n; Field \'user_name\' doesn\'t have a default value; nested exception is java.sql.SQLException: Field \'user_name\' doesn\'t have a default value', '2023-07-08 15:42:36', 146); +INSERT INTO `sys_oper_log` VALUES (314, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"A000001\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"1\",\"carVinNumber\":\"A000001\",\"id\":7,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08\",\"remark\":\"测试添加\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:43:37', 8); +INSERT INTO `sys_oper_log` VALUES (315, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3}}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( nick_name, phonenumber, password, create_by, create_time )values( ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\n; Field \'user_name\' doesn\'t have a default value; nested exception is java.sql.SQLException: Field \'user_name\' doesn\'t have a default value', '2023-07-08 15:44:19', 78); +INSERT INTO `sys_oper_log` VALUES (316, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3}}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( nick_name, phonenumber, password, create_by, create_time )values( ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\n; Field \'user_name\' doesn\'t have a default value; nested exception is java.sql.SQLException: Field \'user_name\' doesn\'t have a default value', '2023-07-08 15:44:26', 72); +INSERT INTO `sys_oper_log` VALUES (317, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3}}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\r\n### The error may exist in file [F:\\code\\YiXingTong\\ruoyi-modules\\ruoyi-system\\target\\classes\\mapper\\system\\SysUserMapper.xml]\r\n### The error may involve com.ruoyi.system.mapper.SysUserMapper.insertUser-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into sys_user( nick_name, phonenumber, password, create_by, create_time )values( ?, ?, ?, ?, sysdate() )\r\n### Cause: java.sql.SQLException: Field \'user_name\' doesn\'t have a default value\n; Field \'user_name\' doesn\'t have a default value; nested exception is java.sql.SQLException: Field \'user_name\' doesn\'t have a default value', '2023-07-08 15:46:14', 12662); +INSERT INTO `sys_oper_log` VALUES (318, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3,\"userId\":135,\"userName\":\"18008172479\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:47:32', 3686); +INSERT INTO `sys_oper_log` VALUES (319, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.22', '', '{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roleType\":3,\"userId\":136,\"userName\":\"18008172479\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:51:06', 771); +INSERT INTO `sys_oper_log` VALUES (320, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[[103.347218,31.016555],[103.334598,30.501436],[103.997147,30.447053],[103.855172,31.003035]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"多边形111\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1,2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 15:55:17', 49); +INSERT INTO `sys_oper_log` VALUES (321, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:20:55', 43); +INSERT INTO `sys_oper_log` VALUES (322, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:22:45', 19); +INSERT INTO `sys_oper_log` VALUES (323, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:24:07', 23); +INSERT INTO `sys_oper_log` VALUES (324, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.22', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:24:40', 13); +INSERT INTO `sys_oper_log` VALUES (325, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.22', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:27:05', 40460); +INSERT INTO `sys_oper_log` VALUES (326, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.22', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:27:05', 38302); +INSERT INTO `sys_oper_log` VALUES (327, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:27:05', 20); +INSERT INTO `sys_oper_log` VALUES (328, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.22', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:28:58', 5777); +INSERT INTO `sys_oper_log` VALUES (329, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.22', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:29:09', 6762); +INSERT INTO `sys_oper_log` VALUES (330, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:33:19', 14); +INSERT INTO `sys_oper_log` VALUES (331, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$fz1rc/mvG3YCDP6bhRlVOu4eZ92bP8iqVmCRUa5rvuqBf7G8mD7sK\",\"phonenumber\":\"18008172479\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}}}', 0, NULL, '2023-07-08 16:34:00', 10); +INSERT INTO `sys_oper_log` VALUES (332, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-08 16:34:04', 2); +INSERT INTO `sys_oper_log` VALUES (333, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"phonenumber\":\"18008172479\",\"roleId\":9,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172479\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-08 16:34:08', 2); +INSERT INTO `sys_oper_log` VALUES (334, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"passWordUpdate\":\"2023-07-08 16:34:32.156\",\"phonenumber\":\"18008172499\",\"roleId\":9,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-08 16:34:32\",\"userId\":136,\"userName\":\"18008172499\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:34:33', 76); +INSERT INTO `sys_oper_log` VALUES (335, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-08 16:34:45', 25); +INSERT INTO `sys_oper_log` VALUES (336, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172499\",\"roleId\":1,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-08 16:35:03', 3); +INSERT INTO `sys_oper_log` VALUES (337, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '192.168.110.10', '', '{\"roleId\":9,\"shopIds\":[8,5],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18454548454\",\"roleId\":9,\"roleType\":3,\"userId\":137,\"userName\":\"18454548454\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:37:25', 91); +INSERT INTO `sys_oper_log` VALUES (338, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"137\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[8,5],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 16:37:25\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"pyt\",\"params\":{},\"password\":\"$2a$10$NxH6ub3UwBce/QZ9xBRkieNUxj7vGt8L4AM.Sy0MXF8eyGvXSlUne\",\"phonenumber\":\"18454548454\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":137,\"userName\":\"18454548454\"}}}', 0, NULL, '2023-07-08 16:37:34', 23); +INSERT INTO `sys_oper_log` VALUES (339, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 16:37:25\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"pyt\",\"params\":{},\"phonenumber\":\"18454548454\",\"roleId\":9,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":137,\"userName\":\"18454548454\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-08 16:37:40', 3); +INSERT INTO `sys_oper_log` VALUES (340, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carNumber\":\"123123\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708163747138600255.png\"}', NULL, 1, '', '2023-07-08 16:37:48', 97); +INSERT INTO `sys_oper_log` VALUES (341, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":7,\"carNumber\":\"12312312\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708163815810176861.png\"}', NULL, 1, '', '2023-07-08 16:38:18', 4); +INSERT INTO `sys_oper_log` VALUES (342, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":7,\"carNumber\":\"aaa\",\"drivingLicense\":\"aaa\"}', NULL, 1, '', '2023-07-08 16:38:45', 8); +INSERT INTO `sys_oper_log` VALUES (343, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":7,\"carNumber\":\"川A11111\",\"drivingLicense\":\"aaa\"}', NULL, 1, '', '2023-07-08 16:38:55', 3); +INSERT INTO `sys_oper_log` VALUES (344, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":7,\"carNumber\":\"aaaa\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708164128952547935.png\"}', NULL, 1, '', '2023-07-08 16:41:30', 3); +INSERT INTO `sys_oper_log` VALUES (345, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-08 16:42:44', 11); +INSERT INTO `sys_oper_log` VALUES (346, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-08 16:43:16', 23); +INSERT INTO `sys_oper_log` VALUES (347, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-08 16:43:51', 20); +INSERT INTO `sys_oper_log` VALUES (348, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '192.168.110.34', '', '{\"carId\":7,\"carNumber\":\"川A11111\",\"drivingLicense\":\"abc\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:51:45', 134); +INSERT INTO `sys_oper_log` VALUES (349, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '192.168.110.34', '', '{\"carId\":7,\"carNumber\":\"川A11111\",\"drivingLicense\":\"abc\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:52:09', 19); +INSERT INTO `sys_oper_log` VALUES (350, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '192.168.110.34', '', '{\"carId\":7,\"carNumber\":\"川A11111\",\"drivingLicense\":\"abc\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:52:11', 21); +INSERT INTO `sys_oper_log` VALUES (351, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '127.0.0.1', '', '{\"carId\":7,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\",\"operationCertificateExpireTime\":\"2023-07-28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:57:16', 48); +INSERT INTO `sys_oper_log` VALUES (352, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '127.0.0.1', '', '{\"carId\":9,\"carNumber\":\"川A22222\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165728228405466.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 16:57:36', 21); +INSERT INTO `sys_oper_log` VALUES (353, '车辆管理:车辆处置', 2, 'com.ruoyi.vehicle.controller.TCarController.dispose()', 'POST', 1, 'admin', NULL, '/car/dispose', '127.0.0.1', '', '{\"carId\":7,\"disposePerson\":\"若依\",\"disposePicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708172209775016803.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708172211399272172.png\",\"disposeTime\":\"2023-07-08\",\"disposeWay\":1,\"remark\":\"12312312321\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 17:22:13', 52); +INSERT INTO `sys_oper_log` VALUES (354, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"1\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"id\":7,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08\",\"remark\":\"测试添加\",\"shopId\":1,\"shopName\":\"成都门店\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-08 17:45:58', 24); +INSERT INTO `sys_oper_log` VALUES (355, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '127.0.0.1', '', '{\"carId\":9,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\",\"operationCertificateExpireTime\":\"2023-07-09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-09 10:12:32', 1127); +INSERT INTO `sys_oper_log` VALUES (356, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, 'admin', NULL, '/car/servicing', '127.0.0.1', '', '{\"carId\":9,\"carServicingProjectList\":[{\"amountSum\":50,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709134829937024028.png\",\"projectCount\":10,\"projectName\":\"奥术大师多\",\"unitPrice\":5},{\"amountSum\":80,\"picture\":\"\",\"projectCount\":80,\"projectName\":\"阿斯顿撒\",\"unitPrice\":1}],\"servicingMoney\":130,\"servicingRemark\":\"阿斯顿撒多\",\"servicingTime\":\"2023-07-09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-09 13:48:36', 282); +INSERT INTO `sys_oper_log` VALUES (357, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:43:01', 879); +INSERT INTO `sys_oper_log` VALUES (358, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:43:29', 134); +INSERT INTO `sys_oper_log` VALUES (359, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:44:26', 24); +INSERT INTO `sys_oper_log` VALUES (360, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:44:44', 18); +INSERT INTO `sys_oper_log` VALUES (361, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:45:42', 18); +INSERT INTO `sys_oper_log` VALUES (362, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:46:27', 15); +INSERT INTO `sys_oper_log` VALUES (363, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:47:11', 23); +INSERT INTO `sys_oper_log` VALUES (364, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, '', '2023-07-09 21:47:21', 3); +INSERT INTO `sys_oper_log` VALUES (365, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', NULL, 1, '', '2023-07-09 21:48:05', 5); +INSERT INTO `sys_oper_log` VALUES (366, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:48:14', 27); +INSERT INTO `sys_oper_log` VALUES (367, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:48:30', 42); +INSERT INTO `sys_oper_log` VALUES (368, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:49:10', 18); +INSERT INTO `sys_oper_log` VALUES (369, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:49:28', 18); +INSERT INTO `sys_oper_log` VALUES (370, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:49:50', 20); +INSERT INTO `sys_oper_log` VALUES (371, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:50:06', 18); +INSERT INTO `sys_oper_log` VALUES (372, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:50:34', 16); +INSERT INTO `sys_oper_log` VALUES (373, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:50:57', 17); +INSERT INTO `sys_oper_log` VALUES (374, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:51:44', 37); +INSERT INTO `sys_oper_log` VALUES (375, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:51:51', 31); +INSERT INTO `sys_oper_log` VALUES (376, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:53:09', 15); +INSERT INTO `sys_oper_log` VALUES (377, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:53:31', 26); +INSERT INTO `sys_oper_log` VALUES (378, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:53:52', 10); +INSERT INTO `sys_oper_log` VALUES (379, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:54:16', 25); +INSERT INTO `sys_oper_log` VALUES (380, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:54:31', 24); +INSERT INTO `sys_oper_log` VALUES (381, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:54:36', 30); +INSERT INTO `sys_oper_log` VALUES (382, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:57:25', 12); +INSERT INTO `sys_oper_log` VALUES (383, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:57:42', 33); +INSERT INTO `sys_oper_log` VALUES (384, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:57:49', 22); +INSERT INTO `sys_oper_log` VALUES (385, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:58:06', 24); +INSERT INTO `sys_oper_log` VALUES (386, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:58:13', 21); +INSERT INTO `sys_oper_log` VALUES (387, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:59:13', 14); +INSERT INTO `sys_oper_log` VALUES (388, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:59:18', 12); +INSERT INTO `sys_oper_log` VALUES (389, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:59:25', 13); +INSERT INTO `sys_oper_log` VALUES (390, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 21:59:35', 13); +INSERT INTO `sys_oper_log` VALUES (391, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:00:08', 24); +INSERT INTO `sys_oper_log` VALUES (392, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:00:11', 9); +INSERT INTO `sys_oper_log` VALUES (393, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:00:15', 12); +INSERT INTO `sys_oper_log` VALUES (394, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:01:12', 16); +INSERT INTO `sys_oper_log` VALUES (395, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:01:18', 25); +INSERT INTO `sys_oper_log` VALUES (396, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:02:50', 10); +INSERT INTO `sys_oper_log` VALUES (397, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:02:54', 11); +INSERT INTO `sys_oper_log` VALUES (398, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-09 22:03:01', 22); +INSERT INTO `sys_oper_log` VALUES (399, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 09:13:59', 33); +INSERT INTO `sys_oper_log` VALUES (400, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 09:14:05', 52); +INSERT INTO `sys_oper_log` VALUES (401, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', NULL, 1, '', '2023-07-10 09:14:07', 6); +INSERT INTO `sys_oper_log` VALUES (402, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, '', '2023-07-10 09:14:11', 7); +INSERT INTO `sys_oper_log` VALUES (403, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, '', '2023-07-10 09:14:30', 6); +INSERT INTO `sys_oper_log` VALUES (404, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 09:19:52', 68); +INSERT INTO `sys_oper_log` VALUES (405, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', NULL, 1, '', '2023-07-10 09:24:54', 6); +INSERT INTO `sys_oper_log` VALUES (406, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, '', '2023-07-10 09:24:57', 5); +INSERT INTO `sys_oper_log` VALUES (407, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:21:13', 45); +INSERT INTO `sys_oper_log` VALUES (408, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:21:49', 79); +INSERT INTO `sys_oper_log` VALUES (409, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[[103.083973,31.154522],[102.932533,30.267544],[104.298646,30.365592],[104.071486,30.949103]]\",\"controlCar\":\"1,2\",\"electronicFenceName\":\"多边形今天7/10\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[5]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 10:29:54', 1445); +INSERT INTO `sys_oper_log` VALUES (410, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '192.168.110.13', '', '{\"address\":\"\",\"content\":\"[[103.083973,31.154522],[102.932533,30.267544],[104.298646,30.365592],[104.071486,30.949103]]\",\"controlCar\":\"1,2\",\"electronicFenceName\":\"多边形今天7/10\",\"fenceType\":2,\"id\":34,\"policeType\":1,\"shopIds\":[5]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 10:30:11', 91); +INSERT INTO `sys_oper_log` VALUES (411, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[[103.254343,31.062679],[103.172313,30.311133],[104.323886,30.128475],[104.270251,30.989682],[104.270251,30.989682],[104.131431,31.103209]]\",\"controlCar\":\"1,2\",\"electronicFenceName\":\"7/10\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[6]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 10:33:53', 57); +INSERT INTO `sys_oper_log` VALUES (412, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:41:21', 262); +INSERT INTO `sys_oper_log` VALUES (413, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:41:33', 80); +INSERT INTO `sys_oper_log` VALUES (414, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:42:09', 59); +INSERT INTO `sys_oper_log` VALUES (415, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:43:03', 121); +INSERT INTO `sys_oper_log` VALUES (416, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:45:19', 105); +INSERT INTO `sys_oper_log` VALUES (417, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:45:30', 38); +INSERT INTO `sys_oper_log` VALUES (418, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:45:36', 46); +INSERT INTO `sys_oper_log` VALUES (419, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:46:00', 42); +INSERT INTO `sys_oper_log` VALUES (420, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:46:04', 22); +INSERT INTO `sys_oper_log` VALUES (421, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:46:16', 28); +INSERT INTO `sys_oper_log` VALUES (422, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:48:38', 446); +INSERT INTO `sys_oper_log` VALUES (423, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:53:00', 25); +INSERT INTO `sys_oper_log` VALUES (424, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 10:57:38', 899); +INSERT INTO `sys_oper_log` VALUES (425, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:01:30', 21); +INSERT INTO `sys_oper_log` VALUES (426, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:07:27', 16); +INSERT INTO `sys_oper_log` VALUES (427, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:08:59', 28); +INSERT INTO `sys_oper_log` VALUES (428, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:09:41', 33); +INSERT INTO `sys_oper_log` VALUES (429, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, '', '2023-07-10 11:09:48', 7); +INSERT INTO `sys_oper_log` VALUES (430, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', NULL, 1, '', '2023-07-10 11:09:51', 4); +INSERT INTO `sys_oper_log` VALUES (431, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:09:53', 22); +INSERT INTO `sys_oper_log` VALUES (432, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[]\",\"controlCar\":\"1\",\"electronicFenceName\":\"101\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[2,5,6]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 11:26:55', 178); +INSERT INTO `sys_oper_log` VALUES (433, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.22', '', '{\"carId\":\"7\"}', NULL, 1, '', '2023-07-10 11:27:37', 76); +INSERT INTO `sys_oper_log` VALUES (434, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.22', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:28:25', 88); +INSERT INTO `sys_oper_log` VALUES (435, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.22', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":4,\"violation\":2}}', 0, NULL, '2023-07-10 11:28:28', 22); +INSERT INTO `sys_oper_log` VALUES (436, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[]\",\"controlCar\":\"1\",\"electronicFenceName\":\"234\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[1,4,5,6]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 11:41:32', 100); +INSERT INTO `sys_oper_log` VALUES (437, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 11:42:38', 13); +INSERT INTO `sys_oper_log` VALUES (438, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:43:52', 15); +INSERT INTO `sys_oper_log` VALUES (439, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:44:08', 17); +INSERT INTO `sys_oper_log` VALUES (440, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:44:16', 21); +INSERT INTO `sys_oper_log` VALUES (441, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:45:34', 14); +INSERT INTO `sys_oper_log` VALUES (442, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:46:03', 16); +INSERT INTO `sys_oper_log` VALUES (443, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:46:24', 21); +INSERT INTO `sys_oper_log` VALUES (444, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:46:32', 13); +INSERT INTO `sys_oper_log` VALUES (445, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:46:59', 14); +INSERT INTO `sys_oper_log` VALUES (446, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:47:05', 23); +INSERT INTO `sys_oper_log` VALUES (447, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:47:17', 120); +INSERT INTO `sys_oper_log` VALUES (448, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:47:42', 18); +INSERT INTO `sys_oper_log` VALUES (449, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:47:50', 13); +INSERT INTO `sys_oper_log` VALUES (450, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:48:03', 21); +INSERT INTO `sys_oper_log` VALUES (451, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:48:11', 15); +INSERT INTO `sys_oper_log` VALUES (452, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:48:27', 14); +INSERT INTO `sys_oper_log` VALUES (453, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:48:54', 24); +INSERT INTO `sys_oper_log` VALUES (454, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 11:51:22', 14); +INSERT INTO `sys_oper_log` VALUES (455, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:21:08', 13); +INSERT INTO `sys_oper_log` VALUES (456, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:21:34', 23); +INSERT INTO `sys_oper_log` VALUES (457, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:21:45', 26); +INSERT INTO `sys_oper_log` VALUES (458, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:21:53', 27); +INSERT INTO `sys_oper_log` VALUES (459, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:21:56', 17); +INSERT INTO `sys_oper_log` VALUES (460, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:22:00', 16); +INSERT INTO `sys_oper_log` VALUES (461, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:22:18', 21); +INSERT INTO `sys_oper_log` VALUES (462, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:22:24', 30); +INSERT INTO `sys_oper_log` VALUES (463, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:22:43', 22); +INSERT INTO `sys_oper_log` VALUES (464, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:23:33', 24); +INSERT INTO `sys_oper_log` VALUES (465, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:24:00', 18); +INSERT INTO `sys_oper_log` VALUES (466, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:24:00', 26); +INSERT INTO `sys_oper_log` VALUES (467, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:24:03', 17); +INSERT INTO `sys_oper_log` VALUES (468, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:24:57', 22); +INSERT INTO `sys_oper_log` VALUES (469, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:25:27', 34); +INSERT INTO `sys_oper_log` VALUES (470, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:25:30', 16); +INSERT INTO `sys_oper_log` VALUES (471, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:25:43', 25); +INSERT INTO `sys_oper_log` VALUES (472, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:26:43', 16); +INSERT INTO `sys_oper_log` VALUES (473, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:26:54', 19); +INSERT INTO `sys_oper_log` VALUES (474, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:27:07', 25); +INSERT INTO `sys_oper_log` VALUES (475, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:27:22', 15); +INSERT INTO `sys_oper_log` VALUES (476, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:27:37', 17); +INSERT INTO `sys_oper_log` VALUES (477, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:28:15', 16); +INSERT INTO `sys_oper_log` VALUES (478, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 12:29:16', 14); +INSERT INTO `sys_oper_log` VALUES (479, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.673957,31.070787],[102.986168,30.35198],[104.53527,30.131204],[104.5542,30.786617]]\",\"controlCar\":\"3,1\",\"electronicFenceName\":\"很爱很爱你\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1,5]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 14:44:07', 163); +INSERT INTO `sys_oper_log` VALUES (480, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[116.273167,40.111361],[116.114831,39.701439],[116.576645,39.719203],[116.718488,40.0129]]\",\"controlCar\":\"1,3\",\"electronicFenceName\":\"多边形绘制北京市电子围栏\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[1,5]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 14:49:01', 151); +INSERT INTO `sys_oper_log` VALUES (481, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:16:02', 139); +INSERT INTO `sys_oper_log` VALUES (482, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:21:20', 11); +INSERT INTO `sys_oper_log` VALUES (483, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:21:33', 41); +INSERT INTO `sys_oper_log` VALUES (484, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:22:57', 15); +INSERT INTO `sys_oper_log` VALUES (485, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:23:15', 27); +INSERT INTO `sys_oper_log` VALUES (486, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:23:21', 19); +INSERT INTO `sys_oper_log` VALUES (487, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:25:48', 24); +INSERT INTO `sys_oper_log` VALUES (488, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":0.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":0.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:28:26', 646); +INSERT INTO `sys_oper_log` VALUES (489, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":0.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":0.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:28:47', 30); +INSERT INTO `sys_oper_log` VALUES (490, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:30:59', 139); +INSERT INTO `sys_oper_log` VALUES (491, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":0.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":0.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:30:59', 121); +INSERT INTO `sys_oper_log` VALUES (492, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":0.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":0.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:30:59', 40); +INSERT INTO `sys_oper_log` VALUES (493, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":0.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":0.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:30:59', 62); +INSERT INTO `sys_oper_log` VALUES (494, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:33:54', 133); +INSERT INTO `sys_oper_log` VALUES (495, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:35:54', 19); +INSERT INTO `sys_oper_log` VALUES (496, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:36:17', 20); +INSERT INTO `sys_oper_log` VALUES (497, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:36:28', 13); +INSERT INTO `sys_oper_log` VALUES (498, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:36:34', 19); +INSERT INTO `sys_oper_log` VALUES (499, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:36:40', 20); +INSERT INTO `sys_oper_log` VALUES (500, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:37:33', 29); +INSERT INTO `sys_oper_log` VALUES (501, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:37:37', 19); +INSERT INTO `sys_oper_log` VALUES (502, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:37:41', 13); +INSERT INTO `sys_oper_log` VALUES (503, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:38:24', 11); +INSERT INTO `sys_oper_log` VALUES (504, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:38:27', 10); +INSERT INTO `sys_oper_log` VALUES (505, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:38:36', 23); +INSERT INTO `sys_oper_log` VALUES (506, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:38:55', 13); +INSERT INTO `sys_oper_log` VALUES (507, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:39:18', 26); +INSERT INTO `sys_oper_log` VALUES (508, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:39:28', 11); +INSERT INTO `sys_oper_log` VALUES (509, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:39:31', 11); +INSERT INTO `sys_oper_log` VALUES (510, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:40:18', 12); +INSERT INTO `sys_oper_log` VALUES (511, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:40:28', 16); +INSERT INTO `sys_oper_log` VALUES (512, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:42:06', 22); +INSERT INTO `sys_oper_log` VALUES (513, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:43:08', 51); +INSERT INTO `sys_oper_log` VALUES (514, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:44:14', 16); +INSERT INTO `sys_oper_log` VALUES (515, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:44:14', 29); +INSERT INTO `sys_oper_log` VALUES (516, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:44:14', 31); +INSERT INTO `sys_oper_log` VALUES (517, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:44:14', 33); +INSERT INTO `sys_oper_log` VALUES (518, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:44:14', 29); +INSERT INTO `sys_oper_log` VALUES (519, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:44:17', 23); +INSERT INTO `sys_oper_log` VALUES (520, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:45:01', 37); +INSERT INTO `sys_oper_log` VALUES (521, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:45:01', 23); +INSERT INTO `sys_oper_log` VALUES (522, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:45:50', 20); +INSERT INTO `sys_oper_log` VALUES (523, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:45:50', 33); +INSERT INTO `sys_oper_log` VALUES (524, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:46:04', 21); +INSERT INTO `sys_oper_log` VALUES (525, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:46:04', 27); +INSERT INTO `sys_oper_log` VALUES (526, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:46:07', 11); +INSERT INTO `sys_oper_log` VALUES (527, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:46:07', 31); +INSERT INTO `sys_oper_log` VALUES (528, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:46:22', 15); +INSERT INTO `sys_oper_log` VALUES (529, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 15:47:48', 9); +INSERT INTO `sys_oper_log` VALUES (530, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:48:51', 114); +INSERT INTO `sys_oper_log` VALUES (531, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:48:51', 69); +INSERT INTO `sys_oper_log` VALUES (532, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 15:58:55', 66); +INSERT INTO `sys_oper_log` VALUES (533, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 15:58:55', 33); +INSERT INTO `sys_oper_log` VALUES (534, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 16:02:33', 11); +INSERT INTO `sys_oper_log` VALUES (535, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"男主角1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 16:20:42', 147); +INSERT INTO `sys_oper_log` VALUES (536, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[]\",\"controlCar\":\"1\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[3,5,6]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 16:46:58', 227); +INSERT INTO `sys_oper_log` VALUES (537, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.103', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 16:50:04', 26); +INSERT INTO `sys_oper_log` VALUES (538, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$GXWLRiRgEBIzYvKKcSlv2OcSbtEba7UqjDNIRsQ/jjKWlGa36fikC\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 17:00:27', 15); +INSERT INTO `sys_oper_log` VALUES (539, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '192.168.110.10', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"passWordUpdate\":\"2023-07-10 17:00:45.001\",\"phonenumber\":\"18008172499\",\"roleId\":9,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-10 17:00:45\",\"userId\":136,\"userName\":\"18008172499\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 17:00:45', 89); +INSERT INTO `sys_oper_log` VALUES (540, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 1, 'Excel导出错误', '2023-07-10 18:34:21', 172); +INSERT INTO `sys_oper_log` VALUES (541, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 1, 'Excel导出错误', '2023-07-10 18:39:44', 29); +INSERT INTO `sys_oper_log` VALUES (542, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 1, 'Excel导出错误', '2023-07-10 18:51:11', 53507); +INSERT INTO `sys_oper_log` VALUES (543, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-10 19:03:40', 173); +INSERT INTO `sys_oper_log` VALUES (544, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-10 19:05:59', 35); +INSERT INTO `sys_oper_log` VALUES (545, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-10 19:08:21', 29); +INSERT INTO `sys_oper_log` VALUES (546, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-10 19:11:02', 445); +INSERT INTO `sys_oper_log` VALUES (547, '里程监控:总里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.sumListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/sumListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":2}', NULL, 1, 'Excel导出错误', '2023-07-10 19:16:57', 147); +INSERT INTO `sys_oper_log` VALUES (548, '里程监控:总里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.sumListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/sumListExport', '192.168.110.103', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"shopIds\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"state\":[],\"type\":2}', NULL, 0, NULL, '2023-07-10 19:20:56', 449); +INSERT INTO `sys_oper_log` VALUES (549, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:33:40', 53); +INSERT INTO `sys_oper_log` VALUES (550, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:34:23', 57); +INSERT INTO `sys_oper_log` VALUES (551, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:37:45', 50); +INSERT INTO `sys_oper_log` VALUES (552, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:39:43', 30); +INSERT INTO `sys_oper_log` VALUES (553, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[]\",\"controlCar\":\"1\",\"electronicFenceName\":\"112\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 19:40:18', 69); +INSERT INTO `sys_oper_log` VALUES (554, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '192.168.110.13', '', '{\"address\":\"\",\"city\":\"\",\"cityCode\":\"\",\"content\":\"[]\",\"controlCar\":\"1,2\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[5,6]}', NULL, 1, '该围栏名称已存在!', '2023-07-10 19:40:55', 3); +INSERT INTO `sys_oper_log` VALUES (555, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:41:12', 27); +INSERT INTO `sys_oper_log` VALUES (556, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:41:37', 23); +INSERT INTO `sys_oper_log` VALUES (557, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:41:59', 19); +INSERT INTO `sys_oper_log` VALUES (558, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:42:54', 15); +INSERT INTO `sys_oper_log` VALUES (559, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:49:35', 111); +INSERT INTO `sys_oper_log` VALUES (560, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:50:39', 70); +INSERT INTO `sys_oper_log` VALUES (561, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:50:45', 17); +INSERT INTO `sys_oper_log` VALUES (562, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:51:15', 17); +INSERT INTO `sys_oper_log` VALUES (563, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:51:38', 41); +INSERT INTO `sys_oper_log` VALUES (564, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:54:06', 34); +INSERT INTO `sys_oper_log` VALUES (565, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:54:11', 19); +INSERT INTO `sys_oper_log` VALUES (566, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:55:35', 19); +INSERT INTO `sys_oper_log` VALUES (567, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:56:36', 18); +INSERT INTO `sys_oper_log` VALUES (568, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-10 19:56:59', 23); +INSERT INTO `sys_oper_log` VALUES (569, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.13', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 21:10:48', 32); +INSERT INTO `sys_oper_log` VALUES (570, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.13', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 21:14:48', 12); +INSERT INTO `sys_oper_log` VALUES (571, '车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '127.0.0.1', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"11111\",\"deviceType\":1,\"installBeforeMileage\":11,\"installTime\":\"2023-07-10\",\"relay\":1},{\"deviceID\":\"1111\",\"deviceType\":2,\"installTime\":\"2023-07-10\",\"relay\":2}],\"carId\":9}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 21:25:14', 66); +INSERT INTO `sys_oper_log` VALUES (572, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.13', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 21:26:45', 11); +INSERT INTO `sys_oper_log` VALUES (573, '车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '127.0.0.1', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"11111\",\"deviceType\":1,\"installBeforeMileage\":11,\"installTime\":\"2023-07-09\",\"relay\":1},{\"deviceID\":\"11112222\",\"deviceType\":2,\"installTime\":\"2023-07-09\",\"relay\":2},{\"deviceID\":\"222222\",\"deviceType\":1,\"installBeforeMileage\":22,\"installTime\":\"2023-07-10\",\"relay\":1}],\"carId\":9}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 21:39:03', 14); +INSERT INTO `sys_oper_log` VALUES (574, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carId\":9,\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":4,\"violation\":2}}', 0, NULL, '2023-07-10 21:41:53', 17); +INSERT INTO `sys_oper_log` VALUES (575, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-10 21:41:54', 7); +INSERT INTO `sys_oper_log` VALUES (576, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":2}}', 0, NULL, '2023-07-10 21:41:57', 30); +INSERT INTO `sys_oper_log` VALUES (577, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"7\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-10 21:41:57', 5); +INSERT INTO `sys_oper_log` VALUES (578, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 21:42:00', 24); +INSERT INTO `sys_oper_log` VALUES (579, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 21:42:01', 62); +INSERT INTO `sys_oper_log` VALUES (580, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:01:37', 15); +INSERT INTO `sys_oper_log` VALUES (581, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:01:38', 39); +INSERT INTO `sys_oper_log` VALUES (582, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:01:49', 19); +INSERT INTO `sys_oper_log` VALUES (583, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:01:49', 30); +INSERT INTO `sys_oper_log` VALUES (584, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:03:33', 16); +INSERT INTO `sys_oper_log` VALUES (585, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:03:33', 24); +INSERT INTO `sys_oper_log` VALUES (586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:03:42', 33); +INSERT INTO `sys_oper_log` VALUES (587, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:03:42', 29); +INSERT INTO `sys_oper_log` VALUES (588, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:05:37', 11); +INSERT INTO `sys_oper_log` VALUES (589, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:05:37', 26); +INSERT INTO `sys_oper_log` VALUES (590, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:06:10', 23); +INSERT INTO `sys_oper_log` VALUES (591, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:06:10', 35); +INSERT INTO `sys_oper_log` VALUES (592, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:06:15', 29); +INSERT INTO `sys_oper_log` VALUES (593, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:06:15', 24); +INSERT INTO `sys_oper_log` VALUES (594, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:06:24', 27); +INSERT INTO `sys_oper_log` VALUES (595, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:06:24', 29); +INSERT INTO `sys_oper_log` VALUES (596, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:19:10', 13); +INSERT INTO `sys_oper_log` VALUES (597, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:19:10', 33); +INSERT INTO `sys_oper_log` VALUES (598, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:28:53', 19); +INSERT INTO `sys_oper_log` VALUES (599, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:28:53', 33); +INSERT INTO `sys_oper_log` VALUES (600, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-10 22:29:00', 16); +INSERT INTO `sys_oper_log` VALUES (601, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-10 22:29:00', 53); +INSERT INTO `sys_oper_log` VALUES (602, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 22:30:07', 16); +INSERT INTO `sys_oper_log` VALUES (603, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 22:30:17', 20); +INSERT INTO `sys_oper_log` VALUES (604, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 22:31:35', 10); +INSERT INTO `sys_oper_log` VALUES (605, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":9,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 22:39:21', 4); +INSERT INTO `sys_oper_log` VALUES (606, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carId\":9,\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":4,\"violation\":2}}', 0, NULL, '2023-07-10 22:39:21', 26); +INSERT INTO `sys_oper_log` VALUES (607, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-10 22:39:22', 2); +INSERT INTO `sys_oper_log` VALUES (608, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":9,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-10 22:40:03', 8); +INSERT INTO `sys_oper_log` VALUES (609, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carId\":9,\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchaseTime\":\"2023-07-08 00:00:00\",\"shopName\":\"成都门店\",\"state\":4,\"violation\":2}}', 0, NULL, '2023-07-10 22:40:03', 25); +INSERT INTO `sys_oper_log` VALUES (610, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"9\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-10 22:40:03', 3); +INSERT INTO `sys_oper_log` VALUES (611, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 08:53:30', 10); +INSERT INTO `sys_oper_log` VALUES (612, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 08:53:30', 27); +INSERT INTO `sys_oper_log` VALUES (613, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 08:53:30', 19); +INSERT INTO `sys_oper_log` VALUES (614, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:08:38', 17); +INSERT INTO `sys_oper_log` VALUES (615, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:08:38', 16); +INSERT INTO `sys_oper_log` VALUES (616, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:08:38', 36); +INSERT INTO `sys_oper_log` VALUES (617, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:11:28', 8); +INSERT INTO `sys_oper_log` VALUES (618, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:11:28', 37); +INSERT INTO `sys_oper_log` VALUES (619, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:11:29', 36); +INSERT INTO `sys_oper_log` VALUES (620, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:11:31', 8); +INSERT INTO `sys_oper_log` VALUES (621, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:11:31', 22); +INSERT INTO `sys_oper_log` VALUES (622, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:11:31', 52); +INSERT INTO `sys_oper_log` VALUES (623, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:11:37', 6); +INSERT INTO `sys_oper_log` VALUES (624, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:11:37', 28); +INSERT INTO `sys_oper_log` VALUES (625, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:11:37', 21); +INSERT INTO `sys_oper_log` VALUES (626, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:11:42', 38); +INSERT INTO `sys_oper_log` VALUES (627, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:11:42', 13); +INSERT INTO `sys_oper_log` VALUES (628, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:11:42', 46); +INSERT INTO `sys_oper_log` VALUES (629, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 09:13:37', 6); +INSERT INTO `sys_oper_log` VALUES (630, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 09:13:37', 25); +INSERT INTO `sys_oper_log` VALUES (631, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 09:13:37', 27); +INSERT INTO `sys_oper_log` VALUES (632, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-11 09:33:51', 168); +INSERT INTO `sys_oper_log` VALUES (633, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '192.168.110.10', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-11 09:34:04', 68); +INSERT INTO `sys_oper_log` VALUES (634, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 10:48:11', 43); +INSERT INTO `sys_oper_log` VALUES (635, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:01:00', 91); +INSERT INTO `sys_oper_log` VALUES (636, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:01:08', 21); +INSERT INTO `sys_oper_log` VALUES (637, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:05:07', 16); +INSERT INTO `sys_oper_log` VALUES (638, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:05:16', 16); +INSERT INTO `sys_oper_log` VALUES (639, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:05:35', 15); +INSERT INTO `sys_oper_log` VALUES (640, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:06:37', 4); +INSERT INTO `sys_oper_log` VALUES (641, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:06:42', 11); +INSERT INTO `sys_oper_log` VALUES (642, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '127.0.0.1', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"11123\",\"deviceType\":1,\"installBeforeMileage\":20,\"installTime\":\"2023-07-11\",\"relay\":1},{\"deviceID\":\"123123123\",\"deviceType\":2,\"installTime\":\"2023-07-11\",\"relay\":2}],\"carId\":7}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 11:07:09', 42); +INSERT INTO `sys_oper_log` VALUES (643, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '127.0.0.1', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"11123\",\"deviceType\":1,\"id\":8,\"installBeforeMileage\":20,\"installTime\":\"2023-07-10\",\"relay\":1},{\"deviceID\":\"123123123\",\"deviceType\":2,\"id\":9,\"installTime\":\"2023-07-10\",\"relay\":2},{\"deviceID\":\"222\",\"deviceType\":1,\"installBeforeMileage\":234,\"installTime\":\"2023-07-11\",\"relay\":1}],\"carId\":7}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 11:07:28', 22); +INSERT INTO `sys_oper_log` VALUES (644, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:08:43', 3); +INSERT INTO `sys_oper_log` VALUES (645, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:09:00', 205); +INSERT INTO `sys_oper_log` VALUES (646, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 11:09:00', 220); +INSERT INTO `sys_oper_log` VALUES (647, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:09:01', 86); +INSERT INTO `sys_oper_log` VALUES (648, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:14:12', 6); +INSERT INTO `sys_oper_log` VALUES (649, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 11:14:12', 22); +INSERT INTO `sys_oper_log` VALUES (650, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:14:12', 24); +INSERT INTO `sys_oper_log` VALUES (651, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 11:27:33', 48); +INSERT INTO `sys_oper_log` VALUES (652, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:27:33', 16); +INSERT INTO `sys_oper_log` VALUES (653, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:27:34', 81); +INSERT INTO `sys_oper_log` VALUES (654, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:27:38', 14); +INSERT INTO `sys_oper_log` VALUES (655, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchaseTime\":\"2023-06-27 00:00:00\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1}}', 0, NULL, '2023-07-11 11:27:38', 12); +INSERT INTO `sys_oper_log` VALUES (656, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:27:38', 26); +INSERT INTO `sys_oper_log` VALUES (657, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.22', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:36:26', 208); +INSERT INTO `sys_oper_log` VALUES (658, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:43:38', 48); +INSERT INTO `sys_oper_log` VALUES (659, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:43:39', 73); +INSERT INTO `sys_oper_log` VALUES (660, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:43:39', 87); +INSERT INTO `sys_oper_log` VALUES (661, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:44:21', 19); +INSERT INTO `sys_oper_log` VALUES (662, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:44:21', 15); +INSERT INTO `sys_oper_log` VALUES (663, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:44:21', 31); +INSERT INTO `sys_oper_log` VALUES (664, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:44:59', 26); +INSERT INTO `sys_oper_log` VALUES (665, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:44:59', 18); +INSERT INTO `sys_oper_log` VALUES (666, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:45:00', 31); +INSERT INTO `sys_oper_log` VALUES (667, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:53:36', 4); +INSERT INTO `sys_oper_log` VALUES (668, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:53:36', 12); +INSERT INTO `sys_oper_log` VALUES (669, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:53:37', 22); +INSERT INTO `sys_oper_log` VALUES (670, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:54:12', 9); +INSERT INTO `sys_oper_log` VALUES (671, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:54:12', 13); +INSERT INTO `sys_oper_log` VALUES (672, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:54:13', 24); +INSERT INTO `sys_oper_log` VALUES (673, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:54:52', 16); +INSERT INTO `sys_oper_log` VALUES (674, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:54:52', 18); +INSERT INTO `sys_oper_log` VALUES (675, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:54:53', 43); +INSERT INTO `sys_oper_log` VALUES (676, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:54:56', 10); +INSERT INTO `sys_oper_log` VALUES (677, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:54:56', 29); +INSERT INTO `sys_oper_log` VALUES (678, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:54:57', 20); +INSERT INTO `sys_oper_log` VALUES (679, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:58:32', 4); +INSERT INTO `sys_oper_log` VALUES (680, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:58:32', 15); +INSERT INTO `sys_oper_log` VALUES (681, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:58:32', 56); +INSERT INTO `sys_oper_log` VALUES (682, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 11:58:40', 11); +INSERT INTO `sys_oper_log` VALUES (683, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 11:58:40', 26); +INSERT INTO `sys_oper_log` VALUES (684, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 11:58:40', 31); +INSERT INTO `sys_oper_log` VALUES (685, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 12:10:42', 6); +INSERT INTO `sys_oper_log` VALUES (686, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 12:10:42', 25); +INSERT INTO `sys_oper_log` VALUES (687, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 12:10:43', 24); +INSERT INTO `sys_oper_log` VALUES (688, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 12:12:33', 4); +INSERT INTO `sys_oper_log` VALUES (689, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 12:12:33', 25); +INSERT INTO `sys_oper_log` VALUES (690, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 12:12:33', 25); +INSERT INTO `sys_oper_log` VALUES (691, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 12:12:53', 10); +INSERT INTO `sys_oper_log` VALUES (692, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 12:12:53', 10); +INSERT INTO `sys_oper_log` VALUES (693, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 12:12:53', 30); +INSERT INTO `sys_oper_log` VALUES (694, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:15:17', 65); +INSERT INTO `sys_oper_log` VALUES (695, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:15:17', 90); +INSERT INTO `sys_oper_log` VALUES (696, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:15:18', 86); +INSERT INTO `sys_oper_log` VALUES (697, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:15:31', 29); +INSERT INTO `sys_oper_log` VALUES (698, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:15:31', 39); +INSERT INTO `sys_oper_log` VALUES (699, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:15:31', 97); +INSERT INTO `sys_oper_log` VALUES (700, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:15:32', 20); +INSERT INTO `sys_oper_log` VALUES (701, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:15:32', 43); +INSERT INTO `sys_oper_log` VALUES (702, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:15:32', 40); +INSERT INTO `sys_oper_log` VALUES (703, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:16:49', 90); +INSERT INTO `sys_oper_log` VALUES (704, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:16:49', 20); +INSERT INTO `sys_oper_log` VALUES (705, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:16:49', 113); +INSERT INTO `sys_oper_log` VALUES (706, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:16:49', 40); +INSERT INTO `sys_oper_log` VALUES (707, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:16:49', 31); +INSERT INTO `sys_oper_log` VALUES (708, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:16:49', 44); +INSERT INTO `sys_oper_log` VALUES (709, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:17:00', 38); +INSERT INTO `sys_oper_log` VALUES (710, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:17:00', 64); +INSERT INTO `sys_oper_log` VALUES (711, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:17:00', 80); +INSERT INTO `sys_oper_log` VALUES (712, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:17:03', 21); +INSERT INTO `sys_oper_log` VALUES (713, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:17:03', 35); +INSERT INTO `sys_oper_log` VALUES (714, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:17:03', 21); +INSERT INTO `sys_oper_log` VALUES (715, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:17:12', 49); +INSERT INTO `sys_oper_log` VALUES (716, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:17:12', 51); +INSERT INTO `sys_oper_log` VALUES (717, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:17:13', 42); +INSERT INTO `sys_oper_log` VALUES (718, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:17:26', 32); +INSERT INTO `sys_oper_log` VALUES (719, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:17:26', 78); +INSERT INTO `sys_oper_log` VALUES (720, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:17:26', 33); +INSERT INTO `sys_oper_log` VALUES (721, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:17:49', 66); +INSERT INTO `sys_oper_log` VALUES (722, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:17:49', 47); +INSERT INTO `sys_oper_log` VALUES (723, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:17:50', 35); +INSERT INTO `sys_oper_log` VALUES (724, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:18:11', 47); +INSERT INTO `sys_oper_log` VALUES (725, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:18:11', 58); +INSERT INTO `sys_oper_log` VALUES (726, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:18:11', 56); +INSERT INTO `sys_oper_log` VALUES (727, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:20:22', 4); +INSERT INTO `sys_oper_log` VALUES (728, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:20:22', 41); +INSERT INTO `sys_oper_log` VALUES (729, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:20:23', 34); +INSERT INTO `sys_oper_log` VALUES (730, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:20:47', 20); +INSERT INTO `sys_oper_log` VALUES (731, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:20:47', 12); +INSERT INTO `sys_oper_log` VALUES (732, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:20:47', 19); +INSERT INTO `sys_oper_log` VALUES (733, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:21:03', 15); +INSERT INTO `sys_oper_log` VALUES (734, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:21:03', 32); +INSERT INTO `sys_oper_log` VALUES (735, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:21:03', 29); +INSERT INTO `sys_oper_log` VALUES (736, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:21:31', 23); +INSERT INTO `sys_oper_log` VALUES (737, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:21:31', 29); +INSERT INTO `sys_oper_log` VALUES (738, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:21:31', 23); +INSERT INTO `sys_oper_log` VALUES (739, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:21:46', 15); +INSERT INTO `sys_oper_log` VALUES (740, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:21:46', 39); +INSERT INTO `sys_oper_log` VALUES (741, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:21:47', 30); +INSERT INTO `sys_oper_log` VALUES (742, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:22:35', 7); +INSERT INTO `sys_oper_log` VALUES (743, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:22:35', 30); +INSERT INTO `sys_oper_log` VALUES (744, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:22:35', 14); +INSERT INTO `sys_oper_log` VALUES (745, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:23:26', 17); +INSERT INTO `sys_oper_log` VALUES (746, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:23:26', 23); +INSERT INTO `sys_oper_log` VALUES (747, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:23:27', 53); +INSERT INTO `sys_oper_log` VALUES (748, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:24:31', 4); +INSERT INTO `sys_oper_log` VALUES (749, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:24:36', 17); +INSERT INTO `sys_oper_log` VALUES (750, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:24:36', 16); +INSERT INTO `sys_oper_log` VALUES (751, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:24:36', 24); +INSERT INTO `sys_oper_log` VALUES (752, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:24:59', 48); +INSERT INTO `sys_oper_log` VALUES (753, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:24:59', 3); +INSERT INTO `sys_oper_log` VALUES (754, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:24:59', 73); +INSERT INTO `sys_oper_log` VALUES (755, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:25:03', 19); +INSERT INTO `sys_oper_log` VALUES (756, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:25:03', 52); +INSERT INTO `sys_oper_log` VALUES (757, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:25:03', 28); +INSERT INTO `sys_oper_log` VALUES (758, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:26:29', 3); +INSERT INTO `sys_oper_log` VALUES (759, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:26:35', 3); +INSERT INTO `sys_oper_log` VALUES (760, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:26:35', 105); +INSERT INTO `sys_oper_log` VALUES (761, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:26:36', 26); +INSERT INTO `sys_oper_log` VALUES (762, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:26:43', 2); +INSERT INTO `sys_oper_log` VALUES (763, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:33:47', 4); +INSERT INTO `sys_oper_log` VALUES (764, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:33:49', 12); +INSERT INTO `sys_oper_log` VALUES (765, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:34:06', 2); +INSERT INTO `sys_oper_log` VALUES (766, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:34:48', 10); +INSERT INTO `sys_oper_log` VALUES (767, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:35:21', 11); +INSERT INTO `sys_oper_log` VALUES (768, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:35:31', 11); +INSERT INTO `sys_oper_log` VALUES (769, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:35:55', 18); +INSERT INTO `sys_oper_log` VALUES (770, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:36:34', 23); +INSERT INTO `sys_oper_log` VALUES (771, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:36:47', 12); +INSERT INTO `sys_oper_log` VALUES (772, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:36:48', 12); +INSERT INTO `sys_oper_log` VALUES (773, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:36:57', 14); +INSERT INTO `sys_oper_log` VALUES (774, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:37:06', 16); +INSERT INTO `sys_oper_log` VALUES (775, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:37:06', 13); +INSERT INTO `sys_oper_log` VALUES (776, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:37:06', 42); +INSERT INTO `sys_oper_log` VALUES (777, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:37:30', 38); +INSERT INTO `sys_oper_log` VALUES (778, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:37:38', 8); +INSERT INTO `sys_oper_log` VALUES (779, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:37:38', 22); +INSERT INTO `sys_oper_log` VALUES (780, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:37:38', 41); +INSERT INTO `sys_oper_log` VALUES (781, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:37:59', 9); +INSERT INTO `sys_oper_log` VALUES (782, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:37:59', 10); +INSERT INTO `sys_oper_log` VALUES (783, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:38:17', 24); +INSERT INTO `sys_oper_log` VALUES (784, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:38:32', 20); +INSERT INTO `sys_oper_log` VALUES (785, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:38:40', 5); +INSERT INTO `sys_oper_log` VALUES (786, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:38:41', 3); +INSERT INTO `sys_oper_log` VALUES (787, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:38:53', 27); +INSERT INTO `sys_oper_log` VALUES (788, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:39:17', 32); +INSERT INTO `sys_oper_log` VALUES (789, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:39:26', 8); +INSERT INTO `sys_oper_log` VALUES (790, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:39:33', 17); +INSERT INTO `sys_oper_log` VALUES (791, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:40:09', 20); +INSERT INTO `sys_oper_log` VALUES (792, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:40:41', 10); +INSERT INTO `sys_oper_log` VALUES (793, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:41:44', 11); +INSERT INTO `sys_oper_log` VALUES (794, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:41:56', 10); +INSERT INTO `sys_oper_log` VALUES (795, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:42:06', 13); +INSERT INTO `sys_oper_log` VALUES (796, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:42:23', 8); +INSERT INTO `sys_oper_log` VALUES (797, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:44:01', 2); +INSERT INTO `sys_oper_log` VALUES (798, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:44:12', 26); +INSERT INTO `sys_oper_log` VALUES (799, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:44:12', 16); +INSERT INTO `sys_oper_log` VALUES (800, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:44:13', 60); +INSERT INTO `sys_oper_log` VALUES (801, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:45:27', 2); +INSERT INTO `sys_oper_log` VALUES (802, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:45:55', 3); +INSERT INTO `sys_oper_log` VALUES (803, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:47:15', 4); +INSERT INTO `sys_oper_log` VALUES (804, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:47:25', 42); +INSERT INTO `sys_oper_log` VALUES (805, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:47:25', 10); +INSERT INTO `sys_oper_log` VALUES (806, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:47:36', 13); +INSERT INTO `sys_oper_log` VALUES (807, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:49:37', 13); +INSERT INTO `sys_oper_log` VALUES (808, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:49:37', 36); +INSERT INTO `sys_oper_log` VALUES (809, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:49:37', 30); +INSERT INTO `sys_oper_log` VALUES (810, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:49:43', 15); +INSERT INTO `sys_oper_log` VALUES (811, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:49:43', 9); +INSERT INTO `sys_oper_log` VALUES (812, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:49:44', 34); +INSERT INTO `sys_oper_log` VALUES (813, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:50:51', 2); +INSERT INTO `sys_oper_log` VALUES (814, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:50:51', 17); +INSERT INTO `sys_oper_log` VALUES (815, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:50:51', 32); +INSERT INTO `sys_oper_log` VALUES (816, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:50:55', 15); +INSERT INTO `sys_oper_log` VALUES (817, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:50:55', 27); +INSERT INTO `sys_oper_log` VALUES (818, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:50:55', 56); +INSERT INTO `sys_oper_log` VALUES (819, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:51:01', 6); +INSERT INTO `sys_oper_log` VALUES (820, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:51:01', 38); +INSERT INTO `sys_oper_log` VALUES (821, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:51:01', 30); +INSERT INTO `sys_oper_log` VALUES (822, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:51:11', 10); +INSERT INTO `sys_oper_log` VALUES (823, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:51:11', 34); +INSERT INTO `sys_oper_log` VALUES (824, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:51:11', 28); +INSERT INTO `sys_oper_log` VALUES (825, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:51:13', 52); +INSERT INTO `sys_oper_log` VALUES (826, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:51:13', 48); +INSERT INTO `sys_oper_log` VALUES (827, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:51:14', 48); +INSERT INTO `sys_oper_log` VALUES (828, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:51:18', 19); +INSERT INTO `sys_oper_log` VALUES (829, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:51:18', 17); +INSERT INTO `sys_oper_log` VALUES (830, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:51:19', 15); +INSERT INTO `sys_oper_log` VALUES (831, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:52:24', 137); +INSERT INTO `sys_oper_log` VALUES (832, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:52:24', 191); +INSERT INTO `sys_oper_log` VALUES (833, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:52:25', 34); +INSERT INTO `sys_oper_log` VALUES (834, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:53:03', 11); +INSERT INTO `sys_oper_log` VALUES (835, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:53:03', 23); +INSERT INTO `sys_oper_log` VALUES (836, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:53:03', 26); +INSERT INTO `sys_oper_log` VALUES (837, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:53:35', 38); +INSERT INTO `sys_oper_log` VALUES (838, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:53:35', 42); +INSERT INTO `sys_oper_log` VALUES (839, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:53:35', 54); +INSERT INTO `sys_oper_log` VALUES (840, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:53:35', 40); +INSERT INTO `sys_oper_log` VALUES (841, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:53:35', 23); +INSERT INTO `sys_oper_log` VALUES (842, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:53:35', 20); +INSERT INTO `sys_oper_log` VALUES (843, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:53:37', 16); +INSERT INTO `sys_oper_log` VALUES (844, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:53:37', 18); +INSERT INTO `sys_oper_log` VALUES (845, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:53:37', 24); +INSERT INTO `sys_oper_log` VALUES (846, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:57:09', 11); +INSERT INTO `sys_oper_log` VALUES (847, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:57:09', 15); +INSERT INTO `sys_oper_log` VALUES (848, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:57:09', 27); +INSERT INTO `sys_oper_log` VALUES (849, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:57:55', 21); +INSERT INTO `sys_oper_log` VALUES (850, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:57:55', 14); +INSERT INTO `sys_oper_log` VALUES (851, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:57:55', 26); +INSERT INTO `sys_oper_log` VALUES (852, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:58:09', 19); +INSERT INTO `sys_oper_log` VALUES (853, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:58:23', 6); +INSERT INTO `sys_oper_log` VALUES (854, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:58:23', 20); +INSERT INTO `sys_oper_log` VALUES (855, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:58:23', 39); +INSERT INTO `sys_oper_log` VALUES (856, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:58:42', 45); +INSERT INTO `sys_oper_log` VALUES (857, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:58:42', 48); +INSERT INTO `sys_oper_log` VALUES (858, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:58:42', 59); +INSERT INTO `sys_oper_log` VALUES (859, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 13:58:56', 5); +INSERT INTO `sys_oper_log` VALUES (860, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 13:58:56', 24); +INSERT INTO `sys_oper_log` VALUES (861, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 13:58:56', 16); +INSERT INTO `sys_oper_log` VALUES (862, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:05:32', 9); +INSERT INTO `sys_oper_log` VALUES (863, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:05:32', 9); +INSERT INTO `sys_oper_log` VALUES (864, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:05:33', 58); +INSERT INTO `sys_oper_log` VALUES (865, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:05:56', 13); +INSERT INTO `sys_oper_log` VALUES (866, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:05:56', 64); +INSERT INTO `sys_oper_log` VALUES (867, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:05:56', 17); +INSERT INTO `sys_oper_log` VALUES (868, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:06:34', 12); +INSERT INTO `sys_oper_log` VALUES (869, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:06:34', 69); +INSERT INTO `sys_oper_log` VALUES (870, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:06:35', 90); +INSERT INTO `sys_oper_log` VALUES (871, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:06:47', 10); +INSERT INTO `sys_oper_log` VALUES (872, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:06:47', 27); +INSERT INTO `sys_oper_log` VALUES (873, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:06:47', 23); +INSERT INTO `sys_oper_log` VALUES (874, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:07:19', 13); +INSERT INTO `sys_oper_log` VALUES (875, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:07:19', 10); +INSERT INTO `sys_oper_log` VALUES (876, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:07:19', 72); +INSERT INTO `sys_oper_log` VALUES (877, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:08:48', 3); +INSERT INTO `sys_oper_log` VALUES (878, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:08:48', 47); +INSERT INTO `sys_oper_log` VALUES (879, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:08:48', 89); +INSERT INTO `sys_oper_log` VALUES (880, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:08:50', 29); +INSERT INTO `sys_oper_log` VALUES (881, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:08:51', 980); +INSERT INTO `sys_oper_log` VALUES (882, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:08:51', 31); +INSERT INTO `sys_oper_log` VALUES (883, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:09:57', 4); +INSERT INTO `sys_oper_log` VALUES (884, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:09:57', 55); +INSERT INTO `sys_oper_log` VALUES (885, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:09:57', 49); +INSERT INTO `sys_oper_log` VALUES (886, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, 'admin', NULL, '/car/servicing', '192.168.110.13', '', '{\"carServicingProjectList\":[],\"servicingMoney\":0,\"servicingRemark\":\"\",\"servicingTime\":\"2023-07-11\"}', NULL, 1, '', '2023-07-11 14:10:02', 654); +INSERT INTO `sys_oper_log` VALUES (887, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:10:18', 23); +INSERT INTO `sys_oper_log` VALUES (888, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:10:18', 21); +INSERT INTO `sys_oper_log` VALUES (889, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:10:19', 83); +INSERT INTO `sys_oper_log` VALUES (890, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:11:57', 20); +INSERT INTO `sys_oper_log` VALUES (891, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:11:57', 47); +INSERT INTO `sys_oper_log` VALUES (892, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:11:57', 44); +INSERT INTO `sys_oper_log` VALUES (893, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:12:04', 2); +INSERT INTO `sys_oper_log` VALUES (894, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:12:04', 25); +INSERT INTO `sys_oper_log` VALUES (895, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:12:04', 11); +INSERT INTO `sys_oper_log` VALUES (896, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:12:04', 43); +INSERT INTO `sys_oper_log` VALUES (897, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:12:04', 19); +INSERT INTO `sys_oper_log` VALUES (898, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:12:04', 24); +INSERT INTO `sys_oper_log` VALUES (899, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 14:51:43', 18); +INSERT INTO `sys_oper_log` VALUES (900, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 14:51:43', 51); +INSERT INTO `sys_oper_log` VALUES (901, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 14:51:43', 25); +INSERT INTO `sys_oper_log` VALUES (902, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 15:28:24', 6); +INSERT INTO `sys_oper_log` VALUES (903, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:28:24', 31); +INSERT INTO `sys_oper_log` VALUES (904, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:28:24', 38); +INSERT INTO `sys_oper_log` VALUES (905, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 15:42:45', 51); +INSERT INTO `sys_oper_log` VALUES (906, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:42:45', 46); +INSERT INTO `sys_oper_log` VALUES (907, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:42:46', 111); +INSERT INTO `sys_oper_log` VALUES (908, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:42:57', 13); +INSERT INTO `sys_oper_log` VALUES (909, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:42:57', 35); +INSERT INTO `sys_oper_log` VALUES (910, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:44:32', 16); +INSERT INTO `sys_oper_log` VALUES (911, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:44:33', 31); +INSERT INTO `sys_oper_log` VALUES (912, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:44:38', 11); +INSERT INTO `sys_oper_log` VALUES (913, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:44:39', 36); +INSERT INTO `sys_oper_log` VALUES (914, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '192.168.110.22', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:46:15', 196); +INSERT INTO `sys_oper_log` VALUES (915, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:46:50', 24); +INSERT INTO `sys_oper_log` VALUES (916, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:46:50', 85); +INSERT INTO `sys_oper_log` VALUES (917, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:46:52', 13); +INSERT INTO `sys_oper_log` VALUES (918, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:46:52', 26); +INSERT INTO `sys_oper_log` VALUES (919, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:47:13', 19); +INSERT INTO `sys_oper_log` VALUES (920, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:47:13', 26); +INSERT INTO `sys_oper_log` VALUES (921, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:47:23', 64); +INSERT INTO `sys_oper_log` VALUES (922, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":3,\"carNumber\":\"川AD3343\",\"dayMileage\":1.0,\"driverId\":1,\"driverName\":\"司机\",\"driverPhone\":\"18282124712\",\"id\":1,\"manageId\":\"1\",\"manageName\":\"若依\",\"monthMileage\":1.0,\"shopName\":\"成都门店\",\"state\":6,\"sumMileage\":1.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-11 15:47:23', 45); +INSERT INTO `sys_oper_log` VALUES (923, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:48:02', 28); +INSERT INTO `sys_oper_log` VALUES (924, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 15:48:03', 5); +INSERT INTO `sys_oper_log` VALUES (925, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:48:08', 17); +INSERT INTO `sys_oper_log` VALUES (926, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 15:48:08', 7); +INSERT INTO `sys_oper_log` VALUES (927, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:48:30', 26); +INSERT INTO `sys_oper_log` VALUES (928, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 15:48:30', 3); +INSERT INTO `sys_oper_log` VALUES (929, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:48:49', 23); +INSERT INTO `sys_oper_log` VALUES (930, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:48:59', 28); +INSERT INTO `sys_oper_log` VALUES (931, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:49:42', 34); +INSERT INTO `sys_oper_log` VALUES (932, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:49:48', 21); +INSERT INTO `sys_oper_log` VALUES (933, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:49:52', 31); +INSERT INTO `sys_oper_log` VALUES (934, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:50:25', 21); +INSERT INTO `sys_oper_log` VALUES (935, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:50:33', 32); +INSERT INTO `sys_oper_log` VALUES (936, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:50:44', 27); +INSERT INTO `sys_oper_log` VALUES (937, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '192.168.110.103', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 15:57:21', 105); +INSERT INTO `sys_oper_log` VALUES (938, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '192.168.110.103', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 15:57:29', 9); +INSERT INTO `sys_oper_log` VALUES (939, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:59:09', 42); +INSERT INTO `sys_oper_log` VALUES (940, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:59:15', 21); +INSERT INTO `sys_oper_log` VALUES (941, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 15:59:20', 20); +INSERT INTO `sys_oper_log` VALUES (942, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:00:15', 30); +INSERT INTO `sys_oper_log` VALUES (943, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:00:44', 22); +INSERT INTO `sys_oper_log` VALUES (944, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:00:52', 26); +INSERT INTO `sys_oper_log` VALUES (945, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:00:52', 21); +INSERT INTO `sys_oper_log` VALUES (946, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:01:31', 16); +INSERT INTO `sys_oper_log` VALUES (947, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:01:40', 14); +INSERT INTO `sys_oper_log` VALUES (948, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:02:23', 14); +INSERT INTO `sys_oper_log` VALUES (949, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:02:23', 16); +INSERT INTO `sys_oper_log` VALUES (950, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:02:27', 23); +INSERT INTO `sys_oper_log` VALUES (951, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:03:56', 7); +INSERT INTO `sys_oper_log` VALUES (952, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:03:56', 30); +INSERT INTO `sys_oper_log` VALUES (953, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:03:56', 8); +INSERT INTO `sys_oper_log` VALUES (954, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:04:06', 18); +INSERT INTO `sys_oper_log` VALUES (955, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:04:33', 20); +INSERT INTO `sys_oper_log` VALUES (956, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:04:33', 17); +INSERT INTO `sys_oper_log` VALUES (957, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:04:33', 5); +INSERT INTO `sys_oper_log` VALUES (958, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:04:52', 12); +INSERT INTO `sys_oper_log` VALUES (959, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:04:52', 40); +INSERT INTO `sys_oper_log` VALUES (960, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:04:52', 6); +INSERT INTO `sys_oper_log` VALUES (961, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:05:00', 9); +INSERT INTO `sys_oper_log` VALUES (962, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:05:00', 32); +INSERT INTO `sys_oper_log` VALUES (963, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:05:00', 7); +INSERT INTO `sys_oper_log` VALUES (964, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:07:02', 14); +INSERT INTO `sys_oper_log` VALUES (965, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:07:02', 16); +INSERT INTO `sys_oper_log` VALUES (966, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:07:02', 5); +INSERT INTO `sys_oper_log` VALUES (967, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:07:56', 23); +INSERT INTO `sys_oper_log` VALUES (968, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:09:26', 4); +INSERT INTO `sys_oper_log` VALUES (969, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:09:26', 26); +INSERT INTO `sys_oper_log` VALUES (970, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:09:26', 5); +INSERT INTO `sys_oper_log` VALUES (971, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:09:28', 23); +INSERT INTO `sys_oper_log` VALUES (972, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:10:19', 19); +INSERT INTO `sys_oper_log` VALUES (973, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:10:23', 25); +INSERT INTO `sys_oper_log` VALUES (974, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:14:12', 14); +INSERT INTO `sys_oper_log` VALUES (975, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:14:12', 9); +INSERT INTO `sys_oper_log` VALUES (976, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:14:13', 3); +INSERT INTO `sys_oper_log` VALUES (977, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:14:44', 118); +INSERT INTO `sys_oper_log` VALUES (978, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:14:44', 797); +INSERT INTO `sys_oper_log` VALUES (979, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:14:45', 4); +INSERT INTO `sys_oper_log` VALUES (980, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:18:08', 29); +INSERT INTO `sys_oper_log` VALUES (981, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:18:08', 7); +INSERT INTO `sys_oper_log` VALUES (982, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:18:08', 4); +INSERT INTO `sys_oper_log` VALUES (983, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:18:10', 16); +INSERT INTO `sys_oper_log` VALUES (984, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:18:26', 8); +INSERT INTO `sys_oper_log` VALUES (985, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:18:26', 14); +INSERT INTO `sys_oper_log` VALUES (986, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:18:26', 4); +INSERT INTO `sys_oper_log` VALUES (987, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:18:35', 19); +INSERT INTO `sys_oper_log` VALUES (988, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:18:35', 10); +INSERT INTO `sys_oper_log` VALUES (989, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:18:35', 4); +INSERT INTO `sys_oper_log` VALUES (990, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:18:43', 6); +INSERT INTO `sys_oper_log` VALUES (991, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:18:43', 25); +INSERT INTO `sys_oper_log` VALUES (992, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:18:44', 3); +INSERT INTO `sys_oper_log` VALUES (993, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:19:55', 327); +INSERT INTO `sys_oper_log` VALUES (994, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:19:56', 1097); +INSERT INTO `sys_oper_log` VALUES (995, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:19:56', 3); +INSERT INTO `sys_oper_log` VALUES (996, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:20:31', 91); +INSERT INTO `sys_oper_log` VALUES (997, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:20:31', 6); +INSERT INTO `sys_oper_log` VALUES (998, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:20:32', 8); +INSERT INTO `sys_oper_log` VALUES (999, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:21:20', 20); +INSERT INTO `sys_oper_log` VALUES (1000, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:21:20', 68); +INSERT INTO `sys_oper_log` VALUES (1001, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:21:24', 80); +INSERT INTO `sys_oper_log` VALUES (1002, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:21:24', 5); +INSERT INTO `sys_oper_log` VALUES (1003, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:21:24', 12); +INSERT INTO `sys_oper_log` VALUES (1004, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:22:25', 39); +INSERT INTO `sys_oper_log` VALUES (1005, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:25', 139); +INSERT INTO `sys_oper_log` VALUES (1006, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:22:25', 16); +INSERT INTO `sys_oper_log` VALUES (1007, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:22:29', 35); +INSERT INTO `sys_oper_log` VALUES (1008, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:29', 15); +INSERT INTO `sys_oper_log` VALUES (1009, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:22:30', 8); +INSERT INTO `sys_oper_log` VALUES (1010, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:36', 27); +INSERT INTO `sys_oper_log` VALUES (1011, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:22:36', 5); +INSERT INTO `sys_oper_log` VALUES (1012, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:22:36', 28); +INSERT INTO `sys_oper_log` VALUES (1013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:46', 61); +INSERT INTO `sys_oper_log` VALUES (1014, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:22:46', 6); +INSERT INTO `sys_oper_log` VALUES (1015, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:22:46', 22); +INSERT INTO `sys_oper_log` VALUES (1016, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:52', 40); +INSERT INTO `sys_oper_log` VALUES (1017, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:22:53', 3); +INSERT INTO `sys_oper_log` VALUES (1018, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:22:53', 58); +INSERT INTO `sys_oper_log` VALUES (1019, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:22:54', 44); +INSERT INTO `sys_oper_log` VALUES (1020, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:23:03', 34); +INSERT INTO `sys_oper_log` VALUES (1021, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:23:52', 23); +INSERT INTO `sys_oper_log` VALUES (1022, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:23:52', 22); +INSERT INTO `sys_oper_log` VALUES (1023, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:23:52', 27); +INSERT INTO `sys_oper_log` VALUES (1024, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:23:57', 78); +INSERT INTO `sys_oper_log` VALUES (1025, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 16:23:57', 12); +INSERT INTO `sys_oper_log` VALUES (1026, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 16:23:58', 4); +INSERT INTO `sys_oper_log` VALUES (1027, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 16:24:01', 36); +INSERT INTO `sys_oper_log` VALUES (1028, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '127.0.0.1', '', '{\"carColor\":1,\"carEngineNumber\":\"A000001\",\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"1\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"id\":7,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"warrantyTime\":\"2023-07-08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 17:02:11', 100); +INSERT INTO `sys_oper_log` VALUES (1029, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:14:39', 36); +INSERT INTO `sys_oper_log` VALUES (1030, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:15:05', 37); +INSERT INTO `sys_oper_log` VALUES (1031, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:17:13', 15); +INSERT INTO `sys_oper_log` VALUES (1032, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:17:21', 21); +INSERT INTO `sys_oper_log` VALUES (1033, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:17:29', 18); +INSERT INTO `sys_oper_log` VALUES (1034, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:18:07', 29); +INSERT INTO `sys_oper_log` VALUES (1035, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carId\":9,\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165728228405466.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchasePrice\":22.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"123123\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":4,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:18:22', 11); +INSERT INTO `sys_oper_log` VALUES (1036, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:18:32', 24); +INSERT INTO `sys_oper_log` VALUES (1037, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:20:12', 16); +INSERT INTO `sys_oper_log` VALUES (1038, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:21:20', 15); +INSERT INTO `sys_oper_log` VALUES (1039, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:21:43', 34); +INSERT INTO `sys_oper_log` VALUES (1040, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:26:04', 16); +INSERT INTO `sys_oper_log` VALUES (1041, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:27:51', 14); +INSERT INTO `sys_oper_log` VALUES (1042, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:29:45', 19); +INSERT INTO `sys_oper_log` VALUES (1043, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:29:53', 19); +INSERT INTO `sys_oper_log` VALUES (1044, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:30:21', 25); +INSERT INTO `sys_oper_log` VALUES (1045, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:31:12', 18); +INSERT INTO `sys_oper_log` VALUES (1046, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:31:12', 24); +INSERT INTO `sys_oper_log` VALUES (1047, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:31:24', 31); +INSERT INTO `sys_oper_log` VALUES (1048, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:31:44', 27); +INSERT INTO `sys_oper_log` VALUES (1049, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:32:07', 23); +INSERT INTO `sys_oper_log` VALUES (1050, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-11 17:32:11', 14); +INSERT INTO `sys_oper_log` VALUES (1051, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:32:13', 19); +INSERT INTO `sys_oper_log` VALUES (1052, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:33:03', 19); +INSERT INTO `sys_oper_log` VALUES (1053, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:33:17', 20); +INSERT INTO `sys_oper_log` VALUES (1054, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:33:36', 42); +INSERT INTO `sys_oper_log` VALUES (1055, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:33:54', 20); +INSERT INTO `sys_oper_log` VALUES (1056, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:34:24', 36); +INSERT INTO `sys_oper_log` VALUES (1057, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:35:39', 16); +INSERT INTO `sys_oper_log` VALUES (1058, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 17:35:39', 23); +INSERT INTO `sys_oper_log` VALUES (1059, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 17:35:39', 19); +INSERT INTO `sys_oper_log` VALUES (1060, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:35:45', 19); +INSERT INTO `sys_oper_log` VALUES (1061, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:35:50', 31); +INSERT INTO `sys_oper_log` VALUES (1062, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 17:46:30', 39); +INSERT INTO `sys_oper_log` VALUES (1063, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:46:30', 78); +INSERT INTO `sys_oper_log` VALUES (1064, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 17:46:30', 6); +INSERT INTO `sys_oper_log` VALUES (1065, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:46:47', 42); +INSERT INTO `sys_oper_log` VALUES (1066, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:46:49', 18); +INSERT INTO `sys_oper_log` VALUES (1067, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 17:47:39', 50); +INSERT INTO `sys_oper_log` VALUES (1068, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 17:47:39', 103); +INSERT INTO `sys_oper_log` VALUES (1069, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 17:47:39', 3); +INSERT INTO `sys_oper_log` VALUES (1070, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"男一号,女主角\",\"approveNodeId\":\"11,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 17:53:39', 104); +INSERT INTO `sys_oper_log` VALUES (1071, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN,司管\",\"approveNodeId\":\"11,9\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 17:59:00', 7); +INSERT INTO `sys_oper_log` VALUES (1072, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN,女主角\",\"approveNodeId\":\"11,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:00:04', 4); +INSERT INTO `sys_oper_log` VALUES (1073, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"司管,NaN\",\"approveNodeId\":\"9,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:00:13', 6); +INSERT INTO `sys_oper_log` VALUES (1074, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN\",\"approveNodeId\":\"9\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:00:17', 6); +INSERT INTO `sys_oper_log` VALUES (1075, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN\",\"approveNodeId\":\"9\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:00:45', 6); +INSERT INTO `sys_oper_log` VALUES (1076, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN,女主角\",\"approveNodeId\":\"9,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:01:00', 9); +INSERT INTO `sys_oper_log` VALUES (1077, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"男一号,NaN\",\"approveNodeId\":\"11,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:01:09', 5); +INSERT INTO `sys_oper_log` VALUES (1078, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN,111\",\"approveNodeId\":\"11,12\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:01:22', 3); +INSERT INTO `sys_oper_log` VALUES (1079, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"NaN,女主角\",\"approveNodeId\":\"11,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:02:14', 4); +INSERT INTO `sys_oper_log` VALUES (1080, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"女主角,女主角\",\"approveNodeId\":\"10,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:02:41', 4); +INSERT INTO `sys_oper_log` VALUES (1081, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"男一号,女主角\",\"approveNodeId\":\"11,10\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:02:45', 17); +INSERT INTO `sys_oper_log` VALUES (1082, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"12,111\",\"approveNodeId\":\"13,12\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:02:51', 5); +INSERT INTO `sys_oper_log` VALUES (1083, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"超级管理员,普通角色1\",\"approveNodeId\":\"1,2\",\"approveType\":1,\"companyId\":1,\"id\":1,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:02:57', 13); +INSERT INTO `sys_oper_log` VALUES (1084, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 18:12:33', 25); +INSERT INTO `sys_oper_log` VALUES (1085, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 18:12:33', 46); +INSERT INTO `sys_oper_log` VALUES (1086, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 18:12:33', 7); +INSERT INTO `sys_oper_log` VALUES (1087, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"12,男一号,司管\",\"approveNodeId\":\"13,11,9\",\"approveType\":2,\"companyId\":1,\"id\":2,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:25:40', 6); +INSERT INTO `sys_oper_log` VALUES (1088, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"12,男一号,司管\",\"approveNodeId\":\"13,11,9\",\"approveType\":2,\"companyId\":1,\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:25:46', 29); +INSERT INTO `sys_oper_log` VALUES (1089, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '192.168.110.10', '', '{\"approveNode\":\"12,男一号,司管,女主角\",\"approveNodeId\":\"13,11,9,10\",\"approveType\":2,\"companyId\":1,\"id\":2,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-11 18:26:43', 3); +INSERT INTO `sys_oper_log` VALUES (1090, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '127.0.0.1', '', '{\"userId\":\"136\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":9,\"shopIds\":[5,1],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-08 15:51:05\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-06-05 10:41:59\",\"loginIp\":\"\",\"nickName\":\"蒲悦添1\",\"params\":{},\"password\":\"$2a$10$uArC/zKTBwxXsAl8Y.duROui8zOH2LvcZY7cbx4TuxOkuoN8CfbD2\",\"phonenumber\":\"18008172499\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":9,\"roleKey\":\"0\",\"roleName\":\"司管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":136,\"userName\":\"18008172499\"}}}', 0, NULL, '2023-07-11 19:15:25', 537); +INSERT INTO `sys_oper_log` VALUES (1091, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-11 19:31:13', 34); +INSERT INTO `sys_oper_log` VALUES (1092, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-11 19:31:13', 33); +INSERT INTO `sys_oper_log` VALUES (1093, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, '', '2023-07-11 19:31:13', 10); +INSERT INTO `sys_oper_log` VALUES (1094, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/43', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-11 20:22:44', 14); +INSERT INTO `sys_oper_log` VALUES (1095, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 08:46:26', 426); +INSERT INTO `sys_oper_log` VALUES (1096, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 08:46:26', 425); +INSERT INTO `sys_oper_log` VALUES (1097, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 08:46:26', 39); +INSERT INTO `sys_oper_log` VALUES (1098, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 08:48:51', 30); +INSERT INTO `sys_oper_log` VALUES (1099, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 08:48:51', 4); +INSERT INTO `sys_oper_log` VALUES (1100, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 08:48:51', 38); +INSERT INTO `sys_oper_log` VALUES (1101, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 08:48:55', 25); +INSERT INTO `sys_oper_log` VALUES (1102, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 08:48:55', 12); +INSERT INTO `sys_oper_log` VALUES (1103, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 08:48:55', 38); +INSERT INTO `sys_oper_log` VALUES (1104, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/33', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 09:01:57', 132); +INSERT INTO `sys_oper_log` VALUES (1105, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/34', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 09:02:01', 8); +INSERT INTO `sys_oper_log` VALUES (1106, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/36', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 09:02:04', 5); +INSERT INTO `sys_oper_log` VALUES (1107, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/37', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 09:02:08', 8); +INSERT INTO `sys_oper_log` VALUES (1108, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/35', '127.0.0.1', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 09:02:13', 7); +INSERT INTO `sys_oper_log` VALUES (1109, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:03:14', 2); +INSERT INTO `sys_oper_log` VALUES (1110, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:03:14', 13); +INSERT INTO `sys_oper_log` VALUES (1111, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:03:14', 44); +INSERT INTO `sys_oper_log` VALUES (1112, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:06:13', 10); +INSERT INTO `sys_oper_log` VALUES (1113, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:07:49', 24); +INSERT INTO `sys_oper_log` VALUES (1114, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:09:24', 3); +INSERT INTO `sys_oper_log` VALUES (1115, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:09:24', 26); +INSERT INTO `sys_oper_log` VALUES (1116, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:09:25', 50); +INSERT INTO `sys_oper_log` VALUES (1117, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:12', 12); +INSERT INTO `sys_oper_log` VALUES (1118, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A000001\",\"carId\":7,\"carNumber\":\"川A11111\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708154335945331635.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A000001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174553421669322.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708174557221749134.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165711683887911.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"测试添加\",\"shopId\":5,\"shopName\":\"五金专卖店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:18', 37); +INSERT INTO `sys_oper_log` VALUES (1119, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"1\",\"carId\":9,\"carNumber\":\"川A22222\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"A222222\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708165728228405466.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230709101225737869320.png\"],\"purchasePrice\":22.00,\"purchaseTime\":\"2023-07-08 00:00:00\",\"remark\":\"123123\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":4,\"typeId\":1,\"violation\":2,\"warrantyTime\":\"2023-07-08 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:21', 21); +INSERT INTO `sys_oper_log` VALUES (1120, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:24', 53); +INSERT INTO `sys_oper_log` VALUES (1121, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:12:31', 16); +INSERT INTO `sys_oper_log` VALUES (1122, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:31', 40); +INSERT INTO `sys_oper_log` VALUES (1123, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:12:31', 30); +INSERT INTO `sys_oper_log` VALUES (1124, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:12:36', 7); +INSERT INTO `sys_oper_log` VALUES (1125, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:36', 40); +INSERT INTO `sys_oper_log` VALUES (1126, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:12:36', 26); +INSERT INTO `sys_oper_log` VALUES (1127, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:12:39', 22); +INSERT INTO `sys_oper_log` VALUES (1128, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:14:22', 8); +INSERT INTO `sys_oper_log` VALUES (1129, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:14:53', 29); +INSERT INTO `sys_oper_log` VALUES (1130, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:14:53', 17); +INSERT INTO `sys_oper_log` VALUES (1131, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:14:53', 12); +INSERT INTO `sys_oper_log` VALUES (1132, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:14:53', 100); +INSERT INTO `sys_oper_log` VALUES (1133, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:15:10', 23); +INSERT INTO `sys_oper_log` VALUES (1134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:15:27', 23); +INSERT INTO `sys_oper_log` VALUES (1135, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:15:40', 12); +INSERT INTO `sys_oper_log` VALUES (1136, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:15:40', 15); +INSERT INTO `sys_oper_log` VALUES (1137, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:15:40', 63); +INSERT INTO `sys_oper_log` VALUES (1138, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:15:41', 87); +INSERT INTO `sys_oper_log` VALUES (1139, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:16:01', 10); +INSERT INTO `sys_oper_log` VALUES (1140, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:16:01', 9); +INSERT INTO `sys_oper_log` VALUES (1141, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:16:01', 38); +INSERT INTO `sys_oper_log` VALUES (1142, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:16:06', 26); +INSERT INTO `sys_oper_log` VALUES (1143, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:16:31', 23); +INSERT INTO `sys_oper_log` VALUES (1144, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:16:38', 25); +INSERT INTO `sys_oper_log` VALUES (1145, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:17:32', 18); +INSERT INTO `sys_oper_log` VALUES (1146, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:18:18', 8); +INSERT INTO `sys_oper_log` VALUES (1147, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:18:18', 28); +INSERT INTO `sys_oper_log` VALUES (1148, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:18:18', 29); +INSERT INTO `sys_oper_log` VALUES (1149, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:19:22', 38); +INSERT INTO `sys_oper_log` VALUES (1150, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:19:35', 22); +INSERT INTO `sys_oper_log` VALUES (1151, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:20:01', 26); +INSERT INTO `sys_oper_log` VALUES (1152, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:21:28', 20); +INSERT INTO `sys_oper_log` VALUES (1153, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:21:58', 26); +INSERT INTO `sys_oper_log` VALUES (1154, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:22:20', 20); +INSERT INTO `sys_oper_log` VALUES (1155, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:22:33', 10); +INSERT INTO `sys_oper_log` VALUES (1156, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '127.0.0.1', '', '{\"carId\":3,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 09:22:33', 12); +INSERT INTO `sys_oper_log` VALUES (1157, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '127.0.0.1', '', '{\"carId\":\"3\"}', NULL, 1, 'For input string: \"null\"', '2023-07-12 09:22:33', 45); +INSERT INTO `sys_oper_log` VALUES (1158, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:22:51', 21); +INSERT INTO `sys_oper_log` VALUES (1159, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '127.0.0.1', '', '{\"carId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123456\",\"carId\":3,\"carNumber\":\"川AD3343\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357370386977.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708141357135894703.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808598941583.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230708143808272299994.png\",\"carType\":\"兰博基尼-跑车22\",\"carVinNumber\":\"123456\",\"currentAddress\":\"武侯区石羊街道府城大道西段成都高新技术产业开发区(南区)\",\"drivingLicense\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"latitude\":\"30.589126\",\"longitude\":\"104.056335\",\"operationCertificate\":\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\",\"phone\":[\"https://csxdj.obs.cn-south-1.myhuaweicloud.com:443/86a776406e7143cb9061d6d3fc32624c.jpg\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-06-27 00:00:00\",\"remark\":\"备注\",\"shopId\":1,\"shopName\":\"成都门店\",\"state\":6,\"typeId\":1,\"violation\":1,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-12 09:22:51', 17); +INSERT INTO `sys_oper_log` VALUES (1160, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"喜望\",\"params\":{},\"phonenumber\":\"17780483325\",\"remark\":\"测试账号,平台管理员\",\"roleType\":1,\"userId\":141,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 10:27:21', 113); +INSERT INTO `sys_oper_log` VALUES (1161, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 10:27:21\",\"email\":\"\",\"nickName\":\"喜望\",\"objectId\":1,\"params\":{},\"passWordUpdate\":\"2023-07-12 10:27:40.936\",\"phonenumber\":\"17780483325\",\"remark\":\"测试账号,平台管理员\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-12 10:27:40\",\"userId\":141,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 10:27:40', 84); +INSERT INTO `sys_oper_log` VALUES (1162, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 10:27:21\",\"email\":\"\",\"nickName\":\"喜望\",\"objectId\":1,\"params\":{},\"passWordUpdate\":\"2023-07-12 10:28:00.581\",\"phonenumber\":\"17780483325\",\"remark\":\"测试账号,平台管理员\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-12 10:28:00\",\"userId\":141,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 10:28:00', 81); +INSERT INTO `sys_oper_log` VALUES (1163, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"杨冬梅\",\"params\":{},\"phonenumber\":\"13312451245\",\"roleId\":20,\"roleType\":3,\"userId\":142,\"userName\":\"13312451245\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:16:28', 142); +INSERT INTO `sys_oper_log` VALUES (1164, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"管理员222\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 11:17:44', 34); +INSERT INTO `sys_oper_log` VALUES (1165, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"管理员222\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 11:18:43', 15); +INSERT INTO `sys_oper_log` VALUES (1166, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"11\",\"params\":{},\"phonenumber\":\"17799988881\",\"remark\":\"1\",\"roleType\":1,\"userId\":143,\"userName\":\"17799988881\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:27:53', 82); +INSERT INTO `sys_oper_log` VALUES (1167, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"李\",\"params\":{},\"phonenumber\":\"13312461246\",\"roleId\":20,\"roleType\":3,\"userId\":144,\"userName\":\"13312461246\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:37:48', 90); +INSERT INTO `sys_oper_log` VALUES (1168, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"144\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:37:48\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"李\",\"params\":{},\"password\":\"$2a$10$wsoMXXxl6YpJ.aHU8XCe5u.srd3TVsceUsf39.TdYN1Dz7IRlJsly\",\"phonenumber\":\"13312461246\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":144,\"userName\":\"13312461246\"}}}', 0, NULL, '2023-07-12 11:38:09', 17); +INSERT INTO `sys_oper_log` VALUES (1169, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '134.195.101.43', '', '{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"eeee\",\"params\":{},\"phonenumber\":\"17777777777\",\"roleId\":20,\"roleType\":3,\"userId\":145,\"userName\":\"17777777777\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:45:52', 89); +INSERT INTO `sys_oper_log` VALUES (1170, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"比亚迪\",\"carModel\":\"秦\",\"companyId\":4,\"id\":15,\"typeNumber\":\"2122101654\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:53:57', 32); +INSERT INTO `sys_oper_log` VALUES (1171, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"比亚迪\",\"carModel\":\"汉\",\"companyId\":4,\"id\":16,\"typeNumber\":\"2139986689\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:54:15', 9); +INSERT INTO `sys_oper_log` VALUES (1172, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"比亚迪\",\"carModel\":\"唐\",\"companyId\":4,\"id\":17,\"typeNumber\":\"2125149208\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:54:22', 11); +INSERT INTO `sys_oper_log` VALUES (1173, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"大众\",\"carModel\":\"迈腾\",\"companyId\":4,\"id\":18,\"typeNumber\":\"2102717489\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:54:33', 6); +INSERT INTO `sys_oper_log` VALUES (1174, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"大众\",\"carModel\":\"辉腾\",\"companyId\":4,\"id\":19,\"typeNumber\":\"2125533140\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:54:41', 5); +INSERT INTO `sys_oper_log` VALUES (1175, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '13312451245', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"大众\",\"carModel\":\"帕萨特\",\"companyId\":4,\"id\":20,\"typeNumber\":\"2110613582\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:55:03', 6); +INSERT INTO `sys_oper_log` VALUES (1176, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '13312451245', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.049603,30.596072],[104.051402,30.59793],[104.05634,30.596776],[104.053887,30.594158],[104.049799,30.594158],[104.049472,30.594298]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"不可入围栏\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:57:19', 95); +INSERT INTO `sys_oper_log` VALUES (1177, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '13312451245', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.067571,30.556028],[104.072534,30.558936],[104.078315,30.555588],[104.075143,30.548802],[104.065217,30.549243],[104.062352,30.555411],[104.060817,30.557306]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"驶出范围\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 11:58:21', 22); +INSERT INTO `sys_oper_log` VALUES (1178, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 10:27:21\",\"email\":\"\",\"nickName\":\"喜望\",\"objectId\":1,\"params\":{},\"passWordUpdate\":\"2023-07-12 12:02:18.788\",\"phonenumber\":\"17780483325\",\"remark\":\"测试账号,平台管理员\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-12 12:02:18\",\"userId\":141,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 12:02:18', 209); +INSERT INTO `sys_oper_log` VALUES (1179, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 10:27:21\",\"email\":\"\",\"nickName\":\"喜望\",\"objectId\":1,\"params\":{},\"passWordUpdate\":\"2023-07-12 12:02:31.365\",\"phonenumber\":\"17780483325\",\"remark\":\"测试账号,平台管理员\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-12 12:02:31\",\"userId\":141,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 12:02:31', 82); +INSERT INTO `sys_oper_log` VALUES (1180, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/141', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 12:02:42', 8); +INSERT INTO `sys_oper_log` VALUES (1181, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"xiwang3325\",\"params\":{},\"phonenumber\":\"17780483325\",\"remark\":\"测试\",\"roleType\":1,\"userId\":146,\"userName\":\"17780483325\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-12 12:02:58', 102); +INSERT INTO `sys_oper_log` VALUES (1182, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/143', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 12:30:45', 6); +INSERT INTO `sys_oper_log` VALUES (1183, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"145\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:45:52\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"eeee\",\"params\":{},\"password\":\"$2a$10$hDLkHA9kFmiD/p2261iVCu.3L2koIllZaFhevsoKGFIrrSGixyE2.\",\"phonenumber\":\"17777777777\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":145,\"userName\":\"17777777777\"}}}', 0, NULL, '2023-07-12 12:33:19', 29); +INSERT INTO `sys_oper_log` VALUES (1184, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"成都市武侯区天府新谷\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":4,\"district\":\"锦江区\",\"districtCode\":\"510104\",\"headName\":\"李老师\",\"headPhone\":\"18812351235\",\"id\":19,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"测试\",\"repairShopName\":\"途虎修理厂\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 12:35:37', 17); +INSERT INTO `sys_oper_log` VALUES (1185, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"成都市武侯区天府新谷交子大道店\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":4,\"district\":\"武侯区\",\"districtCode\":\"510107\",\"headName\":\"吴先生\",\"headPhone\":\"18812351235\",\"id\":20,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"测试\",\"repairShopName\":\"交子大道修理厂\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 12:40:30', 12); +INSERT INTO `sys_oper_log` VALUES (1186, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 12:42:01', 11); +INSERT INTO `sys_oper_log` VALUES (1187, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 12:42:23', 17); +INSERT INTO `sys_oper_log` VALUES (1188, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 12:45:12', 13); +INSERT INTO `sys_oper_log` VALUES (1189, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 12:45:24', 16); +INSERT INTO `sys_oper_log` VALUES (1190, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"李已\",\"params\":{},\"phonenumber\":\"13312551255\",\"roleId\":21,\"roleType\":3,\"userId\":147,\"userName\":\"13312551255\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 12:47:21', 109); +INSERT INTO `sys_oper_log` VALUES (1191, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/1', '221.182.45.100', '', '{}', '{\"msg\":\"当前用户不能删除\",\"code\":500}', 0, NULL, '2023-07-12 14:03:11', 0); +INSERT INTO `sys_oper_log` VALUES (1192, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/2', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:03:16', 6); +INSERT INTO `sys_oper_log` VALUES (1193, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"ggggggg\",\"params\":{},\"phonenumber\":\"15123213323\",\"roleId\":21,\"roleType\":3,\"userId\":148,\"userName\":\"15123213323\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:12:07', 96); +INSERT INTO `sys_oper_log` VALUES (1194, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"gtwewe\",\"params\":{},\"phonenumber\":\"15122323222\",\"roleId\":21,\"roleType\":3,\"userId\":149,\"userName\":\"15122323222\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:17:07', 95); +INSERT INTO `sys_oper_log` VALUES (1195, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"szdsad\",\"params\":{},\"phonenumber\":\"16232413123\",\"roleId\":21,\"roleType\":3,\"userId\":152,\"userName\":\"16232413123\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:18:33', 93); +INSERT INTO `sys_oper_log` VALUES (1196, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18211112222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 14:33:42', 54); +INSERT INTO `sys_oper_log` VALUES (1197, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18211112222', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":22,\"shopIds\":[16],\"sysUser\":{\"admin\":false,\"createBy\":\"18211112222\",\"nickName\":\"金融城1\",\"params\":{},\"phonenumber\":\"19912341234\",\"roleId\":22,\"roleType\":3,\"userId\":154,\"userName\":\"19912341234\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:38:00', 101); +INSERT INTO `sys_oper_log` VALUES (1198, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18211112222', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"createBy\":\"18211112222\",\"nickName\":\"金三\",\"params\":{},\"phonenumber\":\"19912341235\",\"roleId\":21,\"roleType\":3,\"userId\":155,\"userName\":\"19912341235\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:42:33', 113); +INSERT INTO `sys_oper_log` VALUES (1199, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"门店角色,车管权限\",\"approveNodeId\":\"21,22\",\"approveType\":1,\"companyId\":4,\"id\":4,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 14:48:53', 10); +INSERT INTO `sys_oper_log` VALUES (1200, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, '18280405248', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"四川省成都市武侯区\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":6,\"district\":\"锦江区\",\"districtCode\":\"510104\",\"headName\":\"千行\",\"headPhone\":\"17711110000\",\"id\":21,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"测试\",\"repairShopName\":\"千行修理厂\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 14:52:38', 6); +INSERT INTO `sys_oper_log` VALUES (1201, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18280405248', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"千行\",\"approveNodeId\":\"24\",\"approveType\":1,\"companyId\":6,\"id\":10,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 14:52:55', 6); +INSERT INTO `sys_oper_log` VALUES (1202, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18280405248', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"千行\",\"approveNodeId\":\"24\",\"approveType\":1,\"companyId\":6,\"id\":10,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 14:53:16', 7); +INSERT INTO `sys_oper_log` VALUES (1203, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18211112222', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"qin-jjd\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-1\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-12-28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 14:57:15', 31); +INSERT INTO `sys_oper_log` VALUES (1204, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, '18211112222', NULL, '/car/wealthyFamily', '221.182.45.100', '', '{\"carId\":10,\"carNumber\":\"川G12345\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 14:59:47', 41); +INSERT INTO `sys_oper_log` VALUES (1205, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, '18211112222', NULL, '/car/accreditation', '221.182.45.100', '', '{\"carId\":10,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"operationCertificateExpireTime\":\"2023-12-30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:00:32', 19); +INSERT INTO `sys_oper_log` VALUES (1206, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, '18211112222', NULL, '/car/servicing', '221.182.45.100', '', '{\"carId\":10,\"carServicingProjectList\":[{\"amountSum\":30,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215033574957264.png\",\"projectCount\":1,\"projectName\":\"洗车\",\"unitPrice\":30}],\"servicingMoney\":30,\"servicingRemark\":\"整备处理完成\",\"servicingTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:05:11', 68); +INSERT INTO `sys_oper_log` VALUES (1207, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:05:41', 18); +INSERT INTO `sys_oper_log` VALUES (1208, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:05:41', 56); +INSERT INTO `sys_oper_log` VALUES (1209, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:05:57', 7); +INSERT INTO `sys_oper_log` VALUES (1210, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:05:57', 5); +INSERT INTO `sys_oper_log` VALUES (1211, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:06:15', 4); +INSERT INTO `sys_oper_log` VALUES (1212, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:06:15', 3); +INSERT INTO `sys_oper_log` VALUES (1213, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:07:39', 4); +INSERT INTO `sys_oper_log` VALUES (1214, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:07:39', 15); +INSERT INTO `sys_oper_log` VALUES (1215, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:07:53', 5); +INSERT INTO `sys_oper_log` VALUES (1216, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:07:53', 7); +INSERT INTO `sys_oper_log` VALUES (1217, '车辆管理:车辆处置', 2, 'com.ruoyi.vehicle.controller.TCarController.dispose()', 'POST', 1, '18211112222', NULL, '/car/dispose', '221.182.45.100', '', '{\"carId\":10,\"disposePerson\":\"喜万\",\"disposePicture\":\"\",\"disposeTime\":\"2023-07-11\",\"disposeWay\":2,\"remark\":\"提前处理,车辆处置\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:08:08', 21); +INSERT INTO `sys_oper_log` VALUES (1218, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, '', '2023-07-12 15:08:25', 4); +INSERT INTO `sys_oper_log` VALUES (1219, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:08:25', 4); +INSERT INTO `sys_oper_log` VALUES (1220, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18211112222', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"dd22\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-2\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-12 15:09:09', 9); +INSERT INTO `sys_oper_log` VALUES (1221, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:09:12', 5); +INSERT INTO `sys_oper_log` VALUES (1222, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', NULL, 1, '', '2023-07-12 15:09:12', 3); +INSERT INTO `sys_oper_log` VALUES (1223, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18211112222', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"dd22\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-2\",\"id\":11,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:09:20', 14); +INSERT INTO `sys_oper_log` VALUES (1224, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, '18211112222', NULL, '/car/wealthyFamily', '221.182.45.100', '', '{\"carId\":11,\"carNumber\":\"川G12333\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:09:30', 13); +INSERT INTO `sys_oper_log` VALUES (1225, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18211112222', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"dd22\",\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"id\":11,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:09:37', 4); +INSERT INTO `sys_oper_log` VALUES (1226, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, '18211112222', NULL, '/car/accreditation', '221.182.45.100', '', '{\"carId\":11,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"operationCertificateExpireTime\":\"2023-07-13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 15:09:47', 10); +INSERT INTO `sys_oper_log` VALUES (1227, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:10:28', 4); +INSERT INTO `sys_oper_log` VALUES (1228, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', NULL, 1, '', '2023-07-12 15:10:28', 7); +INSERT INTO `sys_oper_log` VALUES (1229, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 15:10:44', 17); +INSERT INTO `sys_oper_log` VALUES (1230, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:10:44', 8); +INSERT INTO `sys_oper_log` VALUES (1231, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-12 15:10:44', 2); +INSERT INTO `sys_oper_log` VALUES (1232, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 15:12:10', 11); +INSERT INTO `sys_oper_log` VALUES (1233, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:12:10', 11); +INSERT INTO `sys_oper_log` VALUES (1234, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', NULL, 1, 'Index: 0, Size: 0', '2023-07-12 15:12:10', 1); +INSERT INTO `sys_oper_log` VALUES (1235, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:13:59', 164); +INSERT INTO `sys_oper_log` VALUES (1236, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 15:13:59', 161); +INSERT INTO `sys_oper_log` VALUES (1237, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:13:59', 13); +INSERT INTO `sys_oper_log` VALUES (1238, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:14:03', 13); +INSERT INTO `sys_oper_log` VALUES (1239, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 15:14:03', 33); +INSERT INTO `sys_oper_log` VALUES (1240, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:14:03', 4); +INSERT INTO `sys_oper_log` VALUES (1241, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:15:08', 16); +INSERT INTO `sys_oper_log` VALUES (1242, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 15:15:08', 38); +INSERT INTO `sys_oper_log` VALUES (1243, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:15:09', 3); +INSERT INTO `sys_oper_log` VALUES (1244, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:15:11', 8); +INSERT INTO `sys_oper_log` VALUES (1245, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 15:15:11', 19); +INSERT INTO `sys_oper_log` VALUES (1246, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:15:12', 3); +INSERT INTO `sys_oper_log` VALUES (1247, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:15:20', 8); +INSERT INTO `sys_oper_log` VALUES (1248, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 15:15:20', 15); +INSERT INTO `sys_oper_log` VALUES (1249, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:15:20', 3); +INSERT INTO `sys_oper_log` VALUES (1250, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:15:53', 7); +INSERT INTO `sys_oper_log` VALUES (1251, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 15:15:53', 30); +INSERT INTO `sys_oper_log` VALUES (1252, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:15:53', 3); +INSERT INTO `sys_oper_log` VALUES (1253, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 15:22:07', 11); +INSERT INTO `sys_oper_log` VALUES (1254, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 15:22:07', 44); +INSERT INTO `sys_oper_log` VALUES (1255, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 15:22:07', 4); +INSERT INTO `sys_oper_log` VALUES (1256, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 16:07:58', 37); +INSERT INTO `sys_oper_log` VALUES (1257, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 16:07:58', 28); +INSERT INTO `sys_oper_log` VALUES (1258, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 16:07:59', 4); +INSERT INTO `sys_oper_log` VALUES (1259, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 16:20:50', 37); +INSERT INTO `sys_oper_log` VALUES (1260, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 16:20:50', 36); +INSERT INTO `sys_oper_log` VALUES (1261, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 16:20:50', 14); +INSERT INTO `sys_oper_log` VALUES (1262, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18211112222', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"qin-jjd\",\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"id\":10,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-12-28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:21:01', 37); +INSERT INTO `sys_oper_log` VALUES (1263, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 16:24:05', 3); +INSERT INTO `sys_oper_log` VALUES (1264, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 16:24:05', 22); +INSERT INTO `sys_oper_log` VALUES (1265, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 16:24:06', 3); +INSERT INTO `sys_oper_log` VALUES (1266, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 16:24:30', 6); +INSERT INTO `sys_oper_log` VALUES (1267, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 16:24:30', 34); +INSERT INTO `sys_oper_log` VALUES (1268, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 16:24:30', 3); +INSERT INTO `sys_oper_log` VALUES (1269, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":10}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:27:54', 2); +INSERT INTO `sys_oper_log` VALUES (1270, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079414\",\"deviceType\":1,\"installBeforeMileage\":50,\"installTime\":\"2023-07-12\",\"relay\":2}],\"carId\":10}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:30:21', 12); +INSERT INTO `sys_oper_log` VALUES (1271, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"14092034488\",\"deviceType\":2,\"installTime\":\"2023-07-12\",\"relay\":2}],\"carId\":11}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:33:08', 6); +INSERT INTO `sys_oper_log` VALUES (1272, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"14092034488\",\"deviceType\":2,\"id\":12,\"installTime\":\"2023-07-11\",\"relay\":2},{\"deviceID\":\"19223079414\",\"deviceType\":1,\"installBeforeMileage\":15,\"installTime\":\"2023-07-12\",\"relay\":1}],\"carId\":11}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:34:37', 12); +INSERT INTO `sys_oper_log` VALUES (1273, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079414\",\"deviceType\":1,\"id\":11,\"installBeforeMileage\":50,\"installTime\":\"2023-07-11\",\"relay\":2},{\"deviceID\":\"19223079414\",\"deviceType\":1,\"installTime\":\"2023-07-14\",\"relay\":2}],\"carId\":10}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:35:17', 11); +INSERT INTO `sys_oper_log` VALUES (1274, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18211112222', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079414\",\"deviceType\":1,\"id\":11,\"installBeforeMileage\":50,\"installTime\":\"2023-07-10\",\"relay\":2},{\"deviceID\":\"19223079414\",\"deviceType\":1,\"id\":14,\"installTime\":\"2023-07-13\",\"relay\":2},{\"deviceID\":\"19223079414\",\"deviceType\":1,\"installTime\":\"2023-07-12\",\"relay\":2}],\"carId\":10}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 16:35:28', 22); +INSERT INTO `sys_oper_log` VALUES (1275, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '134.195.101.43', '', '{\"admin\":true,\"avatar\":\"\",\"createTime\":\"2023-06-05 10:41:59\",\"email\":\"ry@163.com\",\"loginDate\":\"2023-06-05 10:41:59\",\"nickName\":\"超级管理员\",\"objectId\":1,\"params\":{},\"phonenumber\":\"15888888888\",\"remark\":\"管理员1\",\"roleType\":1,\"sex\":\"1\",\"status\":\"0\",\"userId\":1}', NULL, 1, '不允许操作超级管理员用户', '2023-07-12 16:44:44', 45); +INSERT INTO `sys_oper_log` VALUES (1276, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '134.195.101.43', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 12:02:58\",\"email\":\"\",\"nickName\":\"xiwang3325\",\"objectId\":1,\"params\":{},\"phonenumber\":\"17780483325\",\"remark\":\"测试1\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"userId\":146}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-12 16:44:53', 7); +INSERT INTO `sys_oper_log` VALUES (1277, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '134.195.101.43', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 12:02:58\",\"email\":\"\",\"nickName\":\"xiwang3325\",\"objectId\":1,\"params\":{},\"phonenumber\":\"17780483325\",\"remark\":\"测试1\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"userId\":146}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-12 16:45:06', 2); +INSERT INTO `sys_oper_log` VALUES (1278, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '134.195.101.43', '', '{\"admin\":false,\"avatar\":\"\",\"createTime\":\"2023-07-12 12:02:58\",\"email\":\"\",\"nickName\":\"xiwang3325\",\"objectId\":1,\"params\":{},\"phonenumber\":\"17780483325\",\"remark\":\"测试1\",\"roleType\":1,\"sex\":\"0\",\"status\":\"0\",\"userId\":146}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-12 16:45:23', 3); +INSERT INTO `sys_oper_log` VALUES (1279, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 17:06:43', 5); +INSERT INTO `sys_oper_log` VALUES (1280, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 17:06:43', 18); +INSERT INTO `sys_oper_log` VALUES (1281, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 17:06:43', 2); +INSERT INTO `sys_oper_log` VALUES (1282, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 17:07:22', 3); +INSERT INTO `sys_oper_log` VALUES (1283, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 17:07:22', 64); +INSERT INTO `sys_oper_log` VALUES (1284, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 17:07:23', 2); +INSERT INTO `sys_oper_log` VALUES (1285, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 17:11:19', 66); +INSERT INTO `sys_oper_log` VALUES (1286, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 17:11:19', 58); +INSERT INTO `sys_oper_log` VALUES (1287, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 17:11:19', 7); +INSERT INTO `sys_oper_log` VALUES (1288, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-12 17:16:04', 12); +INSERT INTO `sys_oper_log` VALUES (1289, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-12 17:16:12', 5); +INSERT INTO `sys_oper_log` VALUES (1290, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-12 17:16:15', 5); +INSERT INTO `sys_oper_log` VALUES (1291, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-12 17:17:46', 6); +INSERT INTO `sys_oper_log` VALUES (1292, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 17:35:52', 23); +INSERT INTO `sys_oper_log` VALUES (1293, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 17:35:52', 55); +INSERT INTO `sys_oper_log` VALUES (1294, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 17:35:52', 5); +INSERT INTO `sys_oper_log` VALUES (1295, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18211112222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 17:45:53', 114); +INSERT INTO `sys_oper_log` VALUES (1296, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18211112222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 17:45:53', 53); +INSERT INTO `sys_oper_log` VALUES (1297, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18211112222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 17:45:53', 16); +INSERT INTO `sys_oper_log` VALUES (1298, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '118.114.62.162', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"席昊\",\"params\":{},\"phonenumber\":\"18667137007\",\"roleType\":1,\"userId\":157,\"userName\":\"18667137007\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-12 17:51:37', 221); +INSERT INTO `sys_oper_log` VALUES (1299, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19912341235', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 19:15:33', 67); +INSERT INTO `sys_oper_log` VALUES (1300, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19912341235', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 19:15:33', 61); +INSERT INTO `sys_oper_log` VALUES (1301, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19912341235', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 19:15:33', 24); +INSERT INTO `sys_oper_log` VALUES (1302, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 19:27:22', 155); +INSERT INTO `sys_oper_log` VALUES (1303, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 19:27:22', 186); +INSERT INTO `sys_oper_log` VALUES (1304, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 19:27:22', 33); +INSERT INTO `sys_oper_log` VALUES (1305, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 19:30:01', 56); +INSERT INTO `sys_oper_log` VALUES (1306, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨冬梅\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-12 19:30:15', 19); +INSERT INTO `sys_oper_log` VALUES (1307, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"passWordUpdate\":\"2023-07-12 19:30:33.828\",\"phonenumber\":\"13312451245\",\"roleId\":21,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"1\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-07-12 19:30:33\",\"userId\":142,\"userName\":\"13312451245\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-12 19:30:33', 104); +INSERT INTO `sys_oper_log` VALUES (1308, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":19,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 20:31:37', 33); +INSERT INTO `sys_oper_log` VALUES (1309, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"19\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a6\",\"carId\":19,\"carNumber\":\"川S111115\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A5\",\"phone\":[null],\"purchasePrice\":5.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 20:31:37', 74); +INSERT INTO `sys_oper_log` VALUES (1310, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"19\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 20:31:38', 36); +INSERT INTO `sys_oper_log` VALUES (1311, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', NULL, 1, '', '2023-07-12 20:31:44', 9); +INSERT INTO `sys_oper_log` VALUES (1312, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 20:31:45', 9); +INSERT INTO `sys_oper_log` VALUES (1313, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"13\"}', NULL, 1, '', '2023-07-12 20:31:50', 5); +INSERT INTO `sys_oper_log` VALUES (1314, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":13,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 20:31:50', 7); +INSERT INTO `sys_oper_log` VALUES (1315, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:02:30', 78); +INSERT INTO `sys_oper_log` VALUES (1316, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-12 21:02:30', 68); +INSERT INTO `sys_oper_log` VALUES (1317, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:02:30', 15); +INSERT INTO `sys_oper_log` VALUES (1318, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:02:34', 10); +INSERT INTO `sys_oper_log` VALUES (1319, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', NULL, 1, '', '2023-07-12 21:02:34', 14); +INSERT INTO `sys_oper_log` VALUES (1320, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:02:48', 15); +INSERT INTO `sys_oper_log` VALUES (1321, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-12 21:02:48', 39); +INSERT INTO `sys_oper_log` VALUES (1322, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:02:48', 4); +INSERT INTO `sys_oper_log` VALUES (1323, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":16,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:02:52', 6); +INSERT INTO `sys_oper_log` VALUES (1324, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a3\",\"carId\":16,\"carNumber\":\"川S111112\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A2\",\"phone\":[null],\"purchasePrice\":2.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 21:02:52', 14); +INSERT INTO `sys_oper_log` VALUES (1325, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:02:52', 3); +INSERT INTO `sys_oper_log` VALUES (1326, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":16,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:03:05', 8); +INSERT INTO `sys_oper_log` VALUES (1327, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a3\",\"carId\":16,\"carNumber\":\"川S111112\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A2\",\"phone\":[null],\"purchasePrice\":2.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 21:03:05', 19); +INSERT INTO `sys_oper_log` VALUES (1328, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:03:05', 3); +INSERT INTO `sys_oper_log` VALUES (1329, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":13,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:03:12', 6); +INSERT INTO `sys_oper_log` VALUES (1330, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"13\"}', NULL, 1, '', '2023-07-12 21:03:12', 7); +INSERT INTO `sys_oper_log` VALUES (1331, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:03:17', 4); +INSERT INTO `sys_oper_log` VALUES (1332, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', NULL, 1, '', '2023-07-12 21:03:17', 5); +INSERT INTO `sys_oper_log` VALUES (1333, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":14,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:03:26', 5); +INSERT INTO `sys_oper_log` VALUES (1334, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"14\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"ffsd2211\",\"carId\":14,\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-15236\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 21:03:26', 18); +INSERT INTO `sys_oper_log` VALUES (1335, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"14\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:03:27', 4); +INSERT INTO `sys_oper_log` VALUES (1336, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:03:34', 5); +INSERT INTO `sys_oper_log` VALUES (1337, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', NULL, 1, '', '2023-07-12 21:03:34', 5); +INSERT INTO `sys_oper_log` VALUES (1338, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15212341234', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-12 21:05:00', 7); +INSERT INTO `sys_oper_log` VALUES (1339, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15212341234', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-12 21:05:00', 21); +INSERT INTO `sys_oper_log` VALUES (1340, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15212341234', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-12 21:05:00', 3); +INSERT INTO `sys_oper_log` VALUES (1341, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"四川省成都市金牛区羊犀立交\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-07-13 10:21:06\",\"district\":\"金牛区\",\"districtCode\":\"510106\",\"headName\":\"杨先生\",\"headPhone\":\"18812351266\",\"id\":22,\"province\":\"四川省\",\"provinceCode\":\"510000\",\"remark\":\"测试\",\"repairShopName\":\"羊犀立交林肯修理厂\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-13 10:21:06\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 10:21:06', 25); +INSERT INTO `sys_oper_log` VALUES (1342, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"重庆市\",\"city\":\"重庆市市辖区\",\"cityCode\":\"500100\",\"companyId\":5,\"createBy\":\"admin\",\"createTime\":\"2023-07-13 10:25:27\",\"district\":\"万州区\",\"districtCode\":\"500101\",\"headName\":\"通先生\",\"headPhone\":\"18512341236\",\"id\":23,\"province\":\"重庆市\",\"provinceCode\":\"500000\",\"remark\":\"测试\",\"repairShopName\":\"同德修理厂\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-13 10:25:27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 10:25:27', 8); +INSERT INTO `sys_oper_log` VALUES (1343, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:31:33', 14); +INSERT INTO `sys_oper_log` VALUES (1344, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:31:33', 9); +INSERT INTO `sys_oper_log` VALUES (1345, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:31:33', 49); +INSERT INTO `sys_oper_log` VALUES (1346, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:31:53', 16); +INSERT INTO `sys_oper_log` VALUES (1347, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:31:53', 4); +INSERT INTO `sys_oper_log` VALUES (1348, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:31:53', 13); +INSERT INTO `sys_oper_log` VALUES (1349, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:32:31', 8); +INSERT INTO `sys_oper_log` VALUES (1350, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:32:34', 11); +INSERT INTO `sys_oper_log` VALUES (1351, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:37:06', 7); +INSERT INTO `sys_oper_log` VALUES (1352, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:37:06', 9); +INSERT INTO `sys_oper_log` VALUES (1353, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:37:06', 11); +INSERT INTO `sys_oper_log` VALUES (1354, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:38:41', 5); +INSERT INTO `sys_oper_log` VALUES (1355, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:38:41', 15); +INSERT INTO `sys_oper_log` VALUES (1356, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:38:41', 10); +INSERT INTO `sys_oper_log` VALUES (1357, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:40:46', 6); +INSERT INTO `sys_oper_log` VALUES (1358, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:40:46', 11); +INSERT INTO `sys_oper_log` VALUES (1359, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:40:46', 16); +INSERT INTO `sys_oper_log` VALUES (1360, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 10:41:25', 6); +INSERT INTO `sys_oper_log` VALUES (1361, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 10:41:25', 24); +INSERT INTO `sys_oper_log` VALUES (1362, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 10:41:25', 12); +INSERT INTO `sys_oper_log` VALUES (1363, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '221.182.45.100', '', '{\"id\":20,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 10:48:39', 7); +INSERT INTO `sys_oper_log` VALUES (1364, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, 'admin', NULL, '/carType/startOrStop', '221.182.45.100', '', '{\"id\":20,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 10:48:44', 5); +INSERT INTO `sys_oper_log` VALUES (1365, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:26', 9); +INSERT INTO `sys_oper_log` VALUES (1366, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:32', 3); +INSERT INTO `sys_oper_log` VALUES (1367, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:37', 4); +INSERT INTO `sys_oper_log` VALUES (1368, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:43', 4); +INSERT INTO `sys_oper_log` VALUES (1369, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:48', 3); +INSERT INTO `sys_oper_log` VALUES (1370, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 10:59:50', 4); +INSERT INTO `sys_oper_log` VALUES (1371, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 11:00:02', 3); +INSERT INTO `sys_oper_log` VALUES (1372, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":24,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:00:54', 7); +INSERT INTO `sys_oper_log` VALUES (1373, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo245\",\"carId\":24,\"carNumber\":\"川G10677\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jdkf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 11:00:54', 7); +INSERT INTO `sys_oper_log` VALUES (1374, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"24\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 11:00:54', 11); +INSERT INTO `sys_oper_log` VALUES (1375, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":24,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:01:21', 4); +INSERT INTO `sys_oper_log` VALUES (1376, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo245\",\"carId\":24,\"carNumber\":\"川G10677\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jdkf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 11:01:21', 10); +INSERT INTO `sys_oper_log` VALUES (1377, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"24\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 11:01:21', 10); +INSERT INTO `sys_oper_log` VALUES (1378, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:02:27', 6); +INSERT INTO `sys_oper_log` VALUES (1379, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 11:02:27', 20); +INSERT INTO `sys_oper_log` VALUES (1380, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', NULL, 1, 'For input string: \"null\"', '2023-07-13 11:02:27', 10); +INSERT INTO `sys_oper_log` VALUES (1381, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 11:07:16', 4); +INSERT INTO `sys_oper_log` VALUES (1382, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:14:20', 208); +INSERT INTO `sys_oper_log` VALUES (1383, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 11:14:20', 212); +INSERT INTO `sys_oper_log` VALUES (1384, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 11:14:20', 159); +INSERT INTO `sys_oper_log` VALUES (1385, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, '18667137007', NULL, '/carType/startOrStop', '118.114.62.162', '', '{\"id\":15,\"state\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 11:33:46', 8); +INSERT INTO `sys_oper_log` VALUES (1386, '车型配置:车型配置启用停用', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.startOrStop()', 'POST', 1, '18667137007', NULL, '/carType/startOrStop', '118.114.62.162', '', '{\"id\":15,\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 11:33:50', 6); +INSERT INTO `sys_oper_log` VALUES (1387, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:43:03', 46); +INSERT INTO `sys_oper_log` VALUES (1388, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 11:43:03', 43); +INSERT INTO `sys_oper_log` VALUES (1389, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 11:43:03', 84); +INSERT INTO `sys_oper_log` VALUES (1390, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"21\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-07-13 11:45:00\",\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"123\",\"headPhone\":\"15123213213\",\"id\":24,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"21\",\"repairShopName\":\"32323\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-13 11:45:00\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 11:45:01', 46); +INSERT INTO `sys_oper_log` VALUES (1391, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo245\",\"carId\":24,\"carNumber\":\"川G10677\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jdkf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 11:45:53', 75); +INSERT INTO `sys_oper_log` VALUES (1392, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":24,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:45:53', 68); +INSERT INTO `sys_oper_log` VALUES (1393, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":24,\"carNumber\":\"川G10677\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":28,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 11:45:53', 104); +INSERT INTO `sys_oper_log` VALUES (1394, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo245\",\"carId\":24,\"carNumber\":\"川G10677\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jdkf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 11:46:41', 17); +INSERT INTO `sys_oper_log` VALUES (1395, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"1\",\"city\":\"邢台市\",\"cityCode\":\"130500\",\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-07-13 11:46:55\",\"district\":\"邢台县\",\"districtCode\":\"130521\",\"headName\":\"654\",\"headPhone\":\"15131412321\",\"id\":25,\"province\":\"河北省\",\"provinceCode\":\"130000\",\"remark\":\"2\",\"repairShopName\":\"13\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-13 11:46:55\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 11:46:55', 9); +INSERT INTO `sys_oper_log` VALUES (1396, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18667137007', NULL, '/car/add', '118.114.62.162', '', '{\"carColor\":1,\"carEngineNumber\":\"123123\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"123123\",\"purchasePrice\":12,\"purchaseTime\":\"2023-07-13\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 11:51:30', 22); +INSERT INTO `sys_oper_log` VALUES (1397, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":26,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 11:53:03', 8); +INSERT INTO `sys_oper_log` VALUES (1398, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 11:53:03', 29); +INSERT INTO `sys_oper_log` VALUES (1399, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 11:53:03', 6); +INSERT INTO `sys_oper_log` VALUES (1400, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 11:53:27', 12); +INSERT INTO `sys_oper_log` VALUES (1401, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 11:53:33', 13); +INSERT INTO `sys_oper_log` VALUES (1402, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 11:54:06', 11); +INSERT INTO `sys_oper_log` VALUES (1403, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 11:54:09', 11); +INSERT INTO `sys_oper_log` VALUES (1404, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"14092034489\",\"deviceType\":2,\"installTime\":\"2023-07-13\",\"relay\":2}],\"carId\":19}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-13 11:56:40', 6); +INSERT INTO `sys_oper_log` VALUES (1405, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079377\",\"deviceType\":1,\"installBeforeMileage\":100,\"installTime\":\"2023-07-13\",\"relay\":2}],\"carId\":19}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 11:57:11', 14); +INSERT INTO `sys_oper_log` VALUES (1406, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 11:58:34', 9); +INSERT INTO `sys_oper_log` VALUES (1407, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 12:04:31', 66); +INSERT INTO `sys_oper_log` VALUES (1408, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 12:04:31', 84); +INSERT INTO `sys_oper_log` VALUES (1409, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 12:04:31', 83); +INSERT INTO `sys_oper_log` VALUES (1410, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 12:08:42', 16); +INSERT INTO `sys_oper_log` VALUES (1411, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 12:08:42', 24); +INSERT INTO `sys_oper_log` VALUES (1412, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 12:08:42', 19); +INSERT INTO `sys_oper_log` VALUES (1413, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, '18667137007', NULL, '/carDayMileage/dayListExport', '118.114.62.162', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-13 12:10:18', 12); +INSERT INTO `sys_oper_log` VALUES (1414, '里程监控:总里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.sumListExport()', 'POST', 1, '18667137007', NULL, '/carDayMileage/sumListExport', '118.114.62.162', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":2}', NULL, 0, NULL, '2023-07-13 12:16:48', 11); +INSERT INTO `sys_oper_log` VALUES (1415, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.139.242.19', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo245\",\"carId\":24,\"carNumber\":\"川G10677\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jdkf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-13 13:34:39', 14); +INSERT INTO `sys_oper_log` VALUES (1416, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.139.242.19', '', '{\"carId\":24,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 13:34:39', 34); +INSERT INTO `sys_oper_log` VALUES (1417, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.139.242.19', '', '{\"carId\":\"24\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":24,\"carNumber\":\"川G10677\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":28,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 13:34:39', 18); +INSERT INTO `sys_oper_log` VALUES (1418, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.139.242.19', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 13:35:30', 4); +INSERT INTO `sys_oper_log` VALUES (1419, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.139.242.19', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 13:35:30', 12); +INSERT INTO `sys_oper_log` VALUES (1420, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.139.242.19', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 13:35:30', 19); +INSERT INTO `sys_oper_log` VALUES (1421, '里程监控:总里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.sumListExport()', 'POST', 1, '18667137007', NULL, '/carDayMileage/sumListExport', '118.114.62.162', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[15,16],\"shopIds\":[15,16],\"state\":[],\"type\":2}', NULL, 0, NULL, '2023-07-13 13:49:13', 8); +INSERT INTO `sys_oper_log` VALUES (1422, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 15:01:35', 10); +INSERT INTO `sys_oper_log` VALUES (1423, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 15:02:28', 13); +INSERT INTO `sys_oper_log` VALUES (1424, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 15:02:28', 12); +INSERT INTO `sys_oper_log` VALUES (1425, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 15:02:28', 11); +INSERT INTO `sys_oper_log` VALUES (1426, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":26,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 15:11:27', 4); +INSERT INTO `sys_oper_log` VALUES (1427, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 15:11:27', 16); +INSERT INTO `sys_oper_log` VALUES (1428, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 15:11:27', 3); +INSERT INTO `sys_oper_log` VALUES (1429, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 15:11:28', 10); +INSERT INTO `sys_oper_log` VALUES (1430, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":26,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 15:24:26', 8); +INSERT INTO `sys_oper_log` VALUES (1431, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"123123\",\"carId\":26,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"123123\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"123\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-13 15:24:26', 16); +INSERT INTO `sys_oper_log` VALUES (1432, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"26\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 15:24:26', 2); +INSERT INTO `sys_oper_log` VALUES (1433, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"nickName\":\"xihao\",\"params\":{},\"phonenumber\":\"18667137007\",\"roleId\":21}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-13 15:34:31', 36); +INSERT INTO `sys_oper_log` VALUES (1434, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18667137007', NULL, '/car/add', '118.114.62.162', '', '{\"carColor\":3,\"carEngineNumber\":\"2323423423\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"T1223332221\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-13\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 17:09:50', 16); +INSERT INTO `sys_oper_log` VALUES (1435, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-13 17:22:39', 76); +INSERT INTO `sys_oper_log` VALUES (1436, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, '18667137007', NULL, '/car/servicing', '118.114.62.162', '', '{\"carId\":11,\"carServicingProjectList\":[{\"amountSum\":200,\"picture\":\"\",\"projectCount\":2,\"projectName\":\"test\",\"unitPrice\":100}],\"servicingMoney\":200,\"servicingRemark\":\"test\",\"servicingTime\":\"2023-07-31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:24:32', 50); +INSERT INTO `sys_oper_log` VALUES (1437, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, '18667137007', NULL, '/car/servicing', '118.114.62.162', '', '{\"carId\":11,\"carServicingProjectList\":[{\"amountSum\":200,\"picture\":\"\",\"projectCount\":2,\"projectName\":\"test\",\"unitPrice\":100}],\"servicingMoney\":200,\"servicingRemark\":\"test\",\"servicingTime\":\"2023-07-13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:25:02', 13); +INSERT INTO `sys_oper_log` VALUES (1438, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 17:25:05', 10); +INSERT INTO `sys_oper_log` VALUES (1439, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 17:25:05', 10); +INSERT INTO `sys_oper_log` VALUES (1440, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 17:25:05', 16); +INSERT INTO `sys_oper_log` VALUES (1441, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":16,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 17:25:55', 4); +INSERT INTO `sys_oper_log` VALUES (1442, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a3\",\"carId\":16,\"carNumber\":\"川S111112\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A2\",\"phone\":[null],\"purchasePrice\":2.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 17:25:55', 9); +INSERT INTO `sys_oper_log` VALUES (1443, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":16,\"carNumber\":\"川S111112\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":20,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 17:25:56', 15); +INSERT INTO `sys_oper_log` VALUES (1444, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 17:26:04', 20); +INSERT INTO `sys_oper_log` VALUES (1445, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 17:26:04', 25); +INSERT INTO `sys_oper_log` VALUES (1446, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 17:26:04', 14); +INSERT INTO `sys_oper_log` VALUES (1447, '车辆管理:车辆处置', 2, 'com.ruoyi.vehicle.controller.TCarController.dispose()', 'POST', 1, '18667137007', NULL, '/car/dispose', '118.114.62.162', '', '{\"carId\":16,\"disposePerson\":\"席昊\",\"disposePicture\":\"\",\"disposeTime\":\"2023-07-13\",\"disposeWay\":1,\"remark\":\"test\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:27:24', 16); +INSERT INTO `sys_oper_log` VALUES (1448, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":16,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 17:27:30', 4); +INSERT INTO `sys_oper_log` VALUES (1449, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a3\",\"carId\":16,\"carNumber\":\"川S111112\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A2\",\"phone\":[null],\"purchasePrice\":2.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 17:27:30', 11); +INSERT INTO `sys_oper_log` VALUES (1450, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"16\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":16,\"carNumber\":\"川S111112\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":20,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 17:27:31', 11); +INSERT INTO `sys_oper_log` VALUES (1451, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 17:27:35', 4); +INSERT INTO `sys_oper_log` VALUES (1452, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 17:27:35', 9); +INSERT INTO `sys_oper_log` VALUES (1453, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 17:27:35', 21); +INSERT INTO `sys_oper_log` VALUES (1454, '车辆管理:车辆处置', 2, 'com.ruoyi.vehicle.controller.TCarController.dispose()', 'POST', 1, '18667137007', NULL, '/car/dispose', '118.114.62.162', '', '{\"carId\":17,\"disposePerson\":\"席昊\",\"disposePicture\":\"\",\"disposeTime\":\"2023-07-13\",\"disposeWay\":1,\"remark\":\"\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:27:48', 10); +INSERT INTO `sys_oper_log` VALUES (1455, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, 'admin', NULL, '/carType/add', '221.182.45.100', '', '{\"carBrand\":\"沃尔沃\",\"carModel\":\"S90\",\"companyId\":4,\"createTime\":\"2023-07-13 17:53:28\",\"id\":21,\"typeNumber\":\"2123130829\",\"updateTime\":\"2023-07-13 17:53:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:53:28', 8); +INSERT INTO `sys_oper_log` VALUES (1456, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"XW0001\",\"carPicture\":\"\",\"carType\":\"21\",\"carVinNumber\":\"XS0001\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-13\",\"remark\":\"\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2024-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 17:54:14', 7); +INSERT INTO `sys_oper_log` VALUES (1457, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.62.162', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"121212\",\"deviceType\":1,\"installBeforeMileage\":1000,\"installTime\":\"2023-07-13\",\"relay\":2},{\"deviceID\":\"123123\",\"deviceType\":2,\"installTime\":\"2023-07-13\",\"relay\":2}],\"carId\":30}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:55:57', 18); +INSERT INTO `sys_oper_log` VALUES (1458, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"XW0001\",\"carPicture\":\"\",\"carType\":\"21\",\"carVinNumber\":\"XS0001\",\"createTime\":\"2023-07-13 17:57:34\",\"id\":30,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 17:57:34\",\"warrantyTime\":\"2024-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:57:34', 12); +INSERT INTO `sys_oper_log` VALUES (1459, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"XW0001\",\"carPicture\":\"\",\"carType\":\"21\",\"carVinNumber\":\"XS0001\",\"createTime\":\"2023-07-13 17:58:20\",\"id\":30,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 17:58:20\",\"warrantyTime\":\"2024-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:58:20', 8); +INSERT INTO `sys_oper_log` VALUES (1460, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, 'admin', NULL, '/car/29', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 17:59:55', 9); +INSERT INTO `sys_oper_log` VALUES (1461, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, 'admin', NULL, '/car/14', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:00:01', 5); +INSERT INTO `sys_oper_log` VALUES (1462, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:00:29', 8); +INSERT INTO `sys_oper_log` VALUES (1463, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:00:29', 16); +INSERT INTO `sys_oper_log` VALUES (1464, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 18:00:29', 2); +INSERT INTO `sys_oper_log` VALUES (1465, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, 'admin', NULL, '/car/26', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:01:37', 4); +INSERT INTO `sys_oper_log` VALUES (1466, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":18,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:03:25', 5); +INSERT INTO `sys_oper_log` VALUES (1467, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"18\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a5\",\"carId\":18,\"carNumber\":\"川S111114\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A4\",\"phone\":[null],\"purchasePrice\":4.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:03:25', 15); +INSERT INTO `sys_oper_log` VALUES (1468, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"18\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":18,\"carNumber\":\"川S111114\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":22,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 18:03:25', 11); +INSERT INTO `sys_oper_log` VALUES (1469, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"dd22\",\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-2\",\"createTime\":\"2023-07-13 18:04:27\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"id\":11,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"updateTime\":\"2023-07-13 18:04:27\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:04:27', 8); +INSERT INTO `sys_oper_log` VALUES (1470, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"dd22\",\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"15\",\"carVinNumber\":\"qin-2\",\"createTime\":\"2023-07-13 18:05:46\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"id\":11,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-12\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"updateTime\":\"2023-07-13 18:05:46\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:05:46', 6); +INSERT INTO `sys_oper_log` VALUES (1471, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"XW0001\",\"carPicture\":\"\",\"carType\":\"21\",\"carVinNumber\":\"XS0001\",\"createTime\":\"2023-07-13 18:07:20\",\"id\":30,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 18:07:20\",\"warrantyTime\":\"2024-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:07:20', 7); +INSERT INTO `sys_oper_log` VALUES (1472, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"1111111\",\"carNumber\":\" 渝AA11123\",\"carPicture\":\"\",\"carType\":\"20\",\"carVinNumber\":\"1111111\",\"createTime\":\"2023-07-13 18:07:55\",\"drivingLicense\":\"\",\"id\":28,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-01-01\",\"remark\":\" 测试批量导入\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 18:07:55\",\"warrantyTime\":\"2023-01-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:07:55', 7); +INSERT INTO `sys_oper_log` VALUES (1473, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"a4\",\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carVinNumber\":\"A3\",\"createTime\":\"2023-07-13 18:09:23\",\"drivingLicense\":\"\",\"id\":17,\"operationCertificate\":\"\",\"purchasePrice\":10,\"purchaseTime\":\"2023-07-12\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 18:09:23\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:09:23', 6); +INSERT INTO `sys_oper_log` VALUES (1474, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"1111111\",\"carNumber\":\" 渝AA11123\",\"carPicture\":\"\",\"carType\":\"20\",\"carVinNumber\":\"1111111\",\"createTime\":\"2023-07-13 18:11:25\",\"drivingLicense\":\"\",\"id\":28,\"purchasePrice\":15,\"purchaseTime\":\"2023-01-01\",\"remark\":\" 测试批量导入\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-13 18:11:25\",\"warrantyTime\":\"2023-01-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:11:25', 7); +INSERT INTO `sys_oper_log` VALUES (1475, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:12:47', 9); +INSERT INTO `sys_oper_log` VALUES (1476, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 18:12:48', 11); +INSERT INTO `sys_oper_log` VALUES (1477, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 18:12:48', 9); +INSERT INTO `sys_oper_log` VALUES (1478, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:13:11', 4); +INSERT INTO `sys_oper_log` VALUES (1479, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:13:11', 7); +INSERT INTO `sys_oper_log` VALUES (1480, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 18:13:11', 11); +INSERT INTO `sys_oper_log` VALUES (1481, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:13:32', 4); +INSERT INTO `sys_oper_log` VALUES (1482, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:13:32', 15); +INSERT INTO `sys_oper_log` VALUES (1483, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 18:13:32', 8); +INSERT INTO `sys_oper_log` VALUES (1484, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:15:52', 5); +INSERT INTO `sys_oper_log` VALUES (1485, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:15:52', 8); +INSERT INTO `sys_oper_log` VALUES (1486, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 18:15:52', 2); +INSERT INTO `sys_oper_log` VALUES (1487, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"a0001\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"b0002\",\"purchasePrice\":15,\"purchaseTime\":\"2023-07-13\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-13 18:17:56', 5); +INSERT INTO `sys_oper_log` VALUES (1488, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"121212\",\"deviceType\":1,\"id\":18,\"installBeforeMileage\":1000,\"installTime\":\"2023-07-12\",\"relay\":1},{\"deviceID\":\"123123\",\"deviceType\":2,\"id\":19,\"installTime\":\"2023-07-12\",\"relay\":2}],\"carId\":30}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:25:29', 15); +INSERT INTO `sys_oper_log` VALUES (1489, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"121212\",\"deviceType\":1,\"id\":18,\"installBeforeMileage\":1000,\"installTime\":\"2023-07-11\",\"relay\":2},{\"deviceID\":\"123123\",\"deviceType\":2,\"id\":19,\"installTime\":\"2023-07-11\",\"relay\":2}],\"carId\":30}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 18:25:34', 10); +INSERT INTO `sys_oper_log` VALUES (1490, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 18:27:06', 3); +INSERT INTO `sys_oper_log` VALUES (1491, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 18:27:06', 20); +INSERT INTO `sys_oper_log` VALUES (1492, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 18:27:06', 2); +INSERT INTO `sys_oper_log` VALUES (1493, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-13 18:31:23', 22); +INSERT INTO `sys_oper_log` VALUES (1494, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-13 18:31:31', 7); +INSERT INTO `sys_oper_log` VALUES (1495, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"147\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 12:47:21\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"李已\",\"params\":{},\"password\":\"$2a$10$s8u4pHc4LxhWhtrZD/F89.nWZ.2lMJsCK4TYHy9t5qBh5sYoHtsgu\",\"phonenumber\":\"13312551255\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":147,\"userName\":\"13312551255\"}}}', 0, NULL, '2023-07-13 18:31:40', 10); +INSERT INTO `sys_oper_log` VALUES (1496, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"155\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:42:33\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"金三\",\"params\":{},\"password\":\"$2a$10$8fpGTo6JM8GOeGHr.goQweCAusfOd8jUdXI6uKDtTC7zDdviEqn1S\",\"phonenumber\":\"19912341235\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":155,\"userName\":\"19912341235\"}}}', 0, NULL, '2023-07-13 18:31:45', 15); +INSERT INTO `sys_oper_log` VALUES (1497, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic', '118.114.62.162', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[116.462274,39.910067],[116.465725,39.909878],[116.465034,39.906172],[116.462126,39.906626]]\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-13 19:12:58', 107); +INSERT INTO `sys_oper_log` VALUES (1498, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:55:57', 66); +INSERT INTO `sys_oper_log` VALUES (1499, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 19:55:57', 49); +INSERT INTO `sys_oper_log` VALUES (1500, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 19:55:57', 16); +INSERT INTO `sys_oper_log` VALUES (1501, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 19:57:51', 7); +INSERT INTO `sys_oper_log` VALUES (1502, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:57:51', 16); +INSERT INTO `sys_oper_log` VALUES (1503, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 19:57:51', 4); +INSERT INTO `sys_oper_log` VALUES (1504, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 19:58:37', 9); +INSERT INTO `sys_oper_log` VALUES (1505, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:58:37', 13); +INSERT INTO `sys_oper_log` VALUES (1506, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 19:58:37', 2); +INSERT INTO `sys_oper_log` VALUES (1507, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:58:45', 10); +INSERT INTO `sys_oper_log` VALUES (1508, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:58:49', 11); +INSERT INTO `sys_oper_log` VALUES (1509, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:58:56', 11); +INSERT INTO `sys_oper_log` VALUES (1510, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 19:59:36', 6); +INSERT INTO `sys_oper_log` VALUES (1511, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 19:59:36', 26); +INSERT INTO `sys_oper_log` VALUES (1512, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 19:59:36', 2); +INSERT INTO `sys_oper_log` VALUES (1513, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:01:13', 7); +INSERT INTO `sys_oper_log` VALUES (1514, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 20:01:13', 19); +INSERT INTO `sys_oper_log` VALUES (1515, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 20:01:13', 3); +INSERT INTO `sys_oper_log` VALUES (1516, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":28,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:01:30', 10); +INSERT INTO `sys_oper_log` VALUES (1517, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111111\",\"carId\":28,\"carNumber\":\"渝AA11123\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"1111111\",\"drivingLicense\":\"\",\"phone\":[null],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"remark\":\" 测试批量导入\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-01-01 00:00:00\"}}', 0, NULL, '2023-07-13 20:01:30', 13); +INSERT INTO `sys_oper_log` VALUES (1518, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 20:01:30', 2); +INSERT INTO `sys_oper_log` VALUES (1519, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:03:16', 11); +INSERT INTO `sys_oper_log` VALUES (1520, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 20:03:16', 18); +INSERT INTO `sys_oper_log` VALUES (1521, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 20:03:16', 4); +INSERT INTO `sys_oper_log` VALUES (1522, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":33,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"operationCertificateExpireTime\":\"2023-07-13\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Thu Jul 13 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Thu Jul 13 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Thu Jul 13 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Thu Jul 13 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-13 20:04:18', 22); +INSERT INTO `sys_oper_log` VALUES (1523, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:05:32', 6); +INSERT INTO `sys_oper_log` VALUES (1524, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 20:05:32', 10); +INSERT INTO `sys_oper_log` VALUES (1525, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:05:32', 52); +INSERT INTO `sys_oper_log` VALUES (1526, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":17,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:06:54', 12); +INSERT INTO `sys_oper_log` VALUES (1527, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a4\",\"carId\":17,\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A3\",\"drivingLicense\":\"\",\"operationCertificate\":\"\",\"phone\":[null],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 20:06:54', 36); +INSERT INTO `sys_oper_log` VALUES (1528, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":17,\"carNumber\":\"川S111113\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":21,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:06:54', 14); +INSERT INTO `sys_oper_log` VALUES (1529, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:08:02', 3); +INSERT INTO `sys_oper_log` VALUES (1530, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 20:08:02', 33); +INSERT INTO `sys_oper_log` VALUES (1531, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 20:08:02', 3); +INSERT INTO `sys_oper_log` VALUES (1532, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:08:14', 5); +INSERT INTO `sys_oper_log` VALUES (1533, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-13 20:08:14', 12); +INSERT INTO `sys_oper_log` VALUES (1534, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:08:14', 11); +INSERT INTO `sys_oper_log` VALUES (1535, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:27:34', 8); +INSERT INTO `sys_oper_log` VALUES (1536, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 20:27:34', 21); +INSERT INTO `sys_oper_log` VALUES (1537, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:27:34', 14); +INSERT INTO `sys_oper_log` VALUES (1538, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:27:51', 6); +INSERT INTO `sys_oper_log` VALUES (1539, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 20:27:51', 22); +INSERT INTO `sys_oper_log` VALUES (1540, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:27:51', 9); +INSERT INTO `sys_oper_log` VALUES (1541, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 20:28:13', 17); +INSERT INTO `sys_oper_log` VALUES (1542, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:28:13', 4); +INSERT INTO `sys_oper_log` VALUES (1543, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:28:13', 13); +INSERT INTO `sys_oper_log` VALUES (1544, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.62.162', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:28:25', 5); +INSERT INTO `sys_oper_log` VALUES (1545, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-13 20:28:25', 12); +INSERT INTO `sys_oper_log` VALUES (1546, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.62.162', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-13 20:28:25', 10); +INSERT INTO `sys_oper_log` VALUES (1547, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 20:50:24', 9); +INSERT INTO `sys_oper_log` VALUES (1548, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-13 20:50:24', 11); +INSERT INTO `sys_oper_log` VALUES (1549, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-13 20:50:24', 2); +INSERT INTO `sys_oper_log` VALUES (1550, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-13 20:50:25', 9); +INSERT INTO `sys_oper_log` VALUES (1551, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 10:04:24', 8); +INSERT INTO `sys_oper_log` VALUES (1552, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-14 10:04:24', 22); +INSERT INTO `sys_oper_log` VALUES (1553, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 10:04:24', 13); +INSERT INTO `sys_oper_log` VALUES (1554, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 10:05:13', 6); +INSERT INTO `sys_oper_log` VALUES (1555, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-14 10:05:13', 11); +INSERT INTO `sys_oper_log` VALUES (1556, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 10:05:13', 12); +INSERT INTO `sys_oper_log` VALUES (1557, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 10:12:23', 6); +INSERT INTO `sys_oper_log` VALUES (1558, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-14 10:12:23', 10); +INSERT INTO `sys_oper_log` VALUES (1559, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 10:12:23', 16); +INSERT INTO `sys_oper_log` VALUES (1560, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 10:12:35', 5); +INSERT INTO `sys_oper_log` VALUES (1561, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-14 10:12:35', 16); +INSERT INTO `sys_oper_log` VALUES (1562, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 10:12:35', 11); +INSERT INTO `sys_oper_log` VALUES (1563, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18280405249', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 11:13:11', 29); +INSERT INTO `sys_oper_log` VALUES (1564, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18280405249', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-14 11:13:11', 67); +INSERT INTO `sys_oper_log` VALUES (1565, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18280405249', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 11:13:11', 67); +INSERT INTO `sys_oper_log` VALUES (1566, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.106.96', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 11:28:50', 8); +INSERT INTO `sys_oper_log` VALUES (1567, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.106.96', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-14 11:28:50', 27); +INSERT INTO `sys_oper_log` VALUES (1568, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.106.96', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 11:28:50', 15); +INSERT INTO `sys_oper_log` VALUES (1569, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"北京市东城区\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-07-14 14:49:06\",\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"杰哥\",\"headPhone\":\"18396586485\",\"id\":26,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"repairShopName\":\"杰哥修理厂\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-14 14:49:06\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-14 14:49:06', 40); +INSERT INTO `sys_oper_log` VALUES (1570, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 15:16:01', 62); +INSERT INTO `sys_oper_log` VALUES (1571, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-14 15:16:01', 86); +INSERT INTO `sys_oper_log` VALUES (1572, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 15:16:01', 90); +INSERT INTO `sys_oper_log` VALUES (1573, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-14 15:56:09', 81); +INSERT INTO `sys_oper_log` VALUES (1574, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 15:56:09', 84); +INSERT INTO `sys_oper_log` VALUES (1575, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 15:56:10', 118); +INSERT INTO `sys_oper_log` VALUES (1576, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 16:18:48', 82); +INSERT INTO `sys_oper_log` VALUES (1577, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 16:18:48', 81); +INSERT INTO `sys_oper_log` VALUES (1578, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 16:18:48', 145); +INSERT INTO `sys_oper_log` VALUES (1579, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"phone\":[null],\"purchasePrice\":7.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-14 16:48:53', 13); +INSERT INTO `sys_oper_log` VALUES (1580, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":21,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 16:48:53', 5); +INSERT INTO `sys_oper_log` VALUES (1581, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":21,\"carNumber\":\"川S111117\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":25,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 16:48:53', 37); +INSERT INTO `sys_oper_log` VALUES (1582, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:00:39', 10); +INSERT INTO `sys_oper_log` VALUES (1583, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:00:39', 21); +INSERT INTO `sys_oper_log` VALUES (1584, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:00:39', 19); +INSERT INTO `sys_oper_log` VALUES (1585, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:00:44', 12); +INSERT INTO `sys_oper_log` VALUES (1586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:00:57', 12); +INSERT INTO `sys_oper_log` VALUES (1587, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:06:37', 7); +INSERT INTO `sys_oper_log` VALUES (1588, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:37', 20); +INSERT INTO `sys_oper_log` VALUES (1589, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:06:37', 18); +INSERT INTO `sys_oper_log` VALUES (1590, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:38', 11); +INSERT INTO `sys_oper_log` VALUES (1591, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:42', 13); +INSERT INTO `sys_oper_log` VALUES (1592, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:44', 11); +INSERT INTO `sys_oper_log` VALUES (1593, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:47', 15); +INSERT INTO `sys_oper_log` VALUES (1594, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:50', 14); +INSERT INTO `sys_oper_log` VALUES (1595, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:52', 11); +INSERT INTO `sys_oper_log` VALUES (1596, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:06:57', 11); +INSERT INTO `sys_oper_log` VALUES (1597, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:07:04', 15); +INSERT INTO `sys_oper_log` VALUES (1598, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:07:27', 12); +INSERT INTO `sys_oper_log` VALUES (1599, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":20,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:10:18', 5); +INSERT INTO `sys_oper_log` VALUES (1600, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"20\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a7\",\"carId\":20,\"carNumber\":\"川S111116\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A6\",\"phone\":[null],\"purchasePrice\":6.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-14 17:10:18', 25); +INSERT INTO `sys_oper_log` VALUES (1601, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"20\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":20,\"carNumber\":\"川S111116\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":24,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:10:18', 33); +INSERT INTO `sys_oper_log` VALUES (1602, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"20\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a7\",\"carId\":20,\"carNumber\":\"川S111116\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A6\",\"phone\":[null],\"purchasePrice\":6.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-14 17:10:22', 9); +INSERT INTO `sys_oper_log` VALUES (1603, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:14:58', 13); +INSERT INTO `sys_oper_log` VALUES (1604, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:14:58', 5); +INSERT INTO `sys_oper_log` VALUES (1605, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:14:58', 16); +INSERT INTO `sys_oper_log` VALUES (1606, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:17:43', 17); +INSERT INTO `sys_oper_log` VALUES (1607, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:17:43', 18); +INSERT INTO `sys_oper_log` VALUES (1608, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:17:43', 16); +INSERT INTO `sys_oper_log` VALUES (1609, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:20:06', 10); +INSERT INTO `sys_oper_log` VALUES (1610, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 17:20:06', 25); +INSERT INTO `sys_oper_log` VALUES (1611, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:20:06', 11); +INSERT INTO `sys_oper_log` VALUES (1612, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:22:24', 4); +INSERT INTO `sys_oper_log` VALUES (1613, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 17:22:24', 15); +INSERT INTO `sys_oper_log` VALUES (1614, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:22:25', 29); +INSERT INTO `sys_oper_log` VALUES (1615, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:23:27', 5); +INSERT INTO `sys_oper_log` VALUES (1616, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 17:23:27', 18); +INSERT INTO `sys_oper_log` VALUES (1617, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:23:27', 33); +INSERT INTO `sys_oper_log` VALUES (1618, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:26:47', 5); +INSERT INTO `sys_oper_log` VALUES (1619, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 17:26:47', 15); +INSERT INTO `sys_oper_log` VALUES (1620, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:26:47', 23); +INSERT INTO `sys_oper_log` VALUES (1621, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 17:26:55', 8); +INSERT INTO `sys_oper_log` VALUES (1622, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 17:26:56', 3); +INSERT INTO `sys_oper_log` VALUES (1623, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 17:26:56', 21); +INSERT INTO `sys_oper_log` VALUES (1624, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:01:22', 118); +INSERT INTO `sys_oper_log` VALUES (1625, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:01:22', 103); +INSERT INTO `sys_oper_log` VALUES (1626, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:01:22', 173); +INSERT INTO `sys_oper_log` VALUES (1627, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:02:11', 8); +INSERT INTO `sys_oper_log` VALUES (1628, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:02:11', 25); +INSERT INTO `sys_oper_log` VALUES (1629, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:02:11', 59); +INSERT INTO `sys_oper_log` VALUES (1630, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:03:31', 5); +INSERT INTO `sys_oper_log` VALUES (1631, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:03:43', 7); +INSERT INTO `sys_oper_log` VALUES (1632, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:04:13', 6); +INSERT INTO `sys_oper_log` VALUES (1633, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:04:20', 5); +INSERT INTO `sys_oper_log` VALUES (1634, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:04:49', 10); +INSERT INTO `sys_oper_log` VALUES (1635, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:04:49', 23); +INSERT INTO `sys_oper_log` VALUES (1636, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:04:50', 43); +INSERT INTO `sys_oper_log` VALUES (1637, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:05:02', 5); +INSERT INTO `sys_oper_log` VALUES (1638, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:05:02', 24); +INSERT INTO `sys_oper_log` VALUES (1639, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:05:02', 37); +INSERT INTO `sys_oper_log` VALUES (1640, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:05:59', 8); +INSERT INTO `sys_oper_log` VALUES (1641, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:05:59', 21); +INSERT INTO `sys_oper_log` VALUES (1642, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:05:59', 34); +INSERT INTO `sys_oper_log` VALUES (1643, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:07:47', 17); +INSERT INTO `sys_oper_log` VALUES (1644, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:07:47', 20); +INSERT INTO `sys_oper_log` VALUES (1645, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:07:47', 49); +INSERT INTO `sys_oper_log` VALUES (1646, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:08:12', 8); +INSERT INTO `sys_oper_log` VALUES (1647, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:08:12', 15); +INSERT INTO `sys_oper_log` VALUES (1648, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:08:12', 38); +INSERT INTO `sys_oper_log` VALUES (1649, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:08:22', 7); +INSERT INTO `sys_oper_log` VALUES (1650, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:08:22', 14); +INSERT INTO `sys_oper_log` VALUES (1651, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:08:23', 44); +INSERT INTO `sys_oper_log` VALUES (1652, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:14:18', 23); +INSERT INTO `sys_oper_log` VALUES (1653, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:14:18', 11); +INSERT INTO `sys_oper_log` VALUES (1654, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:14:18', 35); +INSERT INTO `sys_oper_log` VALUES (1655, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:14:28', 7); +INSERT INTO `sys_oper_log` VALUES (1656, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:14:28', 46); +INSERT INTO `sys_oper_log` VALUES (1657, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:14:28', 44); +INSERT INTO `sys_oper_log` VALUES (1658, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:14:34', 16); +INSERT INTO `sys_oper_log` VALUES (1659, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:14:34', 30); +INSERT INTO `sys_oper_log` VALUES (1660, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:14:34', 50); +INSERT INTO `sys_oper_log` VALUES (1661, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:14:47', 10); +INSERT INTO `sys_oper_log` VALUES (1662, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:14:47', 35); +INSERT INTO `sys_oper_log` VALUES (1663, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:14:47', 6); +INSERT INTO `sys_oper_log` VALUES (1664, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:14:47', 38); +INSERT INTO `sys_oper_log` VALUES (1665, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:14:47', 38); +INSERT INTO `sys_oper_log` VALUES (1666, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:14:47', 45); +INSERT INTO `sys_oper_log` VALUES (1667, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:15:28', 6); +INSERT INTO `sys_oper_log` VALUES (1668, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:15:28', 23); +INSERT INTO `sys_oper_log` VALUES (1669, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:15:28', 33); +INSERT INTO `sys_oper_log` VALUES (1670, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:15:30', 6); +INSERT INTO `sys_oper_log` VALUES (1671, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:15:30', 19); +INSERT INTO `sys_oper_log` VALUES (1672, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:15:30', 56); +INSERT INTO `sys_oper_log` VALUES (1673, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:15:44', 18); +INSERT INTO `sys_oper_log` VALUES (1674, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 18:16:03', 15); +INSERT INTO `sys_oper_log` VALUES (1675, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:16:15', 4); +INSERT INTO `sys_oper_log` VALUES (1676, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:16:15', 14); +INSERT INTO `sys_oper_log` VALUES (1677, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:16:15', 30); +INSERT INTO `sys_oper_log` VALUES (1678, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:16:18', 13); +INSERT INTO `sys_oper_log` VALUES (1679, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:19:06', 12); +INSERT INTO `sys_oper_log` VALUES (1680, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 18:20:52', 17); +INSERT INTO `sys_oper_log` VALUES (1681, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:21:09', 8); +INSERT INTO `sys_oper_log` VALUES (1682, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:21:09', 14); +INSERT INTO `sys_oper_log` VALUES (1683, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:21:10', 38); +INSERT INTO `sys_oper_log` VALUES (1684, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:21:11', 11); +INSERT INTO `sys_oper_log` VALUES (1685, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 18:21:52', 4); +INSERT INTO `sys_oper_log` VALUES (1686, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 18:21:52', 11); +INSERT INTO `sys_oper_log` VALUES (1687, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 18:21:52', 13); +INSERT INTO `sys_oper_log` VALUES (1688, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"银色\",\"carEngineNumber\":\"2323423423\",\"carId\":27,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"T1223332221\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-14 18:21:59', 12); +INSERT INTO `sys_oper_log` VALUES (1689, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 18:22:27', 11); +INSERT INTO `sys_oper_log` VALUES (1690, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:29:55', 10); +INSERT INTO `sys_oper_log` VALUES (1691, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:29:57', 13); +INSERT INTO `sys_oper_log` VALUES (1692, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-14 18:29:59', 9); +INSERT INTO `sys_oper_log` VALUES (1693, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"content\":\"\\\"[[116.462274,39.910067],[116.465725,39.909878],[116.465034,39.906172],[116.462126,39.906626]]\\\"\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"id\":46,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-14 18:47:43', 104); +INSERT INTO `sys_oper_log` VALUES (1694, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.904846,31.461338],[103.994968,31.154673],[103.609621,31.251692],[103.608068,31.365862]]\",\"controlCar\":\"5\",\"electronicFenceName\":\"测试\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-14 19:40:28', 64); +INSERT INTO `sys_oper_log` VALUES (1695, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-14 23:52:07', 46); +INSERT INTO `sys_oper_log` VALUES (1696, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-14 23:52:07', 40); +INSERT INTO `sys_oper_log` VALUES (1697, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-14 23:52:07', 81); +INSERT INTO `sys_oper_log` VALUES (1698, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '171.88.109.220', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 00:20:08', 27); +INSERT INTO `sys_oper_log` VALUES (1699, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":32,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"operationCertificateExpireTime\":\"2023-07-14\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 00:20:18', 65); +INSERT INTO `sys_oper_log` VALUES (1700, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":32,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"operationCertificateExpireTime\":\"2023-07-05\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 00:20:24', 13); +INSERT INTO `sys_oper_log` VALUES (1701, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":32,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"operationCertificateExpireTime\":\"2023-07-05\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Wed Jul 05 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 00:20:32', 11); +INSERT INTO `sys_oper_log` VALUES (1702, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, 'admin', NULL, '/car/servicing', '171.88.109.220', '', '{\"carId\":32,\"carServicingProjectList\":[],\"servicingMoney\":0,\"servicingRemark\":\"1111\",\"servicingTime\":\"2023-07-15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 00:21:38', 19); +INSERT INTO `sys_oper_log` VALUES (1703, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, 'admin', NULL, '/car/servicing', '171.88.109.220', '', '{\"carId\":33,\"carServicingProjectList\":[],\"servicingMoney\":0,\"servicingRemark\":\"111\",\"servicingTime\":\"2023-07-15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 00:25:42', 9); +INSERT INTO `sys_oper_log` VALUES (1704, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 00:34:51', 7); +INSERT INTO `sys_oper_log` VALUES (1705, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 00:34:51', 21); +INSERT INTO `sys_oper_log` VALUES (1706, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 00:34:51', 33); +INSERT INTO `sys_oper_log` VALUES (1707, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:17:09', 12); +INSERT INTO `sys_oper_log` VALUES (1708, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 09:17:18', 4); +INSERT INTO `sys_oper_log` VALUES (1709, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 09:17:18', 12); +INSERT INTO `sys_oper_log` VALUES (1710, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 09:17:18', 29); +INSERT INTO `sys_oper_log` VALUES (1711, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 09:17:19', 10); +INSERT INTO `sys_oper_log` VALUES (1712, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:22:35', 11); +INSERT INTO `sys_oper_log` VALUES (1713, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:23:50', 9); +INSERT INTO `sys_oper_log` VALUES (1714, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:24:04', 14); +INSERT INTO `sys_oper_log` VALUES (1715, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:25:10', 9); +INSERT INTO `sys_oper_log` VALUES (1716, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:26:37', 11); +INSERT INTO `sys_oper_log` VALUES (1717, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:30:27', 12); +INSERT INTO `sys_oper_log` VALUES (1718, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.57899\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:32:02', 10); +INSERT INTO `sys_oper_log` VALUES (1719, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"104.07275\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:39:15', 13); +INSERT INTO `sys_oper_log` VALUES (1720, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 09:42:46', 4); +INSERT INTO `sys_oper_log` VALUES (1721, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 09:42:46', 15); +INSERT INTO `sys_oper_log` VALUES (1722, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 09:42:46', 23); +INSERT INTO `sys_oper_log` VALUES (1723, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"104.07275\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:42:47', 12); +INSERT INTO `sys_oper_log` VALUES (1724, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"104.07275\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:48:10', 11); +INSERT INTO `sys_oper_log` VALUES (1725, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"104.07275\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:48:48', 8); +INSERT INTO `sys_oper_log` VALUES (1726, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"104.07275\",\"longitude\":\"104.07275\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:49:05', 9); +INSERT INTO `sys_oper_log` VALUES (1727, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:50:26', 8); +INSERT INTO `sys_oper_log` VALUES (1728, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:51:08', 9); +INSERT INTO `sys_oper_log` VALUES (1729, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:52:01', 10); +INSERT INTO `sys_oper_log` VALUES (1730, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:52:10', 8); +INSERT INTO `sys_oper_log` VALUES (1731, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:52:32', 10); +INSERT INTO `sys_oper_log` VALUES (1732, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:52:52', 8); +INSERT INTO `sys_oper_log` VALUES (1733, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 09:56:01', 10); +INSERT INTO `sys_oper_log` VALUES (1734, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 09:56:01', 3); +INSERT INTO `sys_oper_log` VALUES (1735, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 09:56:01', 34); +INSERT INTO `sys_oper_log` VALUES (1736, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:58:19', 9); +INSERT INTO `sys_oper_log` VALUES (1737, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:58:55', 9); +INSERT INTO `sys_oper_log` VALUES (1738, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 09:59:28', 9); +INSERT INTO `sys_oper_log` VALUES (1739, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 10:11:29', 7); +INSERT INTO `sys_oper_log` VALUES (1740, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 10:22:43', 7); +INSERT INTO `sys_oper_log` VALUES (1741, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 10:24:03', 8); +INSERT INTO `sys_oper_log` VALUES (1742, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:13:10', 9); +INSERT INTO `sys_oper_log` VALUES (1743, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:13:24', 7); +INSERT INTO `sys_oper_log` VALUES (1744, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:13:38', 6); +INSERT INTO `sys_oper_log` VALUES (1745, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:14:39', 9); +INSERT INTO `sys_oper_log` VALUES (1746, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:14:51', 8); +INSERT INTO `sys_oper_log` VALUES (1747, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:15:13', 8); +INSERT INTO `sys_oper_log` VALUES (1748, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 11:18:36', 8); +INSERT INTO `sys_oper_log` VALUES (1749, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 11:19:14', 10); +INSERT INTO `sys_oper_log` VALUES (1750, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 11:25:55', 4); +INSERT INTO `sys_oper_log` VALUES (1751, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 11:25:55', 8); +INSERT INTO `sys_oper_log` VALUES (1752, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 11:25:55', 14); +INSERT INTO `sys_oper_log` VALUES (1753, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 11:26:18', 7); +INSERT INTO `sys_oper_log` VALUES (1754, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 11:26:27', 5); +INSERT INTO `sys_oper_log` VALUES (1755, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 11:26:27', 8); +INSERT INTO `sys_oper_log` VALUES (1756, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 11:26:27', 21); +INSERT INTO `sys_oper_log` VALUES (1757, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 11:26:34', 7); +INSERT INTO `sys_oper_log` VALUES (1758, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, '18280405248', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-15 15:21:45', 91); +INSERT INTO `sys_oper_log` VALUES (1759, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, '18280405248', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 15:21:50', 229); +INSERT INTO `sys_oper_log` VALUES (1760, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, '18280405248', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"修改密码失败,旧密码错误\",\"code\":500}', 0, NULL, '2023-07-15 15:21:57', 75); +INSERT INTO `sys_oper_log` VALUES (1761, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, '18280405248', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"新密码不能与旧密码相同\",\"code\":500}', 0, NULL, '2023-07-15 15:22:06', 147); +INSERT INTO `sys_oper_log` VALUES (1762, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, '18280405248', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 15:22:17', 222); +INSERT INTO `sys_oper_log` VALUES (1763, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":27,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 15:45:38', 9); +INSERT INTO `sys_oper_log` VALUES (1764, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"银色\",\"carEngineNumber\":\"2323423423\",\"carId\":27,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"T1223332221\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 15:45:38', 16); +INSERT INTO `sys_oper_log` VALUES (1765, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":27,\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":45,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 15:45:38', 33); +INSERT INTO `sys_oper_log` VALUES (1766, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 15:45:56', 10); +INSERT INTO `sys_oper_log` VALUES (1767, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 15:46:51', 3); +INSERT INTO `sys_oper_log` VALUES (1768, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 15:46:51', 9); +INSERT INTO `sys_oper_log` VALUES (1769, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 15:46:51', 33); +INSERT INTO `sys_oper_log` VALUES (1770, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 15:47:01', 12); +INSERT INTO `sys_oper_log` VALUES (1771, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 15:47:22', 8); +INSERT INTO `sys_oper_log` VALUES (1772, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 15:49:15', 5); +INSERT INTO `sys_oper_log` VALUES (1773, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 16:14:57', 10); +INSERT INTO `sys_oper_log` VALUES (1774, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"nickName\":\"18280405248\",\"params\":{},\"phonenumber\":\"18280405248\",\"userName\":\"18280405248\"}', '{\"msg\":\"手机号已开通账号\",\"code\":500}', 0, NULL, '2023-07-15 16:42:44', 6); +INSERT INTO `sys_oper_log` VALUES (1775, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"18280445248\",\"params\":{},\"phonenumber\":\"18280445248\",\"roleType\":1,\"userId\":164,\"userName\":\"18280445248\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-15 16:43:04', 91); +INSERT INTO `sys_oper_log` VALUES (1776, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":35,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 16:47:38', 13); +INSERT INTO `sys_oper_log` VALUES (1777, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"35\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vj52\",\"carId\":35,\"carNumber\":\"川G10101\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"byd52\",\"phone\":[],\"purchasePrice\":13.00,\"purchaseTime\":\"2090-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 16:47:38', 33); +INSERT INTO `sys_oper_log` VALUES (1778, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"35\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-15 16:47:38', 3); +INSERT INTO `sys_oper_log` VALUES (1779, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/164', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 16:51:29', 7); +INSERT INTO `sys_oper_log` VALUES (1780, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"17780483321\",\"params\":{},\"phonenumber\":\"17780483321\",\"roleType\":1,\"userId\":165,\"userName\":\"17780483321\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-15 16:51:41', 82); +INSERT INTO `sys_oper_log` VALUES (1781, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/165', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 16:52:20', 5); +INSERT INTO `sys_oper_log` VALUES (1782, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 17:29:49', 7); +INSERT INTO `sys_oper_log` VALUES (1783, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 17:29:49', 10); +INSERT INTO `sys_oper_log` VALUES (1784, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 17:29:49', 17); +INSERT INTO `sys_oper_log` VALUES (1785, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 17:47:20', 74); +INSERT INTO `sys_oper_log` VALUES (1786, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 17:54:11', 12); +INSERT INTO `sys_oper_log` VALUES (1787, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 17:54:11', 18); +INSERT INTO `sys_oper_log` VALUES (1788, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 17:54:11', 91); +INSERT INTO `sys_oper_log` VALUES (1789, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"银色\",\"carEngineNumber\":\"2323423423\",\"carId\":27,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"T1223332221\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 17:54:18', 13); +INSERT INTO `sys_oper_log` VALUES (1790, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":27,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 17:54:18', 7); +INSERT INTO `sys_oper_log` VALUES (1791, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":27,\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":45,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 17:54:18', 31); +INSERT INTO `sys_oper_log` VALUES (1792, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 17:54:30', 12); +INSERT INTO `sys_oper_log` VALUES (1793, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 17:55:39', 15); +INSERT INTO `sys_oper_log` VALUES (1794, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 17:55:39', 14); +INSERT INTO `sys_oper_log` VALUES (1795, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 17:55:39', 71); +INSERT INTO `sys_oper_log` VALUES (1796, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 18:54:20', 56); +INSERT INTO `sys_oper_log` VALUES (1797, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 18:54:20', 69); +INSERT INTO `sys_oper_log` VALUES (1798, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 18:54:21', 97); +INSERT INTO `sys_oper_log` VALUES (1799, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:06:35', 9); +INSERT INTO `sys_oper_log` VALUES (1800, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:06:35', 17); +INSERT INTO `sys_oper_log` VALUES (1801, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:06:35', 38); +INSERT INTO `sys_oper_log` VALUES (1802, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:10:00', 5); +INSERT INTO `sys_oper_log` VALUES (1803, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:10:00', 35); +INSERT INTO `sys_oper_log` VALUES (1804, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:10:00', 44); +INSERT INTO `sys_oper_log` VALUES (1805, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:10:17', 14); +INSERT INTO `sys_oper_log` VALUES (1806, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:10:17', 28); +INSERT INTO `sys_oper_log` VALUES (1807, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:10:18', 54); +INSERT INTO `sys_oper_log` VALUES (1808, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:10:21', 6); +INSERT INTO `sys_oper_log` VALUES (1809, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:10:21', 17); +INSERT INTO `sys_oper_log` VALUES (1810, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:10:21', 38); +INSERT INTO `sys_oper_log` VALUES (1811, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:12:18', 282); +INSERT INTO `sys_oper_log` VALUES (1812, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:12:18', 288); +INSERT INTO `sys_oper_log` VALUES (1813, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:12:18', 134); +INSERT INTO `sys_oper_log` VALUES (1814, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:12:58', 10); +INSERT INTO `sys_oper_log` VALUES (1815, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:12:58', 37); +INSERT INTO `sys_oper_log` VALUES (1816, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:12:58', 65); +INSERT INTO `sys_oper_log` VALUES (1817, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:13:31', 11); +INSERT INTO `sys_oper_log` VALUES (1818, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:13:31', 25); +INSERT INTO `sys_oper_log` VALUES (1819, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:13:31', 65); +INSERT INTO `sys_oper_log` VALUES (1820, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:13:59', 9); +INSERT INTO `sys_oper_log` VALUES (1821, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:13:59', 23); +INSERT INTO `sys_oper_log` VALUES (1822, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:13:59', 64); +INSERT INTO `sys_oper_log` VALUES (1823, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:14:59', 16); +INSERT INTO `sys_oper_log` VALUES (1824, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:14:59', 26); +INSERT INTO `sys_oper_log` VALUES (1825, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:14:59', 53); +INSERT INTO `sys_oper_log` VALUES (1826, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:15:23', 9); +INSERT INTO `sys_oper_log` VALUES (1827, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:15:23', 17); +INSERT INTO `sys_oper_log` VALUES (1828, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:15:23', 58); +INSERT INTO `sys_oper_log` VALUES (1829, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:16:48', 37); +INSERT INTO `sys_oper_log` VALUES (1830, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:16:48', 25); +INSERT INTO `sys_oper_log` VALUES (1831, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:16:48', 50); +INSERT INTO `sys_oper_log` VALUES (1832, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:17:10', 5); +INSERT INTO `sys_oper_log` VALUES (1833, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:17:10', 23); +INSERT INTO `sys_oper_log` VALUES (1834, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:17:11', 39); +INSERT INTO `sys_oper_log` VALUES (1835, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:17:19', 14); +INSERT INTO `sys_oper_log` VALUES (1836, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:17:19', 37); +INSERT INTO `sys_oper_log` VALUES (1837, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:17:19', 58); +INSERT INTO `sys_oper_log` VALUES (1838, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:20:27', 242); +INSERT INTO `sys_oper_log` VALUES (1839, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:20:27', 245); +INSERT INTO `sys_oper_log` VALUES (1840, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:20:27', 156); +INSERT INTO `sys_oper_log` VALUES (1841, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:20:59', 18); +INSERT INTO `sys_oper_log` VALUES (1842, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:20:59', 40); +INSERT INTO `sys_oper_log` VALUES (1843, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:20:59', 63); +INSERT INTO `sys_oper_log` VALUES (1844, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:22:26', 257); +INSERT INTO `sys_oper_log` VALUES (1845, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:22:26', 254); +INSERT INTO `sys_oper_log` VALUES (1846, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:22:26', 157); +INSERT INTO `sys_oper_log` VALUES (1847, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:22:45', 8); +INSERT INTO `sys_oper_log` VALUES (1848, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:22:45', 37); +INSERT INTO `sys_oper_log` VALUES (1849, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:22:45', 77); +INSERT INTO `sys_oper_log` VALUES (1850, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:22:54', 16); +INSERT INTO `sys_oper_log` VALUES (1851, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:22:54', 13); +INSERT INTO `sys_oper_log` VALUES (1852, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:22:54', 53); +INSERT INTO `sys_oper_log` VALUES (1853, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:23:08', 8); +INSERT INTO `sys_oper_log` VALUES (1854, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:23:08', 20); +INSERT INTO `sys_oper_log` VALUES (1855, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:23:08', 60); +INSERT INTO `sys_oper_log` VALUES (1856, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:23:30', 6); +INSERT INTO `sys_oper_log` VALUES (1857, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:23:30', 38); +INSERT INTO `sys_oper_log` VALUES (1858, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:23:30', 49); +INSERT INTO `sys_oper_log` VALUES (1859, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:23:35', 16); +INSERT INTO `sys_oper_log` VALUES (1860, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:23:35', 8); +INSERT INTO `sys_oper_log` VALUES (1861, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:23:35', 54); +INSERT INTO `sys_oper_log` VALUES (1862, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:23:40', 5); +INSERT INTO `sys_oper_log` VALUES (1863, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:23:40', 26); +INSERT INTO `sys_oper_log` VALUES (1864, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:23:40', 46); +INSERT INTO `sys_oper_log` VALUES (1865, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:23:52', 5); +INSERT INTO `sys_oper_log` VALUES (1866, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:23:52', 31); +INSERT INTO `sys_oper_log` VALUES (1867, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:23:53', 45); +INSERT INTO `sys_oper_log` VALUES (1868, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:24:06', 6); +INSERT INTO `sys_oper_log` VALUES (1869, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:24:06', 26); +INSERT INTO `sys_oper_log` VALUES (1870, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:24:06', 41); +INSERT INTO `sys_oper_log` VALUES (1871, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:24:31', 7); +INSERT INTO `sys_oper_log` VALUES (1872, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:24:31', 27); +INSERT INTO `sys_oper_log` VALUES (1873, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:24:31', 39); +INSERT INTO `sys_oper_log` VALUES (1874, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:24:37', 5); +INSERT INTO `sys_oper_log` VALUES (1875, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:24:37', 23); +INSERT INTO `sys_oper_log` VALUES (1876, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:24:37', 34); +INSERT INTO `sys_oper_log` VALUES (1877, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '171.88.109.220', '', '{\"carId\":30,\"carNumber\":\"渝AA36223\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 19:30:33', 64); +INSERT INTO `sys_oper_log` VALUES (1878, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":13,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:28', 67); +INSERT INTO `sys_oper_log` VALUES (1879, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"df22285\",\"carId\":13,\"carNumber\":\"川F12333\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-192\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[],\"purchasePrice\":23.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 19:34:28', 91); +INSERT INTO `sys_oper_log` VALUES (1880, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":13,\"carNumber\":\"川F12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":17,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:29', 145); +INSERT INTO `sys_oper_log` VALUES (1881, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":21,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:32', 5); +INSERT INTO `sys_oper_log` VALUES (1882, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":7.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 19:34:32', 14); +INSERT INTO `sys_oper_log` VALUES (1883, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":21,\"carNumber\":\"川S111117\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":25,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:32', 64); +INSERT INTO `sys_oper_log` VALUES (1884, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:34', 5); +INSERT INTO `sys_oper_log` VALUES (1885, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 19:34:34', 26); +INSERT INTO `sys_oper_log` VALUES (1886, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:34', 71); +INSERT INTO `sys_oper_log` VALUES (1887, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:36', 7); +INSERT INTO `sys_oper_log` VALUES (1888, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 19:34:36', 13); +INSERT INTO `sys_oper_log` VALUES (1889, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:37', 63); +INSERT INTO `sys_oper_log` VALUES (1890, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:34:39', 26); +INSERT INTO `sys_oper_log` VALUES (1891, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:39', 7); +INSERT INTO `sys_oper_log` VALUES (1892, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:39', 36); +INSERT INTO `sys_oper_log` VALUES (1893, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:34:42', 5); +INSERT INTO `sys_oper_log` VALUES (1894, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 19:34:42', 10); +INSERT INTO `sys_oper_log` VALUES (1895, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:34:42', 35); +INSERT INTO `sys_oper_log` VALUES (1896, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:36:14', 8); +INSERT INTO `sys_oper_log` VALUES (1897, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 19:36:14', 35); +INSERT INTO `sys_oper_log` VALUES (1898, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:36:14', 29); +INSERT INTO `sys_oper_log` VALUES (1899, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:36:30', 12); +INSERT INTO `sys_oper_log` VALUES (1900, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:38:07', 10); +INSERT INTO `sys_oper_log` VALUES (1901, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:38:29', 11); +INSERT INTO `sys_oper_log` VALUES (1902, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:39:21', 11); +INSERT INTO `sys_oper_log` VALUES (1903, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:40:15', 12); +INSERT INTO `sys_oper_log` VALUES (1904, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:40:27', 12); +INSERT INTO `sys_oper_log` VALUES (1905, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:41:09', 10); +INSERT INTO `sys_oper_log` VALUES (1906, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:41:52', 11); +INSERT INTO `sys_oper_log` VALUES (1907, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:42:46', 14); +INSERT INTO `sys_oper_log` VALUES (1908, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:43:04', 13); +INSERT INTO `sys_oper_log` VALUES (1909, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:44:19', 10); +INSERT INTO `sys_oper_log` VALUES (1910, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:45:23', 14); +INSERT INTO `sys_oper_log` VALUES (1911, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:46:12', 16); +INSERT INTO `sys_oper_log` VALUES (1912, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:46:51', 11); +INSERT INTO `sys_oper_log` VALUES (1913, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:47:31', 11); +INSERT INTO `sys_oper_log` VALUES (1914, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:47:38', 13); +INSERT INTO `sys_oper_log` VALUES (1915, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 19:47:39', 11); +INSERT INTO `sys_oper_log` VALUES (1916, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:48:04', 10); +INSERT INTO `sys_oper_log` VALUES (1917, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:50:02', 6); +INSERT INTO `sys_oper_log` VALUES (1918, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:50:03', 13); +INSERT INTO `sys_oper_log` VALUES (1919, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:50:03', 42); +INSERT INTO `sys_oper_log` VALUES (1920, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:51:28', 4); +INSERT INTO `sys_oper_log` VALUES (1921, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:51:28', 26); +INSERT INTO `sys_oper_log` VALUES (1922, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:51:28', 36); +INSERT INTO `sys_oper_log` VALUES (1923, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:51:48', 20); +INSERT INTO `sys_oper_log` VALUES (1924, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:51:48', 5); +INSERT INTO `sys_oper_log` VALUES (1925, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:51:48', 35); +INSERT INTO `sys_oper_log` VALUES (1926, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:54:23', 6); +INSERT INTO `sys_oper_log` VALUES (1927, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:54:23', 29); +INSERT INTO `sys_oper_log` VALUES (1928, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:54:23', 46); +INSERT INTO `sys_oper_log` VALUES (1929, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:57:08', 15); +INSERT INTO `sys_oper_log` VALUES (1930, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:57:08', 27); +INSERT INTO `sys_oper_log` VALUES (1931, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:57:08', 31); +INSERT INTO `sys_oper_log` VALUES (1932, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 19:58:15', 7); +INSERT INTO `sys_oper_log` VALUES (1933, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 19:58:15', 22); +INSERT INTO `sys_oper_log` VALUES (1934, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 19:58:16', 29); +INSERT INTO `sys_oper_log` VALUES (1935, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:01:06', 6); +INSERT INTO `sys_oper_log` VALUES (1936, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:01:06', 15); +INSERT INTO `sys_oper_log` VALUES (1937, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:01:06', 26); +INSERT INTO `sys_oper_log` VALUES (1938, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:03:39', 8); +INSERT INTO `sys_oper_log` VALUES (1939, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:03:39', 21); +INSERT INTO `sys_oper_log` VALUES (1940, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:03:39', 29); +INSERT INTO `sys_oper_log` VALUES (1941, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:05:18', 5); +INSERT INTO `sys_oper_log` VALUES (1942, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:05:18', 22); +INSERT INTO `sys_oper_log` VALUES (1943, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:05:18', 30); +INSERT INTO `sys_oper_log` VALUES (1944, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:06:27', 5); +INSERT INTO `sys_oper_log` VALUES (1945, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:06:27', 20); +INSERT INTO `sys_oper_log` VALUES (1946, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:06:27', 28); +INSERT INTO `sys_oper_log` VALUES (1947, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:06:41', 4); +INSERT INTO `sys_oper_log` VALUES (1948, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:06:41', 19); +INSERT INTO `sys_oper_log` VALUES (1949, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:06:41', 36); +INSERT INTO `sys_oper_log` VALUES (1950, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:07:49', 8); +INSERT INTO `sys_oper_log` VALUES (1951, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:07:49', 25); +INSERT INTO `sys_oper_log` VALUES (1952, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:07:50', 25); +INSERT INTO `sys_oper_log` VALUES (1953, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:12:32', 5); +INSERT INTO `sys_oper_log` VALUES (1954, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:12:32', 22); +INSERT INTO `sys_oper_log` VALUES (1955, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:12:32', 24); +INSERT INTO `sys_oper_log` VALUES (1956, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:12:35', 5); +INSERT INTO `sys_oper_log` VALUES (1957, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:12:35', 12); +INSERT INTO `sys_oper_log` VALUES (1958, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:12:36', 25); +INSERT INTO `sys_oper_log` VALUES (1959, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:12:36', 4); +INSERT INTO `sys_oper_log` VALUES (1960, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:12:36', 20); +INSERT INTO `sys_oper_log` VALUES (1961, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:12:36', 48); +INSERT INTO `sys_oper_log` VALUES (1962, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:16:47', 12); +INSERT INTO `sys_oper_log` VALUES (1963, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:18:13', 7); +INSERT INTO `sys_oper_log` VALUES (1964, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:18:13', 28); +INSERT INTO `sys_oper_log` VALUES (1965, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:18:13', 26); +INSERT INTO `sys_oper_log` VALUES (1966, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:48:06', 11); +INSERT INTO `sys_oper_log` VALUES (1967, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":7.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:48:35', 10); +INSERT INTO `sys_oper_log` VALUES (1968, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:49:55', 11); +INSERT INTO `sys_oper_log` VALUES (1969, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:50:14', 12); +INSERT INTO `sys_oper_log` VALUES (1970, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:51:27', 10); +INSERT INTO `sys_oper_log` VALUES (1971, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:51:43', 9); +INSERT INTO `sys_oper_log` VALUES (1972, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:52:26', 9); +INSERT INTO `sys_oper_log` VALUES (1973, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:52:35', 8); +INSERT INTO `sys_oper_log` VALUES (1974, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:52:44', 9); +INSERT INTO `sys_oper_log` VALUES (1975, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:52:53', 10); +INSERT INTO `sys_oper_log` VALUES (1976, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:52:59', 9); +INSERT INTO `sys_oper_log` VALUES (1977, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":28,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:53:34', 4); +INSERT INTO `sys_oper_log` VALUES (1978, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111111\",\"carId\":28,\"carNumber\":\"渝AA11123\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"1111111\",\"drivingLicense\":\"\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[null],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"remark\":\" 测试批量导入\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-01-01 00:00:00\"}}', 0, NULL, '2023-07-15 20:53:34', 8); +INSERT INTO `sys_oper_log` VALUES (1979, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":28,\"carNumber\":\"渝AA11123\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":46,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:53:34', 24); +INSERT INTO `sys_oper_log` VALUES (1980, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-15 20:53:41', 10); +INSERT INTO `sys_oper_log` VALUES (1981, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:53:41', 4); +INSERT INTO `sys_oper_log` VALUES (1982, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:53:41', 20); +INSERT INTO `sys_oper_log` VALUES (1983, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:53:59', 10); +INSERT INTO `sys_oper_log` VALUES (1984, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:53:59', 4); +INSERT INTO `sys_oper_log` VALUES (1985, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:54:00', 31); +INSERT INTO `sys_oper_log` VALUES (1986, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:54:09', 8); +INSERT INTO `sys_oper_log` VALUES (1987, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:54:09', 3); +INSERT INTO `sys_oper_log` VALUES (1988, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:54:09', 26); +INSERT INTO `sys_oper_log` VALUES (1989, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":7.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:54:17', 11); +INSERT INTO `sys_oper_log` VALUES (1990, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":21,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:54:17', 3); +INSERT INTO `sys_oper_log` VALUES (1991, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":21,\"carNumber\":\"川S111117\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":25,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:54:17', 29); +INSERT INTO `sys_oper_log` VALUES (1992, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 20:55:26', 8); +INSERT INTO `sys_oper_log` VALUES (1993, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"df22285\",\"carId\":13,\"carNumber\":\"川F12333\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-192\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[],\"purchasePrice\":23.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:55:55', 8); +INSERT INTO `sys_oper_log` VALUES (1994, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":13,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:55:55', 4); +INSERT INTO `sys_oper_log` VALUES (1995, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":13,\"carNumber\":\"川F12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":17,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:55:55', 26); +INSERT INTO `sys_oper_log` VALUES (1996, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"34\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj890\",\"carId\":34,\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"byd098\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2020-10-10 00:00:00\",\"remark\":\"ces\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2029-10-10 00:00:00\"}}', 0, NULL, '2023-07-15 20:56:01', 8); +INSERT INTO `sys_oper_log` VALUES (1997, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":34,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:56:01', 4); +INSERT INTO `sys_oper_log` VALUES (1998, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"34\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":34,\"createTime\":\"2023-07-15 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":72,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-15 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:56:01', 15); +INSERT INTO `sys_oper_log` VALUES (1999, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 20:57:30', 9); +INSERT INTO `sys_oper_log` VALUES (2000, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 20:57:30', 6); +INSERT INTO `sys_oper_log` VALUES (2001, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 20:57:30', 23); +INSERT INTO `sys_oper_log` VALUES (2002, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:01:02', 3); +INSERT INTO `sys_oper_log` VALUES (2003, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:01:02', 16); +INSERT INTO `sys_oper_log` VALUES (2004, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:01:02', 16); +INSERT INTO `sys_oper_log` VALUES (2005, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, 'admin', NULL, '/car/servicing', '101.207.194.122', '', '{\"carId\":22,\"carServicingProjectList\":[{\"amountSum\":32,\"picture\":\"\",\"projectCount\":1,\"projectName\":\"洗车\",\"unitPrice\":32}],\"servicingMoney\":32,\"servicingRemark\":\"川S111118 周六整备\",\"servicingTime\":\"2023-07-15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 21:03:10', 32); +INSERT INTO `sys_oper_log` VALUES (2006, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:06:19', 5); +INSERT INTO `sys_oper_log` VALUES (2007, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:06:19', 14); +INSERT INTO `sys_oper_log` VALUES (2008, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:06:19', 27); +INSERT INTO `sys_oper_log` VALUES (2009, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:06:32', 7); +INSERT INTO `sys_oper_log` VALUES (2010, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:06:32', 9); +INSERT INTO `sys_oper_log` VALUES (2011, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:06:32', 22); +INSERT INTO `sys_oper_log` VALUES (2012, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:09:01', 4); +INSERT INTO `sys_oper_log` VALUES (2013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:09:01', 16); +INSERT INTO `sys_oper_log` VALUES (2014, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:09:01', 16); +INSERT INTO `sys_oper_log` VALUES (2015, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:09:42', 8); +INSERT INTO `sys_oper_log` VALUES (2016, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:09:42', 12); +INSERT INTO `sys_oper_log` VALUES (2017, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:09:43', 32); +INSERT INTO `sys_oper_log` VALUES (2018, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:00', 4); +INSERT INTO `sys_oper_log` VALUES (2019, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:00', 19); +INSERT INTO `sys_oper_log` VALUES (2020, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:00', 24); +INSERT INTO `sys_oper_log` VALUES (2021, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:20', 4); +INSERT INTO `sys_oper_log` VALUES (2022, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:20', 9); +INSERT INTO `sys_oper_log` VALUES (2023, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:20', 27); +INSERT INTO `sys_oper_log` VALUES (2024, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:27', 4); +INSERT INTO `sys_oper_log` VALUES (2025, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:27', 9); +INSERT INTO `sys_oper_log` VALUES (2026, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:27', 25); +INSERT INTO `sys_oper_log` VALUES (2027, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:40', 4); +INSERT INTO `sys_oper_log` VALUES (2028, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:40', 14); +INSERT INTO `sys_oper_log` VALUES (2029, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:40', 22); +INSERT INTO `sys_oper_log` VALUES (2030, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:53', 4); +INSERT INTO `sys_oper_log` VALUES (2031, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:53', 9); +INSERT INTO `sys_oper_log` VALUES (2032, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:53', 27); +INSERT INTO `sys_oper_log` VALUES (2033, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:13:58', 4); +INSERT INTO `sys_oper_log` VALUES (2034, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:13:58', 8); +INSERT INTO `sys_oper_log` VALUES (2035, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:13:58', 32); +INSERT INTO `sys_oper_log` VALUES (2036, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:14:11', 4); +INSERT INTO `sys_oper_log` VALUES (2037, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:14:11', 12); +INSERT INTO `sys_oper_log` VALUES (2038, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:14:12', 22); +INSERT INTO `sys_oper_log` VALUES (2039, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:14:17', 4); +INSERT INTO `sys_oper_log` VALUES (2040, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:14:17', 10); +INSERT INTO `sys_oper_log` VALUES (2041, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:14:17', 23); +INSERT INTO `sys_oper_log` VALUES (2042, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:14:42', 9); +INSERT INTO `sys_oper_log` VALUES (2043, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:14:42', 4); +INSERT INTO `sys_oper_log` VALUES (2044, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:14:42', 33); +INSERT INTO `sys_oper_log` VALUES (2045, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:15:23', 4); +INSERT INTO `sys_oper_log` VALUES (2046, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:15:23', 11); +INSERT INTO `sys_oper_log` VALUES (2047, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:15:23', 24); +INSERT INTO `sys_oper_log` VALUES (2048, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:19:37', 9); +INSERT INTO `sys_oper_log` VALUES (2049, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:20:20', 10); +INSERT INTO `sys_oper_log` VALUES (2050, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:21:09', 8); +INSERT INTO `sys_oper_log` VALUES (2051, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:23:30', 8); +INSERT INTO `sys_oper_log` VALUES (2052, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:23:48', 9); +INSERT INTO `sys_oper_log` VALUES (2053, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:24:33', 8); +INSERT INTO `sys_oper_log` VALUES (2054, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:27:55', 7); +INSERT INTO `sys_oper_log` VALUES (2055, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:34:23', 10); +INSERT INTO `sys_oper_log` VALUES (2056, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:34:23', 8); +INSERT INTO `sys_oper_log` VALUES (2057, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:34:23', 35); +INSERT INTO `sys_oper_log` VALUES (2058, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:34:32', 9); +INSERT INTO `sys_oper_log` VALUES (2059, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:34:32', 3); +INSERT INTO `sys_oper_log` VALUES (2060, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:34:32', 20); +INSERT INTO `sys_oper_log` VALUES (2061, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:38:40', 8); +INSERT INTO `sys_oper_log` VALUES (2062, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:39:02', 6); +INSERT INTO `sys_oper_log` VALUES (2063, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:39:02', 13); +INSERT INTO `sys_oper_log` VALUES (2064, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:39:02', 24); +INSERT INTO `sys_oper_log` VALUES (2065, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:39:44', 9); +INSERT INTO `sys_oper_log` VALUES (2066, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:40:23', 8); +INSERT INTO `sys_oper_log` VALUES (2067, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:40:55', 8); +INSERT INTO `sys_oper_log` VALUES (2068, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:40:55', 4); +INSERT INTO `sys_oper_log` VALUES (2069, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:40:55', 19); +INSERT INTO `sys_oper_log` VALUES (2070, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:41:08', 8); +INSERT INTO `sys_oper_log` VALUES (2071, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:41:09', 7); +INSERT INTO `sys_oper_log` VALUES (2072, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":11,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:41:09', 2); +INSERT INTO `sys_oper_log` VALUES (2073, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":11,\"carNumber\":\"川G12333\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":15,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:41:10', 23); +INSERT INTO `sys_oper_log` VALUES (2074, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:41:19', 7); +INSERT INTO `sys_oper_log` VALUES (2075, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:41:19', 7); +INSERT INTO `sys_oper_log` VALUES (2076, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:42:45', 7); +INSERT INTO `sys_oper_log` VALUES (2077, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"df22285\",\"carId\":13,\"carNumber\":\"川F12333\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-192\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[],\"purchasePrice\":23.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:43:10', 8); +INSERT INTO `sys_oper_log` VALUES (2078, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '101.207.194.122', '', '{\"carColor\":1,\"carEngineNumber\":\"df22285\",\"carNumber\":\"川F12333\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"jj-192\",\"createTime\":\"2023-07-15 21:43:10\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214310247215539.png\",\"id\":13,\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"updateTime\":\"2023-07-15 21:43:10\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 21:43:10', 15); +INSERT INTO `sys_oper_log` VALUES (2079, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":7.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:43:17', 13); +INSERT INTO `sys_oper_log` VALUES (2080, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '101.207.194.122', '', '{\"carColor\":1,\"carEngineNumber\":\"a8\",\"carNumber\":\"川S111117\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"A7\",\"createTime\":\"2023-07-15 21:43:50\",\"drivingLicense\":\"\",\"id\":21,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214347767903824.jpg\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-15 21:43:50\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 21:43:50', 6); +INSERT INTO `sys_oper_log` VALUES (2081, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"dd22\",\"carId\":11,\"carNumber\":\"川G12333\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215090725284211.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-2\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150924391811229.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712150943890781499.png\"],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 21:44:11', 8); +INSERT INTO `sys_oper_log` VALUES (2082, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:44:16', 9); +INSERT INTO `sys_oper_log` VALUES (2083, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:44:52', 8); +INSERT INTO `sys_oper_log` VALUES (2084, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '101.207.194.122', '', '{\"carId\":31,\"carNumber\":\"渝AA36223\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\"}', NULL, 1, '该车辆车牌号已存在!', '2023-07-15 21:45:18', 2); +INSERT INTO `sys_oper_log` VALUES (2085, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '101.207.194.122', '', '{\"carId\":31,\"carNumber\":\"渝AA36224\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 21:45:24', 9); +INSERT INTO `sys_oper_log` VALUES (2086, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 21:45:30', 7); +INSERT INTO `sys_oper_log` VALUES (2087, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":31,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:45:30', 3); +INSERT INTO `sys_oper_log` VALUES (2088, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":31,\"carNumber\":\"渝AA36224\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":48,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:45:30', 23); +INSERT INTO `sys_oper_log` VALUES (2089, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:45:43', 8); +INSERT INTO `sys_oper_log` VALUES (2090, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:46:18', 9); +INSERT INTO `sys_oper_log` VALUES (2091, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:46:42', 7); +INSERT INTO `sys_oper_log` VALUES (2092, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:46:52', 8); +INSERT INTO `sys_oper_log` VALUES (2093, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-15 21:46:53', 8); +INSERT INTO `sys_oper_log` VALUES (2094, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":30,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"operationCertificateExpireTime\":\"2023-07-15\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Sat Jul 15 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Sat Jul 15 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Sat Jul 15 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Sat Jul 15 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 21:50:49', 81); +INSERT INTO `sys_oper_log` VALUES (2095, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:57:07', 4); +INSERT INTO `sys_oper_log` VALUES (2096, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:57:07', 12); +INSERT INTO `sys_oper_log` VALUES (2097, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:57:07', 20); +INSERT INTO `sys_oper_log` VALUES (2098, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '171.88.109.220', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 21:57:17', 3); +INSERT INTO `sys_oper_log` VALUES (2099, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 21:57:17', 10); +INSERT INTO `sys_oper_log` VALUES (2100, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '171.88.109.220', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 21:57:17', 18); +INSERT INTO `sys_oper_log` VALUES (2101, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '171.88.109.220', '', '{\"carId\":31,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715215928108359367.png\",\"operationCertificateExpireTime\":\"2023-07-14\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Fri Jul 14 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 21:59:34', 11); +INSERT INTO `sys_oper_log` VALUES (2102, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715215928108359367.png\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 22:00:42', 9); +INSERT INTO `sys_oper_log` VALUES (2103, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":31,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 22:00:42', 4); +INSERT INTO `sys_oper_log` VALUES (2104, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":31,\"carNumber\":\"渝AA36224\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":48,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 22:00:42', 26); +INSERT INTO `sys_oper_log` VALUES (2105, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"银色\",\"carEngineNumber\":\"2323423423\",\"carId\":27,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"T1223332221\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-15 22:02:01', 6); +INSERT INTO `sys_oper_log` VALUES (2106, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '101.207.194.122', '', '{\"carId\":27,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-15 22:02:01', 4); +INSERT INTO `sys_oper_log` VALUES (2107, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '101.207.194.122', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":27,\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":45,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-15 22:02:01', 20); +INSERT INTO `sys_oper_log` VALUES (2108, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-15 22:02:51', 8); +INSERT INTO `sys_oper_log` VALUES (2109, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '101.207.194.122', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-15 22:02:55', 7); +INSERT INTO `sys_oper_log` VALUES (2110, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '101.207.194.122', '', '{\"carId\":12,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"operationCertificateExpireTime\":\"2023-03-20\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Mon Mar 20 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarAccreditationMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarAccreditationMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_accreditation ( carId, operationCertificate, operationCertificateExpireTime, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Mon Mar 20 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1\n; Data truncation: Incorrect datetime value: \'Mon Mar 20 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect datetime value: \'Mon Mar 20 00:00:00 CST 2023\' for column \'operationCertificateExpireTime\' at row 1', '2023-07-15 22:35:14', 11); +INSERT INTO `sys_oper_log` VALUES (2111, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, 'admin', NULL, '/car/accreditation', '101.207.194.122', '', '{\"carId\":13,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071523323442873299.jpg\",\"operationCertificateExpireTime\":\"2023-07-14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 23:32:35', 58); +INSERT INTO `sys_oper_log` VALUES (2112, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '101.207.194.122', '', '{\"carColor\":1,\"carEngineNumber\":\"v1536\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"15\",\"carVinNumber\":\"v251\",\"purchasePrice\":12,\"purchaseTime\":\"2023-07-15\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-15 23:34:46', 31); +INSERT INTO `sys_oper_log` VALUES (2113, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '101.207.194.122', '', '{\"carId\":36,\"carNumber\":\"渝AA36223\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\"}', NULL, 1, '该车辆车牌号已存在!', '2023-07-15 23:35:05', 7); +INSERT INTO `sys_oper_log` VALUES (2114, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, 'admin', NULL, '/car/wealthyFamily', '101.207.194.122', '', '{\"carId\":36,\"carNumber\":\"渝AA36323\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-15 23:35:09', 27); +INSERT INTO `sys_oper_log` VALUES (2115, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 15:56:26', 20); +INSERT INTO `sys_oper_log` VALUES (2116, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-16 15:56:26', 34); +INSERT INTO `sys_oper_log` VALUES (2117, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-16 15:56:26', 101); +INSERT INTO `sys_oper_log` VALUES (2118, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18623024392', NULL, '/user/addCompanyUser', '124.162.104.106', '', '{\"companyId\":7,\"roleId\":26,\"shopIds\":[19],\"sysUser\":{\"admin\":false,\"createBy\":\"18623024392\",\"nickName\":\"18622222222\",\"params\":{},\"phonenumber\":\"18622222222\",\"roleId\":26,\"roleType\":3,\"userId\":168,\"userName\":\"18622222222\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 16:45:14', 97); +INSERT INTO `sys_oper_log` VALUES (2119, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18623024392', NULL, '/user/companyUserInfo', '124.162.104.106', '', '{\"userId\":\"168\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":26,\"shopIds\":[19],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18623024392\",\"createTime\":\"2023-07-16 16:45:14\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"18622222222\",\"params\":{},\"password\":\"$2a$10$4kiSae32cANRPGdPHYpbyORv8c0B9exdG/4ElPknlYbgYQM4mdfVC\",\"phonenumber\":\"18622222222\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":26,\"roleKey\":\"0\",\"roleName\":\"车管-1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":168,\"userName\":\"18622222222\"}}}', 0, NULL, '2023-07-16 16:45:34', 17); +INSERT INTO `sys_oper_log` VALUES (2120, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18623024392', NULL, '/user/companyUserInfo', '124.162.104.106', '', '{\"userId\":\"168\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":26,\"shopIds\":[19],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18623024392\",\"createTime\":\"2023-07-16 16:45:14\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"18622222222\",\"params\":{},\"password\":\"$2a$10$4kiSae32cANRPGdPHYpbyORv8c0B9exdG/4ElPknlYbgYQM4mdfVC\",\"phonenumber\":\"18622222222\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":26,\"roleKey\":\"0\",\"roleName\":\"车管-1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":168,\"userName\":\"18622222222\"}}}', 0, NULL, '2023-07-16 16:45:40', 8); +INSERT INTO `sys_oper_log` VALUES (2121, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '18623024392', NULL, '/companyShopElectronic/companyShopElectronic', '124.162.104.106', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.558127,29.505492],[106.556304,29.501682],[106.558544,29.498008],[106.569331,29.499052],[106.572198,29.504313],[106.566517,29.509619],[106.556616,29.51107]]\",\"controlCar\":\"1,2,3,4\",\"electronicFenceName\":\"重庆仓库\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[19]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 16:54:04', 59); +INSERT INTO `sys_oper_log` VALUES (2122, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '18623024392', NULL, '/carType/add', '124.162.104.106', '', '{\"carBrand\":\"埃安\",\"carModel\":\"001\",\"companyId\":7,\"createTime\":\"2023-07-16 16:59:11\",\"id\":22,\"typeNumber\":\"2143138299\",\"updateTime\":\"2023-07-16 16:59:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 16:59:11', 9); +INSERT INTO `sys_oper_log` VALUES (2123, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, '18623024392', NULL, '/repairShop/add', '124.162.104.106', '', '{\"address\":\"123\",\"city\":\"重庆市市辖区\",\"cityCode\":\"500100\",\"companyId\":7,\"createBy\":\"18623024392\",\"createTime\":\"2023-07-16 17:01:01\",\"district\":\"渝中区\",\"districtCode\":\"500103\",\"headName\":\"测试\",\"headPhone\":\"12311111111\",\"id\":27,\"province\":\"重庆市\",\"provinceCode\":\"500000\",\"repairShopName\":\"测试修理厂\",\"updateBy\":\"18623024392\",\"updateTime\":\"2023-07-16 17:01:01\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-16 17:01:01', 13); +INSERT INTO `sys_oper_log` VALUES (2124, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18623024392', NULL, '/approveConfig/edit', '124.162.104.106', '', '{\"approveNode\":\"司管-1,车管-1\",\"approveNodeId\":\"27,26\",\"approveType\":1,\"companyId\":7,\"createBy\":\"18623024392\",\"createTime\":\"2023-07-16 17:02:36\",\"id\":13,\"state\":0,\"updateBy\":\"18623024392\",\"updateTime\":\"2023-07-16 17:02:36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-16 17:02:36', 10); +INSERT INTO `sys_oper_log` VALUES (2125, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18667137007', NULL, '/car/add', '124.162.104.106', '', '{\"carColor\":1,\"carEngineNumber\":\"test001\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"22\",\"carVinNumber\":\"test111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-16\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"warrantyTime\":\"2030-07-19\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-16 17:35:44', 8); +INSERT INTO `sys_oper_log` VALUES (2126, '车辆管理:车辆上户', 2, 'com.ruoyi.vehicle.controller.TCarController.wealthyFamily()', 'POST', 1, '18667137007', NULL, '/car/wealthyFamily', '124.162.104.106', '', '{\"carId\":38,\"carNumber\":\"渝AA34332\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071617561193747863.jpeg\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 17:58:00', 11); +INSERT INTO `sys_oper_log` VALUES (2127, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, '18667137007', NULL, '/car/accreditation', '124.162.104.106', '', '{\"carId\":38,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\",\"operationCertificateExpireTime\":\"2023-07-29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 17:58:16', 10); +INSERT INTO `sys_oper_log` VALUES (2128, '车辆管理:车辆整备', 2, 'com.ruoyi.vehicle.controller.TCarController.servicing()', 'POST', 1, '18667137007', NULL, '/car/servicing', '124.162.104.106', '', '{\"carId\":37,\"carServicingProjectList\":[{\"amountSum\":100,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175910783489194.jpeg\",\"projectCount\":1,\"projectName\":\"test\",\"unitPrice\":100}],\"servicingMoney\":100,\"servicingRemark\":\"\",\"servicingTime\":\"2023-07-16\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 17:59:20', 53); +INSERT INTO `sys_oper_log` VALUES (2129, '车辆管理:车辆处置', 2, 'com.ruoyi.vehicle.controller.TCarController.dispose()', 'POST', 1, '18667137007', NULL, '/car/dispose', '124.162.104.106', '', '{\"carId\":37,\"disposePerson\":\"席昊\",\"disposePicture\":\"\",\"disposeTime\":\"2023-07-16\",\"disposeWay\":1,\"remark\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 17:59:49', 15); +INSERT INTO `sys_oper_log` VALUES (2130, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:03:12', 8); +INSERT INTO `sys_oper_log` VALUES (2131, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test111\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":22,\"violation\":2,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-16 18:03:12', 14); +INSERT INTO `sys_oper_log` VALUES (2132, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:03:12', 5); +INSERT INTO `sys_oper_log` VALUES (2133, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:07:58', 8); +INSERT INTO `sys_oper_log` VALUES (2134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-16 18:07:58', 13); +INSERT INTO `sys_oper_log` VALUES (2135, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-16 18:07:58', 38); +INSERT INTO `sys_oper_log` VALUES (2136, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:08:01', 4); +INSERT INTO `sys_oper_log` VALUES (2137, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-16 18:08:01', 10); +INSERT INTO `sys_oper_log` VALUES (2138, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-16 18:08:01', 50); +INSERT INTO `sys_oper_log` VALUES (2139, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":31,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:08:04', 3); +INSERT INTO `sys_oper_log` VALUES (2140, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"b0002\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715215928108359367.png\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-16 18:08:04', 9); +INSERT INTO `sys_oper_log` VALUES (2141, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":31,\"carNumber\":\"渝AA36224\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":48,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-16 18:08:04', 33); +INSERT INTO `sys_oper_log` VALUES (2142, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:08:09', 4); +INSERT INTO `sys_oper_log` VALUES (2143, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-16 18:08:09', 10); +INSERT INTO `sys_oper_log` VALUES (2144, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-16 18:08:09', 51); +INSERT INTO `sys_oper_log` VALUES (2145, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:08:55', 7); +INSERT INTO `sys_oper_log` VALUES (2146, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test111\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":22,\"violation\":2,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-16 18:08:55', 13); +INSERT INTO `sys_oper_log` VALUES (2147, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:08:55', 5); +INSERT INTO `sys_oper_log` VALUES (2148, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:08:57', 5); +INSERT INTO `sys_oper_log` VALUES (2149, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test111\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":22,\"violation\":2,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-16 18:08:57', 16); +INSERT INTO `sys_oper_log` VALUES (2150, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:08:57', 5); +INSERT INTO `sys_oper_log` VALUES (2151, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":38,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:10:05', 3); +INSERT INTO `sys_oper_log` VALUES (2152, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"38\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"111111\",\"carId\":38,\"carNumber\":\"渝AA34332\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071617561193747863.jpeg\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\"],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":3,\"typeId\":22,\"violation\":2}}', 0, NULL, '2023-07-16 18:10:05', 13); +INSERT INTO `sys_oper_log` VALUES (2153, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"38\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:10:06', 5); +INSERT INTO `sys_oper_log` VALUES (2154, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:10:58', 4); +INSERT INTO `sys_oper_log` VALUES (2155, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test111\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":22,\"violation\":2,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-16 18:10:58', 13); +INSERT INTO `sys_oper_log` VALUES (2156, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:10:58', 6); +INSERT INTO `sys_oper_log` VALUES (2157, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":38,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:11:00', 4); +INSERT INTO `sys_oper_log` VALUES (2158, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"38\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"111111\",\"carId\":38,\"carNumber\":\"渝AA34332\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071617561193747863.jpeg\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\"],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":3,\"typeId\":22,\"violation\":2}}', 0, NULL, '2023-07-16 18:11:00', 10); +INSERT INTO `sys_oper_log` VALUES (2159, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"38\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:11:01', 6); +INSERT INTO `sys_oper_log` VALUES (2160, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18623024392', NULL, '/carDevice/add', '124.162.104.106', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"123\",\"deviceType\":1,\"installBeforeMileage\":111,\"installTime\":\"2023-07-16\",\"relay\":2},{\"deviceID\":\"111\",\"deviceType\":2,\"installTime\":\"2023-07-16\",\"relay\":2}],\"carId\":37}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 18:17:09', 18); +INSERT INTO `sys_oper_log` VALUES (2161, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test111\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":22,\"violation\":2,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-16 18:18:41', 10); +INSERT INTO `sys_oper_log` VALUES (2162, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:18:41', 10); +INSERT INTO `sys_oper_log` VALUES (2163, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:18:41', 4); +INSERT INTO `sys_oper_log` VALUES (2164, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18623024392', NULL, '/carDevice/add', '124.162.104.106', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12344\",\"deviceType\":1,\"id\":32,\"installBeforeMileage\":100,\"installTime\":\"2023-06-30\",\"relay\":1},{\"deviceID\":\"123445\",\"deviceType\":2,\"id\":33,\"installTime\":\"2023-06-30\",\"relay\":2},{\"deviceID\":\"1\",\"deviceType\":1,\"installTime\":\"2023-07-16\",\"relay\":2}],\"carId\":38}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-16 18:24:34', 18); +INSERT INTO `sys_oper_log` VALUES (2165, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '124.162.104.106', '', '{\"carId\":40,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-16 18:55:32', 5); +INSERT INTO `sys_oper_log` VALUES (2166, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '124.162.104.106', '', '{\"carId\":\"40\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111114\",\"carId\":40,\"carNumber\":\"渝AA1235\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test004\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":4,\"typeId\":22,\"violation\":1}}', 0, NULL, '2023-07-16 18:55:32', 14); +INSERT INTO `sys_oper_log` VALUES (2167, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '124.162.104.106', '', '{\"carId\":\"40\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-16 18:55:32', 5); +INSERT INTO `sys_oper_log` VALUES (2168, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 09:42:10', 3); +INSERT INTO `sys_oper_log` VALUES (2169, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15}}', 0, NULL, '2023-07-17 09:42:10', 6); +INSERT INTO `sys_oper_log` VALUES (2170, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', NULL, 1, '', '2023-07-17 09:42:10', 11); +INSERT INTO `sys_oper_log` VALUES (2171, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15}}', 0, NULL, '2023-07-17 09:52:15', 231); +INSERT INTO `sys_oper_log` VALUES (2172, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 09:52:15', 214); +INSERT INTO `sys_oper_log` VALUES (2173, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', NULL, 1, '', '2023-07-17 09:52:15', 99); +INSERT INTO `sys_oper_log` VALUES (2174, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 09:52:18', 3); +INSERT INTO `sys_oper_log` VALUES (2175, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15}}', 0, NULL, '2023-07-17 09:52:18', 26); +INSERT INTO `sys_oper_log` VALUES (2176, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', NULL, 1, '', '2023-07-17 09:52:18', 49); +INSERT INTO `sys_oper_log` VALUES (2177, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 09:54:39', 3); +INSERT INTO `sys_oper_log` VALUES (2178, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15}}', 0, NULL, '2023-07-17 09:54:39', 21); +INSERT INTO `sys_oper_log` VALUES (2179, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', NULL, 1, '', '2023-07-17 09:54:39', 31); +INSERT INTO `sys_oper_log` VALUES (2180, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 09:55:33', 1); +INSERT INTO `sys_oper_log` VALUES (2181, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15}}', 0, NULL, '2023-07-17 09:55:33', 17); +INSERT INTO `sys_oper_log` VALUES (2182, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', NULL, 1, '', '2023-07-17 09:55:33', 29); +INSERT INTO `sys_oper_log` VALUES (2183, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.54324,29.56355],[106.538621,29.509436],[106.621756,29.491481],[106.668866,29.52846],[106.646696,29.579886],[106.59466,29.5997],[106.592505,29.600235]]\",\"controlCar\":\"1,2\",\"electronicFenceName\":\"测试重庆\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-17 10:20:05', 73); +INSERT INTO `sys_oper_log` VALUES (2184, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 10:27:24', 27); +INSERT INTO `sys_oper_log` VALUES (2185, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-17 10:27:24', 30); +INSERT INTO `sys_oper_log` VALUES (2186, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-17 10:27:24', 148); +INSERT INTO `sys_oper_log` VALUES (2187, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 16:24:17', 13); +INSERT INTO `sys_oper_log` VALUES (2188, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-17 16:24:17', 26); +INSERT INTO `sys_oper_log` VALUES (2189, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-17 16:24:17', 97); +INSERT INTO `sys_oper_log` VALUES (2190, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.139.242.59', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 16:36:14', 4); +INSERT INTO `sys_oper_log` VALUES (2191, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.139.242.59', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-17 16:36:14', 14); +INSERT INTO `sys_oper_log` VALUES (2192, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.139.242.59', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-17 16:36:14', 40); +INSERT INTO `sys_oper_log` VALUES (2193, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.139.242.59', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1}}', 0, NULL, '2023-07-17 16:39:26', 9); +INSERT INTO `sys_oper_log` VALUES (2194, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.139.242.59', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 16:39:26', 8); +INSERT INTO `sys_oper_log` VALUES (2195, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.139.242.59', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-17 16:39:26', 30); +INSERT INTO `sys_oper_log` VALUES (2196, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.139.242.59', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-17 16:39:54', 6); +INSERT INTO `sys_oper_log` VALUES (2197, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.139.242.59', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-17 16:39:54', 11); +INSERT INTO `sys_oper_log` VALUES (2198, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.139.242.59', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-17 16:39:54', 18); +INSERT INTO `sys_oper_log` VALUES (2199, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"15983795014\",\"params\":{},\"phonenumber\":\"15983795014\",\"remark\":\"111\",\"roleType\":1,\"userId\":169,\"userName\":\"15983795014\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-17 16:40:17', 83); +INSERT INTO `sys_oper_log` VALUES (2200, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/169', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-17 16:41:08', 6); +INSERT INTO `sys_oper_log` VALUES (2201, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"15983795014\",\"params\":{},\"phonenumber\":\"15983795014\",\"roleId\":21,\"roleType\":3,\"userId\":170,\"userName\":\"15983795014\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-17 16:41:36', 98); +INSERT INTO `sys_oper_log` VALUES (2202, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"w111\",\"deviceType\":2,\"id\":20,\"installBeforeMileage\":100,\"installTime\":\"2023-07-13\",\"relay\":1},{\"deviceID\":\"yx124\",\"deviceType\":1,\"id\":22,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"yx1245\",\"deviceType\":1,\"id\":23,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"wux152\",\"deviceType\":2,\"id\":24,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"YX01245\",\"deviceType\":1,\"id\":25,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"WX0152\",\"deviceType\":2,\"id\":26,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"YX881245\",\"deviceType\":1,\"id\":27,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"Yxz125\",\"deviceType\":1,\"id\":28,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"Ykz125\",\"deviceType\":1,\"id\":29,\"installBeforeMileage\":10,\"installTime\":\"2023-07-04\",\"relay\":2},{\"deviceID\":\"19223017304\",\"deviceType\":1,\"installTime\":\"2023-07-17\",\"relay\":2}],\"carId\":33}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-17 17:37:44', 63); +INSERT INTO `sys_oper_log` VALUES (2203, '用户管理', 1, 'com.ruoyi.system.controller.SysUserController.add()', 'POST', 1, 'admin', NULL, '/user/add', '221.182.45.100', '', '{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"18008172471\",\"params\":{},\"phonenumber\":\"18008172471\",\"remark\":\"111111\",\"roleType\":1,\"userId\":171,\"userName\":\"18008172471\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":1}', 0, NULL, '2023-07-17 17:43:51', 82); +INSERT INTO `sys_oper_log` VALUES (2204, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.94.181', '', '{\"companyId\":7,\"roleId\":28,\"shopIds\":[20],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"18623799332\",\"params\":{},\"phonenumber\":\"18623799332\",\"roleId\":28,\"roleType\":3,\"userId\":172,\"userName\":\"18623799332\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 09:35:45', 86); +INSERT INTO `sys_oper_log` VALUES (2205, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18667137007', NULL, '/user/companyUserInfo', '118.114.94.181', '', '{\"userId\":\"168\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":26,\"shopIds\":[19],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18623024392\",\"createTime\":\"2023-07-16 16:45:14\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-16 16:47:20\",\"loginIp\":\"\",\"nickName\":\"18622222222\",\"params\":{},\"password\":\"$2a$10$4kiSae32cANRPGdPHYpbyORv8c0B9exdG/4ElPknlYbgYQM4mdfVC\",\"phonenumber\":\"18622222222\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":26,\"roleKey\":\"0\",\"roleName\":\"车管-1\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":168,\"userName\":\"18622222222\"}}}', 0, NULL, '2023-07-18 09:36:32', 9); +INSERT INTO `sys_oper_log` VALUES (2206, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"fdj11\",\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carVinNumber\":\"jv1422\",\"createTime\":\"2023-07-18 09:38:20\",\"drivingLicense\":\"\",\"id\":33,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-18 09:38:20\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 09:38:20', 13); +INSERT INTO `sys_oper_log` VALUES (2207, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"fdj11\",\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"15\",\"carVinNumber\":\"jv1422\",\"createTime\":\"2023-07-18 09:38:33\",\"drivingLicense\":\"\",\"id\":33,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-18 09:38:33\",\"warrantyTime\":\"2023-07-12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 09:38:33', 10); +INSERT INTO `sys_oper_log` VALUES (2208, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 09:45:39', 5); +INSERT INTO `sys_oper_log` VALUES (2209, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 09:45:39', 14); +INSERT INTO `sys_oper_log` VALUES (2210, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 09:45:39', 36); +INSERT INTO `sys_oper_log` VALUES (2211, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '218.88.31.136', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 09:52:17', 3); +INSERT INTO `sys_oper_log` VALUES (2212, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 09:52:17', 8); +INSERT INTO `sys_oper_log` VALUES (2213, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '218.88.31.136', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 09:52:18', 49); +INSERT INTO `sys_oper_log` VALUES (2214, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '218.88.31.136', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 09:52:25', 2); +INSERT INTO `sys_oper_log` VALUES (2215, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 09:52:25', 8); +INSERT INTO `sys_oper_log` VALUES (2216, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '218.88.31.136', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 09:52:25', 41); +INSERT INTO `sys_oper_log` VALUES (2217, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 09:53:13', 10); +INSERT INTO `sys_oper_log` VALUES (2218, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 09:53:16', 8); +INSERT INTO `sys_oper_log` VALUES (2219, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 09:53:19', 7); +INSERT INTO `sys_oper_log` VALUES (2220, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-18 09:53:22', 9); +INSERT INTO `sys_oper_log` VALUES (2221, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '218.88.31.136', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 09:53:29', 4); +INSERT INTO `sys_oper_log` VALUES (2222, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '218.88.31.136', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 09:53:29', 8); +INSERT INTO `sys_oper_log` VALUES (2223, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '218.88.31.136', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 09:53:29', 30); +INSERT INTO `sys_oper_log` VALUES (2224, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, '18667137007', NULL, '/carDayMileage/dayListExport', '118.114.94.181', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[-1,19,20],\"shopIds\":[-1,19,20],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-18 09:56:51', 9); +INSERT INTO `sys_oper_log` VALUES (2225, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15983795014', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 09:58:50', 6); +INSERT INTO `sys_oper_log` VALUES (2226, '里程监控:总里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.sumListExport()', 'POST', 1, '18667137007', NULL, '/carDayMileage/sumListExport', '118.114.94.181', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[-1,19,20],\"shopIds\":[-1,19,20],\"state\":[],\"type\":2}', NULL, 0, NULL, '2023-07-18 10:00:02', 11); +INSERT INTO `sys_oper_log` VALUES (2227, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, 'admin', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"12321\",\"city\":\"天津市市辖区\",\"cityCode\":\"120100\",\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 10:15:06\",\"district\":\"和平区\",\"districtCode\":\"120101\",\"headName\":\"qeqw\",\"headPhone\":\"12312312312\",\"id\":28,\"province\":\"天津市\",\"provinceCode\":\"120000\",\"remark\":\"312312\",\"repairShopName\":\"qwe\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 10:15:06\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 10:15:06', 14); +INSERT INTO `sys_oper_log` VALUES (2228, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:19:41', 7); +INSERT INTO `sys_oper_log` VALUES (2229, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:20:05', 8); +INSERT INTO `sys_oper_log` VALUES (2230, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:20:22', 7); +INSERT INTO `sys_oper_log` VALUES (2231, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:20:30', 6); +INSERT INTO `sys_oper_log` VALUES (2232, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:21:02', 7); +INSERT INTO `sys_oper_log` VALUES (2233, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"11111\",\"deviceType\":1,\"installTime\":\"2023-07-18\",\"relay\":2}],\"carId\":22}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 10:26:36', 6); +INSERT INTO `sys_oper_log` VALUES (2234, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"111\",\"deviceType\":1,\"installTime\":\"2023-07-18\",\"relay\":2}],\"carId\":34}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-18 10:26:45', 1); +INSERT INTO `sys_oper_log` VALUES (2235, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"222\",\"deviceType\":1,\"installTime\":\"2023-07-18\",\"relay\":2}],\"carId\":34}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 10:26:52', 5); +INSERT INTO `sys_oper_log` VALUES (2236, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 10:29:06', 7); +INSERT INTO `sys_oper_log` VALUES (2237, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 10:35:36', 62); +INSERT INTO `sys_oper_log` VALUES (2238, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"明\",\"params\":{},\"phonenumber\":\"19912351125\",\"roleId\":25,\"roleType\":3,\"userId\":173,\"userName\":\"19912351125\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 10:37:13', 131); +INSERT INTO `sys_oper_log` VALUES (2239, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"xfcxc\",\"params\":{},\"phonenumber\":\"12222222222\",\"roleId\":21,\"roleType\":3,\"userId\":174,\"userName\":\"12222222222\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 10:42:34', 126); +INSERT INTO `sys_oper_log` VALUES (2240, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"174\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 10:42:34\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"xfcxc\",\"params\":{},\"password\":\"$2a$10$ZDOykhLhsHci8uENebIEhuBub8LZYeUUugtmoHcgxLBCnHBMmud66\",\"phonenumber\":\"12222222222\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":174,\"userName\":\"12222222222\"}}}', 0, NULL, '2023-07-18 10:42:45', 9); +INSERT INTO `sys_oper_log` VALUES (2241, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"可\",\"params\":{},\"phonenumber\":\"15512361236\",\"roleId\":25,\"roleType\":3,\"userId\":175,\"userName\":\"15512361236\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 10:44:56', 98); +INSERT INTO `sys_oper_log` VALUES (2242, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 10:45:20', 72); +INSERT INTO `sys_oper_log` VALUES (2243, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 10:45:21', 102); +INSERT INTO `sys_oper_log` VALUES (2244, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 10:45:21', 224); +INSERT INTO `sys_oper_log` VALUES (2245, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 10:45:53', 11); +INSERT INTO `sys_oper_log` VALUES (2246, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 10:45:53', 43); +INSERT INTO `sys_oper_log` VALUES (2247, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 10:45:53', 113); +INSERT INTO `sys_oper_log` VALUES (2248, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 10:46:42', 6); +INSERT INTO `sys_oper_log` VALUES (2249, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 10:46:42', 23); +INSERT INTO `sys_oper_log` VALUES (2250, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 10:46:42', 111); +INSERT INTO `sys_oper_log` VALUES (2251, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '17780483325', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 10:55:27', 6); +INSERT INTO `sys_oper_log` VALUES (2252, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, '17780483325', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[-1,15,16,18],\"shopIds\":[-1,15,16,18],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-18 11:02:59', 191); +INSERT INTO `sys_oper_log` VALUES (2253, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 11:37:24', 50); +INSERT INTO `sys_oper_log` VALUES (2254, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 11:37:24', 63); +INSERT INTO `sys_oper_log` VALUES (2255, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 11:37:25', 215); +INSERT INTO `sys_oper_log` VALUES (2256, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:37:58', 22); +INSERT INTO `sys_oper_log` VALUES (2257, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:39:09', 13); +INSERT INTO `sys_oper_log` VALUES (2258, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:39:12', 24); +INSERT INTO `sys_oper_log` VALUES (2259, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:39:16', 15); +INSERT INTO `sys_oper_log` VALUES (2260, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:39:28', 12); +INSERT INTO `sys_oper_log` VALUES (2261, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 11:39:31', 17); +INSERT INTO `sys_oper_log` VALUES (2262, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:40:01', 13); +INSERT INTO `sys_oper_log` VALUES (2263, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:40:04', 9); +INSERT INTO `sys_oper_log` VALUES (2264, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:41:00', 14); +INSERT INTO `sys_oper_log` VALUES (2265, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:44:21', 84); +INSERT INTO `sys_oper_log` VALUES (2266, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:45:35', 17); +INSERT INTO `sys_oper_log` VALUES (2267, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:46:03', 12); +INSERT INTO `sys_oper_log` VALUES (2268, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:59:08', 40); +INSERT INTO `sys_oper_log` VALUES (2269, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:59:08', 24); +INSERT INTO `sys_oper_log` VALUES (2270, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:59:46', 14); +INSERT INTO `sys_oper_log` VALUES (2271, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 11:59:47', 23); +INSERT INTO `sys_oper_log` VALUES (2272, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:00:09', 15); +INSERT INTO `sys_oper_log` VALUES (2273, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:00:09', 11); +INSERT INTO `sys_oper_log` VALUES (2274, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:01:43', 27); +INSERT INTO `sys_oper_log` VALUES (2275, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:01:43', 27); +INSERT INTO `sys_oper_log` VALUES (2276, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:01:56', 27); +INSERT INTO `sys_oper_log` VALUES (2277, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:03:15', 11); +INSERT INTO `sys_oper_log` VALUES (2278, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:03:16', 26); +INSERT INTO `sys_oper_log` VALUES (2279, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:03:32', 11); +INSERT INTO `sys_oper_log` VALUES (2280, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:03:32', 25); +INSERT INTO `sys_oper_log` VALUES (2281, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:16', 22); +INSERT INTO `sys_oper_log` VALUES (2282, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:17', 8); +INSERT INTO `sys_oper_log` VALUES (2283, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:36', 13); +INSERT INTO `sys_oper_log` VALUES (2284, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:36', 8); +INSERT INTO `sys_oper_log` VALUES (2285, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:57', 10); +INSERT INTO `sys_oper_log` VALUES (2286, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:04:57', 13); +INSERT INTO `sys_oper_log` VALUES (2287, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:05:02', 13); +INSERT INTO `sys_oper_log` VALUES (2288, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:05:03', 9); +INSERT INTO `sys_oper_log` VALUES (2289, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:05:52', 15); +INSERT INTO `sys_oper_log` VALUES (2290, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:39:16', 12); +INSERT INTO `sys_oper_log` VALUES (2291, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:39:38', 12); +INSERT INTO `sys_oper_log` VALUES (2292, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:55:46', 20); +INSERT INTO `sys_oper_log` VALUES (2293, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 12:56:08', 10); +INSERT INTO `sys_oper_log` VALUES (2294, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 14:02:30', 10); +INSERT INTO `sys_oper_log` VALUES (2295, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-18 14:02:36', 10); +INSERT INTO `sys_oper_log` VALUES (2296, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 14:11:38', 51); +INSERT INTO `sys_oper_log` VALUES (2297, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 14:16:18', 14); +INSERT INTO `sys_oper_log` VALUES (2298, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"154\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:38:00\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"金融城1\",\"params\":{},\"password\":\"$2a$10$yXJGZ0Zpfq4BkySe.YaEWO956is58TdJlRnP6dz0jGaTe5hOZrZKy\",\"phonenumber\":\"19912341234\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"车管权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":154,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-07-18 14:17:45', 8); +INSERT INTO `sys_oper_log` VALUES (2299, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 14:17:50', 12); +INSERT INTO `sys_oper_log` VALUES (2300, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 14:18:36', 13); +INSERT INTO `sys_oper_log` VALUES (2301, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"148\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 14:12:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"ggggggg\",\"params\":{},\"password\":\"$2a$10$mTCQdHryYu4rrvG4tih8GuS959MqOBB1FvP7gVrTLsHK1FujK/kTO\",\"phonenumber\":\"15123213323\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":148,\"userName\":\"15123213323\"}}}', 0, NULL, '2023-07-18 14:18:41', 7); +INSERT INTO `sys_oper_log` VALUES (2302, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, '17780483325', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[-1,15,16,18],\"shopIds\":[-1,15,16,18],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-18 14:24:36', 13); +INSERT INTO `sys_oper_log` VALUES (2303, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 14:25:04', 11); +INSERT INTO `sys_oper_log` VALUES (2304, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15,18,16],\"sysUser\":{\"admin\":false,\"nickName\":\"蒲\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":25}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-18 14:25:24', 5); +INSERT INTO `sys_oper_log` VALUES (2305, '用户管理', 3, 'com.ruoyi.system.controller.SysUserController.remove()', 'DELETE', 1, 'admin', NULL, '/user/171', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 14:25:35', 7); +INSERT INTO `sys_oper_log` VALUES (2306, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":25,\"roleType\":3,\"userId\":176,\"userName\":\"18008172471\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 14:26:23', 117); +INSERT INTO `sys_oper_log` VALUES (2307, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 14:48:23', 13); +INSERT INTO `sys_oper_log` VALUES (2308, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 14:48:23', 8); +INSERT INTO `sys_oper_log` VALUES (2309, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 14:48:23', 107); +INSERT INTO `sys_oper_log` VALUES (2310, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"154\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:38:00\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 15:15:11\",\"loginIp\":\"\",\"nickName\":\"金融城1\",\"params\":{},\"password\":\"$2a$10$yXJGZ0Zpfq4BkySe.YaEWO956is58TdJlRnP6dz0jGaTe5hOZrZKy\",\"phonenumber\":\"19912341234\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"车管权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":154,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-07-18 15:16:56', 8); +INSERT INTO `sys_oper_log` VALUES (2311, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"130\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 15:54:14', 29); +INSERT INTO `sys_oper_log` VALUES (2312, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"131\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 15:54:32', 8); +INSERT INTO `sys_oper_log` VALUES (2313, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"132\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 15:54:33', 5); +INSERT INTO `sys_oper_log` VALUES (2314, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"4214123\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"16\",\"carVinNumber\":\"123\",\"purchasePrice\":12321,\"purchaseTime\":\"2023-07-18\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-18\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 16:09:43', 33); +INSERT INTO `sys_oper_log` VALUES (2315, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"232\",\"carPicture\":\"\",\"carType\":\"17\",\"carVinNumber\":\"1231\",\"purchasePrice\":12312,\"purchaseTime\":\"2023-07-18\",\"remark\":\"12\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-18\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 16:11:15', 7); +INSERT INTO `sys_oper_log` VALUES (2316, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carType\":\"比亚迪 - 唐\",\"carVinNumber\":\"123\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-18\",\"remark\":\"232\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-18\"}', NULL, 1, '该车辆车架号已存在!', '2023-07-18 16:13:56', 2); +INSERT INTO `sys_oper_log` VALUES (2317, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carType\":\"比亚迪 - 唐\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-18\",\"remark\":\"232\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-18\"}', NULL, 1, 'For input string: \"比亚迪 - 唐\"', '2023-07-18 16:13:59', 2); +INSERT INTO `sys_oper_log` VALUES (2318, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:14:39', 27); +INSERT INTO `sys_oper_log` VALUES (2319, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:14:39', 26); +INSERT INTO `sys_oper_log` VALUES (2320, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:14:39', 119); +INSERT INTO `sys_oper_log` VALUES (2321, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-18\",\"remark\":\"12\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-18\"}', NULL, 1, 'null', '2023-07-18 16:14:52', 2); +INSERT INTO `sys_oper_log` VALUES (2322, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"21\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a8\",\"carId\":21,\"carNumber\":\"川S111117\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A7\",\"drivingLicense\":\"\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214347767903824.jpg\",\"phone\":[null],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 16:14:54', 9); +INSERT INTO `sys_oper_log` VALUES (2323, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-18\",\"remark\":\"12\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-18\"}', NULL, 1, 'null', '2023-07-18 16:15:13', 1); +INSERT INTO `sys_oper_log` VALUES (2324, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":12,\"carNumber\":\"川F12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":16,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:19:14', 86); +INSERT INTO `sys_oper_log` VALUES (2325, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:19:14', 6); +INSERT INTO `sys_oper_log` VALUES (2326, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 16:19:14', 8); +INSERT INTO `sys_oper_log` VALUES (2327, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 16:19:41', 8); +INSERT INTO `sys_oper_log` VALUES (2328, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-18\",\"remark\":\"213213\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"typeId\":16,\"warrantyTime\":\"2023-07-28\"}', NULL, 1, 'null', '2023-07-18 16:25:17', 32); +INSERT INTO `sys_oper_log` VALUES (2329, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:34:07', 49); +INSERT INTO `sys_oper_log` VALUES (2330, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:34:07', 46); +INSERT INTO `sys_oper_log` VALUES (2331, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:34:07', 190); +INSERT INTO `sys_oper_log` VALUES (2332, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 16:42:22', 66); +INSERT INTO `sys_oper_log` VALUES (2333, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:43:44', 10); +INSERT INTO `sys_oper_log` VALUES (2334, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:43:44', 27); +INSERT INTO `sys_oper_log` VALUES (2335, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:43:44', 8); +INSERT INTO `sys_oper_log` VALUES (2336, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:43:45', 78); +INSERT INTO `sys_oper_log` VALUES (2337, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:43:45', 91); +INSERT INTO `sys_oper_log` VALUES (2338, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:44:03', 8); +INSERT INTO `sys_oper_log` VALUES (2339, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:44:03', 8); +INSERT INTO `sys_oper_log` VALUES (2340, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:44:03', 75); +INSERT INTO `sys_oper_log` VALUES (2341, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:44:12', 12); +INSERT INTO `sys_oper_log` VALUES (2342, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:44:12', 6); +INSERT INTO `sys_oper_log` VALUES (2343, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:44:12', 54); +INSERT INTO `sys_oper_log` VALUES (2344, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:44:22', 4); +INSERT INTO `sys_oper_log` VALUES (2345, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:44:22', 14); +INSERT INTO `sys_oper_log` VALUES (2346, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:44:22', 62); +INSERT INTO `sys_oper_log` VALUES (2347, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:44:29', 9); +INSERT INTO `sys_oper_log` VALUES (2348, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:44:29', 5); +INSERT INTO `sys_oper_log` VALUES (2349, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:44:29', 88); +INSERT INTO `sys_oper_log` VALUES (2350, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:44:37', 9); +INSERT INTO `sys_oper_log` VALUES (2351, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:44:37', 4); +INSERT INTO `sys_oper_log` VALUES (2352, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:44:38', 61); +INSERT INTO `sys_oper_log` VALUES (2353, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:47:38', 6); +INSERT INTO `sys_oper_log` VALUES (2354, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:47:39', 21); +INSERT INTO `sys_oper_log` VALUES (2355, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:47:39', 92); +INSERT INTO `sys_oper_log` VALUES (2356, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:48:46', 4); +INSERT INTO `sys_oper_log` VALUES (2357, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:48:46', 20); +INSERT INTO `sys_oper_log` VALUES (2358, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:48:46', 90); +INSERT INTO `sys_oper_log` VALUES (2359, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:49:35', 4); +INSERT INTO `sys_oper_log` VALUES (2360, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:49:35', 12); +INSERT INTO `sys_oper_log` VALUES (2361, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:49:35', 51); +INSERT INTO `sys_oper_log` VALUES (2362, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:54:18', 5); +INSERT INTO `sys_oper_log` VALUES (2363, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:54:18', 12); +INSERT INTO `sys_oper_log` VALUES (2364, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:54:19', 60); +INSERT INTO `sys_oper_log` VALUES (2365, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:54:25', 5); +INSERT INTO `sys_oper_log` VALUES (2366, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:54:25', 17); +INSERT INTO `sys_oper_log` VALUES (2367, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:54:26', 68); +INSERT INTO `sys_oper_log` VALUES (2368, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:54:34', 4); +INSERT INTO `sys_oper_log` VALUES (2369, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:54:34', 11); +INSERT INTO `sys_oper_log` VALUES (2370, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:54:34', 60); +INSERT INTO `sys_oper_log` VALUES (2371, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 16:56:16', 19); +INSERT INTO `sys_oper_log` VALUES (2372, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:56:16', 13); +INSERT INTO `sys_oper_log` VALUES (2373, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 16:56:16', 71); +INSERT INTO `sys_oper_log` VALUES (2374, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:57:21', 9); +INSERT INTO `sys_oper_log` VALUES (2375, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:57:21', 21); +INSERT INTO `sys_oper_log` VALUES (2376, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:57:21', 6); +INSERT INTO `sys_oper_log` VALUES (2377, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:57:52', 4); +INSERT INTO `sys_oper_log` VALUES (2378, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:57:52', 11); +INSERT INTO `sys_oper_log` VALUES (2379, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:57:52', 6); +INSERT INTO `sys_oper_log` VALUES (2380, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:57:59', 7); +INSERT INTO `sys_oper_log` VALUES (2381, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:57:59', 12); +INSERT INTO `sys_oper_log` VALUES (2382, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:57:59', 7); +INSERT INTO `sys_oper_log` VALUES (2383, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:58:15', 9); +INSERT INTO `sys_oper_log` VALUES (2384, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:58:15', 10); +INSERT INTO `sys_oper_log` VALUES (2385, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:58:15', 7); +INSERT INTO `sys_oper_log` VALUES (2386, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:58:42', 5); +INSERT INTO `sys_oper_log` VALUES (2387, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:58:42', 12); +INSERT INTO `sys_oper_log` VALUES (2388, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 16:58:42', 4); +INSERT INTO `sys_oper_log` VALUES (2389, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 16:58:42', 13); +INSERT INTO `sys_oper_log` VALUES (2390, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:58:42', 7); +INSERT INTO `sys_oper_log` VALUES (2391, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 16:58:42', 6); +INSERT INTO `sys_oper_log` VALUES (2392, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 16:59:11', 9); +INSERT INTO `sys_oper_log` VALUES (2393, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 16:59:14', 10); +INSERT INTO `sys_oper_log` VALUES (2394, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"148\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 14:12:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"ggggggg\",\"params\":{},\"password\":\"$2a$10$mTCQdHryYu4rrvG4tih8GuS959MqOBB1FvP7gVrTLsHK1FujK/kTO\",\"phonenumber\":\"15123213323\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":148,\"userName\":\"15123213323\"}}}', 0, NULL, '2023-07-18 16:59:22', 9); +INSERT INTO `sys_oper_log` VALUES (2395, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"149\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 14:17:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"gtwewe\",\"params\":{},\"password\":\"$2a$10$pHvhg0rWtZdwJDhhyvSiwexKvAzSerfSrJOLnk6V3V9DX6Xxpc.rS\",\"phonenumber\":\"15122323222\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":149,\"userName\":\"15122323222\"}}}', 0, NULL, '2023-07-18 16:59:24', 8); +INSERT INTO `sys_oper_log` VALUES (2396, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"152\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 14:18:33\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"szdsad\",\"params\":{},\"password\":\"$2a$10$WL5I.H4uyvzFHDgzYYkKX.AgZ9.HZMoARjUKs3gqL5W0Dd1QnDQ9m\",\"phonenumber\":\"16232413123\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":152,\"userName\":\"16232413123\"}}}', 0, NULL, '2023-07-18 16:59:27', 12); +INSERT INTO `sys_oper_log` VALUES (2397, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 16:59:50', 9); +INSERT INTO `sys_oper_log` VALUES (2398, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"152\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 14:18:33\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"szdsad\",\"params\":{},\"password\":\"$2a$10$WL5I.H4uyvzFHDgzYYkKX.AgZ9.HZMoARjUKs3gqL5W0Dd1QnDQ9m\",\"phonenumber\":\"16232413123\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":152,\"userName\":\"16232413123\"}}}', 0, NULL, '2023-07-18 16:59:53', 6); +INSERT INTO `sys_oper_log` VALUES (2399, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15,16,18],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"ss\",\"params\":{},\"phonenumber\":\"19999999999\",\"roleId\":25,\"roleType\":3,\"userId\":179,\"userName\":\"19999999999\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 17:00:11', 127); +INSERT INTO `sys_oper_log` VALUES (2400, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"179\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15,16,18],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:00:11\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"ss\",\"params\":{},\"password\":\"$2a$10$6MFrC4XtBgJSl8N6yI.mU.eXyvdZzvbQwKNj3g0.pNUbqRSqkOzFi\",\"phonenumber\":\"19999999999\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":179,\"userName\":\"19999999999\"}}}', 0, NULL, '2023-07-18 17:00:34', 65); +INSERT INTO `sys_oper_log` VALUES (2401, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"179\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15,16,18],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:00:11\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"ss\",\"params\":{},\"password\":\"$2a$10$6MFrC4XtBgJSl8N6yI.mU.eXyvdZzvbQwKNj3g0.pNUbqRSqkOzFi\",\"phonenumber\":\"19999999999\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":179,\"userName\":\"19999999999\"}}}', 0, NULL, '2023-07-18 17:00:57', 1388); +INSERT INTO `sys_oper_log` VALUES (2402, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '134.195.101.42', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 17:03:13', 14); +INSERT INTO `sys_oper_log` VALUES (2403, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:06:27', 70); +INSERT INTO `sys_oper_log` VALUES (2404, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 17:06:27', 77); +INSERT INTO `sys_oper_log` VALUES (2405, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:06:27', 194); +INSERT INTO `sys_oper_log` VALUES (2406, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:07:42', 24); +INSERT INTO `sys_oper_log` VALUES (2407, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:07:42', 8); +INSERT INTO `sys_oper_log` VALUES (2408, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:07:43', 107); +INSERT INTO `sys_oper_log` VALUES (2409, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:08:00', 15); +INSERT INTO `sys_oper_log` VALUES (2410, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:08:00', 39); +INSERT INTO `sys_oper_log` VALUES (2411, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:08:01', 106); +INSERT INTO `sys_oper_log` VALUES (2412, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:14:47', 28); +INSERT INTO `sys_oper_log` VALUES (2413, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:14:47', 22); +INSERT INTO `sys_oper_log` VALUES (2414, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:14:48', 57); +INSERT INTO `sys_oper_log` VALUES (2415, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:16:15', 6); +INSERT INTO `sys_oper_log` VALUES (2416, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:16:15', 26); +INSERT INTO `sys_oper_log` VALUES (2417, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:16:15', 71); +INSERT INTO `sys_oper_log` VALUES (2418, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:16:42', 9); +INSERT INTO `sys_oper_log` VALUES (2419, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:16:42', 21); +INSERT INTO `sys_oper_log` VALUES (2420, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:16:42', 14); +INSERT INTO `sys_oper_log` VALUES (2421, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:16:42', 10); +INSERT INTO `sys_oper_log` VALUES (2422, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:16:42', 62); +INSERT INTO `sys_oper_log` VALUES (2423, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:16:42', 87); +INSERT INTO `sys_oper_log` VALUES (2424, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:17:55', 6); +INSERT INTO `sys_oper_log` VALUES (2425, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:17:55', 23); +INSERT INTO `sys_oper_log` VALUES (2426, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:17:56', 50); +INSERT INTO `sys_oper_log` VALUES (2427, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:18:01', 11); +INSERT INTO `sys_oper_log` VALUES (2428, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:18:01', 25); +INSERT INTO `sys_oper_log` VALUES (2429, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:18:02', 198); +INSERT INTO `sys_oper_log` VALUES (2430, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:18:33', 8); +INSERT INTO `sys_oper_log` VALUES (2431, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:18:33', 17); +INSERT INTO `sys_oper_log` VALUES (2432, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:18:33', 67); +INSERT INTO `sys_oper_log` VALUES (2433, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:19:17', 11); +INSERT INTO `sys_oper_log` VALUES (2434, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:19:17', 22); +INSERT INTO `sys_oper_log` VALUES (2435, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:19:17', 121); +INSERT INTO `sys_oper_log` VALUES (2436, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:19:17', 4); +INSERT INTO `sys_oper_log` VALUES (2437, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:19:17', 16); +INSERT INTO `sys_oper_log` VALUES (2438, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:19:17', 55); +INSERT INTO `sys_oper_log` VALUES (2439, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:21:09', 5); +INSERT INTO `sys_oper_log` VALUES (2440, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:21:09', 13); +INSERT INTO `sys_oper_log` VALUES (2441, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:21:09', 45); +INSERT INTO `sys_oper_log` VALUES (2442, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:22:01', 8); +INSERT INTO `sys_oper_log` VALUES (2443, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:22:01', 19); +INSERT INTO `sys_oper_log` VALUES (2444, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:22:01', 23); +INSERT INTO `sys_oper_log` VALUES (2445, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:22:01', 17); +INSERT INTO `sys_oper_log` VALUES (2446, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:22:01', 41); +INSERT INTO `sys_oper_log` VALUES (2447, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:22:02', 35); +INSERT INTO `sys_oper_log` VALUES (2448, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:23:36', 11); +INSERT INTO `sys_oper_log` VALUES (2449, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:23:36', 28); +INSERT INTO `sys_oper_log` VALUES (2450, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:23:36', 48); +INSERT INTO `sys_oper_log` VALUES (2451, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:03', 8); +INSERT INTO `sys_oper_log` VALUES (2452, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:03', 19); +INSERT INTO `sys_oper_log` VALUES (2453, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:03', 41); +INSERT INTO `sys_oper_log` VALUES (2454, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:10', 5); +INSERT INTO `sys_oper_log` VALUES (2455, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:10', 14); +INSERT INTO `sys_oper_log` VALUES (2456, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:10', 30); +INSERT INTO `sys_oper_log` VALUES (2457, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:17', 8); +INSERT INTO `sys_oper_log` VALUES (2458, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:17', 17); +INSERT INTO `sys_oper_log` VALUES (2459, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:17', 44); +INSERT INTO `sys_oper_log` VALUES (2460, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:30', 5); +INSERT INTO `sys_oper_log` VALUES (2461, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:30', 14); +INSERT INTO `sys_oper_log` VALUES (2462, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:30', 37); +INSERT INTO `sys_oper_log` VALUES (2463, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:49', 9); +INSERT INTO `sys_oper_log` VALUES (2464, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:49', 13); +INSERT INTO `sys_oper_log` VALUES (2465, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:49', 76); +INSERT INTO `sys_oper_log` VALUES (2466, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:24:59', 9); +INSERT INTO `sys_oper_log` VALUES (2467, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:24:59', 13); +INSERT INTO `sys_oper_log` VALUES (2468, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:24:59', 43); +INSERT INTO `sys_oper_log` VALUES (2469, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:25:06', 6); +INSERT INTO `sys_oper_log` VALUES (2470, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:25:06', 14); +INSERT INTO `sys_oper_log` VALUES (2471, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:25:06', 40); +INSERT INTO `sys_oper_log` VALUES (2472, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:25:40', 5); +INSERT INTO `sys_oper_log` VALUES (2473, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:25:40', 19); +INSERT INTO `sys_oper_log` VALUES (2474, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:25:40', 29); +INSERT INTO `sys_oper_log` VALUES (2475, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:25:51', 4); +INSERT INTO `sys_oper_log` VALUES (2476, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:25:51', 16); +INSERT INTO `sys_oper_log` VALUES (2477, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:25:51', 55); +INSERT INTO `sys_oper_log` VALUES (2478, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:26:03', 6); +INSERT INTO `sys_oper_log` VALUES (2479, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:26:03', 13); +INSERT INTO `sys_oper_log` VALUES (2480, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:26:03', 43); +INSERT INTO `sys_oper_log` VALUES (2481, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:26:07', 5); +INSERT INTO `sys_oper_log` VALUES (2482, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:26:07', 18); +INSERT INTO `sys_oper_log` VALUES (2483, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:26:07', 38); +INSERT INTO `sys_oper_log` VALUES (2484, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:26:42', 6); +INSERT INTO `sys_oper_log` VALUES (2485, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:26:42', 15); +INSERT INTO `sys_oper_log` VALUES (2486, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:26:43', 4); +INSERT INTO `sys_oper_log` VALUES (2487, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:26:43', 13); +INSERT INTO `sys_oper_log` VALUES (2488, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:26:43', 33); +INSERT INTO `sys_oper_log` VALUES (2489, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:26:46', 29); +INSERT INTO `sys_oper_log` VALUES (2490, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:26:50', 4); +INSERT INTO `sys_oper_log` VALUES (2491, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:26:50', 17); +INSERT INTO `sys_oper_log` VALUES (2492, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:26:50', 29); +INSERT INTO `sys_oper_log` VALUES (2493, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:27:29', 6); +INSERT INTO `sys_oper_log` VALUES (2494, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 17:27:29', 19); +INSERT INTO `sys_oper_log` VALUES (2495, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:27:29', 52); +INSERT INTO `sys_oper_log` VALUES (2496, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:28:34', 6); +INSERT INTO `sys_oper_log` VALUES (2497, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:28:34', 10); +INSERT INTO `sys_oper_log` VALUES (2498, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:28:34', 66); +INSERT INTO `sys_oper_log` VALUES (2499, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:28:41', 3); +INSERT INTO `sys_oper_log` VALUES (2500, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:28:41', 12); +INSERT INTO `sys_oper_log` VALUES (2501, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:28:41', 64); +INSERT INTO `sys_oper_log` VALUES (2502, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:28:46', 5); +INSERT INTO `sys_oper_log` VALUES (2503, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:28:46', 13); +INSERT INTO `sys_oper_log` VALUES (2504, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:28:46', 50); +INSERT INTO `sys_oper_log` VALUES (2505, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:28:57', 6); +INSERT INTO `sys_oper_log` VALUES (2506, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:28:57', 16); +INSERT INTO `sys_oper_log` VALUES (2507, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:28:57', 71); +INSERT INTO `sys_oper_log` VALUES (2508, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:30:21', 6); +INSERT INTO `sys_oper_log` VALUES (2509, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:30:21', 20); +INSERT INTO `sys_oper_log` VALUES (2510, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:30:21', 69); +INSERT INTO `sys_oper_log` VALUES (2511, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:31:30', 7); +INSERT INTO `sys_oper_log` VALUES (2512, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:31:30', 27); +INSERT INTO `sys_oper_log` VALUES (2513, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:31:30', 68); +INSERT INTO `sys_oper_log` VALUES (2514, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:31:38', 5); +INSERT INTO `sys_oper_log` VALUES (2515, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:31:38', 10); +INSERT INTO `sys_oper_log` VALUES (2516, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:31:39', 6); +INSERT INTO `sys_oper_log` VALUES (2517, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:31:39', 90); +INSERT INTO `sys_oper_log` VALUES (2518, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:31:39', 33); +INSERT INTO `sys_oper_log` VALUES (2519, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:31:40', 81); +INSERT INTO `sys_oper_log` VALUES (2520, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:32:48', 7); +INSERT INTO `sys_oper_log` VALUES (2521, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:32:48', 21); +INSERT INTO `sys_oper_log` VALUES (2522, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:32:48', 40); +INSERT INTO `sys_oper_log` VALUES (2523, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:33:01', 5); +INSERT INTO `sys_oper_log` VALUES (2524, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:33:01', 11); +INSERT INTO `sys_oper_log` VALUES (2525, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:33:02', 62); +INSERT INTO `sys_oper_log` VALUES (2526, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:33:09', 11); +INSERT INTO `sys_oper_log` VALUES (2527, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:33:09', 10); +INSERT INTO `sys_oper_log` VALUES (2528, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:33:09', 51); +INSERT INTO `sys_oper_log` VALUES (2529, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:33:15', 5); +INSERT INTO `sys_oper_log` VALUES (2530, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:33:15', 15); +INSERT INTO `sys_oper_log` VALUES (2531, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:33:16', 42); +INSERT INTO `sys_oper_log` VALUES (2532, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:33:31', 6); +INSERT INTO `sys_oper_log` VALUES (2533, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:33:31', 13); +INSERT INTO `sys_oper_log` VALUES (2534, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:33:31', 54); +INSERT INTO `sys_oper_log` VALUES (2535, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:34:20', 6); +INSERT INTO `sys_oper_log` VALUES (2536, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:34:20', 20); +INSERT INTO `sys_oper_log` VALUES (2537, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:34:20', 45); +INSERT INTO `sys_oper_log` VALUES (2538, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:35:13', 4); +INSERT INTO `sys_oper_log` VALUES (2539, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:35:13', 10); +INSERT INTO `sys_oper_log` VALUES (2540, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:35:13', 46); +INSERT INTO `sys_oper_log` VALUES (2541, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:35:29', 4); +INSERT INTO `sys_oper_log` VALUES (2542, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:35:29', 11); +INSERT INTO `sys_oper_log` VALUES (2543, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:35:30', 52); +INSERT INTO `sys_oper_log` VALUES (2544, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:35:36', 3); +INSERT INTO `sys_oper_log` VALUES (2545, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:35:36', 9); +INSERT INTO `sys_oper_log` VALUES (2546, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:35:36', 54); +INSERT INTO `sys_oper_log` VALUES (2547, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:35:42', 4); +INSERT INTO `sys_oper_log` VALUES (2548, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:35:42', 15); +INSERT INTO `sys_oper_log` VALUES (2549, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:35:43', 44); +INSERT INTO `sys_oper_log` VALUES (2550, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:35:55', 4); +INSERT INTO `sys_oper_log` VALUES (2551, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:35:55', 16); +INSERT INTO `sys_oper_log` VALUES (2552, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:35:55', 38); +INSERT INTO `sys_oper_log` VALUES (2553, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:36:06', 4); +INSERT INTO `sys_oper_log` VALUES (2554, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:36:06', 10); +INSERT INTO `sys_oper_log` VALUES (2555, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:36:06', 46); +INSERT INTO `sys_oper_log` VALUES (2556, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:36:20', 8); +INSERT INTO `sys_oper_log` VALUES (2557, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:36:20', 13); +INSERT INTO `sys_oper_log` VALUES (2558, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:36:21', 43); +INSERT INTO `sys_oper_log` VALUES (2559, '里程监控:日里程数据导出', 5, 'com.ruoyi.vehicle.controller.TCarDayMileageController.dayListExport()', 'POST', 1, 'admin', NULL, '/carDayMileage/dayListExport', '221.182.45.100', '', '{\"carNumber\":\"\",\"driverInfo\":\"\",\"pageCurr\":1,\"pageSize\":10,\"shopIdQuery\":[-1,15,16,18,21],\"shopIds\":[-1,15,16,18,21],\"state\":[],\"type\":1}', NULL, 0, NULL, '2023-07-18 17:36:43', 9); +INSERT INTO `sys_oper_log` VALUES (2560, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:37:19', 5); +INSERT INTO `sys_oper_log` VALUES (2561, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 17:37:19', 9); +INSERT INTO `sys_oper_log` VALUES (2562, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:37:19', 65); +INSERT INTO `sys_oper_log` VALUES (2563, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:38:32', 3); +INSERT INTO `sys_oper_log` VALUES (2564, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:38:38', 6); +INSERT INTO `sys_oper_log` VALUES (2565, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:39:06', 3); +INSERT INTO `sys_oper_log` VALUES (2566, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:39:41', 16); +INSERT INTO `sys_oper_log` VALUES (2567, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:42:57', 5); +INSERT INTO `sys_oper_log` VALUES (2568, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 17:42:57', 11); +INSERT INTO `sys_oper_log` VALUES (2569, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:42:58', 70); +INSERT INTO `sys_oper_log` VALUES (2570, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:43:05', 4); +INSERT INTO `sys_oper_log` VALUES (2571, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 17:43:05', 9); +INSERT INTO `sys_oper_log` VALUES (2572, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:43:05', 50); +INSERT INTO `sys_oper_log` VALUES (2573, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:44:21', 5); +INSERT INTO `sys_oper_log` VALUES (2574, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:44:21', 25); +INSERT INTO `sys_oper_log` VALUES (2575, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:44:21', 44); +INSERT INTO `sys_oper_log` VALUES (2576, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:46:30', 3); +INSERT INTO `sys_oper_log` VALUES (2577, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:46:30', 35); +INSERT INTO `sys_oper_log` VALUES (2578, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:46:30', 45); +INSERT INTO `sys_oper_log` VALUES (2579, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:47:25', 4); +INSERT INTO `sys_oper_log` VALUES (2580, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:47:25', 11); +INSERT INTO `sys_oper_log` VALUES (2581, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:47:25', 43); +INSERT INTO `sys_oper_log` VALUES (2582, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:49:22', 4); +INSERT INTO `sys_oper_log` VALUES (2583, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:49:22', 24); +INSERT INTO `sys_oper_log` VALUES (2584, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:49:22', 47); +INSERT INTO `sys_oper_log` VALUES (2585, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:50:08', 9); +INSERT INTO `sys_oper_log` VALUES (2586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"46\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"232\",\"carId\":46,\"carPicture\":\"\",\"carType\":\"比亚迪-唐\",\"carVinNumber\":\"1231\",\"phone\":[],\"purchasePrice\":12312.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":17,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-18 17:50:12', 9); +INSERT INTO `sys_oper_log` VALUES (2587, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:54:01', 9); +INSERT INTO `sys_oper_log` VALUES (2588, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:54:01', 3); +INSERT INTO `sys_oper_log` VALUES (2589, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:54:01', 51); +INSERT INTO `sys_oper_log` VALUES (2590, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:54:53', 5); +INSERT INTO `sys_oper_log` VALUES (2591, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 17:54:53', 12); +INSERT INTO `sys_oper_log` VALUES (2592, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:54:53', 42); +INSERT INTO `sys_oper_log` VALUES (2593, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 17:59:00', 3); +INSERT INTO `sys_oper_log` VALUES (2594, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 17:59:00', 11); +INSERT INTO `sys_oper_log` VALUES (2595, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 17:59:00', 46); +INSERT INTO `sys_oper_log` VALUES (2596, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:01:14', 5); +INSERT INTO `sys_oper_log` VALUES (2597, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:01:14', 17); +INSERT INTO `sys_oper_log` VALUES (2598, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:01:15', 39); +INSERT INTO `sys_oper_log` VALUES (2599, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:02:02', 4); +INSERT INTO `sys_oper_log` VALUES (2600, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:02:02', 9); +INSERT INTO `sys_oper_log` VALUES (2601, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '134.195.101.42', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:02:03', 54); +INSERT INTO `sys_oper_log` VALUES (2602, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:02:08', 3); +INSERT INTO `sys_oper_log` VALUES (2603, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:02:08', 8); +INSERT INTO `sys_oper_log` VALUES (2604, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:02:09', 42); +INSERT INTO `sys_oper_log` VALUES (2605, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:03:32', 5); +INSERT INTO `sys_oper_log` VALUES (2606, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"沃尔沃-S90\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":21,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:03:32', 10); +INSERT INTO `sys_oper_log` VALUES (2607, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:03:32', 35); +INSERT INTO `sys_oper_log` VALUES (2608, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:04:36', 3); +INSERT INTO `sys_oper_log` VALUES (2609, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:04:36', 17); +INSERT INTO `sys_oper_log` VALUES (2610, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:04:36', 43); +INSERT INTO `sys_oper_log` VALUES (2611, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:05:39', 1498); +INSERT INTO `sys_oper_log` VALUES (2612, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:05:39', 142); +INSERT INTO `sys_oper_log` VALUES (2613, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:05:40', 19); +INSERT INTO `sys_oper_log` VALUES (2614, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:05:40', 88); +INSERT INTO `sys_oper_log` VALUES (2615, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:06:07', 12); +INSERT INTO `sys_oper_log` VALUES (2616, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:06:07', 118); +INSERT INTO `sys_oper_log` VALUES (2617, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:06:09', 18); +INSERT INTO `sys_oper_log` VALUES (2618, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:06:09', 94); +INSERT INTO `sys_oper_log` VALUES (2619, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:06:30', 24); +INSERT INTO `sys_oper_log` VALUES (2620, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:06:30', 22); +INSERT INTO `sys_oper_log` VALUES (2621, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:06:30', 62); +INSERT INTO `sys_oper_log` VALUES (2622, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:06:41', 4); +INSERT INTO `sys_oper_log` VALUES (2623, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:06:42', 29); +INSERT INTO `sys_oper_log` VALUES (2624, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:06:42', 66); +INSERT INTO `sys_oper_log` VALUES (2625, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:06:49', 6); +INSERT INTO `sys_oper_log` VALUES (2626, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:06:49', 19); +INSERT INTO `sys_oper_log` VALUES (2627, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:06:49', 54); +INSERT INTO `sys_oper_log` VALUES (2628, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:11', 248); +INSERT INTO `sys_oper_log` VALUES (2629, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:11', 209); +INSERT INTO `sys_oper_log` VALUES (2630, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:11', 244); +INSERT INTO `sys_oper_log` VALUES (2631, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:07:11', 267); +INSERT INTO `sys_oper_log` VALUES (2632, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:07:12', 333); +INSERT INTO `sys_oper_log` VALUES (2633, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:33', 6); +INSERT INTO `sys_oper_log` VALUES (2634, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:33', 7); +INSERT INTO `sys_oper_log` VALUES (2635, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:07:36', 10); +INSERT INTO `sys_oper_log` VALUES (2636, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:07:36', 49); +INSERT INTO `sys_oper_log` VALUES (2637, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:07:37', 208); +INSERT INTO `sys_oper_log` VALUES (2638, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:00', 15); +INSERT INTO `sys_oper_log` VALUES (2639, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:10:00', 58); +INSERT INTO `sys_oper_log` VALUES (2640, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:10:00', 113); +INSERT INTO `sys_oper_log` VALUES (2641, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:04', 10); +INSERT INTO `sys_oper_log` VALUES (2642, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:10:04', 47); +INSERT INTO `sys_oper_log` VALUES (2643, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:10:04', 132); +INSERT INTO `sys_oper_log` VALUES (2644, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:31', 8); +INSERT INTO `sys_oper_log` VALUES (2645, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:31', 5); +INSERT INTO `sys_oper_log` VALUES (2646, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:10:31', 39); +INSERT INTO `sys_oper_log` VALUES (2647, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:10:31', 106); +INSERT INTO `sys_oper_log` VALUES (2648, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:51', 12); +INSERT INTO `sys_oper_log` VALUES (2649, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:10:51', 14); +INSERT INTO `sys_oper_log` VALUES (2650, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:10:51', 36); +INSERT INTO `sys_oper_log` VALUES (2651, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:10:51', 94); +INSERT INTO `sys_oper_log` VALUES (2652, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:11:07', 8); +INSERT INTO `sys_oper_log` VALUES (2653, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:11:07', 30); +INSERT INTO `sys_oper_log` VALUES (2654, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:11:07', 84); +INSERT INTO `sys_oper_log` VALUES (2655, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:11:08', 24); +INSERT INTO `sys_oper_log` VALUES (2656, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:11:08', 11); +INSERT INTO `sys_oper_log` VALUES (2657, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:11:08', 94); +INSERT INTO `sys_oper_log` VALUES (2658, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:11:20', 14); +INSERT INTO `sys_oper_log` VALUES (2659, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:11:21', 35); +INSERT INTO `sys_oper_log` VALUES (2660, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:11:21', 91); +INSERT INTO `sys_oper_log` VALUES (2661, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:11:24', 26); +INSERT INTO `sys_oper_log` VALUES (2662, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:11:24', 5); +INSERT INTO `sys_oper_log` VALUES (2663, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:11:25', 78); +INSERT INTO `sys_oper_log` VALUES (2664, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:11:46', 7); +INSERT INTO `sys_oper_log` VALUES (2665, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:11:46', 18); +INSERT INTO `sys_oper_log` VALUES (2666, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:11:46', 75); +INSERT INTO `sys_oper_log` VALUES (2667, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:12:17', 17); +INSERT INTO `sys_oper_log` VALUES (2668, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:12:17', 24); +INSERT INTO `sys_oper_log` VALUES (2669, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:12:17', 91); +INSERT INTO `sys_oper_log` VALUES (2670, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:13:00', 11); +INSERT INTO `sys_oper_log` VALUES (2671, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:13:00', 20); +INSERT INTO `sys_oper_log` VALUES (2672, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:13:00', 101); +INSERT INTO `sys_oper_log` VALUES (2673, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:14:11', 5); +INSERT INTO `sys_oper_log` VALUES (2674, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:14:11', 13); +INSERT INTO `sys_oper_log` VALUES (2675, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:14:11', 99); +INSERT INTO `sys_oper_log` VALUES (2676, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:16:07', 5); +INSERT INTO `sys_oper_log` VALUES (2677, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:16:07', 20); +INSERT INTO `sys_oper_log` VALUES (2678, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:16:07', 52); +INSERT INTO `sys_oper_log` VALUES (2679, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"176\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 18:22:05\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"password\":\"$2a$10$robl04jsJ3IGZa3QYG6lZO1lBtt.WxwZTrFoqKbJ4OxH2oiuwepCm\",\"phonenumber\":\"18008172471\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-07-18 18:24:02', 86); +INSERT INTO `sys_oper_log` VALUES (2680, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:25:00', 6); +INSERT INTO `sys_oper_log` VALUES (2681, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:25:00', 39); +INSERT INTO `sys_oper_log` VALUES (2682, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:25:00', 81); +INSERT INTO `sys_oper_log` VALUES (2683, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"228\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 18:26:02', 8); +INSERT INTO `sys_oper_log` VALUES (2684, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:06', 3); +INSERT INTO `sys_oper_log` VALUES (2685, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:06', 17); +INSERT INTO `sys_oper_log` VALUES (2686, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:26:06', 63); +INSERT INTO `sys_oper_log` VALUES (2687, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"227\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-18 18:26:32', 5); +INSERT INTO `sys_oper_log` VALUES (2688, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:34', 5); +INSERT INTO `sys_oper_log` VALUES (2689, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:34', 15); +INSERT INTO `sys_oper_log` VALUES (2690, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:26:34', 42); +INSERT INTO `sys_oper_log` VALUES (2691, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:40', 6); +INSERT INTO `sys_oper_log` VALUES (2692, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:40', 15); +INSERT INTO `sys_oper_log` VALUES (2693, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:26:40', 65); +INSERT INTO `sys_oper_log` VALUES (2694, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:42', 7); +INSERT INTO `sys_oper_log` VALUES (2695, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:42', 18); +INSERT INTO `sys_oper_log` VALUES (2696, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:26:42', 52); +INSERT INTO `sys_oper_log` VALUES (2697, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:54', 7); +INSERT INTO `sys_oper_log` VALUES (2698, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:54', 12); +INSERT INTO `sys_oper_log` VALUES (2699, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:26:54', 50); +INSERT INTO `sys_oper_log` VALUES (2700, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:26:59', 5); +INSERT INTO `sys_oper_log` VALUES (2701, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:26:59', 15); +INSERT INTO `sys_oper_log` VALUES (2702, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:27:00', 47); +INSERT INTO `sys_oper_log` VALUES (2703, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:27:15', 8); +INSERT INTO `sys_oper_log` VALUES (2704, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:27:15', 12); +INSERT INTO `sys_oper_log` VALUES (2705, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:27:15', 67); +INSERT INTO `sys_oper_log` VALUES (2706, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:27:53', 6); +INSERT INTO `sys_oper_log` VALUES (2707, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:27:53', 13); +INSERT INTO `sys_oper_log` VALUES (2708, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:27:53', 46); +INSERT INTO `sys_oper_log` VALUES (2709, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:27:57', 7); +INSERT INTO `sys_oper_log` VALUES (2710, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:27:57', 15); +INSERT INTO `sys_oper_log` VALUES (2711, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:27:57', 50); +INSERT INTO `sys_oper_log` VALUES (2712, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:28:14', 4); +INSERT INTO `sys_oper_log` VALUES (2713, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-18 18:28:14', 11); +INSERT INTO `sys_oper_log` VALUES (2714, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:28:14', 49); +INSERT INTO `sys_oper_log` VALUES (2715, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '134.195.101.42', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:29:08', 12); +INSERT INTO `sys_oper_log` VALUES (2716, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"pageCurr\":0,\"pageSize\":0,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:31:34', 4); +INSERT INTO `sys_oper_log` VALUES (2717, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, 'admin', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"fdj01\",\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"16\",\"carVinNumber\":\"jv1452\",\"createTime\":\"2023-07-18 18:31:42\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"id\":32,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"updateTime\":\"2023-07-18 18:31:42\",\"warrantyTime\":\"2023-06-27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:31:42', 16); +INSERT INTO `sys_oper_log` VALUES (2718, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"46\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"232\",\"carId\":46,\"carPicture\":\"\",\"carType\":\"比亚迪-唐\",\"carVinNumber\":\"1231\",\"phone\":[],\"purchasePrice\":12312.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":17,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-18 18:31:45', 13); +INSERT INTO `sys_oper_log` VALUES (2719, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":46,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:31:45', 4); +INSERT INTO `sys_oper_log` VALUES (2720, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"46\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 18:31:45', 5); +INSERT INTO `sys_oper_log` VALUES (2721, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:33:57', 3); +INSERT INTO `sys_oper_log` VALUES (2722, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:33:57', 15); +INSERT INTO `sys_oper_log` VALUES (2723, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:33:57', 49); +INSERT INTO `sys_oper_log` VALUES (2724, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 18:35:28', 11); +INSERT INTO `sys_oper_log` VALUES (2725, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:35:28', 5); +INSERT INTO `sys_oper_log` VALUES (2726, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 18:35:28', 7); +INSERT INTO `sys_oper_log` VALUES (2727, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:35:41', 5); +INSERT INTO `sys_oper_log` VALUES (2728, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-18 18:35:41', 8); +INSERT INTO `sys_oper_log` VALUES (2729, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 18:35:41', 6); +INSERT INTO `sys_oper_log` VALUES (2730, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":1,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:36:26', 3); +INSERT INTO `sys_oper_log` VALUES (2731, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:37:34', 9); +INSERT INTO `sys_oper_log` VALUES (2732, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"content\":\"[[116.4592,39.909005],[116.460363,39.910023],[116.461469,39.909646],[116.461272,39.908691],[116.459863,39.908107],[116.459216,39.908389]]\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"id\":46,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:37:37', 79); +INSERT INTO `sys_oper_log` VALUES (2733, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"27\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"银色\",\"carEngineNumber\":\"2323423423\",\"carId\":27,\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"T1223332221\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-18 18:37:44', 24); +INSERT INTO `sys_oper_log` VALUES (2734, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-18 18:38:07', 9); +INSERT INTO `sys_oper_log` VALUES (2735, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 18:38:21', 15); +INSERT INTO `sys_oper_log` VALUES (2736, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"content\":\"[[116.470882,39.914837],[116.477133,39.915947],[116.476599,39.918893],[116.468599,39.91928],[116.467303,39.919143]]\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"id\":46,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:38:40', 15); +INSERT INTO `sys_oper_log` VALUES (2737, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 18:39:04', 12); +INSERT INTO `sys_oper_log` VALUES (2738, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"content\":\"[[116.470882,39.914837],[116.477133,39.915947],[116.476599,39.918893],[116.468599,39.91928],[116.467303,39.919143]]\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"id\":46,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:39:18', 16); +INSERT INTO `sys_oper_log` VALUES (2739, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"content\":\"[[116.470882,39.914837],[116.477133,39.915947],[116.476599,39.918893],[116.468599,39.91928],[116.467303,39.919143]]\",\"controlCar\":\"4,3,2,1\",\"electronicFenceName\":\"仓库 1\",\"fenceType\":2,\"id\":46,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:39:58', 14); +INSERT INTO `sys_oper_log` VALUES (2740, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 18:42:41', 81); +INSERT INTO `sys_oper_log` VALUES (2741, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:43:21', 15); +INSERT INTO `sys_oper_log` VALUES (2742, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"\\\"[[103.892453,30.883694],[103.693079,30.951783],[103.830447,31.110999]]\\\"\",\"controlCar\":\"1\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"id\":54,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:44:09', 18); +INSERT INTO `sys_oper_log` VALUES (2743, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:44:25', 18); +INSERT INTO `sys_oper_log` VALUES (2744, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:44:25', 32); +INSERT INTO `sys_oper_log` VALUES (2745, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:44:25', 161); +INSERT INTO `sys_oper_log` VALUES (2746, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:44:42', 17); +INSERT INTO `sys_oper_log` VALUES (2747, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":1,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:45:04', 5); +INSERT INTO `sys_oper_log` VALUES (2748, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":1,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:45:12', 4); +INSERT INTO `sys_oper_log` VALUES (2749, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":1,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:46:00', 5); +INSERT INTO `sys_oper_log` VALUES (2750, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":1,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:46:04', 4); +INSERT INTO `sys_oper_log` VALUES (2751, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":13,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:46:14', 4); +INSERT INTO `sys_oper_log` VALUES (2752, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:46:22', 4); +INSERT INTO `sys_oper_log` VALUES (2753, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:47:57', 6); +INSERT INTO `sys_oper_log` VALUES (2754, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:47:57', 27); +INSERT INTO `sys_oper_log` VALUES (2755, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:47:58', 59); +INSERT INTO `sys_oper_log` VALUES (2756, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 18:48:05', 14); +INSERT INTO `sys_oper_log` VALUES (2757, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:48:05', 6); +INSERT INTO `sys_oper_log` VALUES (2758, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:48:05', 70); +INSERT INTO `sys_oper_log` VALUES (2759, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:49:00', 10); +INSERT INTO `sys_oper_log` VALUES (2760, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:49:00', 18); +INSERT INTO `sys_oper_log` VALUES (2761, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:49:00', 70); +INSERT INTO `sys_oper_log` VALUES (2762, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '17780483325', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 18:49:19', 12); +INSERT INTO `sys_oper_log` VALUES (2763, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '17780483325', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-15 16:56:53\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"passWordUpdate\":\"2023-07-18 18:49:43.116\",\"phonenumber\":\"13312451245\",\"roleId\":25,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"17780483325\",\"updateTime\":\"2023-07-18 18:49:43\",\"userId\":142,\"userName\":\"13312451245\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 18:49:43', 86); +INSERT INTO `sys_oper_log` VALUES (2764, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '13312451245', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 18:49:55\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"公司权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 18:50:44', 8); +INSERT INTO `sys_oper_log` VALUES (2765, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '13312451245', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"176\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 18:25:07\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"password\":\"$2a$10$robl04jsJ3IGZa3QYG6lZO1lBtt.WxwZTrFoqKbJ4OxH2oiuwepCm\",\"phonenumber\":\"18008172471\",\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-07-18 18:50:50', 9); +INSERT INTO `sys_oper_log` VALUES (2766, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:52:44', 4); +INSERT INTO `sys_oper_log` VALUES (2767, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 18:52:44', 12); +INSERT INTO `sys_oper_log` VALUES (2768, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:52:45', 95); +INSERT INTO `sys_oper_log` VALUES (2769, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:55:59', 3); +INSERT INTO `sys_oper_log` VALUES (2770, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 18:55:59', 10); +INSERT INTO `sys_oper_log` VALUES (2771, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 18:55:59', 47); +INSERT INTO `sys_oper_log` VALUES (2772, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:56:37', 4); +INSERT INTO `sys_oper_log` VALUES (2773, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '134.195.101.42', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 18:58:52', 4); +INSERT INTO `sys_oper_log` VALUES (2774, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 19:01:47', 4); +INSERT INTO `sys_oper_log` VALUES (2775, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"4214123\",\"carId\":42,\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"123\",\"phone\":[],\"purchasePrice\":12321.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-18 19:01:47', 13); +INSERT INTO `sys_oper_log` VALUES (2776, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 19:01:47', 6); +INSERT INTO `sys_oper_log` VALUES (2777, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 19:08:41', 5); +INSERT INTO `sys_oper_log` VALUES (2778, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-18 19:08:41', 11); +INSERT INTO `sys_oper_log` VALUES (2779, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 19:08:41', 55); +INSERT INTO `sys_oper_log` VALUES (2780, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 19:20:55', 6); +INSERT INTO `sys_oper_log` VALUES (2781, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 19:20:55', 16); +INSERT INTO `sys_oper_log` VALUES (2782, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 19:20:55', 39); +INSERT INTO `sys_oper_log` VALUES (2783, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 19:37:38.833\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 19:37:38', 79); +INSERT INTO `sys_oper_log` VALUES (2784, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 19:37:39', 172); +INSERT INTO `sys_oper_log` VALUES (2785, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":10,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 19:37:48', 10024); +INSERT INTO `sys_oper_log` VALUES (2786, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":10,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":10,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:19:02', 99); +INSERT INTO `sys_oper_log` VALUES (2787, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-18 20:24:58.995\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 20:24:59', 32); +INSERT INTO `sys_oper_log` VALUES (2788, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:24:59', 23); +INSERT INTO `sys_oper_log` VALUES (2789, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:24:59', 146); +INSERT INTO `sys_oper_log` VALUES (2790, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:25:37', 9); +INSERT INTO `sys_oper_log` VALUES (2791, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:30:53.429\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:30:53', 13); +INSERT INTO `sys_oper_log` VALUES (2792, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:30:53', 12); +INSERT INTO `sys_oper_log` VALUES (2793, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:30:53', 68); +INSERT INTO `sys_oper_log` VALUES (2794, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:31:45', 13); +INSERT INTO `sys_oper_log` VALUES (2795, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:31:45', 21); +INSERT INTO `sys_oper_log` VALUES (2796, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:31:51', 17); +INSERT INTO `sys_oper_log` VALUES (2797, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:32:24', 9); +INSERT INTO `sys_oper_log` VALUES (2798, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:32:24.947\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:32:24', 16); +INSERT INTO `sys_oper_log` VALUES (2799, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:32:25', 63); +INSERT INTO `sys_oper_log` VALUES (2800, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:32:33', 12); +INSERT INTO `sys_oper_log` VALUES (2801, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:32:48', 11); +INSERT INTO `sys_oper_log` VALUES (2802, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:32:51.494\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:32:51', 14); +INSERT INTO `sys_oper_log` VALUES (2803, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:32:51', 15); +INSERT INTO `sys_oper_log` VALUES (2804, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:32:51', 83); +INSERT INTO `sys_oper_log` VALUES (2805, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:33:12', 11); +INSERT INTO `sys_oper_log` VALUES (2806, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:33:12', 17); +INSERT INTO `sys_oper_log` VALUES (2807, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:36:46', 250); +INSERT INTO `sys_oper_log` VALUES (2808, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:37:01', 27); +INSERT INTO `sys_oper_log` VALUES (2809, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:37:32', 20); +INSERT INTO `sys_oper_log` VALUES (2810, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:37:45', 17); +INSERT INTO `sys_oper_log` VALUES (2811, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"154\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:38:00\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 20:37:16\",\"loginIp\":\"\",\"nickName\":\"金融城1\",\"params\":{},\"password\":\"$2a$10$yXJGZ0Zpfq4BkySe.YaEWO956is58TdJlRnP6dz0jGaTe5hOZrZKy\",\"phonenumber\":\"19912341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"车管权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":154,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-07-18 20:38:11', 60); +INSERT INTO `sys_oper_log` VALUES (2812, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:39:30', 14); +INSERT INTO `sys_oper_log` VALUES (2813, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:40:14', 33); +INSERT INTO `sys_oper_log` VALUES (2814, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:41:04', 17); +INSERT INTO `sys_oper_log` VALUES (2815, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:41:04', 14); +INSERT INTO `sys_oper_log` VALUES (2816, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:42:57', 13); +INSERT INTO `sys_oper_log` VALUES (2817, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:42:57', 28); +INSERT INTO `sys_oper_log` VALUES (2818, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:43:35', 13); +INSERT INTO `sys_oper_log` VALUES (2819, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:44:19', 18); +INSERT INTO `sys_oper_log` VALUES (2820, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-18 20:45:22.92\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 20:45:22', 41); +INSERT INTO `sys_oper_log` VALUES (2821, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:45:23', 29); +INSERT INTO `sys_oper_log` VALUES (2822, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:45:23', 158); +INSERT INTO `sys_oper_log` VALUES (2823, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-18 20:45:24.383\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 20:45:24', 21); +INSERT INTO `sys_oper_log` VALUES (2824, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:45:24', 28); +INSERT INTO `sys_oper_log` VALUES (2825, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:45:24', 16); +INSERT INTO `sys_oper_log` VALUES (2826, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-18 20:45:24.554\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 20:45:24', 24); +INSERT INTO `sys_oper_log` VALUES (2827, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:45:24', 150); +INSERT INTO `sys_oper_log` VALUES (2828, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:45:24', 85); +INSERT INTO `sys_oper_log` VALUES (2829, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:46:01.184\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:46:01', 13); +INSERT INTO `sys_oper_log` VALUES (2830, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:46:01', 26); +INSERT INTO `sys_oper_log` VALUES (2831, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:46:01', 76); +INSERT INTO `sys_oper_log` VALUES (2832, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:47:37', 17); +INSERT INTO `sys_oper_log` VALUES (2833, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:47:37.762\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:47:37', 17); +INSERT INTO `sys_oper_log` VALUES (2834, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都交通十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":18,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-10 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":22,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车25\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:10\"},{\"carId\":33,\"createBy\":\"admin\",\"createTime\":\"2023-07-18 17:46:34\",\"disabled\":false,\"id\":24,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 17:46:34\",\"violationAddress\":\"成都\",\"violationBehavior\":\"停车26\",\"violationDeductPoints\":1,\"violationFines\":1.00,\"violationTime\":\"2023-07-11 10:50\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-18 20:47:37', 20); +INSERT INTO `sys_oper_log` VALUES (2835, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-18 20:47:37.884\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 20:47:37', 22); +INSERT INTO `sys_oper_log` VALUES (2836, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:47:37', 117); +INSERT INTO `sys_oper_log` VALUES (2837, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:47:38', 161); +INSERT INTO `sys_oper_log` VALUES (2838, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '17780483325', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"155\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:42:33\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 18:44:44\",\"loginIp\":\"\",\"nickName\":\"金三\",\"params\":{},\"password\":\"$2a$10$8fpGTo6JM8GOeGHr.goQweCAusfOd8jUdXI6uKDtTC7zDdviEqn1S\",\"phonenumber\":\"19912341235\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":155,\"userName\":\"19912341235\"}}}', 0, NULL, '2023-07-18 20:50:32', 11); +INSERT INTO `sys_oper_log` VALUES (2839, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 20:51:42', 13); +INSERT INTO `sys_oper_log` VALUES (2840, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 20:51:42.958\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 20:51:42', 15); +INSERT INTO `sys_oper_log` VALUES (2841, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 20:51:43', 127); +INSERT INTO `sys_oper_log` VALUES (2842, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17780483325', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"15\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"ff222833\",\"carId\":15,\"carNumber\":\"川A0001\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-192562\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-18 21:08:39.592\",\"phone\":[],\"purchasePrice\":21.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-18 21:08:39', 10); +INSERT INTO `sys_oper_log` VALUES (2843, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17780483325', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":15,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":15,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"17780483325\",\"createTime\":\"2023-07-18 21:08:28\",\"disabled\":false,\"id\":38,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"17780483325\",\"updateTime\":\"2023-07-18 21:08:28\",\"violationAddress\":\"天府广场东侧路口\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:10\"},{\"carId\":15,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"17780483325\",\"createTime\":\"2023-07-18 21:08:28\",\"disabled\":false,\"id\":41,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"17780483325\",\"updateTime\":\"2023-07-18 21:08:28\",\"violationAddress\":\"天府广场东侧路口\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-18 21:08:39', 19); +INSERT INTO `sys_oper_log` VALUES (2844, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17780483325', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"15\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":15,\"carNumber\":\"川A0001\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":19,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 21:08:39', 100); +INSERT INTO `sys_oper_log` VALUES (2845, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 21:51:14', 72); +INSERT INTO `sys_oper_log` VALUES (2846, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 21:51:14.501\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 21:51:14', 77); +INSERT INTO `sys_oper_log` VALUES (2847, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 21:51:14', 150); +INSERT INTO `sys_oper_log` VALUES (2848, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 21:20:08\",\"disabled\":false,\"id\":39,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 21:20:08\",\"violationAddress\":\"梨花街2号\",\"violationBehavior\":\"临停\",\"violationDeductPoints\":2,\"violationFines\":20.00,\"violationTime\":\"2023-07-01 10:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-18 21:51:30', 44); +INSERT INTO `sys_oper_log` VALUES (2849, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-18 21:51:30.3\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-18 21:51:30', 29); +INSERT INTO `sys_oper_log` VALUES (2850, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 21:51:30', 7); +INSERT INTO `sys_oper_log` VALUES (2851, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 21:52:06', 11); +INSERT INTO `sys_oper_log` VALUES (2852, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"4214123\",\"carId\":42,\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"123\",\"newDate\":\"2023-07-18 21:52:06.445\",\"phone\":[],\"purchasePrice\":12321.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-18 21:52:06', 12); +INSERT INTO `sys_oper_log` VALUES (2853, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 21:52:06', 8); +INSERT INTO `sys_oper_log` VALUES (2854, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 21:52:36', 8); +INSERT INTO `sys_oper_log` VALUES (2855, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 21:52:38', 7); +INSERT INTO `sys_oper_log` VALUES (2856, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"176\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:03:58\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"password\":\"$2a$10$robl04jsJ3IGZa3QYG6lZO1lBtt.WxwZTrFoqKbJ4OxH2oiuwepCm\",\"phonenumber\":\"18008172471\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-07-18 22:04:07', 70); +INSERT INTO `sys_oper_log` VALUES (2857, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"176\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:08:14\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"password\":\"$2a$10$robl04jsJ3IGZa3QYG6lZO1lBtt.WxwZTrFoqKbJ4OxH2oiuwepCm\",\"phonenumber\":\"18008172471\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-07-18 22:23:00', 10); +INSERT INTO `sys_oper_log` VALUES (2858, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:08:14\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-18 22:23:04', 5); +INSERT INTO `sys_oper_log` VALUES (2859, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:08:14\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-18 22:23:08', 3); +INSERT INTO `sys_oper_log` VALUES (2860, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"176\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[18,15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:08:14\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"password\":\"$2a$10$robl04jsJ3IGZa3QYG6lZO1lBtt.WxwZTrFoqKbJ4OxH2oiuwepCm\",\"phonenumber\":\"18008172471\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-07-18 22:23:36', 20); +INSERT INTO `sys_oper_log` VALUES (2861, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 14:26:23\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:08:14\",\"loginIp\":\"\",\"nickName\":\"蒲\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":25,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":176,\"userName\":\"18008172471\"}', NULL, 1, 'One record is expected, but the query result is multiple records', '2023-07-18 22:23:38', 2); +INSERT INTO `sys_oper_log` VALUES (2862, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"174\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 10:42:34\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"xfcxc\",\"params\":{},\"password\":\"$2a$10$ZDOykhLhsHci8uENebIEhuBub8LZYeUUugtmoHcgxLBCnHBMmud66\",\"phonenumber\":\"12222222222\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":174,\"userName\":\"12222222222\"}}}', 0, NULL, '2023-07-18 22:23:41', 9); +INSERT INTO `sys_oper_log` VALUES (2863, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 10:42:34\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"xfcxc\",\"params\":{},\"passWordUpdate\":\"2023-07-18 22:23:42.817\",\"phonenumber\":\"12222222222\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:23:42\",\"userId\":174,\"userName\":\"12222222222\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 22:23:42', 88); +INSERT INTO `sys_oper_log` VALUES (2864, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"李明\",\"params\":{},\"phonenumber\":\"13312121313\",\"roleId\":25,\"roleType\":3,\"userId\":187,\"userName\":\"13312121313\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 22:24:58', 186); +INSERT INTO `sys_oper_log` VALUES (2865, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"187\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:24:58\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"李明\",\"params\":{},\"password\":\"$2a$10$ob0CKSSJTFze.VhzZaFDsOHxJdH2ojvY4Ib5fMb.pl9uSI/q0fHNO\",\"phonenumber\":\"13312121313\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":187,\"userName\":\"13312121313\"}}}', 0, NULL, '2023-07-18 22:25:23', 10); +INSERT INTO `sys_oper_log` VALUES (2866, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:24:58\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"李明\",\"params\":{},\"passWordUpdate\":\"2023-07-18 22:25:30.537\",\"phonenumber\":\"13312121313\",\"roleId\":25,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:25:30\",\"userId\":187,\"userName\":\"13312121313\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 22:25:30', 81); +INSERT INTO `sys_oper_log` VALUES (2867, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-18 22:36:40.418\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-18 22:36:40', 12); +INSERT INTO `sys_oper_log` VALUES (2868, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:36:18\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:36:18\",\"violationAddress\":\"天府广场东侧路口\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-18 22:36:40', 29); +INSERT INTO `sys_oper_log` VALUES (2869, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-18 22:36:40', 5); +INSERT INTO `sys_oper_log` VALUES (2870, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"已缴\",\"params\":{},\"phonenumber\":\"15512661266\",\"roleId\":25,\"roleType\":3,\"userId\":188,\"userName\":\"15512661266\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 22:42:50', 159); +INSERT INTO `sys_oper_log` VALUES (2871, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:04:04\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-18 22:50:16', 64); +INSERT INTO `sys_oper_log` VALUES (2872, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:04:04\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"passWordUpdate\":\"2023-07-18 22:50:20.81\",\"phonenumber\":\"13312451245\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:50:20\",\"userId\":142,\"userName\":\"13312451245\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-18 22:50:20', 156); +INSERT INTO `sys_oper_log` VALUES (2873, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-18 23:10:50.082\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-18 23:10:50', 14); +INSERT INTO `sys_oper_log` VALUES (2874, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-18 23:10:50', 13); +INSERT INTO `sys_oper_log` VALUES (2875, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-18 23:10:50', 34); +INSERT INTO `sys_oper_log` VALUES (2876, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 08:58:51.949\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 08:58:51', 7); +INSERT INTO `sys_oper_log` VALUES (2877, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 08:59:34.151\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 08:59:34', 24); +INSERT INTO `sys_oper_log` VALUES (2878, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 08:59:44.146\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 08:59:44', 8); +INSERT INTO `sys_oper_log` VALUES (2879, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 08:59:45.92\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 08:59:45', 6); +INSERT INTO `sys_oper_log` VALUES (2880, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 08:59:47.157\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 08:59:47', 8); +INSERT INTO `sys_oper_log` VALUES (2881, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"251\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 09:06:06', 8); +INSERT INTO `sys_oper_log` VALUES (2882, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"250\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 09:06:11', 4); +INSERT INTO `sys_oper_log` VALUES (2883, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:06:57\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:07:05', 8); +INSERT INTO `sys_oper_log` VALUES (2884, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:06:57\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:07:08.729\",\"phonenumber\":\"15512661266\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:07:08\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:07:08', 83); +INSERT INTO `sys_oper_log` VALUES (2885, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:11:36', 10); +INSERT INTO `sys_oper_log` VALUES (2886, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:11:40.337\",\"phonenumber\":\"15512661266\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:11:40\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:11:40', 81); +INSERT INTO `sys_oper_log` VALUES (2887, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:11:42', 6); +INSERT INTO `sys_oper_log` VALUES (2888, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:12:04', 8); +INSERT INTO `sys_oper_log` VALUES (2889, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:12:08.259\",\"phonenumber\":\"15512661266\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:12:08\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:12:08', 82); +INSERT INTO `sys_oper_log` VALUES (2890, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:10:52\",\"loginIp\":\"\",\"nickName\":\"已缴\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:12:10', 18); +INSERT INTO `sys_oper_log` VALUES (2891, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:50:34\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-19 09:12:48', 6); +INSERT INTO `sys_oper_log` VALUES (2892, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:50:34\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-19 09:12:55', 7); +INSERT INTO `sys_oper_log` VALUES (2893, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:50:34\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:13:03.178\",\"phonenumber\":\"13312451245\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:13:03\",\"userId\":142,\"userName\":\"13312451245\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:13:03', 81); +INSERT INTO `sys_oper_log` VALUES (2894, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":20,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-12 11:16:28\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-18 22:50:34\",\"loginIp\":\"\",\"nickName\":\"杨\",\"params\":{},\"password\":\"$2a$10$x5bttNXMa7CVhUPK4W3v8e7IEfaLpiDSn.bi7XCUvIDtAfsok0Ek2\",\"phonenumber\":\"13312451245\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":20,\"roleKey\":\"0\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":142,\"userName\":\"13312451245\"}}}', 0, NULL, '2023-07-19 09:13:06', 7); +INSERT INTO `sys_oper_log` VALUES (2895, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":33,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"刘杰\",\"params\":{},\"phonenumber\":\"16612341234\",\"roleId\":33,\"roleType\":3,\"userId\":189,\"userName\":\"16612341234\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:16:07', 107); +INSERT INTO `sys_oper_log` VALUES (2896, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:16:22\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"password\":\"$2a$10$RCAenrfMcZafU1hh2w/eTOjjXduOXTkICPEKpcYgzWzbBTDe2DQGO\",\"phonenumber\":\"16612341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":189,\"userName\":\"16612341234\"}}}', 0, NULL, '2023-07-19 09:16:36', 7); +INSERT INTO `sys_oper_log` VALUES (2897, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:18:37\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"password\":\"$2a$10$RCAenrfMcZafU1hh2w/eTOjjXduOXTkICPEKpcYgzWzbBTDe2DQGO\",\"phonenumber\":\"16612341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":189,\"userName\":\"16612341234\"}}}', 0, NULL, '2023-07-19 09:19:31', 10); +INSERT INTO `sys_oper_log` VALUES (2898, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:18:37\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:19:33.91\",\"phonenumber\":\"16612341234\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:19:33\",\"userId\":189,\"userName\":\"16612341234\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:19:33', 80); +INSERT INTO `sys_oper_log` VALUES (2899, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"咸阳市\",\"cityCode\":\"610400\",\"content\":\"[[108.323293,34.267223],[108.363718,34.257225],[108.422733,34.262346],[108.352801,34.296725],[108.375521,34.337425],[108.375521,34.337425]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"兴平市\",\"fenceType\":2,\"id\":53,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:26:28', 39); +INSERT INTO `sys_oper_log` VALUES (2900, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"咸阳市\",\"cityCode\":\"610400\",\"content\":\"[[108.828766,34.456808],[108.864414,34.46694],[108.865853,34.447222],[108.83729,34.440375],[108.813156,34.448409],[108.812934,34.451969]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"大秦文明园\",\"fenceType\":2,\"id\":51,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:27:04', 12); +INSERT INTO `sys_oper_log` VALUES (2901, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"襄阳市\",\"cityCode\":\"420600\",\"content\":\"[[111.259831,31.985187],[112.54176,32.49249],[112.515397,31.320354],[111.236763,31.300645]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"大秦文明园\",\"fenceType\":2,\"id\":51,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:27:44', 16); +INSERT INTO `sys_oper_log` VALUES (2902, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/48', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:28:02', 14); +INSERT INTO `sys_oper_log` VALUES (2903, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/46', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:28:04', 9); +INSERT INTO `sys_oper_log` VALUES (2904, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/47', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:28:06', 8); +INSERT INTO `sys_oper_log` VALUES (2905, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"\\\"[[104.067571,30.556028],[104.072534,30.558936],[104.078315,30.555588],[104.075143,30.548802],[104.065217,30.549243],[104.062352,30.555411],[104.060817,30.557306]]\\\"\",\"controlCar\":\"2\",\"electronicFenceName\":\"驶出范围\",\"fenceType\":2,\"id\":45,\"policeType\":1,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:30:26', 16); +INSERT INTO `sys_oper_log` VALUES (2906, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"\\\"[[104.049603,30.596072],[104.051402,30.59793],[104.05634,30.596776],[104.053887,30.594158],[104.049799,30.594158],[104.049472,30.594298]]\\\"\",\"controlCar\":\"1\",\"electronicFenceName\":\"不可入围栏\",\"fenceType\":2,\"id\":44,\"policeType\":2,\"shopIds\":[15]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:31:01', 13); +INSERT INTO `sys_oper_log` VALUES (2907, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"154\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18211112222\",\"createTime\":\"2023-07-12 14:38:00\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:04:04\",\"loginIp\":\"\",\"nickName\":\"金融城1\",\"params\":{},\"password\":\"$2a$10$yXJGZ0Zpfq4BkySe.YaEWO956is58TdJlRnP6dz0jGaTe5hOZrZKy\",\"phonenumber\":\"19912341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"车管权限\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":154,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-07-19 09:32:57', 86); +INSERT INTO `sys_oper_log` VALUES (2908, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.253899,31.259763],[103.165559,30.485294],[104.478037,30.485294],[104.127832,31.359497]]\",\"controlCar\":\"5\",\"electronicFenceName\":\"1\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[21,16]}', NULL, 1, '该围栏名称已存在!', '2023-07-19 09:33:08', 1); +INSERT INTO `sys_oper_log` VALUES (2909, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"阿坝藏族羌族自治州\",\"cityCode\":\"513200\",\"content\":\"[[103.954308,31.488726],[103.127699,31.405286],[102.8122,31.564026],[103.455819,31.668809]]\",\"controlCar\":\"4,3,2\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:35:19', 15); +INSERT INTO `sys_oper_log` VALUES (2910, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"阿坝藏族羌族自治州\",\"cityCode\":\"513200\",\"content\":\"[[103.954308,31.488726],[103.127699,31.405286],[102.8122,31.564026],[103.455819,31.668809]]\",\"controlCar\":\"4,3,2\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"id\":55,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:38:17', 14); +INSERT INTO `sys_oper_log` VALUES (2911, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"阿坝藏族羌族自治州\",\"cityCode\":\"513200\",\"content\":\"[[103.954308,31.488726],[103.127699,31.405286],[102.8122,31.564026],[103.455819,31.668809]]\",\"controlCar\":\"4,3,2\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"id\":55,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:38:45', 16); +INSERT INTO `sys_oper_log` VALUES (2912, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":33,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"天府门店A员\",\"params\":{},\"phonenumber\":\"19912341234\",\"roleId\":33,\"roleType\":3,\"userId\":190,\"userName\":\"19912341234\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:38:51', 120); +INSERT INTO `sys_oper_log` VALUES (2913, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"阿坝藏族羌族自治州\",\"cityCode\":\"513200\",\"content\":\"\\\"[[103.954308,31.488726],[103.127699,31.405286],[102.8122,31.564026],[103.455819,31.668809]]\\\"\",\"controlCar\":\"4,3,2\",\"electronicFenceName\":\"123\",\"fenceType\":2,\"id\":55,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:39:35', 14); +INSERT INTO `sys_oper_log` VALUES (2914, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"遂宁市\",\"cityCode\":\"510900\",\"content\":\"[[104.679956,31.076191],[104.948131,29.882582],[106.008209,30.087535]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"523\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[18]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:40:25', 15); +INSERT INTO `sys_oper_log` VALUES (2915, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"遂宁市\",\"cityCode\":\"510900\",\"content\":\"[[104.679956,31.076191],[104.948131,29.882582],[106.008209,30.087535]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"523\",\"fenceType\":2,\"id\":56,\"policeType\":1,\"shopIds\":[18]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:40:39', 18); +INSERT INTO `sys_oper_log` VALUES (2916, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"遂宁市\",\"cityCode\":\"510900\",\"content\":\"\\\"[[104.679956,31.076191],[104.948131,29.882582],[106.008209,30.087535]]\\\"\",\"controlCar\":\"1\",\"electronicFenceName\":\"523\",\"fenceType\":2,\"id\":56,\"policeType\":1,\"shopIds\":[18]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:41:29', 17); +INSERT INTO `sys_oper_log` VALUES (2917, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"泸州市\",\"cityCode\":\"510500\",\"content\":\"[[105.20726,29.020663],[104.805265,28.174347],[106.512662,28.120989],[105.760543,28.99042]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"96\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:42:37', 14); +INSERT INTO `sys_oper_log` VALUES (2918, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.634209,30.387367]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"75\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:43:52', 27); +INSERT INTO `sys_oper_log` VALUES (2919, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.633549,30.389186],[104.633003,30.386641],[104.635097,30.388997]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"751\",\"fenceType\":2,\"id\":58,\"policeType\":1,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:02', 19); +INSERT INTO `sys_oper_log` VALUES (2920, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.633549,30.389186],[104.633003,30.386641],[104.635097,30.388997]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"96\",\"fenceType\":2,\"id\":57,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:27', 18); +INSERT INTO `sys_oper_log` VALUES (2921, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/44', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:50', 9); +INSERT INTO `sys_oper_log` VALUES (2922, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/54', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:52', 9); +INSERT INTO `sys_oper_log` VALUES (2923, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/45', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:54', 8); +INSERT INTO `sys_oper_log` VALUES (2924, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/55', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:45:56', 9); +INSERT INTO `sys_oper_log` VALUES (2925, '门店电子围栏:删除门店电子围栏', 3, 'com.ruoyi.management.controller.TCompanyShopElectronicController.remove()', 'DELETE', 1, 'admin', NULL, '/companyShopElectronic/56', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:46:03', 10); +INSERT INTO `sys_oper_log` VALUES (2926, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[104.633549,30.389186],[104.633003,30.386641],[104.635097,30.388997]]\",\"controlCar\":\"2\",\"electronicFenceName\":\"751\",\"fenceType\":2,\"id\":58,\"policeType\":1,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:46:23', 14); +INSERT INTO `sys_oper_log` VALUES (2927, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:52:27', 12); +INSERT INTO `sys_oper_log` VALUES (2928, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:52:29.703\",\"phonenumber\":\"15512661266\",\"roleId\":33,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:52:29\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:52:29', 100); +INSERT INTO `sys_oper_log` VALUES (2929, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 09:52:32', 7); +INSERT INTO `sys_oper_log` VALUES (2930, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:52:34.257\",\"phonenumber\":\"15512661266\",\"roleId\":25,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-07-19 09:52:34\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:52:34', 88); +INSERT INTO `sys_oper_log` VALUES (2931, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18623024392', NULL, '/user/companyUserInfo', '118.114.94.181', '', '{\"userId\":\"172\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":28,\"shopIds\":[20],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-18 09:35:45\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"18623799332\",\"params\":{},\"password\":\"$2a$10$jDv8EBN0Fx.Vvo0ozQftEe4cgPHbore8I6u0B8l66yJ5y2HNyz9am\",\"phonenumber\":\"18623799332\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":28,\"roleKey\":\"0\",\"roleName\":\"门店负责人\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":172,\"userName\":\"18623799332\"}}}', 0, NULL, '2023-07-19 09:53:46', 8); +INSERT INTO `sys_oper_log` VALUES (2932, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18623024392', NULL, '/user/update', '118.114.94.181', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-18 09:35:45\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"小刘\",\"params\":{},\"passWordUpdate\":\"2023-07-19 09:53:53.535\",\"phonenumber\":\"18623799332\",\"roleId\":28,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":28,\"roleKey\":\"0\",\"roleName\":\"门店负责人\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18623024392\",\"updateTime\":\"2023-07-19 09:53:53\",\"userId\":172,\"userName\":\"18623799332\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 09:53:53', 85); +INSERT INTO `sys_oper_log` VALUES (2933, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.94.181', '', '{\"companyId\":7,\"roleId\":27,\"shopIds\":[19,20],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"aaa\",\"params\":{},\"phonenumber\":\"12333322222\",\"roleId\":27,\"roleType\":3,\"userId\":191,\"userName\":\"12333322222\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:10:29', 93); +INSERT INTO `sys_oper_log` VALUES (2934, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18667137007', NULL, '/user/companyUserInfo', '118.114.94.181', '', '{\"userId\":\"172\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":28,\"shopIds\":[20],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-18 09:35:45\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:54:07\",\"loginIp\":\"\",\"nickName\":\"小刘\",\"params\":{},\"password\":\"$2a$10$jDv8EBN0Fx.Vvo0ozQftEe4cgPHbore8I6u0B8l66yJ5y2HNyz9am\",\"phonenumber\":\"18623799332\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":28,\"roleKey\":\"0\",\"roleName\":\"门店负责人\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":172,\"userName\":\"18623799332\"}}}', 0, NULL, '2023-07-19 10:11:07', 10); +INSERT INTO `sys_oper_log` VALUES (2935, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18667137007', NULL, '/user/update', '118.114.94.181', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-18 09:35:45\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:54:07\",\"loginIp\":\"\",\"nickName\":\"小刘\",\"params\":{},\"passWordUpdate\":\"2023-07-19 10:11:13.607\",\"phonenumber\":\"18623799332\",\"roleId\":28,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":28,\"roleKey\":\"0\",\"roleName\":\"门店负责人\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 10:11:13\",\"userId\":172,\"userName\":\"18623799332\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:11:13', 84); +INSERT INTO `sys_oper_log` VALUES (2936, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic/edit', '118.114.94.181', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"\\\"[[106.558127,29.505492],[106.556304,29.501682],[106.558544,29.498008],[106.569331,29.499052],[106.572198,29.504313],[106.566517,29.509619],[106.556616,29.51107]]\\\"\",\"controlCar\":\"1,2,3,4\",\"electronicFenceName\":\"重庆仓库\",\"fenceType\":2,\"id\":49,\"policeType\":1,\"shopIds\":[19]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:14:48', 14); +INSERT INTO `sys_oper_log` VALUES (2937, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic/edit', '118.114.94.181', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.536459,29.507872],[106.539116,29.499891],[106.550319,29.503156],[106.550632,29.509958]]\",\"controlCar\":\"1,2,3,4\",\"electronicFenceName\":\"重庆仓库\",\"fenceType\":2,\"id\":49,\"policeType\":1,\"shopIds\":[19]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:15:37', 15); +INSERT INTO `sys_oper_log` VALUES (2938, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic', '118.114.94.181', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.55249,29.528103],[106.552268,29.518933],[106.577559,29.519995],[106.571569,29.531577],[106.560809,29.533894]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"测试城市\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[19]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:16:40', 10); +INSERT INTO `sys_oper_log` VALUES (2939, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic/edit', '118.114.94.181', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.55249,29.528103],[106.552268,29.518933],[106.577559,29.519995],[106.571569,29.531577],[106.560809,29.533894]]\",\"controlCar\":\"1,2,3,4\",\"electronicFenceName\":\"重庆仓库\",\"fenceType\":2,\"id\":49,\"policeType\":1,\"shopIds\":[19]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:17:11', 13); +INSERT INTO `sys_oper_log` VALUES (2940, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 10:24:47', 61); +INSERT INTO `sys_oper_log` VALUES (2941, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"4214123\",\"carId\":42,\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"123\",\"newDate\":\"2023-07-19 10:24:47.844\",\"phone\":[],\"purchasePrice\":12321.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-19 10:24:47', 63); +INSERT INTO `sys_oper_log` VALUES (2942, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":42,\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":180,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 10:24:48', 95); +INSERT INTO `sys_oper_log` VALUES (2943, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":46,\"ifHandle\":0,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-19 10:27:40', 11); +INSERT INTO `sys_oper_log` VALUES (2944, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-19 10:27:40.484\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-19 10:27:40', 25); +INSERT INTO `sys_oper_log` VALUES (2945, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 10:27:40', 69); +INSERT INTO `sys_oper_log` VALUES (2946, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.94.181', '', '{\"id\":\"106\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 10:55:08', 31); +INSERT INTO `sys_oper_log` VALUES (2947, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.94.181', '', '{\"id\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 10:55:11', 7); +INSERT INTO `sys_oper_log` VALUES (2948, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, '18667137007', NULL, '/car/accreditation', '118.114.94.181', '', '{\"carId\":15,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105636978869820.webp\",\"operationCertificateExpireTime\":\"2023-07-20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:56:39', 30); +INSERT INTO `sys_oper_log` VALUES (2949, '车辆管理:车辆办证', 2, 'com.ruoyi.vehicle.controller.TCarController.accreditation()', 'POST', 1, '18667137007', NULL, '/car/accreditation', '118.114.94.181', '', '{\"carId\":43,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"operationCertificateExpireTime\":\"2023-07-23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 10:56:55', 11); +INSERT INTO `sys_oper_log` VALUES (2950, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-19 11:43:43.497\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-19 11:43:43', 67); +INSERT INTO `sys_oper_log` VALUES (2951, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-19 11:43:43', 84); +INSERT INTO `sys_oper_log` VALUES (2952, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 11:43:43', 85); +INSERT INTO `sys_oper_log` VALUES (2953, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 11:43:44.677\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 11:43:44', 13); +INSERT INTO `sys_oper_log` VALUES (2954, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '27.115.120.10', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 13:11:52.46\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 13:11:52', 33); +INSERT INTO `sys_oper_log` VALUES (2955, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '27.115.120.10', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 13:12:22.905\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 13:12:22', 11); +INSERT INTO `sys_oper_log` VALUES (2956, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 13:18:33.421\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 13:18:33', 13); +INSERT INTO `sys_oper_log` VALUES (2957, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 13:18:33', 10); +INSERT INTO `sys_oper_log` VALUES (2958, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 13:18:33', 65); +INSERT INTO `sys_oper_log` VALUES (2959, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 13:26:35', 14); +INSERT INTO `sys_oper_log` VALUES (2960, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 13:26:35.244\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 13:26:35', 14); +INSERT INTO `sys_oper_log` VALUES (2961, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 13:26:35', 84); +INSERT INTO `sys_oper_log` VALUES (2962, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.94.181', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-19 13:27:40.9\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-19 13:27:40', 15); +INSERT INTO `sys_oper_log` VALUES (2963, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.94.181', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-19 13:27:40', 14); +INSERT INTO `sys_oper_log` VALUES (2964, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.94.181', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 13:27:41', 21); +INSERT INTO `sys_oper_log` VALUES (2965, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 14:23:18.147\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 14:23:18', 12); +INSERT INTO `sys_oper_log` VALUES (2966, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 14:23:37.752\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 14:23:37', 12); +INSERT INTO `sys_oper_log` VALUES (2967, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 14:23:42.705\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 14:23:42', 8); +INSERT INTO `sys_oper_log` VALUES (2968, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 14:23:49.654\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 14:23:49', 9); +INSERT INTO `sys_oper_log` VALUES (2969, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.559232,29.506363],[106.558271,29.505376],[106.560255,29.504947],[106.561561,29.505987]]\",\"controlCar\":\"1\",\"electronicFenceName\":\"测试城市1\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[15,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 14:40:54', 13); +INSERT INTO `sys_oper_log` VALUES (2970, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18623024392', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"test001\",\"carId\":37,\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"test111\",\"newDate\":\"2023-07-19 14:42:48.625\",\"phone\":[null],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-16 00:00:00\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":6,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2030-07-19 00:00:00\"}}', 0, NULL, '2023-07-19 14:42:48', 9); +INSERT INTO `sys_oper_log` VALUES (2971, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18623024392', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":37,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":37,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 10:46:13\",\"disabled\":false,\"handleTime\":\"2023-03-01\",\"id\":47,\"ifHandle\":1,\"ifPayment\":0,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 10:46:13\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 10:00\"},{\"carId\":37,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 10:46:13\",\"disabled\":false,\"handleTime\":\"2023-03-01\",\"id\":50,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 10:46:13\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 15:00\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-19 14:42:48', 7); +INSERT INTO `sys_oper_log` VALUES (2972, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18623024392', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"37\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":37,\"carNumber\":\"渝AA123322\",\"createTime\":\"2023-07-17 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":119,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":6,\"sumMileage\":0.0,\"updateTime\":\"2023-07-17 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 14:42:48', 29); +INSERT INTO `sys_oper_log` VALUES (2973, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18623024392', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"test001\",\"carNumber\":\"渝AA123322\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716173454758167098.webp\",\"carType\":\"22\",\"carVinNumber\":\"test111\",\"createTime\":\"2023-07-19 14:46:12\",\"drivingLicense\":\"\",\"id\":37,\"operationCertificate\":\"\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-16\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"updateTime\":\"2023-07-19 14:46:12\",\"warrantyTime\":\"2030-07-19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 14:46:12', 15); +INSERT INTO `sys_oper_log` VALUES (2974, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18623024392', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"111111\",\"carNumber\":\"渝AA34332\",\"carPicture\":\"\",\"carType\":\"22\",\"carVinNumber\":\"test001\",\"createTime\":\"2023-07-19 14:46:45\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071617561193747863.jpeg\",\"id\":38,\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230716175812738647787.webp\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-01\",\"shopId\":19,\"shopName\":\"重庆门店\",\"updateTime\":\"2023-07-19 14:46:45\",\"warrantyTime\":\"2023-07-20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 14:46:45', 6); +INSERT INTO `sys_oper_log` VALUES (2975, '车辆管理:修改车辆', 2, 'com.ruoyi.vehicle.controller.TCarController.edit()', 'PUT', 1, '18623024392', NULL, '/car/edit', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"1111113\",\"carNumber\":\"渝AA1234\",\"carPicture\":\"\",\"carType\":\"22\",\"carVinNumber\":\"test003\",\"createTime\":\"2023-07-19 14:47:06\",\"drivingLicense\":\"\",\"id\":39,\"operationCertificate\":\"\",\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-01\",\"shopId\":19,\"shopName\":\"重庆门店\",\"updateTime\":\"2023-07-19 14:47:06\",\"warrantyTime\":\"2023-07-25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 14:47:06', 6); +INSERT INTO `sys_oper_log` VALUES (2976, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18623024392', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"11111\",\"carPicture\":\"\",\"carType\":\"22\",\"carVinNumber\":\"test1111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-19\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"warrantyTime\":\"2023-07-19\"}', NULL, 1, '', '2023-07-19 14:47:32', 7); +INSERT INTO `sys_oper_log` VALUES (2977, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18623024392', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"11111\",\"carPicture\":\"\",\"carType\":\"22\",\"carVinNumber\":\"test1111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-19\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"warrantyTime\":\"2023-07-19\"}', NULL, 1, '', '2023-07-19 14:47:37', 3); +INSERT INTO `sys_oper_log` VALUES (2978, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18623024392', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"11111\",\"carPicture\":\"\",\"carType\":\"22\",\"carVinNumber\":\"test1111\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-19\",\"remark\":\"\",\"shopId\":19,\"shopName\":\"重庆门店\",\"warrantyTime\":\"2023-07-19\"}', NULL, 1, '', '2023-07-19 14:47:44', 3); +INSERT INTO `sys_oper_log` VALUES (2979, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"104\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 14:52:06', 9); +INSERT INTO `sys_oper_log` VALUES (2980, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"103\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 14:52:08', 5); +INSERT INTO `sys_oper_log` VALUES (2981, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"102\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 14:52:10', 5); +INSERT INTO `sys_oper_log` VALUES (2982, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":42,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 14:56:26', 11); +INSERT INTO `sys_oper_log` VALUES (2983, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"4214123\",\"carId\":42,\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"123\",\"newDate\":\"2023-07-19 14:56:26.344\",\"phone\":[],\"purchasePrice\":12321.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-19 14:56:26', 48); +INSERT INTO `sys_oper_log` VALUES (2984, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":42,\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":180,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 14:56:26', 19); +INSERT INTO `sys_oper_log` VALUES (2985, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12323\",\"deviceType\":1,\"installBeforeMileage\":1111,\"installTime\":\"2023-07-19\",\"relay\":2},{\"deviceID\":\"12312321\",\"deviceType\":2,\"installTime\":\"2023-07-19\",\"relay\":2}],\"carId\":39}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 15:00:20', 20); +INSERT INTO `sys_oper_log` VALUES (2986, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"253\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 15:05:11', 3); +INSERT INTO `sys_oper_log` VALUES (2987, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"252\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 15:05:17', 4); +INSERT INTO `sys_oper_log` VALUES (2988, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111113\",\"carId\":39,\"carNumber\":\"渝AA1234\",\"carPicture\":\"\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test003\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-19 15:11:18.753\",\"operationCertificate\":\"\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":3,\"typeId\":22,\"violation\":1,\"warrantyTime\":\"2023-07-25 00:00:00\"}}', 0, NULL, '2023-07-19 15:11:18', 11); +INSERT INTO `sys_oper_log` VALUES (2989, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":39,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":39,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 10:40:07\",\"disabled\":false,\"id\":48,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 10:40:07\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 10:00\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-19 15:11:18', 8); +INSERT INTO `sys_oper_log` VALUES (2990, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":39,\"carNumber\":\"渝AA1234\",\"createTime\":\"2023-07-17 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":121,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-17 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:11:18', 33); +INSERT INTO `sys_oper_log` VALUES (2991, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":40,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":40,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 10:40:07\",\"disabled\":false,\"id\":49,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 10:40:07\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 10:00\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-19 15:11:45', 16); +INSERT INTO `sys_oper_log` VALUES (2992, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"40\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111114\",\"carId\":40,\"carNumber\":\"渝AA1235\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test004\",\"newDate\":\"2023-07-19 15:11:45.754\",\"phone\":[],\"purchasePrice\":11.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":4,\"typeId\":22,\"violation\":1}}', 0, NULL, '2023-07-19 15:11:45', 18); +INSERT INTO `sys_oper_log` VALUES (2993, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"40\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":40,\"carNumber\":\"渝AA1235\",\"createTime\":\"2023-07-17 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":122,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-17 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:11:45', 39); +INSERT INTO `sys_oper_log` VALUES (2994, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 15:26:14', 6); +INSERT INTO `sys_oper_log` VALUES (2995, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 15:26:14.946\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 15:26:14', 11); +INSERT INTO `sys_oper_log` VALUES (2996, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:26:15', 48); +INSERT INTO `sys_oper_log` VALUES (2997, '修理厂管理:新增修理厂管理', 1, 'com.ruoyi.management.controller.TRepairShopController.add()', 'POST', 1, '17780481234', NULL, '/repairShop/add', '221.182.45.100', '', '{\"address\":\"123123\",\"city\":\"北京市市辖区\",\"cityCode\":\"110100\",\"companyId\":9,\"createBy\":\"17780481234\",\"createTime\":\"2023-07-19 15:26:29\",\"district\":\"东城区\",\"districtCode\":\"110101\",\"headName\":\"qwe\",\"headPhone\":\"12312312312\",\"id\":30,\"province\":\"北京市\",\"provinceCode\":\"110000\",\"remark\":\"123123\",\"repairShopName\":\"weqwe\",\"updateBy\":\"17780481234\",\"updateTime\":\"2023-07-19 15:26:29\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-19 15:26:29', 11); +INSERT INTO `sys_oper_log` VALUES (2998, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 15:28:00', 6); +INSERT INTO `sys_oper_log` VALUES (2999, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 15:28:00.227\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 15:28:00', 11); +INSERT INTO `sys_oper_log` VALUES (3000, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:28:00', 44); +INSERT INTO `sys_oper_log` VALUES (3001, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 15:31:49', 7); +INSERT INTO `sys_oper_log` VALUES (3002, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 15:31:49.185\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 15:31:49', 16); +INSERT INTO `sys_oper_log` VALUES (3003, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:31:49', 44); +INSERT INTO `sys_oper_log` VALUES (3004, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 15:50:56.607\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 15:50:56', 53); +INSERT INTO `sys_oper_log` VALUES (3005, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 15:50:56', 130); +INSERT INTO `sys_oper_log` VALUES (3006, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:50:56', 128); +INSERT INTO `sys_oper_log` VALUES (3007, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 15:51:06.127\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 15:51:06', 14); +INSERT INTO `sys_oper_log` VALUES (3008, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 15:51:06', 20); +INSERT INTO `sys_oper_log` VALUES (3009, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 15:51:06', 96); +INSERT INTO `sys_oper_log` VALUES (3010, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18667137007', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"1\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-19 15:53:00', 11); +INSERT INTO `sys_oper_log` VALUES (3011, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"淄博市\",\"cityCode\":\"370300\",\"content\":\"[[106.205011,29.709047],[106.419551,29.244875],[107.107339,29.371428],[106.769755,29.714527],[106.769755,29.714527],[106.769755,29.722747]]\",\"controlCar\":\"4,3\",\"electronicFenceName\":\"西撒\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 16:01:10', 125); +INSERT INTO `sys_oper_log` VALUES (3012, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"重庆市\",\"cityCode\":\"500000\",\"content\":\"[[106.447895,30.070662],[105.681232,29.40772],[106.757085,29.366484],[106.807565,29.873882]]\",\"controlCar\":\"4\",\"electronicFenceName\":\"122\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[16,18]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 16:06:37', 29); +INSERT INTO `sys_oper_log` VALUES (3013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 16:06:55.024\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 16:06:55', 14); +INSERT INTO `sys_oper_log` VALUES (3014, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12\",\"deviceType\":1,\"installTime\":\"2023-07-19\",\"relay\":2}],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 16:19:34', 5); +INSERT INTO `sys_oper_log` VALUES (3015, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"976867\",\"deviceType\":1,\"installTime\":\"2023-07-19\",\"relay\":2}],\"carId\":46}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-19 16:20:07', 6); +INSERT INTO `sys_oper_log` VALUES (3016, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:38:11.612\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:38:11', 7); +INSERT INTO `sys_oper_log` VALUES (3017, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:38:11', 9); +INSERT INTO `sys_oper_log` VALUES (3018, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:38:11', 44); +INSERT INTO `sys_oper_log` VALUES (3019, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-19 17:39:20.623\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-19 17:39:20', 9); +INSERT INTO `sys_oper_log` VALUES (3020, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:43:15', 8); +INSERT INTO `sys_oper_log` VALUES (3021, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:43:15.257\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:43:15', 7); +INSERT INTO `sys_oper_log` VALUES (3022, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:43:15', 44); +INSERT INTO `sys_oper_log` VALUES (3023, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:45:52.658\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:45:52', 13); +INSERT INTO `sys_oper_log` VALUES (3024, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:45:52', 19); +INSERT INTO `sys_oper_log` VALUES (3025, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:45:52', 37); +INSERT INTO `sys_oper_log` VALUES (3026, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:46:14', 7); +INSERT INTO `sys_oper_log` VALUES (3027, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:46:14.397\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:46:14', 11); +INSERT INTO `sys_oper_log` VALUES (3028, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:46:14', 37); +INSERT INTO `sys_oper_log` VALUES (3029, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:46:21', 7); +INSERT INTO `sys_oper_log` VALUES (3030, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:46:21.36\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:46:21', 7); +INSERT INTO `sys_oper_log` VALUES (3031, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:46:21', 37); +INSERT INTO `sys_oper_log` VALUES (3032, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:47:57', 9); +INSERT INTO `sys_oper_log` VALUES (3033, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:47:57.655\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:47:57', 9); +INSERT INTO `sys_oper_log` VALUES (3034, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:47:57', 43); +INSERT INTO `sys_oper_log` VALUES (3035, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-19 17:48:47', 6); +INSERT INTO `sys_oper_log` VALUES (3036, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-19 17:48:47.181\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-19 17:48:47', 11); +INSERT INTO `sys_oper_log` VALUES (3037, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-19 17:48:47', 51); +INSERT INTO `sys_oper_log` VALUES (3038, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-20 09:39:59.163\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-20 09:39:59', 67); +INSERT INTO `sys_oper_log` VALUES (3039, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-20 09:41:31.009\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-20 09:41:31', 23); +INSERT INTO `sys_oper_log` VALUES (3040, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.94.181', '', '{\"companyId\":7,\"roleId\":35,\"shopIds\":[19,20],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"测试角色\",\"params\":{},\"phonenumber\":\"18600000000\",\"roleId\":35,\"roleType\":3,\"userId\":192,\"userName\":\"18600000000\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 10:23:06', 169); +INSERT INTO `sys_oper_log` VALUES (3041, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.94.181', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"222\",\"deviceType\":1,\"installBeforeMileage\":22,\"installTime\":\"2023-07-20\",\"relay\":2},{\"deviceID\":\"222\",\"deviceType\":2,\"installTime\":\"2023-07-20\",\"relay\":2}],\"carId\":23}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-20 10:40:07', 25); +INSERT INTO `sys_oper_log` VALUES (3042, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.94.181', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"22223\",\"deviceType\":1,\"installBeforeMileage\":22,\"installTime\":\"2023-07-20\",\"relay\":2},{\"deviceID\":\"22234\",\"deviceType\":2,\"installTime\":\"2023-07-20\",\"relay\":2}],\"carId\":23}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 10:40:13', 10); +INSERT INTO `sys_oper_log` VALUES (3043, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:17:25', 0); +INSERT INTO `sys_oper_log` VALUES (3044, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"yx124\",\"deviceType\":1,\"id\":22,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"yx1245\",\"deviceType\":1,\"id\":23,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"wux152\",\"deviceType\":2,\"id\":24,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"YX01245\",\"deviceType\":1,\"id\":25,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"WX0152\",\"deviceType\":2,\"id\":26,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"YX881245\",\"deviceType\":1,\"id\":27,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"Yxz125\",\"deviceType\":1,\"id\":28,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"Ykz125\",\"deviceType\":1,\"id\":29,\"installBeforeMileage\":10,\"installTime\":\"2023-07-03\",\"relay\":2},{\"deviceID\":\"19223017304\",\"deviceType\":1,\"id\":35,\"installTime\":\"2023-07-16\",\"relay\":2}],\"carId\":33}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:18:12', 42); +INSERT INTO `sys_oper_log` VALUES (3045, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"855\",\"deviceType\":1,\"installTime\":\"2023-07-20\",\"relay\":2},{\"deviceID\":\"253\",\"deviceType\":2,\"installTime\":\"2023-07-20\",\"relay\":2}],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:28:44', 12); +INSERT INTO `sys_oper_log` VALUES (3046, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:28:58', 0); +INSERT INTO `sys_oper_log` VALUES (3047, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"111478\",\"deviceType\":1,\"installTime\":\"2023-07-20\",\"relay\":2},{\"deviceID\":\"24\",\"deviceType\":2,\"installTime\":\"2023-07-20\",\"relay\":2}],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:29:24', 13); +INSERT INTO `sys_oper_log` VALUES (3048, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"w222\",\"deviceType\":2,\"id\":21,\"installBeforeMileage\":100,\"installTime\":\"2023-07-13\",\"relay\":2}],\"carId\":32}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:46:33', 5); +INSERT INTO `sys_oper_log` VALUES (3049, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":32}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 11:46:51', 0); +INSERT INTO `sys_oper_log` VALUES (3050, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"111478\",\"deviceType\":1,\"id\":48,\"installTime\":\"2023-07-19\",\"relay\":2}],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 14:18:53', 6); +INSERT INTO `sys_oper_log` VALUES (3051, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"newDate\":\"2023-07-20 14:19:43.66\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-20 14:19:43', 16); +INSERT INTO `sys_oper_log` VALUES (3052, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-20 14:19:43', 59); +INSERT INTO `sys_oper_log` VALUES (3053, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:19:43', 84); +INSERT INTO `sys_oper_log` VALUES (3054, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 14:23:01', 6); +INSERT INTO `sys_oper_log` VALUES (3055, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-20 14:23:01.846\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-20 14:23:01', 19); +INSERT INTO `sys_oper_log` VALUES (3056, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:23:01', 55); +INSERT INTO `sys_oper_log` VALUES (3057, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a4\",\"carId\":17,\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A3\",\"drivingLicense\":\"\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-20 14:23:13.874\",\"operationCertificate\":\"\",\"phone\":[null],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-20 14:23:13', 7); +INSERT INTO `sys_oper_log` VALUES (3058, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":17,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 14:23:13', 13); +INSERT INTO `sys_oper_log` VALUES (3059, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":17,\"carNumber\":\"川S111113\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":21,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:23:14', 72); +INSERT INTO `sys_oper_log` VALUES (3060, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 14:23:18', 10); +INSERT INTO `sys_oper_log` VALUES (3061, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 14:23:18.762\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 14:23:18', 7); +INSERT INTO `sys_oper_log` VALUES (3062, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:23:18', 50); +INSERT INTO `sys_oper_log` VALUES (3063, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":33,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":33,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":46,\"ifHandle\":0,\"ifPayment\":1,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-20 14:23:21', 12); +INSERT INTO `sys_oper_log` VALUES (3064, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj11\",\"carId\":33,\"carNumber\":\"川G2che25\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1422\",\"drivingLicense\":\"\",\"newDate\":\"2023-07-20 14:23:21.932\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230713200412624933651.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-20 14:23:21', 17); +INSERT INTO `sys_oper_log` VALUES (3065, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"33\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":33,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":50,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:23:22', 63); +INSERT INTO `sys_oper_log` VALUES (3066, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 14:23:25', 9); +INSERT INTO `sys_oper_log` VALUES (3067, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 14:23:25.583\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 14:23:25', 8); +INSERT INTO `sys_oper_log` VALUES (3068, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:23:25', 54); +INSERT INTO `sys_oper_log` VALUES (3069, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 14:29:25', 12); +INSERT INTO `sys_oper_log` VALUES (3070, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 14:29:25.214\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 14:29:25', 19); +INSERT INTO `sys_oper_log` VALUES (3071, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 14:29:25', 47); +INSERT INTO `sys_oper_log` VALUES (3072, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:17:52.634\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:17:52', 7); +INSERT INTO `sys_oper_log` VALUES (3073, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:17:52', 9); +INSERT INTO `sys_oper_log` VALUES (3074, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:17:52', 41); +INSERT INTO `sys_oper_log` VALUES (3075, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:19:15', 25); +INSERT INTO `sys_oper_log` VALUES (3076, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:19:15.646\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:19:15', 31); +INSERT INTO `sys_oper_log` VALUES (3077, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:19:15', 54); +INSERT INTO `sys_oper_log` VALUES (3078, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:20:38', 15); +INSERT INTO `sys_oper_log` VALUES (3079, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:20:38.214\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:20:38', 21); +INSERT INTO `sys_oper_log` VALUES (3080, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:20:38', 10); +INSERT INTO `sys_oper_log` VALUES (3081, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:20:38.28\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:20:38', 6); +INSERT INTO `sys_oper_log` VALUES (3082, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:20:38', 40); +INSERT INTO `sys_oper_log` VALUES (3083, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:20:38', 40); +INSERT INTO `sys_oper_log` VALUES (3084, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:20:41', 8); +INSERT INTO `sys_oper_log` VALUES (3085, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:20:41.302\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:20:41', 21); +INSERT INTO `sys_oper_log` VALUES (3086, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:20:41', 37); +INSERT INTO `sys_oper_log` VALUES (3087, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:22:48.721\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:22:48', 20); +INSERT INTO `sys_oper_log` VALUES (3088, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:22:48', 28); +INSERT INTO `sys_oper_log` VALUES (3089, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:22:48', 52); +INSERT INTO `sys_oper_log` VALUES (3090, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:47:08', 11); +INSERT INTO `sys_oper_log` VALUES (3091, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:47:08.638\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:47:08', 23); +INSERT INTO `sys_oper_log` VALUES (3092, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:47:08', 42); +INSERT INTO `sys_oper_log` VALUES (3093, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 15:47:38', 7); +INSERT INTO `sys_oper_log` VALUES (3094, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-20 15:47:38.635\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-20 15:47:38', 17); +INSERT INTO `sys_oper_log` VALUES (3095, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 15:47:38', 50); +INSERT INTO `sys_oper_log` VALUES (3096, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-20 16:40:24.563\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-20 16:40:24', 10); +INSERT INTO `sys_oper_log` VALUES (3097, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-20 16:40:24', 19); +INSERT INTO `sys_oper_log` VALUES (3098, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-20 16:40:24', 40); +INSERT INTO `sys_oper_log` VALUES (3099, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, '18667137007', NULL, '/carType/edit', '118.114.94.181', '', '{\"carBrand\":\"比亚迪1\",\"carModel\":\"秦\",\"companyId\":4,\"createTime\":\"2023-07-20 18:17:01\",\"disabled\":false,\"id\":15,\"state\":1,\"typeNumber\":\"2122101654\",\"updateTime\":\"2023-07-20 18:17:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-20 18:17:01', 8); +INSERT INTO `sys_oper_log` VALUES (3100, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 09:11:04.465\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 09:11:04', 34); +INSERT INTO `sys_oper_log` VALUES (3101, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 09:11:04', 55); +INSERT INTO `sys_oper_log` VALUES (3102, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 09:11:04', 64); +INSERT INTO `sys_oper_log` VALUES (3103, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 09:23:44.957\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 09:23:44', 9); +INSERT INTO `sys_oper_log` VALUES (3104, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 09:23:44', 11); +INSERT INTO `sys_oper_log` VALUES (3105, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 09:23:45', 70); +INSERT INTO `sys_oper_log` VALUES (3106, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 09:23:54.787\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 09:23:54', 7); +INSERT INTO `sys_oper_log` VALUES (3107, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 09:23:54', 9); +INSERT INTO `sys_oper_log` VALUES (3108, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 09:23:54', 68); +INSERT INTO `sys_oper_log` VALUES (3109, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 09:24:38', 10); +INSERT INTO `sys_oper_log` VALUES (3110, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 09:24:38.971\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 09:24:38', 8); +INSERT INTO `sys_oper_log` VALUES (3111, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 09:24:39', 74); +INSERT INTO `sys_oper_log` VALUES (3112, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 09:31:25', 243); +INSERT INTO `sys_oper_log` VALUES (3113, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 09:32:43', 223); +INSERT INTO `sys_oper_log` VALUES (3114, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 09:33:08', 225); +INSERT INTO `sys_oper_log` VALUES (3115, '个人信息', 2, 'com.ruoyi.system.controller.SysProfileController.updatePwd()', 'POST', 1, 'admin', NULL, '/user/profile/updatePwd', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 09:33:26', 224); +INSERT INTO `sys_oper_log` VALUES (3116, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 09:33:38', 9); +INSERT INTO `sys_oper_log` VALUES (3117, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 09:33:38.453\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 09:33:38', 10); +INSERT INTO `sys_oper_log` VALUES (3118, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 09:33:38', 63); +INSERT INTO `sys_oper_log` VALUES (3119, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"重庆市\",\"cityCode\":\"500000\",\"content\":\"\\\"[[106.447895,30.070662],[105.681232,29.40772],[106.757085,29.366484],[106.807565,29.873882]]\\\"\",\"controlCar\":\"4\",\"electronicFenceName\":\"122\",\"fenceType\":2,\"id\":62,\"policeType\":1,\"shopIds\":[16,18]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 09:36:46', 76); +INSERT INTO `sys_oper_log` VALUES (3120, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 10:21:40', 8); +INSERT INTO `sys_oper_log` VALUES (3121, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 10:21:40.917\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 10:21:40', 12); +INSERT INTO `sys_oper_log` VALUES (3122, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 10:21:41', 47); +INSERT INTO `sys_oper_log` VALUES (3123, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-21 10:31:02.041\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-21 10:31:02', 11); +INSERT INTO `sys_oper_log` VALUES (3124, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:46:57\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":0,\"ifPayment\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-18 22:46:57\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-21 10:31:02', 20); +INSERT INTO `sys_oper_log` VALUES (3125, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 10:31:02', 25); +INSERT INTO `sys_oper_log` VALUES (3126, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[23,15,16,18,21],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"蒲悦添\",\"params\":{},\"phonenumber\":\"18008172471\",\"roleId\":21,\"roleType\":3,\"userId\":195,\"userName\":\"18008172471\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 10:47:35', 122); +INSERT INTO `sys_oper_log` VALUES (3127, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-21 11:35:06', 23); +INSERT INTO `sys_oper_log` VALUES (3128, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:06:05.572\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:06:05', 8); +INSERT INTO `sys_oper_log` VALUES (3129, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"1\"}', NULL, 1, '', '2023-07-21 14:25:11', 2); +INSERT INTO `sys_oper_log` VALUES (3130, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:25:38.145\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:25:38', 15); +INSERT INTO `sys_oper_log` VALUES (3131, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:26:10.83\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:26:10', 13); +INSERT INTO `sys_oper_log` VALUES (3132, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:26:48.454\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:26:48', 13); +INSERT INTO `sys_oper_log` VALUES (3133, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:27:09.849\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:09', 9); +INSERT INTO `sys_oper_log` VALUES (3134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:27:11.299\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:11', 12); +INSERT INTO `sys_oper_log` VALUES (3135, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:27:12.499\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:12', 12); +INSERT INTO `sys_oper_log` VALUES (3136, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 14:27:45.458\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:45', 12); +INSERT INTO `sys_oper_log` VALUES (3137, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"42\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"4214123\",\"carId\":42,\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230718160940305039773.jpg\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"123\",\"newDate\":\"2023-07-21 14:27:50.616\",\"phone\":[],\"purchasePrice\":12321.00,\"purchaseTime\":\"2023-07-18 00:00:00\",\"remark\":\"12\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":1,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-18 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:50', 13); +INSERT INTO `sys_oper_log` VALUES (3138, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"15\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"ff222833\",\"carId\":15,\"carNumber\":\"川A0001\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-192562\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-21 14:27:56.448\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105636978869820.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105636978869820.webp\"],\"purchasePrice\":21.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-21 14:27:56', 31); +INSERT INTO `sys_oper_log` VALUES (3139, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:28:21.076\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:28:21', 11); +INSERT INTO `sys_oper_log` VALUES (3140, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:31:20.506\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:31:20', 16); +INSERT INTO `sys_oper_log` VALUES (3141, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:34:09.408\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:34:09', 9); +INSERT INTO `sys_oper_log` VALUES (3142, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:35:12.681\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:35:12', 8); +INSERT INTO `sys_oper_log` VALUES (3143, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:35:43.142\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:35:43', 7); +INSERT INTO `sys_oper_log` VALUES (3144, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.853348,31.34872],[103.257054,30.710697],[104.411782,30.688994],[104.370767,31.213903],[104.370767,31.213903]]\",\"controlCar\":\"5\",\"electronicFenceName\":\"vfr\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[15,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 14:39:46', 15); +INSERT INTO `sys_oper_log` VALUES (3145, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.853348,31.34872],[103.257054,30.710697],[104.411782,30.688994],[104.370767,31.213903],[104.370767,31.213903]]\",\"controlCar\":\"5\",\"electronicFenceName\":\"vfr\",\"fenceType\":2,\"id\":63,\"policeType\":1,\"shopIds\":[15,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 14:40:02', 18); +INSERT INTO `sys_oper_log` VALUES (3146, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"[[103.853348,31.34872],[103.257054,30.710697],[104.411782,30.688994],[104.370767,31.213903],[104.370767,31.213903]]\",\"controlCar\":\"5\",\"electronicFenceName\":\"vfr\",\"fenceType\":2,\"id\":63,\"policeType\":1,\"shopIds\":[15,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 14:40:21', 19); +INSERT INTO `sys_oper_log` VALUES (3147, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:42:43.936\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:42:43', 7); +INSERT INTO `sys_oper_log` VALUES (3148, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:43:03.025\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:43:03', 9); +INSERT INTO `sys_oper_log` VALUES (3149, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:43:07.413\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:43:07', 8); +INSERT INTO `sys_oper_log` VALUES (3150, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"重庆市\",\"cityCode\":\"500000\",\"content\":\"[[106.483765,29.914643],[106.70786,29.454165],[105.196618,29.591433],[105.142983,30.149545],[106.149426,30.315824]]\",\"controlCar\":\"2,4\",\"electronicFenceName\":\"ndfg\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[18,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 14:45:25', 14); +INSERT INTO `sys_oper_log` VALUES (3151, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"南充市\",\"cityCode\":\"511300\",\"content\":\"[[105.273246,31.166933],[104.472672,30.705266],[107.055315,30.674149],[106.752273,31.166933]]\",\"controlCar\":\"2,4\",\"electronicFenceName\":\"ndfg\",\"fenceType\":2,\"id\":65,\"policeType\":1,\"shopIds\":[18,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 14:45:58', 16); +INSERT INTO `sys_oper_log` VALUES (3152, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 14:49:17.595\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 14:49:17', 7); +INSERT INTO `sys_oper_log` VALUES (3153, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 14:51:07', 10); +INSERT INTO `sys_oper_log` VALUES (3154, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 14:51:07.648\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 14:51:07', 13); +INSERT INTO `sys_oper_log` VALUES (3155, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 14:51:07', 59); +INSERT INTO `sys_oper_log` VALUES (3156, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 14:51:36', 5); +INSERT INTO `sys_oper_log` VALUES (3157, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 14:51:36.887\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 14:51:36', 6); +INSERT INTO `sys_oper_log` VALUES (3158, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 14:51:37', 44); +INSERT INTO `sys_oper_log` VALUES (3159, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"天津市\",\"cityCode\":\"510600\",\"content\":\"[[103.522073,31.397207],[104.910271,31.512936],[104.736746,31.016724],[104.765141,30.862478]]\",\"controlCar\":\"5,2,1\",\"electronicFenceName\":\"5123\",\"fenceType\":2,\"policeType\":2,\"shopIds\":[16,21]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 15:03:15', 11); +INSERT INTO `sys_oper_log` VALUES (3160, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"阿坝藏族羌族自治州\",\"cityCode\":\"513200\",\"content\":\"[[102.872582,31.394502],[102.50842,30.668597],[104.421227,30.539923],[103.006747,31.773295]]\",\"controlCar\":\"5,2,1\",\"electronicFenceName\":\"5123\",\"fenceType\":2,\"id\":68,\"policeType\":2,\"shopIds\":[16,21]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 15:03:36', 15); +INSERT INTO `sys_oper_log` VALUES (3161, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"重庆市\",\"cityCode\":\"500000\",\"content\":\"[[105.767921,29.962706],[103.453269,27.729149],[109.680298,28.163427],[108.973612,30.024798]]\",\"controlCar\":\"4,5\",\"electronicFenceName\":\"na\",\"fenceType\":2,\"id\":69,\"policeType\":2,\"shopIds\":[18,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 15:07:18', 27); +INSERT INTO `sys_oper_log` VALUES (3162, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:07:55', 5); +INSERT INTO `sys_oper_log` VALUES (3163, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-21 15:07:55.595\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-21 15:07:55', 6); +INSERT INTO `sys_oper_log` VALUES (3164, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:07:55', 36); +INSERT INTO `sys_oper_log` VALUES (3165, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 15:23:34.804\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 15:23:34', 5); +INSERT INTO `sys_oper_log` VALUES (3166, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:23:34', 5); +INSERT INTO `sys_oper_log` VALUES (3167, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:23:34', 38); +INSERT INTO `sys_oper_log` VALUES (3168, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 15:25:58.752\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 15:25:58', 6); +INSERT INTO `sys_oper_log` VALUES (3169, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:25:58', 4); +INSERT INTO `sys_oper_log` VALUES (3170, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:25:58', 35); +INSERT INTO `sys_oper_log` VALUES (3171, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:28:08', 7); +INSERT INTO `sys_oper_log` VALUES (3172, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 15:28:08.22\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 15:28:08', 9); +INSERT INTO `sys_oper_log` VALUES (3173, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:28:08', 36); +INSERT INTO `sys_oper_log` VALUES (3174, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:29:03', 8); +INSERT INTO `sys_oper_log` VALUES (3175, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 15:29:03.546\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 15:29:03', 8); +INSERT INTO `sys_oper_log` VALUES (3176, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-21 15:29:03.593\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-21 15:29:03', 6); +INSERT INTO `sys_oper_log` VALUES (3177, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-21 15:29:03', 5); +INSERT INTO `sys_oper_log` VALUES (3178, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:29:03', 40); +INSERT INTO `sys_oper_log` VALUES (3179, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-21 15:29:03', 31); +INSERT INTO `sys_oper_log` VALUES (3180, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '17780483325', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 16:28:00', 1); +INSERT INTO `sys_oper_log` VALUES (3181, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '17780483325', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"14092034488\",\"deviceType\":2,\"id\":12,\"installTime\":\"2023-07-10\",\"relay\":2}],\"carId\":11}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-21 16:28:33', 12); +INSERT INTO `sys_oper_log` VALUES (3182, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '15923927972', NULL, '/user/addCompanyUser', '123.144.228.141', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"createBy\":\"15923927972\",\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39,\"roleType\":3,\"userId\":197,\"userName\":\"15923401610\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:48:43', 97); +INSERT INTO `sys_oper_log` VALUES (3183, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70 PRO\",\"companyId\":12,\"createTime\":\"2023-07-22 09:51:07\",\"id\":23,\"typeNumber\":\"2169384965\",\"updateTime\":\"2023-07-22 09:51:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:51:07', 6); +INSERT INTO `sys_oper_log` VALUES (3184, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70\",\"companyId\":12,\"createTime\":\"2023-07-22 09:51:18\",\"id\":24,\"typeNumber\":\"2104870309\",\"updateTime\":\"2023-07-22 09:51:18\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:51:18', 5); +INSERT INTO `sys_oper_log` VALUES (3185, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风风行\",\"carModel\":\"S50\",\"companyId\":12,\"createTime\":\"2023-07-22 09:51:48\",\"id\":25,\"typeNumber\":\"2170796065\",\"updateTime\":\"2023-07-22 09:51:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:51:48', 5); +INSERT INTO `sys_oper_log` VALUES (3186, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70 2023款500智行版\",\"companyId\":12,\"createTime\":\"2023-07-22 09:52:35\",\"id\":26,\"typeNumber\":\"2132165527\",\"updateTime\":\"2023-07-22 09:52:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:52:35', 4); +INSERT INTO `sys_oper_log` VALUES (3187, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风启辰\",\"carModel\":\"D60EV\",\"companyId\":12,\"createTime\":\"2023-07-22 09:52:57\",\"id\":27,\"typeNumber\":\"2147154028\",\"updateTime\":\"2023-07-22 09:52:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:52:57', 4); +INSERT INTO `sys_oper_log` VALUES (3188, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70 500改款超享版\",\"companyId\":12,\"createTime\":\"2023-07-22 09:53:32\",\"id\":28,\"typeNumber\":\"2119757430\",\"updateTime\":\"2023-07-22 09:53:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:53:32', 5); +INSERT INTO `sys_oper_log` VALUES (3189, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"荣威Ei6\",\"carModel\":\"500天幕尊享版\",\"companyId\":12,\"createTime\":\"2023-07-22 09:54:09\",\"id\":29,\"typeNumber\":\"2172243589\",\"updateTime\":\"2023-07-22 09:54:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:54:09', 5); +INSERT INTO `sys_oper_log` VALUES (3190, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"荣威Ei6\",\"carModel\":\"500特别版\",\"companyId\":12,\"createTime\":\"2023-07-22 09:54:28\",\"id\":30,\"typeNumber\":\"2134131273\",\"updateTime\":\"2023-07-22 09:54:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:54:28', 5); +INSERT INTO `sys_oper_log` VALUES (3191, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风富康\",\"carModel\":\"ES600\",\"companyId\":12,\"createTime\":\"2023-07-22 09:54:50\",\"id\":31,\"typeNumber\":\"2156124194\",\"updateTime\":\"2023-07-22 09:54:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:54:50', 5); +INSERT INTO `sys_oper_log` VALUES (3192, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"东风\",\"carModel\":\"S50EV\",\"companyId\":12,\"createTime\":\"2023-07-22 09:55:41\",\"id\":32,\"typeNumber\":\"2146113114\",\"updateTime\":\"2023-07-22 09:55:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:55:41', 4); +INSERT INTO `sys_oper_log` VALUES (3193, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '15923927972', NULL, '/carType/add', '123.144.228.141', '', '{\"carBrand\":\"广汽\",\"carModel\":\"埃安\",\"companyId\":12,\"createTime\":\"2023-07-22 09:56:23\",\"id\":33,\"typeNumber\":\"2120108638\",\"updateTime\":\"2023-07-22 09:56:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 09:56:23', 5); +INSERT INTO `sys_oper_log` VALUES (3194, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '15923927972', NULL, '/importRecord/removeById', '123.144.228.141', '', '{\"id\":\"270\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-22 10:25:50', 7); +INSERT INTO `sys_oper_log` VALUES (3195, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, '15923927972', NULL, '/car/47', '123.144.228.141', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-22 10:29:25', 4); +INSERT INTO `sys_oper_log` VALUES (3196, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923927972', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"472\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000045A\",\"carId\":472,\"carNumber\":\"渝AA31176\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA0NS096319\",\"newDate\":\"2023-07-22 10:34:45.45\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-22 10:34:45', 13); +INSERT INTO `sys_oper_log` VALUES (3197, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923927972', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":472,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-22 10:34:45', 31); +INSERT INTO `sys_oper_log` VALUES (3198, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923927972', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"472\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 10:34:45', 6); +INSERT INTO `sys_oper_log` VALUES (3199, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923927972', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":472,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-22 10:39:12', 7); +INSERT INTO `sys_oper_log` VALUES (3200, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923927972', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"472\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000045A\",\"carId\":472,\"carNumber\":\"渝AA31176\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA0NS096319\",\"newDate\":\"2023-07-22 10:39:12.19\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-22 10:39:12', 12); +INSERT INTO `sys_oper_log` VALUES (3201, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923927972', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"472\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 10:39:12', 6); +INSERT INTO `sys_oper_log` VALUES (3202, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 17:31:37.621\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:31:37', 12); +INSERT INTO `sys_oper_log` VALUES (3203, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:31:37', 19); +INSERT INTO `sys_oper_log` VALUES (3204, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:31:37', 6); +INSERT INTO `sys_oper_log` VALUES (3205, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":628,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":628,\"collectionUnit\":\"重庆市公安局北碚区分局交通巡逻警察支队勤务一大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":58,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"碚峡路(车站路口-碚峡路口)100米\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-12 17:22\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:31:45', 12); +INSERT INTO `sys_oper_log` VALUES (3206, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"628\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111050076\",\"carId\":628,\"carNumber\":\"渝ADZ8518\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF3MZ479768\",\"newDate\":\"2023-07-22 17:31:45.859\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-22 17:31:45', 18); +INSERT INTO `sys_oper_log` VALUES (3207, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"628\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:31:45', 7); +INSERT INTO `sys_oper_log` VALUES (3208, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 17:32:21.022\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:32:21', 8); +INSERT INTO `sys_oper_log` VALUES (3209, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:32:21', 8); +INSERT INTO `sys_oper_log` VALUES (3210, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:32:21', 6); +INSERT INTO `sys_oper_log` VALUES (3211, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-22 17:32:31.693\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-22 17:32:31', 9); +INSERT INTO `sys_oper_log` VALUES (3212, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-22 17:32:31', 8); +INSERT INTO `sys_oper_log` VALUES (3213, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:32:31', 14); +INSERT INTO `sys_oper_log` VALUES (3214, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"671\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122527A10104195\",\"carId\":671,\"carNumber\":\"渝AA28020\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56031NG060777\",\"newDate\":\"2023-07-22 17:32:48.236\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:32:48', 6); +INSERT INTO `sys_oper_log` VALUES (3215, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"671\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:32:48', 8); +INSERT INTO `sys_oper_log` VALUES (3216, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:34:27', 10); +INSERT INTO `sys_oper_log` VALUES (3217, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 17:34:27.002\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:34:27', 7); +INSERT INTO `sys_oper_log` VALUES (3218, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:34:27', 7); +INSERT INTO `sys_oper_log` VALUES (3219, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:35:02', 9); +INSERT INTO `sys_oper_log` VALUES (3220, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 17:35:02.333\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:35:02', 12); +INSERT INTO `sys_oper_log` VALUES (3221, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:35:02', 6); +INSERT INTO `sys_oper_log` VALUES (3222, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":469,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-22 17:35:09', 6); +INSERT INTO `sys_oper_log` VALUES (3223, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"469\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003505A\",\"carId\":469,\"carNumber\":\"渝AA35858\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096345\",\"newDate\":\"2023-07-22 17:35:09.347\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-22 17:35:09', 7); +INSERT INTO `sys_oper_log` VALUES (3224, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"469\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:35:09', 7); +INSERT INTO `sys_oper_log` VALUES (3225, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-22 17:35:14', 5); +INSERT INTO `sys_oper_log` VALUES (3226, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-22 17:35:14.277\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-22 17:35:14', 8); +INSERT INTO `sys_oper_log` VALUES (3227, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-22 17:35:14', 63); +INSERT INTO `sys_oper_log` VALUES (3228, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 17:42:25.104\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 17:42:25', 8); +INSERT INTO `sys_oper_log` VALUES (3229, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 17:42:25', 8); +INSERT INTO `sys_oper_log` VALUES (3230, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 17:42:25', 5); +INSERT INTO `sys_oper_log` VALUES (3231, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"628\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111050076\",\"carId\":628,\"carNumber\":\"渝ADZ8518\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF3MZ479768\",\"newDate\":\"2023-07-22 19:50:56.662\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-22 19:50:56', 8); +INSERT INTO `sys_oper_log` VALUES (3232, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":628,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":628,\"collectionUnit\":\"重庆市公安局北碚区分局交通巡逻警察支队勤务一大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":58,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"碚峡路(车站路口-碚峡路口)100米\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-12 17:22\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 19:50:56', 11); +INSERT INTO `sys_oper_log` VALUES (3233, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"628\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 19:50:56', 13); +INSERT INTO `sys_oper_log` VALUES (3234, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"638\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2109290083\",\"carId\":638,\"carNumber\":\"渝ADX6253\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BFXMZ458156\",\"newDate\":\"2023-07-22 19:51:42.352\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-22 19:51:42', 14); +INSERT INTO `sys_oper_log` VALUES (3235, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"638\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 19:51:42', 6); +INSERT INTO `sys_oper_log` VALUES (3236, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"681\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"011842A\",\"carId\":681,\"carNumber\":\"渝AA22683\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA3NS059524\",\"newDate\":\"2023-07-22 19:52:03.616\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-22 19:52:03', 8); +INSERT INTO `sys_oper_log` VALUES (3237, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"681\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 19:52:03', 6); +INSERT INTO `sys_oper_log` VALUES (3238, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"681\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"011842A\",\"carId\":681,\"carNumber\":\"渝AA22683\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA3NS059524\",\"newDate\":\"2023-07-22 19:52:31.387\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-22 19:52:31', 11); +INSERT INTO `sys_oper_log` VALUES (3239, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"681\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 19:52:31', 6); +INSERT INTO `sys_oper_log` VALUES (3240, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"702\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NZ00306680077\",\"carId\":702,\"carNumber\":\"渝AAL2092\",\"carType\":\"东风风神-E70 PRO\",\"carVinNumber\":\"LDP31B960NG156948\",\"newDate\":\"2023-07-22 20:10:32.849\",\"phone\":[],\"remark\":\"绵阳\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":23,\"violation\":2}}', 0, NULL, '2023-07-22 20:10:32', 11); +INSERT INTO `sys_oper_log` VALUES (3241, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":702,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-22 20:10:32', 9); +INSERT INTO `sys_oper_log` VALUES (3242, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"702\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 20:10:32', 6); +INSERT INTO `sys_oper_log` VALUES (3243, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-22 20:21:40', 8); +INSERT INTO `sys_oper_log` VALUES (3244, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-22 20:21:40.41\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-22 20:21:40', 9); +INSERT INTO `sys_oper_log` VALUES (3245, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-22 20:21:40', 6); +INSERT INTO `sys_oper_log` VALUES (3246, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923927972', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-23 10:23:59.572\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-23 10:23:59', 15); +INSERT INTO `sys_oper_log` VALUES (3247, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923927972', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-23 10:23:59', 37); +INSERT INTO `sys_oper_log` VALUES (3248, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923927972', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":661,\"carNumber\":\"渝AA05788\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":930,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-23 10:23:59', 32); +INSERT INTO `sys_oper_log` VALUES (3249, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923927972', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-23 10:32:23', 16); +INSERT INTO `sys_oper_log` VALUES (3250, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923927972', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-23 10:32:23.383\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-23 10:32:23', 18); +INSERT INTO `sys_oper_log` VALUES (3251, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923927972', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":661,\"carNumber\":\"渝AA05788\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":930,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-23 10:32:23', 27); +INSERT INTO `sys_oper_log` VALUES (3252, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923927972', NULL, '/car/carInfo', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122506A10101174\",\"carId\":661,\"carNumber\":\"渝AA05788\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56032NG060545\",\"newDate\":\"2023-07-23 10:32:48.767\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-23 10:32:48', 9); +INSERT INTO `sys_oper_log` VALUES (3253, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923927972', NULL, '/car/carInfoRecord', '123.144.228.141', '', '{\"carId\":661,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":661,\"collectionUnit\":\"重庆市大足区公安局交通巡逻警察支队双路勤务大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-22 17:30:35\",\"disabled\":false,\"id\":93,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-22 17:30:35\",\"violationAddress\":\"国道246168公里100米\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速未达到百分之十的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-06 09:36\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-23 10:32:48', 9); +INSERT INTO `sys_oper_log` VALUES (3254, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923927972', NULL, '/car/carInfoNext', '123.144.228.141', '', '{\"carId\":\"661\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":661,\"carNumber\":\"渝AA05788\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":930,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-23 10:32:48', 31); +INSERT INTO `sys_oper_log` VALUES (3255, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"672\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"011566A\",\"carId\":672,\"carNumber\":\"渝AA25316\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA6NS059291\",\"newDate\":\"2023-07-23 20:00:07.969\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-23 20:00:07', 10); +INSERT INTO `sys_oper_log` VALUES (3256, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":672,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":672,\"collectionUnit\":\"两江新区公安局交通巡逻警察支队勤务四大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-23 19:56:45\",\"disabled\":false,\"id\":55,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-23 19:56:45\",\"violationAddress\":\"嘉如路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-29 14:35\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-23 20:00:08', 14); +INSERT INTO `sys_oper_log` VALUES (3257, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"672\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":672,\"carNumber\":\"渝AA25316\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":941,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-23 20:00:08', 33); +INSERT INTO `sys_oper_log` VALUES (3258, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-23 20:25:00.549\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-23 20:25:00', 7); +INSERT INTO `sys_oper_log` VALUES (3259, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-23 20:25:02.366\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-23 20:25:02', 9); +INSERT INTO `sys_oper_log` VALUES (3260, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 09:10:20.595\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-24 09:10:20', 10); +INSERT INTO `sys_oper_log` VALUES (3261, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 09:12:49.925\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-24 09:12:49', 8); +INSERT INTO `sys_oper_log` VALUES (3262, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 09:12:59.585\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-24 09:12:59', 6); +INSERT INTO `sys_oper_log` VALUES (3263, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 09:13:18.041\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-24 09:13:18', 7); +INSERT INTO `sys_oper_log` VALUES (3264, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪1-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 09:15:53.129\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-24 09:15:53', 8); +INSERT INTO `sys_oper_log` VALUES (3265, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"newDate\":\"2023-07-24 09:40:43.939\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-24 09:40:43', 9); +INSERT INTO `sys_oper_log` VALUES (3266, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 09:40:43', 11); +INSERT INTO `sys_oper_log` VALUES (3267, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 09:40:44', 31); +INSERT INTO `sys_oper_log` VALUES (3268, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 09:56:46', 7); +INSERT INTO `sys_oper_log` VALUES (3269, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 09:56:46.734\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 09:56:46', 8); +INSERT INTO `sys_oper_log` VALUES (3270, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 09:56:46', 43); +INSERT INTO `sys_oper_log` VALUES (3271, '门店电子围栏:新增电子围栏', 1, 'com.ruoyi.management.controller.TCompanyShopElectronicController.add()', 'POST', 1, '18667137007', NULL, '/companyShopElectronic/companyShopElectronic', '118.114.56.169', '', '{\"address\":\"\",\"city\":\"重庆市\",\"cityCode\":\"500000\",\"content\":\"[[106.555659,29.509861],[106.549568,29.499605],[106.560161,29.495225],[106.576977,29.49949],[106.580684,29.511474],[106.564663,29.516314]]\",\"controlCar\":\"1,2,3,4\",\"electronicFenceName\":\"湃星\",\"fenceType\":2,\"policeType\":1,\"shopIds\":[24]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 09:59:44', 51); +INSERT INTO `sys_oper_log` VALUES (3272, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"123\",\"deviceType\":1,\"installBeforeMileage\":111,\"installTime\":\"2023-07-24\",\"relay\":2},{\"deviceID\":\"123\",\"deviceType\":2,\"installTime\":\"2023-07-24\",\"relay\":2}],\"carId\":40}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-24 10:00:38', 1); +INSERT INTO `sys_oper_log` VALUES (3273, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1231233\",\"deviceType\":1,\"installBeforeMileage\":111,\"installTime\":\"2023-07-24\",\"relay\":2},{\"deviceID\":\"12332111\",\"deviceType\":2,\"installTime\":\"2023-07-24\",\"relay\":2}],\"carId\":40}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 10:00:44', 8); +INSERT INTO `sys_oper_log` VALUES (3274, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[],\"carId\":37}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 10:01:25', 0); +INSERT INTO `sys_oper_log` VALUES (3275, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 10:17:40', 6); +INSERT INTO `sys_oper_log` VALUES (3276, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 10:17:40.086\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 10:17:40', 8); +INSERT INTO `sys_oper_log` VALUES (3277, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 10:17:40', 52); +INSERT INTO `sys_oper_log` VALUES (3278, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"newDate\":\"2023-07-24 10:18:35.348\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-24 10:18:35', 11); +INSERT INTO `sys_oper_log` VALUES (3279, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 10:18:35', 11); +INSERT INTO `sys_oper_log` VALUES (3280, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 10:18:35', 31); +INSERT INTO `sys_oper_log` VALUES (3281, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"newDate\":\"2023-07-24 10:19:10.517\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-24 10:19:10', 8); +INSERT INTO `sys_oper_log` VALUES (3282, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 10:19:10', 10); +INSERT INTO `sys_oper_log` VALUES (3283, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 10:19:10', 33); +INSERT INTO `sys_oper_log` VALUES (3284, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 10:23:16', 5); +INSERT INTO `sys_oper_log` VALUES (3285, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 10:23:16.588\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 10:23:16', 5); +INSERT INTO `sys_oper_log` VALUES (3286, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 10:23:16', 77); +INSERT INTO `sys_oper_log` VALUES (3287, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:02:41', 8); +INSERT INTO `sys_oper_log` VALUES (3288, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 11:02:41.856\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 11:02:41', 10); +INSERT INTO `sys_oper_log` VALUES (3289, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:02:42', 96); +INSERT INTO `sys_oper_log` VALUES (3290, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"newDate\":\"2023-07-24 11:04:13.02\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-24 11:04:13', 10); +INSERT INTO `sys_oper_log` VALUES (3291, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 11:04:13', 10); +INSERT INTO `sys_oper_log` VALUES (3292, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 11:04:13', 32); +INSERT INTO `sys_oper_log` VALUES (3293, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:15:05', 6); +INSERT INTO `sys_oper_log` VALUES (3294, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:15:05.858\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:15:05', 8); +INSERT INTO `sys_oper_log` VALUES (3295, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:15:05', 42); +INSERT INTO `sys_oper_log` VALUES (3296, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:16:57', 15); +INSERT INTO `sys_oper_log` VALUES (3297, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:16:57', 11); +INSERT INTO `sys_oper_log` VALUES (3298, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:16:57.707\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:16:57', 14); +INSERT INTO `sys_oper_log` VALUES (3299, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:16:57.751\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:16:57', 9); +INSERT INTO `sys_oper_log` VALUES (3300, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:16:57', 42); +INSERT INTO `sys_oper_log` VALUES (3301, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:16:57', 45); +INSERT INTO `sys_oper_log` VALUES (3302, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:17:58.013\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:17:58', 12); +INSERT INTO `sys_oper_log` VALUES (3303, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:17:58', 24); +INSERT INTO `sys_oper_log` VALUES (3304, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:17:58', 17); +INSERT INTO `sys_oper_log` VALUES (3305, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:17:58.052\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:17:58', 6); +INSERT INTO `sys_oper_log` VALUES (3306, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:17:58', 40); +INSERT INTO `sys_oper_log` VALUES (3307, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:17:58', 40); +INSERT INTO `sys_oper_log` VALUES (3308, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:17:59', 10); +INSERT INTO `sys_oper_log` VALUES (3309, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:17:59.753\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:17:59', 10); +INSERT INTO `sys_oper_log` VALUES (3310, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:17:59', 7); +INSERT INTO `sys_oper_log` VALUES (3311, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:17:59.807\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:17:59', 26); +INSERT INTO `sys_oper_log` VALUES (3312, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:17:59', 58); +INSERT INTO `sys_oper_log` VALUES (3313, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:17:59', 38); +INSERT INTO `sys_oper_log` VALUES (3314, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:18:03', 5); +INSERT INTO `sys_oper_log` VALUES (3315, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:18:03.947\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:18:03', 7); +INSERT INTO `sys_oper_log` VALUES (3316, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:18:04', 45); +INSERT INTO `sys_oper_log` VALUES (3317, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:18:19.119\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:18:19', 6); +INSERT INTO `sys_oper_log` VALUES (3318, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:18:19', 6); +INSERT INTO `sys_oper_log` VALUES (3319, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:18:19.231\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:18:19', 8); +INSERT INTO `sys_oper_log` VALUES (3320, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:18:19', 9); +INSERT INTO `sys_oper_log` VALUES (3321, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:18:19', 52); +INSERT INTO `sys_oper_log` VALUES (3322, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:18:19', 40); +INSERT INTO `sys_oper_log` VALUES (3323, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223094295\",\"deviceType\":1,\"installBeforeMileage\":1000,\"installTime\":\"2023-07-24\",\"relay\":2},{\"deviceID\":\"14092100470\",\"deviceType\":2,\"installTime\":\"2023-07-24\",\"relay\":2}],\"carId\":48}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 11:18:19', 8); +INSERT INTO `sys_oper_log` VALUES (3324, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:18:38', 5); +INSERT INTO `sys_oper_log` VALUES (3325, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:18:38.123\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:18:38', 6); +INSERT INTO `sys_oper_log` VALUES (3326, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:18:38', 40); +INSERT INTO `sys_oper_log` VALUES (3327, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:19:50', 5); +INSERT INTO `sys_oper_log` VALUES (3328, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:19:50.964\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:19:50', 7); +INSERT INTO `sys_oper_log` VALUES (3329, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:19:51', 4); +INSERT INTO `sys_oper_log` VALUES (3330, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:19:51.025\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:19:51', 13); +INSERT INTO `sys_oper_log` VALUES (3331, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:19:51', 47); +INSERT INTO `sys_oper_log` VALUES (3332, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:19:51', 41); +INSERT INTO `sys_oper_log` VALUES (3333, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:19:52', 6); +INSERT INTO `sys_oper_log` VALUES (3334, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:19:52.179\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:19:52', 6); +INSERT INTO `sys_oper_log` VALUES (3335, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:19:52.222\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:19:52', 7); +INSERT INTO `sys_oper_log` VALUES (3336, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:19:52', 6); +INSERT INTO `sys_oper_log` VALUES (3337, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:19:52', 58); +INSERT INTO `sys_oper_log` VALUES (3338, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:19:52', 40); +INSERT INTO `sys_oper_log` VALUES (3339, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:19:55', 5); +INSERT INTO `sys_oper_log` VALUES (3340, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:19:55.625\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:19:55', 6); +INSERT INTO `sys_oper_log` VALUES (3341, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:19:55', 40); +INSERT INTO `sys_oper_log` VALUES (3342, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:20:39', 7); +INSERT INTO `sys_oper_log` VALUES (3343, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:20:39.1\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:20:39', 8); +INSERT INTO `sys_oper_log` VALUES (3344, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:20:39', 39); +INSERT INTO `sys_oper_log` VALUES (3345, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:20:39', 5); +INSERT INTO `sys_oper_log` VALUES (3346, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:20:39.657\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:20:39', 12); +INSERT INTO `sys_oper_log` VALUES (3347, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:20:39', 39); +INSERT INTO `sys_oper_log` VALUES (3348, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:21:23', 5); +INSERT INTO `sys_oper_log` VALUES (3349, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:21:23', 10); +INSERT INTO `sys_oper_log` VALUES (3350, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:21:23.415\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:21:23', 9); +INSERT INTO `sys_oper_log` VALUES (3351, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:21:23.451\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:21:23', 6); +INSERT INTO `sys_oper_log` VALUES (3352, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:21:23', 39); +INSERT INTO `sys_oper_log` VALUES (3353, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:21:23', 37); +INSERT INTO `sys_oper_log` VALUES (3354, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:24:11', 7); +INSERT INTO `sys_oper_log` VALUES (3355, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:24:11', 6); +INSERT INTO `sys_oper_log` VALUES (3356, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:24:11.566\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:24:11', 9); +INSERT INTO `sys_oper_log` VALUES (3357, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:24:11.596\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:24:11', 7); +INSERT INTO `sys_oper_log` VALUES (3358, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:24:11', 41); +INSERT INTO `sys_oper_log` VALUES (3359, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:24:11', 41); +INSERT INTO `sys_oper_log` VALUES (3360, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:24:16', 6); +INSERT INTO `sys_oper_log` VALUES (3361, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:24:16.342\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:24:16', 10); +INSERT INTO `sys_oper_log` VALUES (3362, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:24:16', 42); +INSERT INTO `sys_oper_log` VALUES (3363, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:25:20', 4); +INSERT INTO `sys_oper_log` VALUES (3364, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:25:20.546\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:25:20', 6); +INSERT INTO `sys_oper_log` VALUES (3365, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:25:20', 48); +INSERT INTO `sys_oper_log` VALUES (3366, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 11:25:40', 7); +INSERT INTO `sys_oper_log` VALUES (3367, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 11:25:40.872\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 11:25:40', 12); +INSERT INTO `sys_oper_log` VALUES (3368, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:25:41', 40); +INSERT INTO `sys_oper_log` VALUES (3369, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:26:39.279\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:26:39', 7); +INSERT INTO `sys_oper_log` VALUES (3370, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:26:39', 8); +INSERT INTO `sys_oper_log` VALUES (3371, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:26:39', 41); +INSERT INTO `sys_oper_log` VALUES (3372, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:27', 8); +INSERT INTO `sys_oper_log` VALUES (3373, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:27.114\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:27', 8); +INSERT INTO `sys_oper_log` VALUES (3374, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:27', 39); +INSERT INTO `sys_oper_log` VALUES (3375, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:33', 13); +INSERT INTO `sys_oper_log` VALUES (3376, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:33.391\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:33', 19); +INSERT INTO `sys_oper_log` VALUES (3377, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:33.434\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:33', 8); +INSERT INTO `sys_oper_log` VALUES (3378, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:33', 8); +INSERT INTO `sys_oper_log` VALUES (3379, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:33', 40); +INSERT INTO `sys_oper_log` VALUES (3380, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:33', 50); +INSERT INTO `sys_oper_log` VALUES (3381, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:48', 7); +INSERT INTO `sys_oper_log` VALUES (3382, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:48.168\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:48', 7); +INSERT INTO `sys_oper_log` VALUES (3383, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:48', 7); +INSERT INTO `sys_oper_log` VALUES (3384, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:48.195\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:48', 6); +INSERT INTO `sys_oper_log` VALUES (3385, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:48', 40); +INSERT INTO `sys_oper_log` VALUES (3386, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:48', 43); +INSERT INTO `sys_oper_log` VALUES (3387, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:54', 9); +INSERT INTO `sys_oper_log` VALUES (3388, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:54.951\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:54', 11); +INSERT INTO `sys_oper_log` VALUES (3389, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:55', 42); +INSERT INTO `sys_oper_log` VALUES (3390, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:58', 7); +INSERT INTO `sys_oper_log` VALUES (3391, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:58.445\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:58', 8); +INSERT INTO `sys_oper_log` VALUES (3392, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:27:58', 8); +INSERT INTO `sys_oper_log` VALUES (3393, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:27:58.51\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:27:58', 18); +INSERT INTO `sys_oper_log` VALUES (3394, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:58', 42); +INSERT INTO `sys_oper_log` VALUES (3395, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:27:58', 38); +INSERT INTO `sys_oper_log` VALUES (3396, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:28:11', 7); +INSERT INTO `sys_oper_log` VALUES (3397, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:28:11.609\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:28:11', 8); +INSERT INTO `sys_oper_log` VALUES (3398, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:28:11', 8); +INSERT INTO `sys_oper_log` VALUES (3399, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:28:11.645\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:28:11', 7); +INSERT INTO `sys_oper_log` VALUES (3400, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:28:11', 40); +INSERT INTO `sys_oper_log` VALUES (3401, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:28:11', 45); +INSERT INTO `sys_oper_log` VALUES (3402, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:28:15', 8); +INSERT INTO `sys_oper_log` VALUES (3403, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:28:15.596\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:28:15', 8); +INSERT INTO `sys_oper_log` VALUES (3404, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:28:15', 47); +INSERT INTO `sys_oper_log` VALUES (3405, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:32:07.632\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:32:07', 14); +INSERT INTO `sys_oper_log` VALUES (3406, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:32:07', 18); +INSERT INTO `sys_oper_log` VALUES (3407, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:32:07', 19); +INSERT INTO `sys_oper_log` VALUES (3408, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:32:07.676\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:32:07', 8); +INSERT INTO `sys_oper_log` VALUES (3409, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:32:07', 41); +INSERT INTO `sys_oper_log` VALUES (3410, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:32:07', 44); +INSERT INTO `sys_oper_log` VALUES (3411, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:32:22', 8); +INSERT INTO `sys_oper_log` VALUES (3412, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:32:22.854\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:32:22', 16); +INSERT INTO `sys_oper_log` VALUES (3413, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:32:22', 39); +INSERT INTO `sys_oper_log` VALUES (3414, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:01', 8); +INSERT INTO `sys_oper_log` VALUES (3415, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:01.009\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:01', 12); +INSERT INTO `sys_oper_log` VALUES (3416, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:01', 6); +INSERT INTO `sys_oper_log` VALUES (3417, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:01.05\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:01', 7); +INSERT INTO `sys_oper_log` VALUES (3418, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:01', 42); +INSERT INTO `sys_oper_log` VALUES (3419, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:01', 38); +INSERT INTO `sys_oper_log` VALUES (3420, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:05', 8); +INSERT INTO `sys_oper_log` VALUES (3421, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:05.54\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:05', 9); +INSERT INTO `sys_oper_log` VALUES (3422, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:05', 39); +INSERT INTO `sys_oper_log` VALUES (3423, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:38', 9); +INSERT INTO `sys_oper_log` VALUES (3424, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:38.155\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:38', 9); +INSERT INTO `sys_oper_log` VALUES (3425, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:38.235\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:38', 7); +INSERT INTO `sys_oper_log` VALUES (3426, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:38', 7); +INSERT INTO `sys_oper_log` VALUES (3427, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:38', 48); +INSERT INTO `sys_oper_log` VALUES (3428, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:38', 39); +INSERT INTO `sys_oper_log` VALUES (3429, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:33:52', 7); +INSERT INTO `sys_oper_log` VALUES (3430, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:33:52.175\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:33:52', 8); +INSERT INTO `sys_oper_log` VALUES (3431, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:33:52', 63); +INSERT INTO `sys_oper_log` VALUES (3432, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:08.563\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:08', 8); +INSERT INTO `sys_oper_log` VALUES (3433, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:08', 9); +INSERT INTO `sys_oper_log` VALUES (3434, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:08', 6); +INSERT INTO `sys_oper_log` VALUES (3435, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:08.598\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:08', 6); +INSERT INTO `sys_oper_log` VALUES (3436, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:08', 48); +INSERT INTO `sys_oper_log` VALUES (3437, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:08', 62); +INSERT INTO `sys_oper_log` VALUES (3438, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:45.436\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:45', 8); +INSERT INTO `sys_oper_log` VALUES (3439, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:45', 8); +INSERT INTO `sys_oper_log` VALUES (3440, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:45', 8); +INSERT INTO `sys_oper_log` VALUES (3441, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:45.475\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:45', 16); +INSERT INTO `sys_oper_log` VALUES (3442, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:45', 40); +INSERT INTO `sys_oper_log` VALUES (3443, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:45', 38); +INSERT INTO `sys_oper_log` VALUES (3444, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:49.419\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:49', 8); +INSERT INTO `sys_oper_log` VALUES (3445, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:49', 9); +INSERT INTO `sys_oper_log` VALUES (3446, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:49', 42); +INSERT INTO `sys_oper_log` VALUES (3447, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:53', 9); +INSERT INTO `sys_oper_log` VALUES (3448, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:53\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:53', 12); +INSERT INTO `sys_oper_log` VALUES (3449, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:53', 50); +INSERT INTO `sys_oper_log` VALUES (3450, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:34:58', 8); +INSERT INTO `sys_oper_log` VALUES (3451, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:34:58.268\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:34:58', 11); +INSERT INTO `sys_oper_log` VALUES (3452, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:34:58', 38); +INSERT INTO `sys_oper_log` VALUES (3453, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:35:10.039\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:35:10', 8); +INSERT INTO `sys_oper_log` VALUES (3454, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:35:10', 7); +INSERT INTO `sys_oper_log` VALUES (3455, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:35:10', 6); +INSERT INTO `sys_oper_log` VALUES (3456, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:35:10.078\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:35:10', 5); +INSERT INTO `sys_oper_log` VALUES (3457, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:35:10', 38); +INSERT INTO `sys_oper_log` VALUES (3458, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:35:10', 40); +INSERT INTO `sys_oper_log` VALUES (3459, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:35:30', 7); +INSERT INTO `sys_oper_log` VALUES (3460, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:35:30.183\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:35:30', 7); +INSERT INTO `sys_oper_log` VALUES (3461, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:35:30', 47); +INSERT INTO `sys_oper_log` VALUES (3462, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:35:33', 9); +INSERT INTO `sys_oper_log` VALUES (3463, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:35:33.925\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:35:33', 10); +INSERT INTO `sys_oper_log` VALUES (3464, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:35:33', 6); +INSERT INTO `sys_oper_log` VALUES (3465, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:35:33.982\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:35:33', 7); +INSERT INTO `sys_oper_log` VALUES (3466, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:35:34', 65); +INSERT INTO `sys_oper_log` VALUES (3467, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:35:34', 40); +INSERT INTO `sys_oper_log` VALUES (3468, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:04.132\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:04', 8); +INSERT INTO `sys_oper_log` VALUES (3469, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:04', 10); +INSERT INTO `sys_oper_log` VALUES (3470, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:04', 46); +INSERT INTO `sys_oper_log` VALUES (3471, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:21', 7); +INSERT INTO `sys_oper_log` VALUES (3472, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:21.026\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:21', 13); +INSERT INTO `sys_oper_log` VALUES (3473, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:21', 9); +INSERT INTO `sys_oper_log` VALUES (3474, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:21.064\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:21', 9); +INSERT INTO `sys_oper_log` VALUES (3475, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:21', 41); +INSERT INTO `sys_oper_log` VALUES (3476, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:21', 41); +INSERT INTO `sys_oper_log` VALUES (3477, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:40', 7); +INSERT INTO `sys_oper_log` VALUES (3478, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:40.662\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:40', 7); +INSERT INTO `sys_oper_log` VALUES (3479, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:40', 6); +INSERT INTO `sys_oper_log` VALUES (3480, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:40.691\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:40', 6); +INSERT INTO `sys_oper_log` VALUES (3481, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:40', 40); +INSERT INTO `sys_oper_log` VALUES (3482, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:40', 41); +INSERT INTO `sys_oper_log` VALUES (3483, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:58', 8); +INSERT INTO `sys_oper_log` VALUES (3484, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:58.842\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:58', 9); +INSERT INTO `sys_oper_log` VALUES (3485, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:37:58.879\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:37:58', 7); +INSERT INTO `sys_oper_log` VALUES (3486, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:37:58', 6); +INSERT INTO `sys_oper_log` VALUES (3487, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:58', 40); +INSERT INTO `sys_oper_log` VALUES (3488, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:37:59', 39); +INSERT INTO `sys_oper_log` VALUES (3489, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:38:23', 7); +INSERT INTO `sys_oper_log` VALUES (3490, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:38:23.069\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:38:23', 9); +INSERT INTO `sys_oper_log` VALUES (3491, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:38:23', 6); +INSERT INTO `sys_oper_log` VALUES (3492, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:38:23.1\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:38:23', 8); +INSERT INTO `sys_oper_log` VALUES (3493, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:38:23', 40); +INSERT INTO `sys_oper_log` VALUES (3494, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:38:23', 41); +INSERT INTO `sys_oper_log` VALUES (3495, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:38:46.849\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:38:46', 8); +INSERT INTO `sys_oper_log` VALUES (3496, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:38:46', 8); +INSERT INTO `sys_oper_log` VALUES (3497, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:38:46.881\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:38:46', 6); +INSERT INTO `sys_oper_log` VALUES (3498, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:38:46', 6); +INSERT INTO `sys_oper_log` VALUES (3499, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:38:46', 45); +INSERT INTO `sys_oper_log` VALUES (3500, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:38:47', 39); +INSERT INTO `sys_oper_log` VALUES (3501, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:12.293\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:12', 7); +INSERT INTO `sys_oper_log` VALUES (3502, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:12', 8); +INSERT INTO `sys_oper_log` VALUES (3503, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:12', 9); +INSERT INTO `sys_oper_log` VALUES (3504, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:12.319\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:12', 8); +INSERT INTO `sys_oper_log` VALUES (3505, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:12', 41); +INSERT INTO `sys_oper_log` VALUES (3506, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:12', 41); +INSERT INTO `sys_oper_log` VALUES (3507, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:20', 9); +INSERT INTO `sys_oper_log` VALUES (3508, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:20.702\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:20', 11); +INSERT INTO `sys_oper_log` VALUES (3509, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:20', 7); +INSERT INTO `sys_oper_log` VALUES (3510, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:20.734\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:20', 8); +INSERT INTO `sys_oper_log` VALUES (3511, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:20', 50); +INSERT INTO `sys_oper_log` VALUES (3512, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:20', 39); +INSERT INTO `sys_oper_log` VALUES (3513, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:31.784\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:31', 9); +INSERT INTO `sys_oper_log` VALUES (3514, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:31', 10); +INSERT INTO `sys_oper_log` VALUES (3515, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:31', 7); +INSERT INTO `sys_oper_log` VALUES (3516, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:31.819\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:31', 6); +INSERT INTO `sys_oper_log` VALUES (3517, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:31', 39); +INSERT INTO `sys_oper_log` VALUES (3518, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:31', 39); +INSERT INTO `sys_oper_log` VALUES (3519, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:46.987\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:46', 8); +INSERT INTO `sys_oper_log` VALUES (3520, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:46', 7); +INSERT INTO `sys_oper_log` VALUES (3521, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:47.016\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:47', 8); +INSERT INTO `sys_oper_log` VALUES (3522, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:47', 10); +INSERT INTO `sys_oper_log` VALUES (3523, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:47', 47); +INSERT INTO `sys_oper_log` VALUES (3524, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:47', 39); +INSERT INTO `sys_oper_log` VALUES (3525, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:51.147\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:51', 7); +INSERT INTO `sys_oper_log` VALUES (3526, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:51', 7); +INSERT INTO `sys_oper_log` VALUES (3527, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:39:51', 8); +INSERT INTO `sys_oper_log` VALUES (3528, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:39:51.184\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:39:51', 13); +INSERT INTO `sys_oper_log` VALUES (3529, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:51', 42); +INSERT INTO `sys_oper_log` VALUES (3530, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:39:51', 41); +INSERT INTO `sys_oper_log` VALUES (3531, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:08', 7); +INSERT INTO `sys_oper_log` VALUES (3532, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:08.064\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:08', 8); +INSERT INTO `sys_oper_log` VALUES (3533, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:08', 6); +INSERT INTO `sys_oper_log` VALUES (3534, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:08.093\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:08', 5); +INSERT INTO `sys_oper_log` VALUES (3535, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:08', 38); +INSERT INTO `sys_oper_log` VALUES (3536, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:08', 44); +INSERT INTO `sys_oper_log` VALUES (3537, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:10', 7); +INSERT INTO `sys_oper_log` VALUES (3538, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:10.965\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:10', 8); +INSERT INTO `sys_oper_log` VALUES (3539, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:11.013\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:11', 7); +INSERT INTO `sys_oper_log` VALUES (3540, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:11', 8); +INSERT INTO `sys_oper_log` VALUES (3541, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:11', 43); +INSERT INTO `sys_oper_log` VALUES (3542, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:11', 40); +INSERT INTO `sys_oper_log` VALUES (3543, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:16.681\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:16', 7); +INSERT INTO `sys_oper_log` VALUES (3544, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:16', 12); +INSERT INTO `sys_oper_log` VALUES (3545, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:16', 40); +INSERT INTO `sys_oper_log` VALUES (3546, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:53.824\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:53', 8); +INSERT INTO `sys_oper_log` VALUES (3547, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:53', 8); +INSERT INTO `sys_oper_log` VALUES (3548, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:53', 12); +INSERT INTO `sys_oper_log` VALUES (3549, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:53.916\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:53', 20); +INSERT INTO `sys_oper_log` VALUES (3550, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:53', 56); +INSERT INTO `sys_oper_log` VALUES (3551, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:54', 38); +INSERT INTO `sys_oper_log` VALUES (3552, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:40:58.688\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:40:58', 8); +INSERT INTO `sys_oper_log` VALUES (3553, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:40:58', 6); +INSERT INTO `sys_oper_log` VALUES (3554, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:40:58', 42); +INSERT INTO `sys_oper_log` VALUES (3555, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:41:33.901\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:41:33', 11); +INSERT INTO `sys_oper_log` VALUES (3556, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:41:33', 8); +INSERT INTO `sys_oper_log` VALUES (3557, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:41:34', 42); +INSERT INTO `sys_oper_log` VALUES (3558, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:41:37', 6); +INSERT INTO `sys_oper_log` VALUES (3559, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:41:37.721\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:41:37', 7); +INSERT INTO `sys_oper_log` VALUES (3560, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:41:37', 39); +INSERT INTO `sys_oper_log` VALUES (3561, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:41:48.525\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:41:48', 8); +INSERT INTO `sys_oper_log` VALUES (3562, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:41:48', 7); +INSERT INTO `sys_oper_log` VALUES (3563, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:41:48', 45); +INSERT INTO `sys_oper_log` VALUES (3564, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:41:58.069\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:41:58', 7); +INSERT INTO `sys_oper_log` VALUES (3565, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:41:58', 9); +INSERT INTO `sys_oper_log` VALUES (3566, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:41:58', 6); +INSERT INTO `sys_oper_log` VALUES (3567, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:41:58.109\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:41:58', 9); +INSERT INTO `sys_oper_log` VALUES (3568, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:41:58', 41); +INSERT INTO `sys_oper_log` VALUES (3569, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:41:58', 37); +INSERT INTO `sys_oper_log` VALUES (3570, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:01', 8); +INSERT INTO `sys_oper_log` VALUES (3571, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:01.312\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:01', 8); +INSERT INTO `sys_oper_log` VALUES (3572, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:01', 41); +INSERT INTO `sys_oper_log` VALUES (3573, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:11', 9); +INSERT INTO `sys_oper_log` VALUES (3574, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:11.843\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:11', 10); +INSERT INTO `sys_oper_log` VALUES (3575, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:11', 49); +INSERT INTO `sys_oper_log` VALUES (3576, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:18', 7); +INSERT INTO `sys_oper_log` VALUES (3577, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:18.951\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:18', 8); +INSERT INTO `sys_oper_log` VALUES (3578, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:18', 7); +INSERT INTO `sys_oper_log` VALUES (3579, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:18.979\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:18', 7); +INSERT INTO `sys_oper_log` VALUES (3580, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:19', 43); +INSERT INTO `sys_oper_log` VALUES (3581, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:19', 39); +INSERT INTO `sys_oper_log` VALUES (3582, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:23', 7); +INSERT INTO `sys_oper_log` VALUES (3583, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:23.406\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:23', 7); +INSERT INTO `sys_oper_log` VALUES (3584, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:23', 38); +INSERT INTO `sys_oper_log` VALUES (3585, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:59', 9); +INSERT INTO `sys_oper_log` VALUES (3586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:59.357\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:59', 10); +INSERT INTO `sys_oper_log` VALUES (3587, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:42:59.452\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:42:59', 6); +INSERT INTO `sys_oper_log` VALUES (3588, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:42:59', 9); +INSERT INTO `sys_oper_log` VALUES (3589, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:59', 54); +INSERT INTO `sys_oper_log` VALUES (3590, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:42:59', 38); +INSERT INTO `sys_oper_log` VALUES (3591, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:02', 8); +INSERT INTO `sys_oper_log` VALUES (3592, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:02.232\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:02', 9); +INSERT INTO `sys_oper_log` VALUES (3593, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:02.28\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:02', 7); +INSERT INTO `sys_oper_log` VALUES (3594, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:02', 6); +INSERT INTO `sys_oper_log` VALUES (3595, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:02', 44); +INSERT INTO `sys_oper_log` VALUES (3596, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:02', 38); +INSERT INTO `sys_oper_log` VALUES (3597, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:09.713\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:09', 8); +INSERT INTO `sys_oper_log` VALUES (3598, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:09', 7); +INSERT INTO `sys_oper_log` VALUES (3599, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:09', 44); +INSERT INTO `sys_oper_log` VALUES (3600, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:29.099\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:29', 8); +INSERT INTO `sys_oper_log` VALUES (3601, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:29', 8); +INSERT INTO `sys_oper_log` VALUES (3602, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:29', 42); +INSERT INTO `sys_oper_log` VALUES (3603, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:44', 7); +INSERT INTO `sys_oper_log` VALUES (3604, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:44.443\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:44', 7); +INSERT INTO `sys_oper_log` VALUES (3605, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:43:44', 8); +INSERT INTO `sys_oper_log` VALUES (3606, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:43:44.528\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:43:44', 9); +INSERT INTO `sys_oper_log` VALUES (3607, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:44', 51); +INSERT INTO `sys_oper_log` VALUES (3608, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:43:44', 41); +INSERT INTO `sys_oper_log` VALUES (3609, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:01.496\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:01', 7); +INSERT INTO `sys_oper_log` VALUES (3610, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:01', 9); +INSERT INTO `sys_oper_log` VALUES (3611, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:01', 6); +INSERT INTO `sys_oper_log` VALUES (3612, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:01.522\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:01', 5); +INSERT INTO `sys_oper_log` VALUES (3613, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:01', 40); +INSERT INTO `sys_oper_log` VALUES (3614, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:01', 44); +INSERT INTO `sys_oper_log` VALUES (3615, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:05', 8); +INSERT INTO `sys_oper_log` VALUES (3616, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:05.254\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:05', 11); +INSERT INTO `sys_oper_log` VALUES (3617, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:05', 43); +INSERT INTO `sys_oper_log` VALUES (3618, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:11.166\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:11', 7); +INSERT INTO `sys_oper_log` VALUES (3619, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:11', 8); +INSERT INTO `sys_oper_log` VALUES (3620, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:11', 40); +INSERT INTO `sys_oper_log` VALUES (3621, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:46', 8); +INSERT INTO `sys_oper_log` VALUES (3622, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:46.091\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:46', 6); +INSERT INTO `sys_oper_log` VALUES (3623, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:46', 41); +INSERT INTO `sys_oper_log` VALUES (3624, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:46', 6); +INSERT INTO `sys_oper_log` VALUES (3625, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:46.304\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:46', 8); +INSERT INTO `sys_oper_log` VALUES (3626, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:46', 47); +INSERT INTO `sys_oper_log` VALUES (3627, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:48', 8); +INSERT INTO `sys_oper_log` VALUES (3628, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:48.602\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:48', 17); +INSERT INTO `sys_oper_log` VALUES (3629, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:48', 41); +INSERT INTO `sys_oper_log` VALUES (3630, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:53', 7); +INSERT INTO `sys_oper_log` VALUES (3631, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:53.337\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:53', 7); +INSERT INTO `sys_oper_log` VALUES (3632, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:53.416\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:53', 9); +INSERT INTO `sys_oper_log` VALUES (3633, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:53', 9); +INSERT INTO `sys_oper_log` VALUES (3634, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:53', 48); +INSERT INTO `sys_oper_log` VALUES (3635, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:53', 39); +INSERT INTO `sys_oper_log` VALUES (3636, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:56', 7); +INSERT INTO `sys_oper_log` VALUES (3637, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:56.6\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:56', 7); +INSERT INTO `sys_oper_log` VALUES (3638, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:44:56', 9); +INSERT INTO `sys_oper_log` VALUES (3639, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:44:56.648\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:44:56', 11); +INSERT INTO `sys_oper_log` VALUES (3640, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:56', 67); +INSERT INTO `sys_oper_log` VALUES (3641, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:44:56', 38); +INSERT INTO `sys_oper_log` VALUES (3642, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:45:00.069\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:00', 8); +INSERT INTO `sys_oper_log` VALUES (3643, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:00', 8); +INSERT INTO `sys_oper_log` VALUES (3644, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:00', 40); +INSERT INTO `sys_oper_log` VALUES (3645, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:06', 7); +INSERT INTO `sys_oper_log` VALUES (3646, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"newDate\":\"2023-07-24 11:45:06.863\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:06', 7); +INSERT INTO `sys_oper_log` VALUES (3647, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:06', 41); +INSERT INTO `sys_oper_log` VALUES (3648, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:27', 8); +INSERT INTO `sys_oper_log` VALUES (3649, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:26.995\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:27', 8); +INSERT INTO `sys_oper_log` VALUES (3650, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:27.026\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:27', 8); +INSERT INTO `sys_oper_log` VALUES (3651, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:27', 7); +INSERT INTO `sys_oper_log` VALUES (3652, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:27', 45); +INSERT INTO `sys_oper_log` VALUES (3653, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:27', 45); +INSERT INTO `sys_oper_log` VALUES (3654, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:29.284\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:29', 8); +INSERT INTO `sys_oper_log` VALUES (3655, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:29', 8); +INSERT INTO `sys_oper_log` VALUES (3656, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:29', 53); +INSERT INTO `sys_oper_log` VALUES (3657, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:33.04\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:33', 7); +INSERT INTO `sys_oper_log` VALUES (3658, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:33', 7); +INSERT INTO `sys_oper_log` VALUES (3659, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:33', 41); +INSERT INTO `sys_oper_log` VALUES (3660, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:33.204\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:33', 7); +INSERT INTO `sys_oper_log` VALUES (3661, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:33', 21); +INSERT INTO `sys_oper_log` VALUES (3662, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:33', 40); +INSERT INTO `sys_oper_log` VALUES (3663, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:45:35', 7); +INSERT INTO `sys_oper_log` VALUES (3664, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"latitude\":\"0.0\",\"longitude\":\"0.0\",\"newDate\":\"2023-07-24 11:45:35.532\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:45:35', 8); +INSERT INTO `sys_oper_log` VALUES (3665, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":317,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:45:35', 42); +INSERT INTO `sys_oper_log` VALUES (3666, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:47:37', 6); +INSERT INTO `sys_oper_log` VALUES (3667, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579285\",\"longitude\":\"104.181524\",\"newDate\":\"2023-07-24 11:47:37.199\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:47:37', 6); +INSERT INTO `sys_oper_log` VALUES (3668, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:47:36\",\"dayMileage\":1.1361521E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361521E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361521E7,\"updateTime\":\"2023-07-24 11:47:36\",\"weekMileage\":1.1361521E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:47:37', 47); +INSERT INTO `sys_oper_log` VALUES (3669, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579285\",\"longitude\":\"104.181524\",\"newDate\":\"2023-07-24 11:47:42.022\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:47:42', 7); +INSERT INTO `sys_oper_log` VALUES (3670, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:47:42', 8); +INSERT INTO `sys_oper_log` VALUES (3671, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:47:36\",\"dayMileage\":1.1361521E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361521E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361521E7,\"updateTime\":\"2023-07-24 11:47:36\",\"weekMileage\":1.1361521E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:47:42', 39); +INSERT INTO `sys_oper_log` VALUES (3672, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:47:48', 7); +INSERT INTO `sys_oper_log` VALUES (3673, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579285\",\"longitude\":\"104.181524\",\"newDate\":\"2023-07-24 11:47:48.07\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:47:48', 9); +INSERT INTO `sys_oper_log` VALUES (3674, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:47:36\",\"dayMileage\":1.1361521E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361521E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361521E7,\"updateTime\":\"2023-07-24 11:47:36\",\"weekMileage\":1.1361521E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:47:48', 40); +INSERT INTO `sys_oper_log` VALUES (3675, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580156\",\"longitude\":\"104.181191\",\"newDate\":\"2023-07-24 11:48:38.294\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:48:38', 11); +INSERT INTO `sys_oper_log` VALUES (3676, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:48:38', 11); +INSERT INTO `sys_oper_log` VALUES (3677, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:48:36\",\"dayMileage\":1.1361622E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361622E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361622E7,\"updateTime\":\"2023-07-24 11:48:36\",\"weekMileage\":1.1361622E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:48:38', 41); +INSERT INTO `sys_oper_log` VALUES (3678, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580156\",\"longitude\":\"104.181191\",\"newDate\":\"2023-07-24 11:48:42.923\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:48:42', 10); +INSERT INTO `sys_oper_log` VALUES (3679, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:48:42', 11); +INSERT INTO `sys_oper_log` VALUES (3680, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580156\",\"longitude\":\"104.181191\",\"newDate\":\"2023-07-24 11:48:42.962\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:48:42', 12); +INSERT INTO `sys_oper_log` VALUES (3681, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:48:42', 7); +INSERT INTO `sys_oper_log` VALUES (3682, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:48:36\",\"dayMileage\":1.1361622E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361622E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361622E7,\"updateTime\":\"2023-07-24 11:48:36\",\"weekMileage\":1.1361622E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:48:43', 52); +INSERT INTO `sys_oper_log` VALUES (3683, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:48:36\",\"dayMileage\":1.1361622E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361622E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361622E7,\"updateTime\":\"2023-07-24 11:48:36\",\"weekMileage\":1.1361622E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:48:43', 45); +INSERT INTO `sys_oper_log` VALUES (3684, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:02', 8); +INSERT INTO `sys_oper_log` VALUES (3685, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580156\",\"longitude\":\"104.181191\",\"newDate\":\"2023-07-24 11:49:02.159\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:02', 8); +INSERT INTO `sys_oper_log` VALUES (3686, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:02', 6); +INSERT INTO `sys_oper_log` VALUES (3687, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580156\",\"longitude\":\"104.181191\",\"newDate\":\"2023-07-24 11:49:02.195\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:02', 6); +INSERT INTO `sys_oper_log` VALUES (3688, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:48:36\",\"dayMileage\":1.1361622E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361622E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361622E7,\"updateTime\":\"2023-07-24 11:48:36\",\"weekMileage\":1.1361622E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:02', 39); +INSERT INTO `sys_oper_log` VALUES (3689, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:48:36\",\"dayMileage\":1.1361622E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361622E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361622E7,\"updateTime\":\"2023-07-24 11:48:36\",\"weekMileage\":1.1361622E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:02', 38); +INSERT INTO `sys_oper_log` VALUES (3690, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:07', 8); +INSERT INTO `sys_oper_log` VALUES (3691, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580396\",\"longitude\":\"104.181109\",\"newDate\":\"2023-07-24 11:49:07.242\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:07', 8); +INSERT INTO `sys_oper_log` VALUES (3692, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:49:06\",\"dayMileage\":1.1361649E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361649E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361649E7,\"updateTime\":\"2023-07-24 11:49:06\",\"weekMileage\":1.1361649E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:07', 38); +INSERT INTO `sys_oper_log` VALUES (3693, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:26', 9); +INSERT INTO `sys_oper_log` VALUES (3694, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580396\",\"longitude\":\"104.181109\",\"newDate\":\"2023-07-24 11:49:26.648\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:26', 13); +INSERT INTO `sys_oper_log` VALUES (3695, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:49:06\",\"dayMileage\":1.1361649E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361649E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361649E7,\"updateTime\":\"2023-07-24 11:49:06\",\"weekMileage\":1.1361649E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:26', 42); +INSERT INTO `sys_oper_log` VALUES (3696, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:40', 9); +INSERT INTO `sys_oper_log` VALUES (3697, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:49:40.408\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:40', 8); +INSERT INTO `sys_oper_log` VALUES (3698, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:40', 6); +INSERT INTO `sys_oper_log` VALUES (3699, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:49:40.439\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:40', 6); +INSERT INTO `sys_oper_log` VALUES (3700, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:49:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:49:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:40', 40); +INSERT INTO `sys_oper_log` VALUES (3701, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:49:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:49:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:40', 39); +INSERT INTO `sys_oper_log` VALUES (3702, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:49:43', 7); +INSERT INTO `sys_oper_log` VALUES (3703, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:49:43.609\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:49:43', 9); +INSERT INTO `sys_oper_log` VALUES (3704, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:49:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:49:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:49:43', 42); +INSERT INTO `sys_oper_log` VALUES (3705, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:50:15', 7); +INSERT INTO `sys_oper_log` VALUES (3706, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:50:15.267\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:50:15', 8); +INSERT INTO `sys_oper_log` VALUES (3707, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:50:15.377\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:50:15', 9); +INSERT INTO `sys_oper_log` VALUES (3708, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:50:15', 8); +INSERT INTO `sys_oper_log` VALUES (3709, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:50:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:50:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:50:15', 50); +INSERT INTO `sys_oper_log` VALUES (3710, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:50:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:50:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:50:15', 40); +INSERT INTO `sys_oper_log` VALUES (3711, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:50:16.971\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:50:16', 6); +INSERT INTO `sys_oper_log` VALUES (3712, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:50:16', 7); +INSERT INTO `sys_oper_log` VALUES (3713, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:50:17', 14); +INSERT INTO `sys_oper_log` VALUES (3714, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:50:17.034\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:50:17', 15); +INSERT INTO `sys_oper_log` VALUES (3715, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:50:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:50:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:50:17', 51); +INSERT INTO `sys_oper_log` VALUES (3716, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:50:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:50:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:50:17', 40); +INSERT INTO `sys_oper_log` VALUES (3717, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:50:21', 8); +INSERT INTO `sys_oper_log` VALUES (3718, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:50:21.684\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:50:21', 13); +INSERT INTO `sys_oper_log` VALUES (3719, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:50:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:50:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:50:21', 41); +INSERT INTO `sys_oper_log` VALUES (3720, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:20.018\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:20', 7); +INSERT INTO `sys_oper_log` VALUES (3721, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:20', 15); +INSERT INTO `sys_oper_log` VALUES (3722, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:20', 47); +INSERT INTO `sys_oper_log` VALUES (3723, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:27.045\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:27', 8); +INSERT INTO `sys_oper_log` VALUES (3724, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:27', 9); +INSERT INTO `sys_oper_log` VALUES (3725, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:27.075\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:27', 8); +INSERT INTO `sys_oper_log` VALUES (3726, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:27', 7); +INSERT INTO `sys_oper_log` VALUES (3727, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:27', 39); +INSERT INTO `sys_oper_log` VALUES (3728, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:27', 38); +INSERT INTO `sys_oper_log` VALUES (3729, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:31.305\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:31', 7); +INSERT INTO `sys_oper_log` VALUES (3730, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:31', 7); +INSERT INTO `sys_oper_log` VALUES (3731, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:06\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:06\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:31', 40); +INSERT INTO `sys_oper_log` VALUES (3732, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:56.42\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:56', 13); +INSERT INTO `sys_oper_log` VALUES (3733, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:56', 20); +INSERT INTO `sys_oper_log` VALUES (3734, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:56', 8); +INSERT INTO `sys_oper_log` VALUES (3735, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:56.541\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:56', 9); +INSERT INTO `sys_oper_log` VALUES (3736, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:56', 59); +INSERT INTO `sys_oper_log` VALUES (3737, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:56', 38); +INSERT INTO `sys_oper_log` VALUES (3738, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:51:59', 7); +INSERT INTO `sys_oper_log` VALUES (3739, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:51:59.31\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:51:59', 7); +INSERT INTO `sys_oper_log` VALUES (3740, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:51:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:51:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:51:59', 40); +INSERT INTO `sys_oper_log` VALUES (3741, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:52:36', 7); +INSERT INTO `sys_oper_log` VALUES (3742, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:52:36.464\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:52:36', 7); +INSERT INTO `sys_oper_log` VALUES (3743, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:52:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:52:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:52:36', 54); +INSERT INTO `sys_oper_log` VALUES (3744, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:52:47', 7); +INSERT INTO `sys_oper_log` VALUES (3745, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:52:47.07\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:52:47', 10); +INSERT INTO `sys_oper_log` VALUES (3746, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:52:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:52:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:52:47', 39); +INSERT INTO `sys_oper_log` VALUES (3747, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:52:49.894\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:52:49', 8); +INSERT INTO `sys_oper_log` VALUES (3748, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:52:49', 7); +INSERT INTO `sys_oper_log` VALUES (3749, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:52:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:52:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:52:50', 65); +INSERT INTO `sys_oper_log` VALUES (3750, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:52:55.321\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:52:55', 8); +INSERT INTO `sys_oper_log` VALUES (3751, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:52:55', 7); +INSERT INTO `sys_oper_log` VALUES (3752, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:52:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:52:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:52:55', 38); +INSERT INTO `sys_oper_log` VALUES (3753, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道卧龙谷乡村俱乐部卧龙谷玖号\",\"latitude\":\"30.580595\",\"longitude\":\"104.181046\",\"newDate\":\"2023-07-24 11:52:58.948\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 11:52:58', 6); +INSERT INTO `sys_oper_log` VALUES (3754, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 11:52:58', 7); +INSERT INTO `sys_oper_log` VALUES (3755, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 11:52:36\",\"dayMileage\":1.1361671E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361671E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361671E7,\"updateTime\":\"2023-07-24 11:52:36\",\"weekMileage\":1.1361671E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 11:52:59', 38); +INSERT INTO `sys_oper_log` VALUES (3756, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '15923927972', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:01:56', 3); +INSERT INTO `sys_oper_log` VALUES (3757, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '15923927972', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:02:01', 1); +INSERT INTO `sys_oper_log` VALUES (3758, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '15923927972', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:02:04', 1); +INSERT INTO `sys_oper_log` VALUES (3759, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:03:09', 217); +INSERT INTO `sys_oper_log` VALUES (3760, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:03:08.764\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:03:09', 207); +INSERT INTO `sys_oper_log` VALUES (3761, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:02:48\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:02:48\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:03:09', 231); +INSERT INTO `sys_oper_log` VALUES (3762, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:03:38', 26); +INSERT INTO `sys_oper_log` VALUES (3763, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:03:38.2\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:03:38', 48); +INSERT INTO `sys_oper_log` VALUES (3764, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:03:38', 18); +INSERT INTO `sys_oper_log` VALUES (3765, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:03:38.304\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:03:38', 29); +INSERT INTO `sys_oper_log` VALUES (3766, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:03:18\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:03:18\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:03:38', 115); +INSERT INTO `sys_oper_log` VALUES (3767, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:03:18\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:03:18\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:03:38', 103); +INSERT INTO `sys_oper_log` VALUES (3768, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:03:43.944\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:03:43', 21); +INSERT INTO `sys_oper_log` VALUES (3769, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:03:44', 59); +INSERT INTO `sys_oper_log` VALUES (3770, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:03:44', 46); +INSERT INTO `sys_oper_log` VALUES (3771, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:03:44.031\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:03:44', 37); +INSERT INTO `sys_oper_log` VALUES (3772, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:03:18\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:03:18\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:03:44', 123); +INSERT INTO `sys_oper_log` VALUES (3773, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:03:18\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:03:18\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:03:44', 72); +INSERT INTO `sys_oper_log` VALUES (3774, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:04:07', 1); +INSERT INTO `sys_oper_log` VALUES (3775, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:04:09', 1); +INSERT INTO `sys_oper_log` VALUES (3776, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:04:09', 1); +INSERT INTO `sys_oper_log` VALUES (3777, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"nickName\":\"黄总\",\"params\":{},\"phonenumber\":\"15923401610\",\"roleId\":39}}', '{\"msg\":\"手机号已存在,请重新输入\",\"code\":500}', 0, NULL, '2023-07-24 14:04:11', 1); +INSERT INTO `sys_oper_log` VALUES (3778, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:04:54', 50); +INSERT INTO `sys_oper_log` VALUES (3779, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:04:54', 42); +INSERT INTO `sys_oper_log` VALUES (3780, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:04:54.253\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:04:54', 49); +INSERT INTO `sys_oper_log` VALUES (3781, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:04:54.346\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:04:54', 28); +INSERT INTO `sys_oper_log` VALUES (3782, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:04:28\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:04:28\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:04:54', 80); +INSERT INTO `sys_oper_log` VALUES (3783, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:04:28\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:04:28\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:04:54', 78); +INSERT INTO `sys_oper_log` VALUES (3784, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:05:14', 25); +INSERT INTO `sys_oper_log` VALUES (3785, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:05:14.609\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:05:14', 22); +INSERT INTO `sys_oper_log` VALUES (3786, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:04:58\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:04:58\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:05:14', 53); +INSERT INTO `sys_oper_log` VALUES (3787, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:05:15', 29); +INSERT INTO `sys_oper_log` VALUES (3788, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:05:15.555\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:05:15', 36); +INSERT INTO `sys_oper_log` VALUES (3789, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:04:58\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:04:58\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:05:15', 65); +INSERT INTO `sys_oper_log` VALUES (3790, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:06:52.42\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:06:52', 21); +INSERT INTO `sys_oper_log` VALUES (3791, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:06:52', 24); +INSERT INTO `sys_oper_log` VALUES (3792, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:06:25\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:06:25\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:06:52', 54); +INSERT INTO `sys_oper_log` VALUES (3793, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:07:25', 22); +INSERT INTO `sys_oper_log` VALUES (3794, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:07:25.168\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:07:25', 23); +INSERT INTO `sys_oper_log` VALUES (3795, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:07:25', 14); +INSERT INTO `sys_oper_log` VALUES (3796, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:07:25.26\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:07:25', 15); +INSERT INTO `sys_oper_log` VALUES (3797, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:06:25\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:06:25\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:07:25', 54); +INSERT INTO `sys_oper_log` VALUES (3798, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:06:25\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:06:25\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:07:25', 47); +INSERT INTO `sys_oper_log` VALUES (3799, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:09:22', 18); +INSERT INTO `sys_oper_log` VALUES (3800, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:09:22', 34); +INSERT INTO `sys_oper_log` VALUES (3801, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:09:22.797\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:09:22', 42); +INSERT INTO `sys_oper_log` VALUES (3802, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:09:22.868\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:09:22', 7); +INSERT INTO `sys_oper_log` VALUES (3803, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:09:09\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:09:09\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:09:22', 49); +INSERT INTO `sys_oper_log` VALUES (3804, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:09:09\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:09:09\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:09:23', 52); +INSERT INTO `sys_oper_log` VALUES (3805, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:09:27', 15); +INSERT INTO `sys_oper_log` VALUES (3806, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:09:27.28\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:09:27', 20); +INSERT INTO `sys_oper_log` VALUES (3807, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:09:09\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:09:09\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:09:27', 51); +INSERT INTO `sys_oper_log` VALUES (3808, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:10:42.563\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:10:42', 50); +INSERT INTO `sys_oper_log` VALUES (3809, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:10:42', 54); +INSERT INTO `sys_oper_log` VALUES (3810, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:10:42', 65); +INSERT INTO `sys_oper_log` VALUES (3811, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:10:42.649\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:10:42', 13); +INSERT INTO `sys_oper_log` VALUES (3812, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:10:39\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:10:39\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:10:42', 53); +INSERT INTO `sys_oper_log` VALUES (3813, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:10:39\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:10:39\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:10:42', 46); +INSERT INTO `sys_oper_log` VALUES (3814, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:10:50', 11); +INSERT INTO `sys_oper_log` VALUES (3815, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:10:50.959\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:10:50', 22); +INSERT INTO `sys_oper_log` VALUES (3816, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:10:39\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:10:39\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:10:51', 54); +INSERT INTO `sys_oper_log` VALUES (3817, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:11:30', 12); +INSERT INTO `sys_oper_log` VALUES (3818, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:11:30.764\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:11:30', 28); +INSERT INTO `sys_oper_log` VALUES (3819, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:11:30', 13); +INSERT INTO `sys_oper_log` VALUES (3820, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:11:30.835\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:11:30', 16); +INSERT INTO `sys_oper_log` VALUES (3821, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:11:15\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:11:15\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:11:30', 50); +INSERT INTO `sys_oper_log` VALUES (3822, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:11:15\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:11:15\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:11:30', 47); +INSERT INTO `sys_oper_log` VALUES (3823, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:11:34.142\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:11:34', 11); +INSERT INTO `sys_oper_log` VALUES (3824, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:11:34', 12); +INSERT INTO `sys_oper_log` VALUES (3825, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:11:15\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:11:15\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:11:34', 61); +INSERT INTO `sys_oper_log` VALUES (3826, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:11:55', 18); +INSERT INTO `sys_oper_log` VALUES (3827, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:11:55.702\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:11:55', 19); +INSERT INTO `sys_oper_log` VALUES (3828, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:11:39\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:11:39\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:11:55', 46); +INSERT INTO `sys_oper_log` VALUES (3829, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:11:59.113\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:11:59', 12); +INSERT INTO `sys_oper_log` VALUES (3830, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:11:59', 12); +INSERT INTO `sys_oper_log` VALUES (3831, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:11:39\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:11:39\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:11:59', 44); +INSERT INTO `sys_oper_log` VALUES (3832, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:12:10', 12); +INSERT INTO `sys_oper_log` VALUES (3833, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:12:10.969\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:12:10', 17); +INSERT INTO `sys_oper_log` VALUES (3834, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:12:09\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:12:09\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:12:11', 46); +INSERT INTO `sys_oper_log` VALUES (3835, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:12:13.266\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:12:13', 13); +INSERT INTO `sys_oper_log` VALUES (3836, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:12:13', 17); +INSERT INTO `sys_oper_log` VALUES (3837, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:12:09\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:12:09\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:12:13', 56); +INSERT INTO `sys_oper_log` VALUES (3838, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:12:41', 14); +INSERT INTO `sys_oper_log` VALUES (3839, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:12:41.083\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:12:41', 26); +INSERT INTO `sys_oper_log` VALUES (3840, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:12:41', 11); +INSERT INTO `sys_oper_log` VALUES (3841, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:12:41.204\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:12:41', 21); +INSERT INTO `sys_oper_log` VALUES (3842, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:12:19\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:12:19\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:12:41', 69); +INSERT INTO `sys_oper_log` VALUES (3843, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:12:19\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:12:19\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:12:41', 52); +INSERT INTO `sys_oper_log` VALUES (3844, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:12:46', 14); +INSERT INTO `sys_oper_log` VALUES (3845, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:12:46.754\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:12:46', 31); +INSERT INTO `sys_oper_log` VALUES (3846, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:12:19\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:12:19\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:12:46', 73); +INSERT INTO `sys_oper_log` VALUES (3847, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:13:28', 16); +INSERT INTO `sys_oper_log` VALUES (3848, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:13:28.724\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:13:28', 18); +INSERT INTO `sys_oper_log` VALUES (3849, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:25\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:25\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:13:28', 55); +INSERT INTO `sys_oper_log` VALUES (3850, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:01', 13); +INSERT INTO `sys_oper_log` VALUES (3851, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:01.387\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:01', 21); +INSERT INTO `sys_oper_log` VALUES (3852, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:01', 13); +INSERT INTO `sys_oper_log` VALUES (3853, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:01.465\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:01', 19); +INSERT INTO `sys_oper_log` VALUES (3854, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:01', 67); +INSERT INTO `sys_oper_log` VALUES (3855, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:01', 52); +INSERT INTO `sys_oper_log` VALUES (3856, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:04.012\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:04', 10); +INSERT INTO `sys_oper_log` VALUES (3857, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:04', 13); +INSERT INTO `sys_oper_log` VALUES (3858, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:04', 51); +INSERT INTO `sys_oper_log` VALUES (3859, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18667137007', NULL, '/user/companyUserInfo', '118.114.56.169', '', '{\"userId\":\"197\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":39,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"15923927972\",\"createTime\":\"2023-07-22 09:48:43\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-24 14:04:23\",\"loginIp\":\"\",\"nickName\":\"黄总\",\"params\":{},\"password\":\"$2a$10$xn.QoNXndALUTLlVBMHuku0AXcbNsYU4NF3I5VS9r6CrgYS1Tn9LW\",\"phonenumber\":\"15923401610\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":39,\"roleKey\":\"0\",\"roleName\":\"门店负责人-废弃\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":197,\"userName\":\"15923401610\"}}}', 0, NULL, '2023-07-24 14:14:16', 10); +INSERT INTO `sys_oper_log` VALUES (3860, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18667137007', NULL, '/user/update', '118.114.56.169', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"15923927972\",\"createTime\":\"2023-07-22 09:48:43\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-24 14:04:23\",\"loginIp\":\"\",\"nickName\":\"黄总\",\"params\":{},\"passWordUpdate\":\"2023-07-24 14:14:24.396\",\"phonenumber\":\"15923401610\",\"roleId\":40,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":39,\"roleKey\":\"0\",\"roleName\":\"门店负责人-废弃\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 14:14:24\",\"userId\":197,\"userName\":\"15923401610\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 14:14:24', 96); +INSERT INTO `sys_oper_log` VALUES (3861, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:27.917\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:27', 15); +INSERT INTO `sys_oper_log` VALUES (3862, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:27', 15); +INSERT INTO `sys_oper_log` VALUES (3863, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:28', 23); +INSERT INTO `sys_oper_log` VALUES (3864, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:28.018\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:28', 23); +INSERT INTO `sys_oper_log` VALUES (3865, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:28', 70); +INSERT INTO `sys_oper_log` VALUES (3866, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:28', 63); +INSERT INTO `sys_oper_log` VALUES (3867, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:14:33', 10); +INSERT INTO `sys_oper_log` VALUES (3868, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:14:33.711\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:14:33', 15); +INSERT INTO `sys_oper_log` VALUES (3869, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:13:49\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:13:49\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:14:33', 45); +INSERT INTO `sys_oper_log` VALUES (3870, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18667137007', NULL, '/user/companyUserInfo', '118.114.56.169', '', '{\"userId\":\"197\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":40,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"15923927972\",\"createTime\":\"2023-07-22 09:48:43\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-24 14:14:33\",\"loginIp\":\"\",\"nickName\":\"黄总\",\"params\":{},\"password\":\"$2a$10$xn.QoNXndALUTLlVBMHuku0AXcbNsYU4NF3I5VS9r6CrgYS1Tn9LW\",\"phonenumber\":\"15923401610\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":40,\"roleKey\":\"0\",\"roleName\":\"门店负责人\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":197,\"userName\":\"15923401610\"}}}', 0, NULL, '2023-07-24 14:14:59', 10); +INSERT INTO `sys_oper_log` VALUES (3871, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:16:04', 12); +INSERT INTO `sys_oper_log` VALUES (3872, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:16:04.654\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:16:04', 21); +INSERT INTO `sys_oper_log` VALUES (3873, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:16:04', 13); +INSERT INTO `sys_oper_log` VALUES (3874, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:16:04.71\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:16:04', 18); +INSERT INTO `sys_oper_log` VALUES (3875, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:15:43\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:15:43\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:16:04', 44); +INSERT INTO `sys_oper_log` VALUES (3876, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:15:43\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:15:43\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:16:04', 43); +INSERT INTO `sys_oper_log` VALUES (3877, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:16:10', 10); +INSERT INTO `sys_oper_log` VALUES (3878, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:16:10.414\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:16:10', 19); +INSERT INTO `sys_oper_log` VALUES (3879, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:15:43\",\"dayMileage\":1.1361846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1361846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1361846E7,\"updateTime\":\"2023-07-24 14:15:43\",\"weekMileage\":1.1361846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:16:10', 53); +INSERT INTO `sys_oper_log` VALUES (3880, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:19:58.302\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:19:58', 13); +INSERT INTO `sys_oper_log` VALUES (3881, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:19:58', 18); +INSERT INTO `sys_oper_log` VALUES (3882, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:19:58.337\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:19:58', 14); +INSERT INTO `sys_oper_log` VALUES (3883, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:19:58', 16); +INSERT INTO `sys_oper_log` VALUES (3884, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:19:54\",\"dayMileage\":1.1375236E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1375236E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1375236E7,\"updateTime\":\"2023-07-24 14:19:54\",\"weekMileage\":1.1375236E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:19:58', 51); +INSERT INTO `sys_oper_log` VALUES (3885, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:19:54\",\"dayMileage\":1.1375236E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1375236E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1375236E7,\"updateTime\":\"2023-07-24 14:19:54\",\"weekMileage\":1.1375236E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:19:58', 45); +INSERT INTO `sys_oper_log` VALUES (3886, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:07', 15); +INSERT INTO `sys_oper_log` VALUES (3887, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:07.838\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:07', 12); +INSERT INTO `sys_oper_log` VALUES (3888, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:07.878\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:07', 16); +INSERT INTO `sys_oper_log` VALUES (3889, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:07', 15); +INSERT INTO `sys_oper_log` VALUES (3890, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:04\",\"dayMileage\":1.1376197E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1376197E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1376197E7,\"updateTime\":\"2023-07-24 14:20:04\",\"weekMileage\":1.1376197E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:07', 78); +INSERT INTO `sys_oper_log` VALUES (3891, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:04\",\"dayMileage\":1.1376197E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1376197E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1376197E7,\"updateTime\":\"2023-07-24 14:20:04\",\"weekMileage\":1.1376197E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:08', 47); +INSERT INTO `sys_oper_log` VALUES (3892, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:14.289\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:14', 9); +INSERT INTO `sys_oper_log` VALUES (3893, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:14', 16); +INSERT INTO `sys_oper_log` VALUES (3894, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:14', 12); +INSERT INTO `sys_oper_log` VALUES (3895, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:14.321\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:14', 11); +INSERT INTO `sys_oper_log` VALUES (3896, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:04\",\"dayMileage\":1.1376197E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1376197E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1376197E7,\"updateTime\":\"2023-07-24 14:20:04\",\"weekMileage\":1.1376197E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:14', 49); +INSERT INTO `sys_oper_log` VALUES (3897, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:04\",\"dayMileage\":1.1376197E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1376197E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1376197E7,\"updateTime\":\"2023-07-24 14:20:04\",\"weekMileage\":1.1376197E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:14', 93); +INSERT INTO `sys_oper_log` VALUES (3898, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:18', 11); +INSERT INTO `sys_oper_log` VALUES (3899, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:18.787\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:18', 15); +INSERT INTO `sys_oper_log` VALUES (3900, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:14\",\"dayMileage\":1.137716E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.137716E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.137716E7,\"updateTime\":\"2023-07-24 14:20:14\",\"weekMileage\":1.137716E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:18', 45); +INSERT INTO `sys_oper_log` VALUES (3901, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:44', 11); +INSERT INTO `sys_oper_log` VALUES (3902, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:44.899\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:44', 15); +INSERT INTO `sys_oper_log` VALUES (3903, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:45\",\"dayMileage\":1.1379982E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1379982E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1379982E7,\"updateTime\":\"2023-07-24 14:20:45\",\"weekMileage\":1.1379982E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:45', 44); +INSERT INTO `sys_oper_log` VALUES (3904, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:20:47', 10); +INSERT INTO `sys_oper_log` VALUES (3905, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:20:47.866\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:20:47', 14); +INSERT INTO `sys_oper_log` VALUES (3906, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:45\",\"dayMileage\":1.1379982E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1379982E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1379982E7,\"updateTime\":\"2023-07-24 14:20:45\",\"weekMileage\":1.1379982E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:20:47', 46); +INSERT INTO `sys_oper_log` VALUES (3907, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:01.936\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:01', 15); +INSERT INTO `sys_oper_log` VALUES (3908, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:01', 19); +INSERT INTO `sys_oper_log` VALUES (3909, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:02', 22); +INSERT INTO `sys_oper_log` VALUES (3910, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:02.037\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:02', 35); +INSERT INTO `sys_oper_log` VALUES (3911, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:55\",\"dayMileage\":1.1380846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1380846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1380846E7,\"updateTime\":\"2023-07-24 14:20:55\",\"weekMileage\":1.1380846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:02', 74); +INSERT INTO `sys_oper_log` VALUES (3912, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:20:55\",\"dayMileage\":1.1380846E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1380846E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1380846E7,\"updateTime\":\"2023-07-24 14:20:55\",\"weekMileage\":1.1380846E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:02', 48); +INSERT INTO `sys_oper_log` VALUES (3913, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:06.575\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:06', 17); +INSERT INTO `sys_oper_log` VALUES (3914, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:06', 20); +INSERT INTO `sys_oper_log` VALUES (3915, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:05\",\"dayMileage\":1.1381665E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1381665E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1381665E7,\"updateTime\":\"2023-07-24 14:21:05\",\"weekMileage\":1.1381665E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:06', 44); +INSERT INTO `sys_oper_log` VALUES (3916, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:20', 14); +INSERT INTO `sys_oper_log` VALUES (3917, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:20.601\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:20', 18); +INSERT INTO `sys_oper_log` VALUES (3918, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:20.713\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:20', 12); +INSERT INTO `sys_oper_log` VALUES (3919, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:20', 13); +INSERT INTO `sys_oper_log` VALUES (3920, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:15\",\"dayMileage\":1.1382484E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1382484E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1382484E7,\"updateTime\":\"2023-07-24 14:21:15\",\"weekMileage\":1.1382484E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:20', 58); +INSERT INTO `sys_oper_log` VALUES (3921, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:15\",\"dayMileage\":1.1382484E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1382484E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1382484E7,\"updateTime\":\"2023-07-24 14:21:15\",\"weekMileage\":1.1382484E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:20', 52); +INSERT INTO `sys_oper_log` VALUES (3922, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:26.732\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:26', 8); +INSERT INTO `sys_oper_log` VALUES (3923, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:26', 10); +INSERT INTO `sys_oper_log` VALUES (3924, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:26', 9); +INSERT INTO `sys_oper_log` VALUES (3925, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:26.778\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:26', 19); +INSERT INTO `sys_oper_log` VALUES (3926, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:25\",\"dayMileage\":1.1383244E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1383244E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1383244E7,\"updateTime\":\"2023-07-24 14:21:25\",\"weekMileage\":1.1383244E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:26', 51); +INSERT INTO `sys_oper_log` VALUES (3927, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:25\",\"dayMileage\":1.1383244E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1383244E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1383244E7,\"updateTime\":\"2023-07-24 14:21:25\",\"weekMileage\":1.1383244E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:26', 59); +INSERT INTO `sys_oper_log` VALUES (3928, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:45.101\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:45', 15); +INSERT INTO `sys_oper_log` VALUES (3929, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:21:45', 17); +INSERT INTO `sys_oper_log` VALUES (3930, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:21:35\",\"dayMileage\":1.1383961E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1383961E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1383961E7,\"updateTime\":\"2023-07-24 14:21:35\",\"weekMileage\":1.1383961E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:21:45', 44); +INSERT INTO `sys_oper_log` VALUES (3931, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:21:47.588\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:21:47', 9); +INSERT INTO `sys_oper_log` VALUES (3932, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:20.412\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:20', 9); +INSERT INTO `sys_oper_log` VALUES (3933, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:23', 11); +INSERT INTO `sys_oper_log` VALUES (3934, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:23.659\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:23', 17); +INSERT INTO `sys_oper_log` VALUES (3935, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:22\",\"dayMileage\":1.1385323E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1385323E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1385323E7,\"updateTime\":\"2023-07-24 14:22:22\",\"weekMileage\":1.1385323E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:23', 47); +INSERT INTO `sys_oper_log` VALUES (3936, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:25.44\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:25', 10); +INSERT INTO `sys_oper_log` VALUES (3937, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:26.787\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:26', 9); +INSERT INTO `sys_oper_log` VALUES (3938, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:27.721\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:27', 8); +INSERT INTO `sys_oper_log` VALUES (3939, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:28.4\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:28', 8); +INSERT INTO `sys_oper_log` VALUES (3940, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:29.006\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:29', 7); +INSERT INTO `sys_oper_log` VALUES (3941, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:29.534\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:29', 7); +INSERT INTO `sys_oper_log` VALUES (3942, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:30.023\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:30', 7); +INSERT INTO `sys_oper_log` VALUES (3943, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:30.385\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:30', 7); +INSERT INTO `sys_oper_log` VALUES (3944, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:30.721\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:30', 8); +INSERT INTO `sys_oper_log` VALUES (3945, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:31.235\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:31', 8); +INSERT INTO `sys_oper_log` VALUES (3946, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:31.485\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:31', 8); +INSERT INTO `sys_oper_log` VALUES (3947, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:31', 13); +INSERT INTO `sys_oper_log` VALUES (3948, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:31.522\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:31', 13); +INSERT INTO `sys_oper_log` VALUES (3949, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:31', 15); +INSERT INTO `sys_oper_log` VALUES (3950, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:31.558\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:31', 12); +INSERT INTO `sys_oper_log` VALUES (3951, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:22\",\"dayMileage\":1.1385323E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1385323E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1385323E7,\"updateTime\":\"2023-07-24 14:22:22\",\"weekMileage\":1.1385323E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:31', 45); +INSERT INTO `sys_oper_log` VALUES (3952, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:22\",\"dayMileage\":1.1385323E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1385323E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1385323E7,\"updateTime\":\"2023-07-24 14:22:22\",\"weekMileage\":1.1385323E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:31', 46); +INSERT INTO `sys_oper_log` VALUES (3953, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:35', 13); +INSERT INTO `sys_oper_log` VALUES (3954, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:35.832\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:35', 17); +INSERT INTO `sys_oper_log` VALUES (3955, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:32\",\"dayMileage\":1.1386E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1386E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1386E7,\"updateTime\":\"2023-07-24 14:22:32\",\"weekMileage\":1.1386E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:36', 86); +INSERT INTO `sys_oper_log` VALUES (3956, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:39', 12); +INSERT INTO `sys_oper_log` VALUES (3957, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:39.134\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:39', 10); +INSERT INTO `sys_oper_log` VALUES (3958, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:32\",\"dayMileage\":1.1386E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1386E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1386E7,\"updateTime\":\"2023-07-24 14:22:32\",\"weekMileage\":1.1386E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:39', 44); +INSERT INTO `sys_oper_log` VALUES (3959, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:41', 8); +INSERT INTO `sys_oper_log` VALUES (3960, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:41.683\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:41', 12); +INSERT INTO `sys_oper_log` VALUES (3961, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:32\",\"dayMileage\":1.1386E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1386E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1386E7,\"updateTime\":\"2023-07-24 14:22:32\",\"weekMileage\":1.1386E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:41', 44); +INSERT INTO `sys_oper_log` VALUES (3962, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:42.616\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:42', 9); +INSERT INTO `sys_oper_log` VALUES (3963, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:49', 10); +INSERT INTO `sys_oper_log` VALUES (3964, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:49.304\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:49', 12); +INSERT INTO `sys_oper_log` VALUES (3965, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:42\",\"dayMileage\":1.1386686E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1386686E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1386686E7,\"updateTime\":\"2023-07-24 14:22:42\",\"weekMileage\":1.1386686E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:49', 49); +INSERT INTO `sys_oper_log` VALUES (3966, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:22:50.596\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:22:50', 11); +INSERT INTO `sys_oper_log` VALUES (3967, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:22:50', 8); +INSERT INTO `sys_oper_log` VALUES (3968, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:22:42\",\"dayMileage\":1.1386686E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1386686E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1386686E7,\"updateTime\":\"2023-07-24 14:22:42\",\"weekMileage\":1.1386686E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:22:50', 51); +INSERT INTO `sys_oper_log` VALUES (3969, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:23:39', 8); +INSERT INTO `sys_oper_log` VALUES (3970, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:23:39.234\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:23:39', 6); +INSERT INTO `sys_oper_log` VALUES (3971, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:23:39', 10); +INSERT INTO `sys_oper_log` VALUES (3972, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:23:39.27\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:23:39', 15); +INSERT INTO `sys_oper_log` VALUES (3973, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:22\",\"dayMileage\":1.1388086E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388086E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388086E7,\"updateTime\":\"2023-07-24 14:23:22\",\"weekMileage\":1.1388086E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:23:39', 46); +INSERT INTO `sys_oper_log` VALUES (3974, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:22\",\"dayMileage\":1.1388086E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388086E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388086E7,\"updateTime\":\"2023-07-24 14:23:22\",\"weekMileage\":1.1388086E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:23:39', 40); +INSERT INTO `sys_oper_log` VALUES (3975, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:23:42', 14); +INSERT INTO `sys_oper_log` VALUES (3976, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:23:42.891\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:23:42', 11); +INSERT INTO `sys_oper_log` VALUES (3977, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:22\",\"dayMileage\":1.1388086E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388086E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388086E7,\"updateTime\":\"2023-07-24 14:23:22\",\"weekMileage\":1.1388086E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:23:43', 58); +INSERT INTO `sys_oper_log` VALUES (3978, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:23:54', 8); +INSERT INTO `sys_oper_log` VALUES (3979, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:23:54.7\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:23:54', 11); +INSERT INTO `sys_oper_log` VALUES (3980, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:50\",\"dayMileage\":1.1388827E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388827E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388827E7,\"updateTime\":\"2023-07-24 14:23:50\",\"weekMileage\":1.1388827E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:23:54', 42); +INSERT INTO `sys_oper_log` VALUES (3981, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:23:56.489\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:23:56', 7); +INSERT INTO `sys_oper_log` VALUES (3982, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:24:30', 115); +INSERT INTO `sys_oper_log` VALUES (3983, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:24:30', 58); +INSERT INTO `sys_oper_log` VALUES (3984, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:24:30.325\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:24:30', 87); +INSERT INTO `sys_oper_log` VALUES (3985, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:24:30.465\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:24:30', 15); +INSERT INTO `sys_oper_log` VALUES (3986, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:50\",\"dayMileage\":1.1388827E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388827E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388827E7,\"updateTime\":\"2023-07-24 14:23:50\",\"weekMileage\":1.1388827E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:24:30', 208); +INSERT INTO `sys_oper_log` VALUES (3987, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:50\",\"dayMileage\":1.1388827E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388827E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388827E7,\"updateTime\":\"2023-07-24 14:23:50\",\"weekMileage\":1.1388827E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:24:30', 168); +INSERT INTO `sys_oper_log` VALUES (3988, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:24:44', 11); +INSERT INTO `sys_oper_log` VALUES (3989, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:24:44.329\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:24:44', 23); +INSERT INTO `sys_oper_log` VALUES (3990, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:23:50\",\"dayMileage\":1.1388827E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1388827E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1388827E7,\"updateTime\":\"2023-07-24 14:23:50\",\"weekMileage\":1.1388827E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:24:44', 107); +INSERT INTO `sys_oper_log` VALUES (3991, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:25:40.711\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:25:40', 42); +INSERT INTO `sys_oper_log` VALUES (3992, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:25:40', 47); +INSERT INTO `sys_oper_log` VALUES (3993, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:25:40.795\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:25:40', 20); +INSERT INTO `sys_oper_log` VALUES (3994, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:25:40', 25); +INSERT INTO `sys_oper_log` VALUES (3995, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:25:20\",\"dayMileage\":1.1390341E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1390341E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1390341E7,\"updateTime\":\"2023-07-24 14:25:20\",\"weekMileage\":1.1390341E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:25:40', 91); +INSERT INTO `sys_oper_log` VALUES (3996, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:25:20\",\"dayMileage\":1.1390341E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1390341E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1390341E7,\"updateTime\":\"2023-07-24 14:25:20\",\"weekMileage\":1.1390341E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:25:41', 89); +INSERT INTO `sys_oper_log` VALUES (3997, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:24.476\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:24', 16); +INSERT INTO `sys_oper_log` VALUES (3998, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:26:24', 16); +INSERT INTO `sys_oper_log` VALUES (3999, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:26:20\",\"dayMileage\":1.1391857E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1391857E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1391857E7,\"updateTime\":\"2023-07-24 14:26:20\",\"weekMileage\":1.1391857E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:26:24', 59); +INSERT INTO `sys_oper_log` VALUES (4000, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:26.43\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:26', 10); +INSERT INTO `sys_oper_log` VALUES (4001, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:26.928\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:26', 18); +INSERT INTO `sys_oper_log` VALUES (4002, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:26:26', 20); +INSERT INTO `sys_oper_log` VALUES (4003, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:26:26', 13); +INSERT INTO `sys_oper_log` VALUES (4004, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:26.976\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:27', 24); +INSERT INTO `sys_oper_log` VALUES (4005, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:26:20\",\"dayMileage\":1.1391857E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1391857E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1391857E7,\"updateTime\":\"2023-07-24 14:26:20\",\"weekMileage\":1.1391857E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:26:27', 72); +INSERT INTO `sys_oper_log` VALUES (4006, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:26:20\",\"dayMileage\":1.1391857E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1391857E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1391857E7,\"updateTime\":\"2023-07-24 14:26:20\",\"weekMileage\":1.1391857E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:26:27', 51); +INSERT INTO `sys_oper_log` VALUES (4007, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:28.394\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:28', 10); +INSERT INTO `sys_oper_log` VALUES (4008, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:29.033\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:29', 10); +INSERT INTO `sys_oper_log` VALUES (4009, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:29.53\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:29', 9); +INSERT INTO `sys_oper_log` VALUES (4010, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:29.86\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:29', 9); +INSERT INTO `sys_oper_log` VALUES (4011, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:30.118\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:30', 11); +INSERT INTO `sys_oper_log` VALUES (4012, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:30.328\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:30', 10); +INSERT INTO `sys_oper_log` VALUES (4013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:30.528\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:30', 14); +INSERT INTO `sys_oper_log` VALUES (4014, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:30.711\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:30', 9); +INSERT INTO `sys_oper_log` VALUES (4015, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:30.911\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:30', 11); +INSERT INTO `sys_oper_log` VALUES (4016, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:31.111\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:31', 9); +INSERT INTO `sys_oper_log` VALUES (4017, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:31.312\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:31', 9); +INSERT INTO `sys_oper_log` VALUES (4018, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:31.494\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:31', 10); +INSERT INTO `sys_oper_log` VALUES (4019, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:31.679\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:31', 8); +INSERT INTO `sys_oper_log` VALUES (4020, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:31.877\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:31', 9); +INSERT INTO `sys_oper_log` VALUES (4021, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:32.078\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:32', 9); +INSERT INTO `sys_oper_log` VALUES (4022, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:32.295\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:32', 9); +INSERT INTO `sys_oper_log` VALUES (4023, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:32.497\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:32', 14); +INSERT INTO `sys_oper_log` VALUES (4024, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:32.695\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:32', 9); +INSERT INTO `sys_oper_log` VALUES (4025, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:32.879\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:32', 9); +INSERT INTO `sys_oper_log` VALUES (4026, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:26:45', 19); +INSERT INTO `sys_oper_log` VALUES (4027, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:26:45.821\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:26:45', 29); +INSERT INTO `sys_oper_log` VALUES (4028, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:26:20\",\"dayMileage\":1.1391857E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1391857E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1391857E7,\"updateTime\":\"2023-07-24 14:26:20\",\"weekMileage\":1.1391857E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:26:45', 52); +INSERT INTO `sys_oper_log` VALUES (4029, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:27:36', 18); +INSERT INTO `sys_oper_log` VALUES (4030, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:36.857\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:36', 26); +INSERT INTO `sys_oper_log` VALUES (4031, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:27:37', 61); +INSERT INTO `sys_oper_log` VALUES (4032, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:48.023\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:48', 15); +INSERT INTO `sys_oper_log` VALUES (4033, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:27:48', 16); +INSERT INTO `sys_oper_log` VALUES (4034, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:27:48', 19); +INSERT INTO `sys_oper_log` VALUES (4035, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:48.13\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:48', 35); +INSERT INTO `sys_oper_log` VALUES (4036, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:27:48', 126); +INSERT INTO `sys_oper_log` VALUES (4037, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:27:48', 80); +INSERT INTO `sys_oper_log` VALUES (4038, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:53.003\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:53', 10); +INSERT INTO `sys_oper_log` VALUES (4039, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:54.756\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:54', 11); +INSERT INTO `sys_oper_log` VALUES (4040, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:55.323\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:55', 10); +INSERT INTO `sys_oper_log` VALUES (4041, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:55.556\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:55', 11); +INSERT INTO `sys_oper_log` VALUES (4042, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:55.773\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:55', 10); +INSERT INTO `sys_oper_log` VALUES (4043, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:55.975\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:55', 10); +INSERT INTO `sys_oper_log` VALUES (4044, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:27:56', 13); +INSERT INTO `sys_oper_log` VALUES (4045, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:56.592\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:56', 21); +INSERT INTO `sys_oper_log` VALUES (4046, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:27:56', 14); +INSERT INTO `sys_oper_log` VALUES (4047, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:27:56.642\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:27:56', 26); +INSERT INTO `sys_oper_log` VALUES (4048, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:27:56', 88); +INSERT INTO `sys_oper_log` VALUES (4049, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:27:56', 91); +INSERT INTO `sys_oper_log` VALUES (4050, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:28:34', 14); +INSERT INTO `sys_oper_log` VALUES (4051, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:28:34.359\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:28:34', 18); +INSERT INTO `sys_oper_log` VALUES (4052, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:28:34', 14); +INSERT INTO `sys_oper_log` VALUES (4053, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:28:34.401\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:28:34', 13); +INSERT INTO `sys_oper_log` VALUES (4054, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:28:34', 57); +INSERT INTO `sys_oper_log` VALUES (4055, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:28:34', 55); +INSERT INTO `sys_oper_log` VALUES (4056, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:28:37', 11); +INSERT INTO `sys_oper_log` VALUES (4057, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:28:37.27\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:28:37', 13); +INSERT INTO `sys_oper_log` VALUES (4058, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:28:37', 67); +INSERT INTO `sys_oper_log` VALUES (4059, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:29:20.993\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:29:21', 12); +INSERT INTO `sys_oper_log` VALUES (4060, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:29:27', 9); +INSERT INTO `sys_oper_log` VALUES (4061, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:29:27.641\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:29:27', 12); +INSERT INTO `sys_oper_log` VALUES (4062, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:29:27', 53); +INSERT INTO `sys_oper_log` VALUES (4063, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:29:29.048\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:29:29', 10); +INSERT INTO `sys_oper_log` VALUES (4064, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:29:36', 12); +INSERT INTO `sys_oper_log` VALUES (4065, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:29:36.017\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:29:36', 15); +INSERT INTO `sys_oper_log` VALUES (4066, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:27:17\",\"dayMileage\":1.1394123E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394123E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394123E7,\"updateTime\":\"2023-07-24 14:27:17\",\"weekMileage\":1.1394123E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:29:36', 52); +INSERT INTO `sys_oper_log` VALUES (4067, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:29:47', 16); +INSERT INTO `sys_oper_log` VALUES (4068, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:29:47.73\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:29:47', 13); +INSERT INTO `sys_oper_log` VALUES (4069, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:29:47', 56); +INSERT INTO `sys_oper_log` VALUES (4070, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:31:00.163\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:31:00', 14); +INSERT INTO `sys_oper_log` VALUES (4071, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:31:00', 13); +INSERT INTO `sys_oper_log` VALUES (4072, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:31:00', 56); +INSERT INTO `sys_oper_log` VALUES (4073, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:31:45', 13); +INSERT INTO `sys_oper_log` VALUES (4074, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:31:45.292\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:31:45', 17); +INSERT INTO `sys_oper_log` VALUES (4075, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:31:45', 49); +INSERT INTO `sys_oper_log` VALUES (4076, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 14:32:03.595\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:32:03', 13); +INSERT INTO `sys_oper_log` VALUES (4077, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:32:03', 12); +INSERT INTO `sys_oper_log` VALUES (4078, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:03', 56); +INSERT INTO `sys_oper_log` VALUES (4079, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:08', 11); +INSERT INTO `sys_oper_log` VALUES (4080, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:08.737\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:08', 16); +INSERT INTO `sys_oper_log` VALUES (4081, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:08', 61); +INSERT INTO `sys_oper_log` VALUES (4082, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:10.052\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:10', 11); +INSERT INTO `sys_oper_log` VALUES (4083, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:33.101\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:33', 21); +INSERT INTO `sys_oper_log` VALUES (4084, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:33', 18); +INSERT INTO `sys_oper_log` VALUES (4085, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:33', 13); +INSERT INTO `sys_oper_log` VALUES (4086, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:33.151\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:33', 13); +INSERT INTO `sys_oper_log` VALUES (4087, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:33', 56); +INSERT INTO `sys_oper_log` VALUES (4088, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:33', 73); +INSERT INTO `sys_oper_log` VALUES (4089, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:38.205\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:38', 14); +INSERT INTO `sys_oper_log` VALUES (4090, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:38', 14); +INSERT INTO `sys_oper_log` VALUES (4091, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:38', 20); +INSERT INTO `sys_oper_log` VALUES (4092, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:38.251\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:38', 29); +INSERT INTO `sys_oper_log` VALUES (4093, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:38', 63); +INSERT INTO `sys_oper_log` VALUES (4094, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:38', 55); +INSERT INTO `sys_oper_log` VALUES (4095, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:32:45.75\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:32:45', 13); +INSERT INTO `sys_oper_log` VALUES (4096, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:32:45', 27); +INSERT INTO `sys_oper_log` VALUES (4097, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:32:45', 59); +INSERT INTO `sys_oper_log` VALUES (4098, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:33:18', 11); +INSERT INTO `sys_oper_log` VALUES (4099, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:33:18.939\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:33:18', 9); +INSERT INTO `sys_oper_log` VALUES (4100, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:33:19', 48); +INSERT INTO `sys_oper_log` VALUES (4101, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:33:29', 10); +INSERT INTO `sys_oper_log` VALUES (4102, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:33:29.213\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:33:29', 21); +INSERT INTO `sys_oper_log` VALUES (4103, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:33:29', 47); +INSERT INTO `sys_oper_log` VALUES (4104, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:33:38.568\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:33:38', 11); +INSERT INTO `sys_oper_log` VALUES (4105, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:33:38', 13); +INSERT INTO `sys_oper_log` VALUES (4106, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:33:38', 61); +INSERT INTO `sys_oper_log` VALUES (4107, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:34:10.279\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:34:10', 14); +INSERT INTO `sys_oper_log` VALUES (4108, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:34:10', 35); +INSERT INTO `sys_oper_log` VALUES (4109, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:34:10', 49); +INSERT INTO `sys_oper_log` VALUES (4110, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:04.888\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:04', 10); +INSERT INTO `sys_oper_log` VALUES (4111, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:07.001\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:07', 13); +INSERT INTO `sys_oper_log` VALUES (4112, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:07.551\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:07', 9); +INSERT INTO `sys_oper_log` VALUES (4113, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:07.952\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:07', 10); +INSERT INTO `sys_oper_log` VALUES (4114, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:08.203\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:08', 9); +INSERT INTO `sys_oper_log` VALUES (4115, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:08.468\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:08', 9); +INSERT INTO `sys_oper_log` VALUES (4116, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:35:47', 15); +INSERT INTO `sys_oper_log` VALUES (4117, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:35:47', 11); +INSERT INTO `sys_oper_log` VALUES (4118, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:47.179\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:47', 28); +INSERT INTO `sys_oper_log` VALUES (4119, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:47.241\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:47', 7); +INSERT INTO `sys_oper_log` VALUES (4120, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:35:47', 49); +INSERT INTO `sys_oper_log` VALUES (4121, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:35:47', 58); +INSERT INTO `sys_oper_log` VALUES (4122, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:35:52', 9); +INSERT INTO `sys_oper_log` VALUES (4123, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:35:52.409\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:35:52', 21); +INSERT INTO `sys_oper_log` VALUES (4124, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:35:52', 47); +INSERT INTO `sys_oper_log` VALUES (4125, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:37:22', 12); +INSERT INTO `sys_oper_log` VALUES (4126, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:37:22.073\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:37:22', 18); +INSERT INTO `sys_oper_log` VALUES (4127, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:37:22', 14); +INSERT INTO `sys_oper_log` VALUES (4128, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:37:22.127\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:37:22', 8); +INSERT INTO `sys_oper_log` VALUES (4129, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:37:22', 46); +INSERT INTO `sys_oper_log` VALUES (4130, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:37:22', 45); +INSERT INTO `sys_oper_log` VALUES (4131, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:37:25', 16); +INSERT INTO `sys_oper_log` VALUES (4132, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:37:25.141\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:37:25', 19); +INSERT INTO `sys_oper_log` VALUES (4133, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:37:25', 68); +INSERT INTO `sys_oper_log` VALUES (4134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:38:16.718\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:38:16', 10); +INSERT INTO `sys_oper_log` VALUES (4135, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:38:16', 10); +INSERT INTO `sys_oper_log` VALUES (4136, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:38:16.809\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:38:16', 15); +INSERT INTO `sys_oper_log` VALUES (4137, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:38:16', 18); +INSERT INTO `sys_oper_log` VALUES (4138, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:38:16', 64); +INSERT INTO `sys_oper_log` VALUES (4139, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:38:16', 58); +INSERT INTO `sys_oper_log` VALUES (4140, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:38:17', 10); +INSERT INTO `sys_oper_log` VALUES (4141, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:38:17.797\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:38:17', 14); +INSERT INTO `sys_oper_log` VALUES (4142, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:38:17', 47); +INSERT INTO `sys_oper_log` VALUES (4143, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:38:21', 9); +INSERT INTO `sys_oper_log` VALUES (4144, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:38:21.468\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:38:21', 9); +INSERT INTO `sys_oper_log` VALUES (4145, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:38:21', 51); +INSERT INTO `sys_oper_log` VALUES (4146, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:08', 10); +INSERT INTO `sys_oper_log` VALUES (4147, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:08.295\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:08', 34); +INSERT INTO `sys_oper_log` VALUES (4148, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:08', 11); +INSERT INTO `sys_oper_log` VALUES (4149, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:08.36\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:08', 17); +INSERT INTO `sys_oper_log` VALUES (4150, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:08', 63); +INSERT INTO `sys_oper_log` VALUES (4151, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:08', 50); +INSERT INTO `sys_oper_log` VALUES (4152, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:11', 11); +INSERT INTO `sys_oper_log` VALUES (4153, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:11.344\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:11', 17); +INSERT INTO `sys_oper_log` VALUES (4154, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:11.401\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:11', 14); +INSERT INTO `sys_oper_log` VALUES (4155, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:11', 21); +INSERT INTO `sys_oper_log` VALUES (4156, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:11', 67); +INSERT INTO `sys_oper_log` VALUES (4157, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:11', 48); +INSERT INTO `sys_oper_log` VALUES (4158, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:18.108\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:18', 18); +INSERT INTO `sys_oper_log` VALUES (4159, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:18', 18); +INSERT INTO `sys_oper_log` VALUES (4160, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:18', 59); +INSERT INTO `sys_oper_log` VALUES (4161, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:39:44', 13); +INSERT INTO `sys_oper_log` VALUES (4162, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:39:44.729\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:39:44', 27); +INSERT INTO `sys_oper_log` VALUES (4163, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:39:44', 68); +INSERT INTO `sys_oper_log` VALUES (4164, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:40:06.665\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:40:06', 10); +INSERT INTO `sys_oper_log` VALUES (4165, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:40:06', 9); +INSERT INTO `sys_oper_log` VALUES (4166, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:40:06', 11); +INSERT INTO `sys_oper_log` VALUES (4167, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:40:06.711\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:40:06', 17); +INSERT INTO `sys_oper_log` VALUES (4168, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:40:06', 54); +INSERT INTO `sys_oper_log` VALUES (4169, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:40:06', 47); +INSERT INTO `sys_oper_log` VALUES (4170, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:40:48.986\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:40:49', 20); +INSERT INTO `sys_oper_log` VALUES (4171, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:40:49', 9); +INSERT INTO `sys_oper_log` VALUES (4172, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:40:49', 24); +INSERT INTO `sys_oper_log` VALUES (4173, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:40:49.037\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:40:49', 7); +INSERT INTO `sys_oper_log` VALUES (4174, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:40:49', 48); +INSERT INTO `sys_oper_log` VALUES (4175, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:40:49', 47); +INSERT INTO `sys_oper_log` VALUES (4176, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:40:52', 8); +INSERT INTO `sys_oper_log` VALUES (4177, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:40:52.373\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:40:52', 10); +INSERT INTO `sys_oper_log` VALUES (4178, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-24 14:29:42\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1394881E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1394881E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:40:52', 59); +INSERT INTO `sys_oper_log` VALUES (4179, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:19.4\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:19', 8); +INSERT INTO `sys_oper_log` VALUES (4180, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:19', 9); +INSERT INTO `sys_oper_log` VALUES (4181, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:19', 48); +INSERT INTO `sys_oper_log` VALUES (4182, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:22', 15); +INSERT INTO `sys_oper_log` VALUES (4183, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:22.928\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:22', 23); +INSERT INTO `sys_oper_log` VALUES (4184, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:23', 46); +INSERT INTO `sys_oper_log` VALUES (4185, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:25', 9); +INSERT INTO `sys_oper_log` VALUES (4186, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:25', 34); +INSERT INTO `sys_oper_log` VALUES (4187, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:25.129\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:25', 32); +INSERT INTO `sys_oper_log` VALUES (4188, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:25.185\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:25', 13); +INSERT INTO `sys_oper_log` VALUES (4189, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:25', 47); +INSERT INTO `sys_oper_log` VALUES (4190, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:25', 46); +INSERT INTO `sys_oper_log` VALUES (4191, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:27.578\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:27', 10); +INSERT INTO `sys_oper_log` VALUES (4192, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:27', 11); +INSERT INTO `sys_oper_log` VALUES (4193, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:27', 50); +INSERT INTO `sys_oper_log` VALUES (4194, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:31.925\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:31', 9); +INSERT INTO `sys_oper_log` VALUES (4195, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:31', 12); +INSERT INTO `sys_oper_log` VALUES (4196, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:32', 59); +INSERT INTO `sys_oper_log` VALUES (4197, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:36', 10); +INSERT INTO `sys_oper_log` VALUES (4198, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:36.251\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:36', 9); +INSERT INTO `sys_oper_log` VALUES (4199, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:36', 47); +INSERT INTO `sys_oper_log` VALUES (4200, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:36.411\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:36', 15); +INSERT INTO `sys_oper_log` VALUES (4201, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:36', 13); +INSERT INTO `sys_oper_log` VALUES (4202, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:36', 46); +INSERT INTO `sys_oper_log` VALUES (4203, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:42:39', 16); +INSERT INTO `sys_oper_log` VALUES (4204, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:42:39.64\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:42:39', 19); +INSERT INTO `sys_oper_log` VALUES (4205, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:42:39', 55); +INSERT INTO `sys_oper_log` VALUES (4206, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:06', 13); +INSERT INTO `sys_oper_log` VALUES (4207, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:05.987\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:06', 15); +INSERT INTO `sys_oper_log` VALUES (4208, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:06', 53); +INSERT INTO `sys_oper_log` VALUES (4209, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:10.681\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:10', 11); +INSERT INTO `sys_oper_log` VALUES (4210, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:10', 18); +INSERT INTO `sys_oper_log` VALUES (4211, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:10.803\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:10', 19); +INSERT INTO `sys_oper_log` VALUES (4212, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:10', 13); +INSERT INTO `sys_oper_log` VALUES (4213, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:10', 60); +INSERT INTO `sys_oper_log` VALUES (4214, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:10', 63); +INSERT INTO `sys_oper_log` VALUES (4215, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:15', 11); +INSERT INTO `sys_oper_log` VALUES (4216, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:15.488\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:15', 17); +INSERT INTO `sys_oper_log` VALUES (4217, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:15', 51); +INSERT INTO `sys_oper_log` VALUES (4218, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:34', 12); +INSERT INTO `sys_oper_log` VALUES (4219, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:34.808\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:34', 13); +INSERT INTO `sys_oper_log` VALUES (4220, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:34', 52); +INSERT INTO `sys_oper_log` VALUES (4221, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:39', 17); +INSERT INTO `sys_oper_log` VALUES (4222, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:39.051\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:39', 23); +INSERT INTO `sys_oper_log` VALUES (4223, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:39', 50); +INSERT INTO `sys_oper_log` VALUES (4224, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:43.441\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:43', 9); +INSERT INTO `sys_oper_log` VALUES (4225, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:43', 11); +INSERT INTO `sys_oper_log` VALUES (4226, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:43', 9); +INSERT INTO `sys_oper_log` VALUES (4227, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:43.474\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:43', 11); +INSERT INTO `sys_oper_log` VALUES (4228, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:43', 54); +INSERT INTO `sys_oper_log` VALUES (4229, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:43', 54); +INSERT INTO `sys_oper_log` VALUES (4230, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:43:51.373\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:43:51', 19); +INSERT INTO `sys_oper_log` VALUES (4231, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:43:51', 18); +INSERT INTO `sys_oper_log` VALUES (4232, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:43:51', 49); +INSERT INTO `sys_oper_log` VALUES (4233, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:44:22.242\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:44:22', 22); +INSERT INTO `sys_oper_log` VALUES (4234, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:44:22', 17); +INSERT INTO `sys_oper_log` VALUES (4235, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:44:22', 63); +INSERT INTO `sys_oper_log` VALUES (4236, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:44:50', 10); +INSERT INTO `sys_oper_log` VALUES (4237, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:44:50.274\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:44:50', 14); +INSERT INTO `sys_oper_log` VALUES (4238, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:44:50', 48); +INSERT INTO `sys_oper_log` VALUES (4239, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:45:41', 6); +INSERT INTO `sys_oper_log` VALUES (4240, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 14:45:41.828\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 14:45:41', 9); +INSERT INTO `sys_oper_log` VALUES (4241, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:45:42', 87); +INSERT INTO `sys_oper_log` VALUES (4242, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:46:26', 9); +INSERT INTO `sys_oper_log` VALUES (4243, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:46:26.103\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:46:26', 11); +INSERT INTO `sys_oper_log` VALUES (4244, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:46:26', 44); +INSERT INTO `sys_oper_log` VALUES (4245, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 14:46:29', 7); +INSERT INTO `sys_oper_log` VALUES (4246, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 14:46:29.142\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 14:46:29', 7); +INSERT INTO `sys_oper_log` VALUES (4247, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":2.2789762E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":2.2789762E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":1.1394881E7,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 14:46:29', 43); +INSERT INTO `sys_oper_log` VALUES (4248, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:49:50', 4); +INSERT INTO `sys_oper_log` VALUES (4249, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 14:49:50.608\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:49:50', 8); +INSERT INTO `sys_oper_log` VALUES (4250, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:49:50', 46); +INSERT INTO `sys_oper_log` VALUES (4251, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:50:07', 7); +INSERT INTO `sys_oper_log` VALUES (4252, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:50:07.23\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:50:07', 7); +INSERT INTO `sys_oper_log` VALUES (4253, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:50:07', 46); +INSERT INTO `sys_oper_log` VALUES (4254, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:52:43.666\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:52:43', 17); +INSERT INTO `sys_oper_log` VALUES (4255, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:52:43', 21); +INSERT INTO `sys_oper_log` VALUES (4256, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:52:43', 68); +INSERT INTO `sys_oper_log` VALUES (4257, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:53:15', 7); +INSERT INTO `sys_oper_log` VALUES (4258, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:53:15.611\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:53:15', 15); +INSERT INTO `sys_oper_log` VALUES (4259, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:53:15', 50); +INSERT INTO `sys_oper_log` VALUES (4260, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:53:49', 8); +INSERT INTO `sys_oper_log` VALUES (4261, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:53:49.265\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:53:49', 8); +INSERT INTO `sys_oper_log` VALUES (4262, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:53:49', 62); +INSERT INTO `sys_oper_log` VALUES (4263, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:53:55', 8); +INSERT INTO `sys_oper_log` VALUES (4264, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:53:55.427\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:53:55', 12); +INSERT INTO `sys_oper_log` VALUES (4265, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:53:55', 6); +INSERT INTO `sys_oper_log` VALUES (4266, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:53:55.469\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:53:55', 8); +INSERT INTO `sys_oper_log` VALUES (4267, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:53:55', 67); +INSERT INTO `sys_oper_log` VALUES (4268, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:53:55', 44); +INSERT INTO `sys_oper_log` VALUES (4269, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:53:59.897\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:53:59', 9); +INSERT INTO `sys_oper_log` VALUES (4270, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:53:59', 7); +INSERT INTO `sys_oper_log` VALUES (4271, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:53:59', 43); +INSERT INTO `sys_oper_log` VALUES (4272, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021901A\",\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA7MS043793\",\"newDate\":\"2023-07-24 14:54:46.765\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:54:46', 9); +INSERT INTO `sys_oper_log` VALUES (4273, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":557,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:54:46', 9); +INSERT INTO `sys_oper_log` VALUES (4274, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"557\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":557,\"carNumber\":\"渝ADQ5891\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":826,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:54:46', 45); +INSERT INTO `sys_oper_log` VALUES (4275, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:55:10', 6); +INSERT INTO `sys_oper_log` VALUES (4276, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 14:55:10.071\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:55:10', 6); +INSERT INTO `sys_oper_log` VALUES (4277, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:55:10', 44); +INSERT INTO `sys_oper_log` VALUES (4278, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 14:55:31.713\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 14:55:31', 11); +INSERT INTO `sys_oper_log` VALUES (4279, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:55:31', 4); +INSERT INTO `sys_oper_log` VALUES (4280, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:55:31', 53); +INSERT INTO `sys_oper_log` VALUES (4281, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 14:55:44', 5); +INSERT INTO `sys_oper_log` VALUES (4282, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 14:55:44.015\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 14:55:44', 6); +INSERT INTO `sys_oper_log` VALUES (4283, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 14:55:44', 80); +INSERT INTO `sys_oper_log` VALUES (4284, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:00:17', 351); +INSERT INTO `sys_oper_log` VALUES (4285, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:00:16.643\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:00:17', 349); +INSERT INTO `sys_oper_log` VALUES (4286, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:00:17', 263); +INSERT INTO `sys_oper_log` VALUES (4287, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":560,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:01:31', 26); +INSERT INTO `sys_oper_log` VALUES (4288, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"560\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021832A\",\"carId\":560,\"carNumber\":\"渝ADP9625\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA0MS043814\",\"newDate\":\"2023-07-24 15:01:31.504\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:01:31', 36); +INSERT INTO `sys_oper_log` VALUES (4289, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"560\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":560,\"carNumber\":\"渝ADP9625\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":829,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:01:31', 93); +INSERT INTO `sys_oper_log` VALUES (4290, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"newDate\":\"2023-07-24 15:01:41.132\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 15:01:41', 17); +INSERT INTO `sys_oper_log` VALUES (4291, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:01:41', 26); +INSERT INTO `sys_oper_log` VALUES (4292, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:01:41', 154); +INSERT INTO `sys_oper_log` VALUES (4293, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:01:49', 19); +INSERT INTO `sys_oper_log` VALUES (4294, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:01:49.699\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:01:49', 27); +INSERT INTO `sys_oper_log` VALUES (4295, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:01:49', 81); +INSERT INTO `sys_oper_log` VALUES (4296, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:03:08.123\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:03:09', 1535); +INSERT INTO `sys_oper_log` VALUES (4297, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:03:09', 1628); +INSERT INTO `sys_oper_log` VALUES (4298, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:03:09', 125); +INSERT INTO `sys_oper_log` VALUES (4299, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:03:45.942\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:03:45', 26); +INSERT INTO `sys_oper_log` VALUES (4300, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:03:46', 52); +INSERT INTO `sys_oper_log` VALUES (4301, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:03:46.024\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:03:46', 49); +INSERT INTO `sys_oper_log` VALUES (4302, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:03:46', 61); +INSERT INTO `sys_oper_log` VALUES (4303, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:03:46', 155); +INSERT INTO `sys_oper_log` VALUES (4304, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:03:46', 293); +INSERT INTO `sys_oper_log` VALUES (4305, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:04:35.754\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:04:35', 72); +INSERT INTO `sys_oper_log` VALUES (4306, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:04:35', 93); +INSERT INTO `sys_oper_log` VALUES (4307, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:04:35', 85); +INSERT INTO `sys_oper_log` VALUES (4308, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:04:35.753\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:04:35', 116); +INSERT INTO `sys_oper_log` VALUES (4309, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:04:35', 63); +INSERT INTO `sys_oper_log` VALUES (4310, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:04:35.884\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:04:35', 49); +INSERT INTO `sys_oper_log` VALUES (4311, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:04:35', 54); +INSERT INTO `sys_oper_log` VALUES (4312, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:04:35.935\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:04:36', 64); +INSERT INTO `sys_oper_log` VALUES (4313, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:04:36', 228); +INSERT INTO `sys_oper_log` VALUES (4314, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:04:36', 205); +INSERT INTO `sys_oper_log` VALUES (4315, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:04:36', 557); +INSERT INTO `sys_oper_log` VALUES (4316, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:04:36', 312); +INSERT INTO `sys_oper_log` VALUES (4317, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:05:12.893\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:05:12', 21); +INSERT INTO `sys_oper_log` VALUES (4318, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:05:12', 31); +INSERT INTO `sys_oper_log` VALUES (4319, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:05:13', 74); +INSERT INTO `sys_oper_log` VALUES (4320, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:07:29', 44); +INSERT INTO `sys_oper_log` VALUES (4321, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:07:29.267\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:07:29', 70); +INSERT INTO `sys_oper_log` VALUES (4322, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:07:29', 57); +INSERT INTO `sys_oper_log` VALUES (4323, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:07:29', 70); +INSERT INTO `sys_oper_log` VALUES (4324, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:07:29', 53); +INSERT INTO `sys_oper_log` VALUES (4325, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:07:29.421\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:07:29', 47); +INSERT INTO `sys_oper_log` VALUES (4326, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:07:29.377\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:07:29', 74); +INSERT INTO `sys_oper_log` VALUES (4327, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:07:29.494\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:07:29', 53); +INSERT INTO `sys_oper_log` VALUES (4328, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:29', 172); +INSERT INTO `sys_oper_log` VALUES (4329, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:29', 139); +INSERT INTO `sys_oper_log` VALUES (4330, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:29', 314); +INSERT INTO `sys_oper_log` VALUES (4331, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:30', 278); +INSERT INTO `sys_oper_log` VALUES (4332, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:07:35.343\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:07:35', 26); +INSERT INTO `sys_oper_log` VALUES (4333, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:07:35', 47); +INSERT INTO `sys_oper_log` VALUES (4334, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:35', 66); +INSERT INTO `sys_oper_log` VALUES (4335, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:07:39', 31); +INSERT INTO `sys_oper_log` VALUES (4336, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:07:39.458\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:07:39', 31); +INSERT INTO `sys_oper_log` VALUES (4337, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:07:39.494\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:07:39', 51); +INSERT INTO `sys_oper_log` VALUES (4338, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:07:39', 25); +INSERT INTO `sys_oper_log` VALUES (4339, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:39', 94); +INSERT INTO `sys_oper_log` VALUES (4340, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:39', 234); +INSERT INTO `sys_oper_log` VALUES (4341, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:07:43.253\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:07:43', 25); +INSERT INTO `sys_oper_log` VALUES (4342, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:07:43', 41); +INSERT INTO `sys_oper_log` VALUES (4343, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:07:43', 63); +INSERT INTO `sys_oper_log` VALUES (4344, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:39', 23); +INSERT INTO `sys_oper_log` VALUES (4345, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:39.569\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:39', 47); +INSERT INTO `sys_oper_log` VALUES (4346, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:08:39', 38); +INSERT INTO `sys_oper_log` VALUES (4347, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:08:39.572\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:08:39', 46); +INSERT INTO `sys_oper_log` VALUES (4348, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:39', 87); +INSERT INTO `sys_oper_log` VALUES (4349, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:39', 179); +INSERT INTO `sys_oper_log` VALUES (4350, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:08:43.093\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:08:43', 26); +INSERT INTO `sys_oper_log` VALUES (4351, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:08:43', 20); +INSERT INTO `sys_oper_log` VALUES (4352, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:43', 52); +INSERT INTO `sys_oper_log` VALUES (4353, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:43.092\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:43', 58); +INSERT INTO `sys_oper_log` VALUES (4354, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:08:43.153\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:08:43', 26); +INSERT INTO `sys_oper_log` VALUES (4355, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:43', 20); +INSERT INTO `sys_oper_log` VALUES (4356, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:43.174\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:43', 38); +INSERT INTO `sys_oper_log` VALUES (4357, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:08:43', 17); +INSERT INTO `sys_oper_log` VALUES (4358, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:43', 133); +INSERT INTO `sys_oper_log` VALUES (4359, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:43', 196); +INSERT INTO `sys_oper_log` VALUES (4360, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:43', 85); +INSERT INTO `sys_oper_log` VALUES (4361, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:43', 174); +INSERT INTO `sys_oper_log` VALUES (4362, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:46.225\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:46', 26); +INSERT INTO `sys_oper_log` VALUES (4363, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:46', 35); +INSERT INTO `sys_oper_log` VALUES (4364, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:08:46', 22); +INSERT INTO `sys_oper_log` VALUES (4365, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:08:46.254\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:08:46', 24); +INSERT INTO `sys_oper_log` VALUES (4366, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:46', 81); +INSERT INTO `sys_oper_log` VALUES (4367, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:46', 169); +INSERT INTO `sys_oper_log` VALUES (4368, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:52.213\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:52', 18); +INSERT INTO `sys_oper_log` VALUES (4369, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:52', 21); +INSERT INTO `sys_oper_log` VALUES (4370, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:08:52', 17); +INSERT INTO `sys_oper_log` VALUES (4371, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:08:52.244\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:08:52', 25); +INSERT INTO `sys_oper_log` VALUES (4372, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:52', 75); +INSERT INTO `sys_oper_log` VALUES (4373, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:52', 190); +INSERT INTO `sys_oper_log` VALUES (4374, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:08:59', 18); +INSERT INTO `sys_oper_log` VALUES (4375, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:08:59.662\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:08:59', 19); +INSERT INTO `sys_oper_log` VALUES (4376, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:08:59', 58); +INSERT INTO `sys_oper_log` VALUES (4377, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:09:17', 21); +INSERT INTO `sys_oper_log` VALUES (4378, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:09:17.905\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:09:17', 21); +INSERT INTO `sys_oper_log` VALUES (4379, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:09:17', 22); +INSERT INTO `sys_oper_log` VALUES (4380, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:09:17.94\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:09:17', 23); +INSERT INTO `sys_oper_log` VALUES (4381, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:09:18', 77); +INSERT INTO `sys_oper_log` VALUES (4382, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:09:18', 144); +INSERT INTO `sys_oper_log` VALUES (4383, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:09:54', 18); +INSERT INTO `sys_oper_log` VALUES (4384, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:09:54.535\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:09:54', 14); +INSERT INTO `sys_oper_log` VALUES (4385, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:09:54.574\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:09:54', 22); +INSERT INTO `sys_oper_log` VALUES (4386, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:09:54', 22); +INSERT INTO `sys_oper_log` VALUES (4387, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:09:54', 85); +INSERT INTO `sys_oper_log` VALUES (4388, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:09:54', 192); +INSERT INTO `sys_oper_log` VALUES (4389, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:09:58', 15); +INSERT INTO `sys_oper_log` VALUES (4390, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:09:58.2\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:09:58', 19); +INSERT INTO `sys_oper_log` VALUES (4391, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:09:58', 69); +INSERT INTO `sys_oper_log` VALUES (4392, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:10:07', 20); +INSERT INTO `sys_oper_log` VALUES (4393, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:10:07.726\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:10:07', 25); +INSERT INTO `sys_oper_log` VALUES (4394, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:10:07', 21); +INSERT INTO `sys_oper_log` VALUES (4395, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:10:07.719\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:10:07', 47); +INSERT INTO `sys_oper_log` VALUES (4396, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:07', 94); +INSERT INTO `sys_oper_log` VALUES (4397, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:08', 182); +INSERT INTO `sys_oper_log` VALUES (4398, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:10:11', 40); +INSERT INTO `sys_oper_log` VALUES (4399, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:10:11.858\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:10:11', 31); +INSERT INTO `sys_oper_log` VALUES (4400, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:12', 64); +INSERT INTO `sys_oper_log` VALUES (4401, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:10:33', 19); +INSERT INTO `sys_oper_log` VALUES (4402, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:10:33.333\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:10:33', 27); +INSERT INTO `sys_oper_log` VALUES (4403, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:10:33.356\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:10:33', 15); +INSERT INTO `sys_oper_log` VALUES (4404, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:10:33', 16); +INSERT INTO `sys_oper_log` VALUES (4405, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:10:33', 21); +INSERT INTO `sys_oper_log` VALUES (4406, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:10:33.39\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:10:33', 22); +INSERT INTO `sys_oper_log` VALUES (4407, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:10:33', 16); +INSERT INTO `sys_oper_log` VALUES (4408, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:10:33.476\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:10:33', 98); +INSERT INTO `sys_oper_log` VALUES (4409, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:33', 227); +INSERT INTO `sys_oper_log` VALUES (4410, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:33', 303); +INSERT INTO `sys_oper_log` VALUES (4411, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:33', 80); +INSERT INTO `sys_oper_log` VALUES (4412, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:33', 142); +INSERT INTO `sys_oper_log` VALUES (4413, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:10:55.217\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:10:55', 21); +INSERT INTO `sys_oper_log` VALUES (4414, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:10:55', 24); +INSERT INTO `sys_oper_log` VALUES (4415, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:10:55', 64); +INSERT INTO `sys_oper_log` VALUES (4416, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:12:38', 14); +INSERT INTO `sys_oper_log` VALUES (4417, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:12:38', 17); +INSERT INTO `sys_oper_log` VALUES (4418, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:12:38', 15); +INSERT INTO `sys_oper_log` VALUES (4419, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:12:38', 17); +INSERT INTO `sys_oper_log` VALUES (4420, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:12:52', 19); +INSERT INTO `sys_oper_log` VALUES (4421, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:12:52.489\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:12:52', 54); +INSERT INTO `sys_oper_log` VALUES (4422, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:12:52', 77); +INSERT INTO `sys_oper_log` VALUES (4423, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:13:33', 18); +INSERT INTO `sys_oper_log` VALUES (4424, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:13:33', 15); +INSERT INTO `sys_oper_log` VALUES (4425, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:13:37', 29); +INSERT INTO `sys_oper_log` VALUES (4426, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:13:37\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:13:37', 45); +INSERT INTO `sys_oper_log` VALUES (4427, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:13:37', 94); +INSERT INTO `sys_oper_log` VALUES (4428, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:14:40', 11); +INSERT INTO `sys_oper_log` VALUES (4429, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:14:40', 10); +INSERT INTO `sys_oper_log` VALUES (4430, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:14:40', 11); +INSERT INTO `sys_oper_log` VALUES (4431, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:14:40', 17); +INSERT INTO `sys_oper_log` VALUES (4432, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:14:43', 9); +INSERT INTO `sys_oper_log` VALUES (4433, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:14:43.435\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:14:43', 18); +INSERT INTO `sys_oper_log` VALUES (4434, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:14:43', 73); +INSERT INTO `sys_oper_log` VALUES (4435, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:15:14', 10); +INSERT INTO `sys_oper_log` VALUES (4436, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:15:14', 13); +INSERT INTO `sys_oper_log` VALUES (4437, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:14', 10); +INSERT INTO `sys_oper_log` VALUES (4438, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:14', 16); +INSERT INTO `sys_oper_log` VALUES (4439, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:17', 9); +INSERT INTO `sys_oper_log` VALUES (4440, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:15:17.487\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:15:17', 16); +INSERT INTO `sys_oper_log` VALUES (4441, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:15:17', 75); +INSERT INTO `sys_oper_log` VALUES (4442, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:37', 14); +INSERT INTO `sys_oper_log` VALUES (4443, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:15:37', 26); +INSERT INTO `sys_oper_log` VALUES (4444, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:15:37', 16); +INSERT INTO `sys_oper_log` VALUES (4445, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:37', 12); +INSERT INTO `sys_oper_log` VALUES (4446, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:39', 13); +INSERT INTO `sys_oper_log` VALUES (4447, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:15:39.517\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:15:39', 30); +INSERT INTO `sys_oper_log` VALUES (4448, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:15:39', 72); +INSERT INTO `sys_oper_log` VALUES (4449, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:15:50.931\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:15:50', 20); +INSERT INTO `sys_oper_log` VALUES (4450, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:15:50', 33); +INSERT INTO `sys_oper_log` VALUES (4451, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:15:51', 90); +INSERT INTO `sys_oper_log` VALUES (4452, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:03', 13); +INSERT INTO `sys_oper_log` VALUES (4453, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:03', 20); +INSERT INTO `sys_oper_log` VALUES (4454, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:03', 10); +INSERT INTO `sys_oper_log` VALUES (4455, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:03', 13); +INSERT INTO `sys_oper_log` VALUES (4456, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:05', 13); +INSERT INTO `sys_oper_log` VALUES (4457, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:16:05.037\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:16:05', 25); +INSERT INTO `sys_oper_log` VALUES (4458, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:16:05', 84); +INSERT INTO `sys_oper_log` VALUES (4459, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:33', 13); +INSERT INTO `sys_oper_log` VALUES (4460, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:33', 15); +INSERT INTO `sys_oper_log` VALUES (4461, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:33', 39); +INSERT INTO `sys_oper_log` VALUES (4462, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:33', 13); +INSERT INTO `sys_oper_log` VALUES (4463, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:34', 10); +INSERT INTO `sys_oper_log` VALUES (4464, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:34', 17); +INSERT INTO `sys_oper_log` VALUES (4465, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:34', 12); +INSERT INTO `sys_oper_log` VALUES (4466, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:34', 11); +INSERT INTO `sys_oper_log` VALUES (4467, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:38', 21); +INSERT INTO `sys_oper_log` VALUES (4468, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:16:38.636\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:16:38', 29); +INSERT INTO `sys_oper_log` VALUES (4469, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:16:38', 58); +INSERT INTO `sys_oper_log` VALUES (4470, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:49', 12); +INSERT INTO `sys_oper_log` VALUES (4471, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:49', 8); +INSERT INTO `sys_oper_log` VALUES (4472, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:16:49', 9); +INSERT INTO `sys_oper_log` VALUES (4473, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:49', 11); +INSERT INTO `sys_oper_log` VALUES (4474, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:16:51', 10); +INSERT INTO `sys_oper_log` VALUES (4475, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:16:51.818\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:16:51', 15); +INSERT INTO `sys_oper_log` VALUES (4476, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:16:51', 58); +INSERT INTO `sys_oper_log` VALUES (4477, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:03', 8); +INSERT INTO `sys_oper_log` VALUES (4478, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:03', 9); +INSERT INTO `sys_oper_log` VALUES (4479, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:03', 9); +INSERT INTO `sys_oper_log` VALUES (4480, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:03', 12); +INSERT INTO `sys_oper_log` VALUES (4481, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:15', 22); +INSERT INTO `sys_oper_log` VALUES (4482, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:15', 12); +INSERT INTO `sys_oper_log` VALUES (4483, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:15', 24); +INSERT INTO `sys_oper_log` VALUES (4484, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:15', 14); +INSERT INTO `sys_oper_log` VALUES (4485, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:17', 11); +INSERT INTO `sys_oper_log` VALUES (4486, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:17:17.819\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:17:17', 23); +INSERT INTO `sys_oper_log` VALUES (4487, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:17:18', 74); +INSERT INTO `sys_oper_log` VALUES (4488, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:30', 20); +INSERT INTO `sys_oper_log` VALUES (4489, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:17:30.322\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:17:30', 19); +INSERT INTO `sys_oper_log` VALUES (4490, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:17:30', 65); +INSERT INTO `sys_oper_log` VALUES (4491, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:49', 11); +INSERT INTO `sys_oper_log` VALUES (4492, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:49', 9); +INSERT INTO `sys_oper_log` VALUES (4493, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:17:49', 15); +INSERT INTO `sys_oper_log` VALUES (4494, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:49', 9); +INSERT INTO `sys_oper_log` VALUES (4495, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:17:52', 10); +INSERT INTO `sys_oper_log` VALUES (4496, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:17:52.604\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:17:52', 14); +INSERT INTO `sys_oper_log` VALUES (4497, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:17:52', 64); +INSERT INTO `sys_oper_log` VALUES (4498, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:19:25', 11); +INSERT INTO `sys_oper_log` VALUES (4499, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:19:25', 11); +INSERT INTO `sys_oper_log` VALUES (4500, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:19:25', 6); +INSERT INTO `sys_oper_log` VALUES (4501, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:19:25', 8); +INSERT INTO `sys_oper_log` VALUES (4502, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:19:31', 11); +INSERT INTO `sys_oper_log` VALUES (4503, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:19:31.552\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:19:31', 15); +INSERT INTO `sys_oper_log` VALUES (4504, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:19:31', 68); +INSERT INTO `sys_oper_log` VALUES (4505, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:20:03', 21); +INSERT INTO `sys_oper_log` VALUES (4506, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:20:03.014\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:20:03', 17); +INSERT INTO `sys_oper_log` VALUES (4507, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:20:03', 74); +INSERT INTO `sys_oper_log` VALUES (4508, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:22:29.356\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:22:29', 12); +INSERT INTO `sys_oper_log` VALUES (4509, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:22:29', 5); +INSERT INTO `sys_oper_log` VALUES (4510, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:22:29', 200); +INSERT INTO `sys_oper_log` VALUES (4511, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:22:38.565\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:22:38', 11); +INSERT INTO `sys_oper_log` VALUES (4512, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:22:38', 9); +INSERT INTO `sys_oper_log` VALUES (4513, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:22:38.633\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:22:38', 10); +INSERT INTO `sys_oper_log` VALUES (4514, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:22:38', 19); +INSERT INTO `sys_oper_log` VALUES (4515, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:22:38', 151); +INSERT INTO `sys_oper_log` VALUES (4516, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:22:38', 117); +INSERT INTO `sys_oper_log` VALUES (4517, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:22:52', 10); +INSERT INTO `sys_oper_log` VALUES (4518, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:22:52.043\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:22:52', 13); +INSERT INTO `sys_oper_log` VALUES (4519, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:22:52', 11); +INSERT INTO `sys_oper_log` VALUES (4520, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:22:52.091\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:22:52', 11); +INSERT INTO `sys_oper_log` VALUES (4521, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:22:52', 97); +INSERT INTO `sys_oper_log` VALUES (4522, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:22:52', 117); +INSERT INTO `sys_oper_log` VALUES (4523, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:12', 7); +INSERT INTO `sys_oper_log` VALUES (4524, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:12.568\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:12', 8); +INSERT INTO `sys_oper_log` VALUES (4525, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:12', 52); +INSERT INTO `sys_oper_log` VALUES (4526, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:23', 8); +INSERT INTO `sys_oper_log` VALUES (4527, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:23', 9); +INSERT INTO `sys_oper_log` VALUES (4528, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:23.187\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:23', 34); +INSERT INTO `sys_oper_log` VALUES (4529, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:23.213\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:23', 11); +INSERT INTO `sys_oper_log` VALUES (4530, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:23', 75); +INSERT INTO `sys_oper_log` VALUES (4531, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:23', 112); +INSERT INTO `sys_oper_log` VALUES (4532, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:43', 12); +INSERT INTO `sys_oper_log` VALUES (4533, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:43.861\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:43', 25); +INSERT INTO `sys_oper_log` VALUES (4534, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:43', 10); +INSERT INTO `sys_oper_log` VALUES (4535, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:43', 10); +INSERT INTO `sys_oper_log` VALUES (4536, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:43.881\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:43', 51); +INSERT INTO `sys_oper_log` VALUES (4537, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:43.918\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:43', 18); +INSERT INTO `sys_oper_log` VALUES (4538, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:43', 19); +INSERT INTO `sys_oper_log` VALUES (4539, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:43.964\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:44', 29); +INSERT INTO `sys_oper_log` VALUES (4540, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:44', 96); +INSERT INTO `sys_oper_log` VALUES (4541, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:44', 100); +INSERT INTO `sys_oper_log` VALUES (4542, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:44', 198); +INSERT INTO `sys_oper_log` VALUES (4543, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:44', 142); +INSERT INTO `sys_oper_log` VALUES (4544, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:52', 8); +INSERT INTO `sys_oper_log` VALUES (4545, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:52.372\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:52', 11); +INSERT INTO `sys_oper_log` VALUES (4546, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:52', 8); +INSERT INTO `sys_oper_log` VALUES (4547, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:52.385\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:52', 28); +INSERT INTO `sys_oper_log` VALUES (4548, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:52', 12); +INSERT INTO `sys_oper_log` VALUES (4549, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:52', 8); +INSERT INTO `sys_oper_log` VALUES (4550, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:52.422\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:52', 34); +INSERT INTO `sys_oper_log` VALUES (4551, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:52.443\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:52', 22); +INSERT INTO `sys_oper_log` VALUES (4552, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:52', 158); +INSERT INTO `sys_oper_log` VALUES (4553, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:52', 72); +INSERT INTO `sys_oper_log` VALUES (4554, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:52', 246); +INSERT INTO `sys_oper_log` VALUES (4555, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:52', 88); +INSERT INTO `sys_oper_log` VALUES (4556, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:54', 8); +INSERT INTO `sys_oper_log` VALUES (4557, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:54.295\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:54', 17); +INSERT INTO `sys_oper_log` VALUES (4558, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:54', 11); +INSERT INTO `sys_oper_log` VALUES (4559, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:54.314\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:54', 11); +INSERT INTO `sys_oper_log` VALUES (4560, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:54', 11); +INSERT INTO `sys_oper_log` VALUES (4561, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:54', 9); +INSERT INTO `sys_oper_log` VALUES (4562, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:54.351\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:54', 21); +INSERT INTO `sys_oper_log` VALUES (4563, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:23:54.37\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:23:54', 17); +INSERT INTO `sys_oper_log` VALUES (4564, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:54', 100); +INSERT INTO `sys_oper_log` VALUES (4565, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:54', 171); +INSERT INTO `sys_oper_log` VALUES (4566, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:54', 65); +INSERT INTO `sys_oper_log` VALUES (4567, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:54', 115); +INSERT INTO `sys_oper_log` VALUES (4568, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:23:57', 15); +INSERT INTO `sys_oper_log` VALUES (4569, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:23:57.679\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:23:57', 15); +INSERT INTO `sys_oper_log` VALUES (4570, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:23:57', 66); +INSERT INTO `sys_oper_log` VALUES (4571, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:24:04.637\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:24:04', 15); +INSERT INTO `sys_oper_log` VALUES (4572, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:04', 24); +INSERT INTO `sys_oper_log` VALUES (4573, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:04', 14); +INSERT INTO `sys_oper_log` VALUES (4574, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:04.658\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:04', 24); +INSERT INTO `sys_oper_log` VALUES (4575, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:04', 24); +INSERT INTO `sys_oper_log` VALUES (4576, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:24:04.712\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:24:04', 44); +INSERT INTO `sys_oper_log` VALUES (4577, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:04', 23); +INSERT INTO `sys_oper_log` VALUES (4578, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:04.738\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:04', 24); +INSERT INTO `sys_oper_log` VALUES (4579, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:04', 75); +INSERT INTO `sys_oper_log` VALUES (4580, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:04', 165); +INSERT INTO `sys_oper_log` VALUES (4581, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:04', 77); +INSERT INTO `sys_oper_log` VALUES (4582, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:05', 109); +INSERT INTO `sys_oper_log` VALUES (4583, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:09.442\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:09', 13); +INSERT INTO `sys_oper_log` VALUES (4584, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:09', 8); +INSERT INTO `sys_oper_log` VALUES (4585, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:09', 61); +INSERT INTO `sys_oper_log` VALUES (4586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:41.026\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:41', 12); +INSERT INTO `sys_oper_log` VALUES (4587, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:41', 20); +INSERT INTO `sys_oper_log` VALUES (4588, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:24:41.048\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:24:41', 18); +INSERT INTO `sys_oper_log` VALUES (4589, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:41', 12); +INSERT INTO `sys_oper_log` VALUES (4590, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:41', 113); +INSERT INTO `sys_oper_log` VALUES (4591, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:41', 134); +INSERT INTO `sys_oper_log` VALUES (4592, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:44', 6); +INSERT INTO `sys_oper_log` VALUES (4593, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:44.008\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:44', 10); +INSERT INTO `sys_oper_log` VALUES (4594, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:24:44.021\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:24:44', 9); +INSERT INTO `sys_oper_log` VALUES (4595, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:44', 17); +INSERT INTO `sys_oper_log` VALUES (4596, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:44', 6); +INSERT INTO `sys_oper_log` VALUES (4597, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:44.05\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:44', 11); +INSERT INTO `sys_oper_log` VALUES (4598, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:44', 22); +INSERT INTO `sys_oper_log` VALUES (4599, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:24:44.088\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:24:44', 27); +INSERT INTO `sys_oper_log` VALUES (4600, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:44', 94); +INSERT INTO `sys_oper_log` VALUES (4601, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:44', 123); +INSERT INTO `sys_oper_log` VALUES (4602, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:44', 86); +INSERT INTO `sys_oper_log` VALUES (4603, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:44', 143); +INSERT INTO `sys_oper_log` VALUES (4604, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:24:50.673\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:24:50', 16); +INSERT INTO `sys_oper_log` VALUES (4605, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:24:50', 10); +INSERT INTO `sys_oper_log` VALUES (4606, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:24:50', 71); +INSERT INTO `sys_oper_log` VALUES (4607, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:12', 9); +INSERT INTO `sys_oper_log` VALUES (4608, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:12.873\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:12', 11); +INSERT INTO `sys_oper_log` VALUES (4609, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:12', 10); +INSERT INTO `sys_oper_log` VALUES (4610, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:12.898\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:12', 29); +INSERT INTO `sys_oper_log` VALUES (4611, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:13', 62); +INSERT INTO `sys_oper_log` VALUES (4612, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:13', 131); +INSERT INTO `sys_oper_log` VALUES (4613, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:16', 12); +INSERT INTO `sys_oper_log` VALUES (4614, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:16.289\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:16', 12); +INSERT INTO `sys_oper_log` VALUES (4615, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:16', 7); +INSERT INTO `sys_oper_log` VALUES (4616, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:16.312\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:16', 18); +INSERT INTO `sys_oper_log` VALUES (4617, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:16', 68); +INSERT INTO `sys_oper_log` VALUES (4618, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:16', 122); +INSERT INTO `sys_oper_log` VALUES (4619, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:22', 8); +INSERT INTO `sys_oper_log` VALUES (4620, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:22.287\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:22', 11); +INSERT INTO `sys_oper_log` VALUES (4621, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:22', 20); +INSERT INTO `sys_oper_log` VALUES (4622, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:22.31\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:22', 20); +INSERT INTO `sys_oper_log` VALUES (4623, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:22', 76); +INSERT INTO `sys_oper_log` VALUES (4624, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:22', 117); +INSERT INTO `sys_oper_log` VALUES (4625, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:39', 7); +INSERT INTO `sys_oper_log` VALUES (4626, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:39.784\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:39', 10); +INSERT INTO `sys_oper_log` VALUES (4627, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:39', 10); +INSERT INTO `sys_oper_log` VALUES (4628, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:39.822\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:39', 8); +INSERT INTO `sys_oper_log` VALUES (4629, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:39', 18); +INSERT INTO `sys_oper_log` VALUES (4630, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:39.833\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:39', 36); +INSERT INTO `sys_oper_log` VALUES (4631, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:39', 8); +INSERT INTO `sys_oper_log` VALUES (4632, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:39.865\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:39', 37); +INSERT INTO `sys_oper_log` VALUES (4633, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:39', 107); +INSERT INTO `sys_oper_log` VALUES (4634, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:40', 174); +INSERT INTO `sys_oper_log` VALUES (4635, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:40', 72); +INSERT INTO `sys_oper_log` VALUES (4636, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:40', 109); +INSERT INTO `sys_oper_log` VALUES (4637, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:41', 7); +INSERT INTO `sys_oper_log` VALUES (4638, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:41.961\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:41', 17); +INSERT INTO `sys_oper_log` VALUES (4639, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:41', 7); +INSERT INTO `sys_oper_log` VALUES (4640, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:41.981\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:41', 13); +INSERT INTO `sys_oper_log` VALUES (4641, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:42', 7); +INSERT INTO `sys_oper_log` VALUES (4642, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:42.007\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:42', 9); +INSERT INTO `sys_oper_log` VALUES (4643, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:42', 7); +INSERT INTO `sys_oper_log` VALUES (4644, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:42.049\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:42', 16); +INSERT INTO `sys_oper_log` VALUES (4645, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:42', 90); +INSERT INTO `sys_oper_log` VALUES (4646, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:42', 61); +INSERT INTO `sys_oper_log` VALUES (4647, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:42', 151); +INSERT INTO `sys_oper_log` VALUES (4648, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:42', 109); +INSERT INTO `sys_oper_log` VALUES (4649, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:59', 8); +INSERT INTO `sys_oper_log` VALUES (4650, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:59.746\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:59', 11); +INSERT INTO `sys_oper_log` VALUES (4651, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:59', 6); +INSERT INTO `sys_oper_log` VALUES (4652, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:59', 6); +INSERT INTO `sys_oper_log` VALUES (4653, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:59.763\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:59', 20); +INSERT INTO `sys_oper_log` VALUES (4654, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:25:59.78\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:25:59', 11); +INSERT INTO `sys_oper_log` VALUES (4655, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:25:59', 9); +INSERT INTO `sys_oper_log` VALUES (4656, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:25:59.811\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:25:59', 19); +INSERT INTO `sys_oper_log` VALUES (4657, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:25:59', 96); +INSERT INTO `sys_oper_log` VALUES (4658, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:00', 192); +INSERT INTO `sys_oper_log` VALUES (4659, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:00', 88); +INSERT INTO `sys_oper_log` VALUES (4660, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:00', 127); +INSERT INTO `sys_oper_log` VALUES (4661, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:04.081\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:04', 9); +INSERT INTO `sys_oper_log` VALUES (4662, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:04', 8); +INSERT INTO `sys_oper_log` VALUES (4663, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:04.109\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:04', 9); +INSERT INTO `sys_oper_log` VALUES (4664, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:04', 5); +INSERT INTO `sys_oper_log` VALUES (4665, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:04', 65); +INSERT INTO `sys_oper_log` VALUES (4666, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:04', 96); +INSERT INTO `sys_oper_log` VALUES (4667, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:22', 12); +INSERT INTO `sys_oper_log` VALUES (4668, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:22', 10); +INSERT INTO `sys_oper_log` VALUES (4669, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:22.42\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:22', 22); +INSERT INTO `sys_oper_log` VALUES (4670, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:22.432\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:22', 14); +INSERT INTO `sys_oper_log` VALUES (4671, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:22', 53); +INSERT INTO `sys_oper_log` VALUES (4672, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:22', 89); +INSERT INTO `sys_oper_log` VALUES (4673, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:29', 10); +INSERT INTO `sys_oper_log` VALUES (4674, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:29.78\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:29', 12); +INSERT INTO `sys_oper_log` VALUES (4675, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:29', 6); +INSERT INTO `sys_oper_log` VALUES (4676, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:29.809\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:29', 13); +INSERT INTO `sys_oper_log` VALUES (4677, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:29.82\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:29', 22); +INSERT INTO `sys_oper_log` VALUES (4678, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:29', 17); +INSERT INTO `sys_oper_log` VALUES (4679, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:29', 16); +INSERT INTO `sys_oper_log` VALUES (4680, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:29.86\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:29', 12); +INSERT INTO `sys_oper_log` VALUES (4681, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:29', 122); +INSERT INTO `sys_oper_log` VALUES (4682, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:30', 172); +INSERT INTO `sys_oper_log` VALUES (4683, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:30', 86); +INSERT INTO `sys_oper_log` VALUES (4684, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:30', 127); +INSERT INTO `sys_oper_log` VALUES (4685, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:31', 8); +INSERT INTO `sys_oper_log` VALUES (4686, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:31.575\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:31', 11); +INSERT INTO `sys_oper_log` VALUES (4687, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:31.594\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:31', 9); +INSERT INTO `sys_oper_log` VALUES (4688, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:31', 7); +INSERT INTO `sys_oper_log` VALUES (4689, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:31.617\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:31', 11); +INSERT INTO `sys_oper_log` VALUES (4690, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:31', 10); +INSERT INTO `sys_oper_log` VALUES (4691, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:31', 23); +INSERT INTO `sys_oper_log` VALUES (4692, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:26:31.66\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:26:31', 59); +INSERT INTO `sys_oper_log` VALUES (4693, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:31', 139); +INSERT INTO `sys_oper_log` VALUES (4694, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:31', 193); +INSERT INTO `sys_oper_log` VALUES (4695, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:31', 71); +INSERT INTO `sys_oper_log` VALUES (4696, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:31', 109); +INSERT INTO `sys_oper_log` VALUES (4697, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:26:41', 6); +INSERT INTO `sys_oper_log` VALUES (4698, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:26:41.002\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:26:41', 9); +INSERT INTO `sys_oper_log` VALUES (4699, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:26:41', 51); +INSERT INTO `sys_oper_log` VALUES (4700, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:25.605\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:25', 10); +INSERT INTO `sys_oper_log` VALUES (4701, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:25', 9); +INSERT INTO `sys_oper_log` VALUES (4702, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:25', 7); +INSERT INTO `sys_oper_log` VALUES (4703, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:27:25.62\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:27:25', 10); +INSERT INTO `sys_oper_log` VALUES (4704, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:25', 58); +INSERT INTO `sys_oper_log` VALUES (4705, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:25', 101); +INSERT INTO `sys_oper_log` VALUES (4706, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:28', 6); +INSERT INTO `sys_oper_log` VALUES (4707, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:28', 7); +INSERT INTO `sys_oper_log` VALUES (4708, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:28.075\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:28', 10); +INSERT INTO `sys_oper_log` VALUES (4709, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:27:28.1\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:27:28', 9); +INSERT INTO `sys_oper_log` VALUES (4710, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:28', 8); +INSERT INTO `sys_oper_log` VALUES (4711, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:28.123\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:28', 9); +INSERT INTO `sys_oper_log` VALUES (4712, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:28', 17); +INSERT INTO `sys_oper_log` VALUES (4713, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:27:28.138\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:27:28', 24); +INSERT INTO `sys_oper_log` VALUES (4714, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:28', 101); +INSERT INTO `sys_oper_log` VALUES (4715, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:28', 141); +INSERT INTO `sys_oper_log` VALUES (4716, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:28', 65); +INSERT INTO `sys_oper_log` VALUES (4717, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:28', 101); +INSERT INTO `sys_oper_log` VALUES (4718, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:39', 8); +INSERT INTO `sys_oper_log` VALUES (4719, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:39.294\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:39', 16); +INSERT INTO `sys_oper_log` VALUES (4720, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:39', 18); +INSERT INTO `sys_oper_log` VALUES (4721, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:27:39.298\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:27:39', 24); +INSERT INTO `sys_oper_log` VALUES (4722, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:39', 113); +INSERT INTO `sys_oper_log` VALUES (4723, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:39', 175); +INSERT INTO `sys_oper_log` VALUES (4724, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:41', 11); +INSERT INTO `sys_oper_log` VALUES (4725, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:41.332\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:41', 19); +INSERT INTO `sys_oper_log` VALUES (4726, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:27:41.356\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:27:41', 19); +INSERT INTO `sys_oper_log` VALUES (4727, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:41', 18); +INSERT INTO `sys_oper_log` VALUES (4728, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:41', 88); +INSERT INTO `sys_oper_log` VALUES (4729, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:41', 158); +INSERT INTO `sys_oper_log` VALUES (4730, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:27:46', 7); +INSERT INTO `sys_oper_log` VALUES (4731, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:27:46.913\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:27:46', 11); +INSERT INTO `sys_oper_log` VALUES (4732, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:27:47', 59); +INSERT INTO `sys_oper_log` VALUES (4733, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:15', 6); +INSERT INTO `sys_oper_log` VALUES (4734, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:16', 6); +INSERT INTO `sys_oper_log` VALUES (4735, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:17', 6); +INSERT INTO `sys_oper_log` VALUES (4736, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:17', 6); +INSERT INTO `sys_oper_log` VALUES (4737, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:26', 15); +INSERT INTO `sys_oper_log` VALUES (4738, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:39', 6); +INSERT INTO `sys_oper_log` VALUES (4739, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:39', 5); +INSERT INTO `sys_oper_log` VALUES (4740, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:41', 6); +INSERT INTO `sys_oper_log` VALUES (4741, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:41', 5); +INSERT INTO `sys_oper_log` VALUES (4742, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:50', 6); +INSERT INTO `sys_oper_log` VALUES (4743, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:28:54', 6); +INSERT INTO `sys_oper_log` VALUES (4744, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:29:22', 5); +INSERT INTO `sys_oper_log` VALUES (4745, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:29:22', 5); +INSERT INTO `sys_oper_log` VALUES (4746, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:29:23', 6); +INSERT INTO `sys_oper_log` VALUES (4747, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:29:23', 6); +INSERT INTO `sys_oper_log` VALUES (4748, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:29:27', 8); +INSERT INTO `sys_oper_log` VALUES (4749, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 15:29:27.262\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:29:27', 24); +INSERT INTO `sys_oper_log` VALUES (4750, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:29:27', 70); +INSERT INTO `sys_oper_log` VALUES (4751, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"170\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX08252680077\",\"carId\":170,\"carNumber\":\"渝ADS5650\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B963NG140128\",\"newDate\":\"2023-07-24 15:29:45.473\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 15:29:45', 12); +INSERT INTO `sys_oper_log` VALUES (4752, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":170,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":170,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:11\",\"disabled\":false,\"id\":267,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:11\",\"violationAddress\":\"火炬大道云龙大道路口\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-16 20:49\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:29:45', 15); +INSERT INTO `sys_oper_log` VALUES (4753, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"170\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":170,\"carNumber\":\"渝ADS5650\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":439,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:29:45', 48); +INSERT INTO `sys_oper_log` VALUES (4754, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:30:01', 11); +INSERT INTO `sys_oper_log` VALUES (4755, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:30:01.389\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:30:01', 24); +INSERT INTO `sys_oper_log` VALUES (4756, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:30:01', 61); +INSERT INTO `sys_oper_log` VALUES (4757, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:05', 8); +INSERT INTO `sys_oper_log` VALUES (4758, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:17', 10); +INSERT INTO `sys_oper_log` VALUES (4759, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:22', 7); +INSERT INTO `sys_oper_log` VALUES (4760, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:31:36.011\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:31:36', 10); +INSERT INTO `sys_oper_log` VALUES (4761, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:36', 12); +INSERT INTO `sys_oper_log` VALUES (4762, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:36', 52); +INSERT INTO `sys_oper_log` VALUES (4763, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:31:36.146\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:31:36', 7); +INSERT INTO `sys_oper_log` VALUES (4764, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:31:36', 6); +INSERT INTO `sys_oper_log` VALUES (4765, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:36', 109); +INSERT INTO `sys_oper_log` VALUES (4766, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:31:43.79\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:31:43', 10); +INSERT INTO `sys_oper_log` VALUES (4767, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:43', 11); +INSERT INTO `sys_oper_log` VALUES (4768, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:31:43', 6); +INSERT INTO `sys_oper_log` VALUES (4769, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:31:43.84\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:31:43', 10); +INSERT INTO `sys_oper_log` VALUES (4770, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:43', 64); +INSERT INTO `sys_oper_log` VALUES (4771, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:44', 115); +INSERT INTO `sys_oper_log` VALUES (4772, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:31:46', 6); +INSERT INTO `sys_oper_log` VALUES (4773, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:31:46.489\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:31:46', 11); +INSERT INTO `sys_oper_log` VALUES (4774, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:46', 8); +INSERT INTO `sys_oper_log` VALUES (4775, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:31:46.51\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:31:46', 12); +INSERT INTO `sys_oper_log` VALUES (4776, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:46', 86); +INSERT INTO `sys_oper_log` VALUES (4777, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:46', 133); +INSERT INTO `sys_oper_log` VALUES (4778, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:48', 10); +INSERT INTO `sys_oper_log` VALUES (4779, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:31:48.682\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:31:48', 20); +INSERT INTO `sys_oper_log` VALUES (4780, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:31:48.715\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:31:48', 9); +INSERT INTO `sys_oper_log` VALUES (4781, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:31:48', 11); +INSERT INTO `sys_oper_log` VALUES (4782, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:48', 64); +INSERT INTO `sys_oper_log` VALUES (4783, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:48', 94); +INSERT INTO `sys_oper_log` VALUES (4784, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:31:54.33\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:31:54', 9); +INSERT INTO `sys_oper_log` VALUES (4785, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:31:54', 10); +INSERT INTO `sys_oper_log` VALUES (4786, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:31:54', 62); +INSERT INTO `sys_oper_log` VALUES (4787, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:32:52.904\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:32:52', 10); +INSERT INTO `sys_oper_log` VALUES (4788, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:32:52', 9); +INSERT INTO `sys_oper_log` VALUES (4789, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:32:53', 63); +INSERT INTO `sys_oper_log` VALUES (4790, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:09.673\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:09', 12); +INSERT INTO `sys_oper_log` VALUES (4791, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:09', 14); +INSERT INTO `sys_oper_log` VALUES (4792, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:09', 9); +INSERT INTO `sys_oper_log` VALUES (4793, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:09.715\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:09', 9); +INSERT INTO `sys_oper_log` VALUES (4794, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:34:09', 7); +INSERT INTO `sys_oper_log` VALUES (4795, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:34:09.73\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:34:09', 10); +INSERT INTO `sys_oper_log` VALUES (4796, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:34:09', 7); +INSERT INTO `sys_oper_log` VALUES (4797, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:34:09.768\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:34:09', 9); +INSERT INTO `sys_oper_log` VALUES (4798, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:09', 68); +INSERT INTO `sys_oper_log` VALUES (4799, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:09', 65); +INSERT INTO `sys_oper_log` VALUES (4800, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:09', 153); +INSERT INTO `sys_oper_log` VALUES (4801, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:10', 114); +INSERT INTO `sys_oper_log` VALUES (4802, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:14', 10); +INSERT INTO `sys_oper_log` VALUES (4803, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:14.005\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:14', 16); +INSERT INTO `sys_oper_log` VALUES (4804, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:14', 54); +INSERT INTO `sys_oper_log` VALUES (4805, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:36', 12); +INSERT INTO `sys_oper_log` VALUES (4806, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:36.649\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:36', 12); +INSERT INTO `sys_oper_log` VALUES (4807, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:34:36.656\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:34:36', 8); +INSERT INTO `sys_oper_log` VALUES (4808, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:34:36', 6); +INSERT INTO `sys_oper_log` VALUES (4809, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:36', 72); +INSERT INTO `sys_oper_log` VALUES (4810, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:36', 121); +INSERT INTO `sys_oper_log` VALUES (4811, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:43', 10); +INSERT INTO `sys_oper_log` VALUES (4812, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:34:43', 9); +INSERT INTO `sys_oper_log` VALUES (4813, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:43.896\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:43', 18); +INSERT INTO `sys_oper_log` VALUES (4814, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:34:43.912\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:34:43', 9); +INSERT INTO `sys_oper_log` VALUES (4815, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:44', 77); +INSERT INTO `sys_oper_log` VALUES (4816, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:44', 125); +INSERT INTO `sys_oper_log` VALUES (4817, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:44', 10); +INSERT INTO `sys_oper_log` VALUES (4818, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:44.769\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:44', 11); +INSERT INTO `sys_oper_log` VALUES (4819, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:34:44', 5); +INSERT INTO `sys_oper_log` VALUES (4820, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:34:44.785\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:34:44', 10); +INSERT INTO `sys_oper_log` VALUES (4821, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:44', 73); +INSERT INTO `sys_oper_log` VALUES (4822, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:44', 118); +INSERT INTO `sys_oper_log` VALUES (4823, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:34:48.142\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:34:48', 14); +INSERT INTO `sys_oper_log` VALUES (4824, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:34:48', 16); +INSERT INTO `sys_oper_log` VALUES (4825, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:34:48', 50); +INSERT INTO `sys_oper_log` VALUES (4826, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:35:11', 9); +INSERT INTO `sys_oper_log` VALUES (4827, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:35:15', 7); +INSERT INTO `sys_oper_log` VALUES (4828, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:35:15.325\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:35:15', 7); +INSERT INTO `sys_oper_log` VALUES (4829, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:35:15', 46); +INSERT INTO `sys_oper_log` VALUES (4830, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:35:47', 11); +INSERT INTO `sys_oper_log` VALUES (4831, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:35:47.069\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:35:47', 9); +INSERT INTO `sys_oper_log` VALUES (4832, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:35:47', 47); +INSERT INTO `sys_oper_log` VALUES (4833, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:35:57.184\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:35:57', 9); +INSERT INTO `sys_oper_log` VALUES (4834, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:35:57', 10); +INSERT INTO `sys_oper_log` VALUES (4835, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:35:57', 66); +INSERT INTO `sys_oper_log` VALUES (4836, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:39:35', 11); +INSERT INTO `sys_oper_log` VALUES (4837, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:39:35.98\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:39:35', 13); +INSERT INTO `sys_oper_log` VALUES (4838, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:39:36', 13); +INSERT INTO `sys_oper_log` VALUES (4839, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:39:36.027\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:39:36', 10); +INSERT INTO `sys_oper_log` VALUES (4840, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:39:36', 9); +INSERT INTO `sys_oper_log` VALUES (4841, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:39:36', 6); +INSERT INTO `sys_oper_log` VALUES (4842, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:39:36.081\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:39:36', 58); +INSERT INTO `sys_oper_log` VALUES (4843, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:39:36', 119); +INSERT INTO `sys_oper_log` VALUES (4844, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:39:36.175\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:39:36', 8); +INSERT INTO `sys_oper_log` VALUES (4845, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:39:36', 81); +INSERT INTO `sys_oper_log` VALUES (4846, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:39:36', 135); +INSERT INTO `sys_oper_log` VALUES (4847, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:39:36', 112); +INSERT INTO `sys_oper_log` VALUES (4848, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:39:38.655\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:39:38', 10); +INSERT INTO `sys_oper_log` VALUES (4849, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:39:38', 10); +INSERT INTO `sys_oper_log` VALUES (4850, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:39:38', 68); +INSERT INTO `sys_oper_log` VALUES (4851, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":480,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":480,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:08\",\"disabled\":false,\"id\":68,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:08\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-01 07:10\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 15:40:34', 11); +INSERT INTO `sys_oper_log` VALUES (4852, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003683A\",\"carId\":480,\"carNumber\":\"渝AA39000\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1NS096135\",\"newDate\":\"2023-07-24 15:40:34.557\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-24 15:40:34', 11); +INSERT INTO `sys_oper_log` VALUES (4853, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"480\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":480,\"carNumber\":\"渝AA39000\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":749,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:40:34', 59); +INSERT INTO `sys_oper_log` VALUES (4854, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:43:56.171\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:43:56', 11); +INSERT INTO `sys_oper_log` VALUES (4855, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:43:56', 10); +INSERT INTO `sys_oper_log` VALUES (4856, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:43:56', 14); +INSERT INTO `sys_oper_log` VALUES (4857, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:43:56.267\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:43:56', 14); +INSERT INTO `sys_oper_log` VALUES (4858, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:43:56', 154); +INSERT INTO `sys_oper_log` VALUES (4859, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:43:56', 165); +INSERT INTO `sys_oper_log` VALUES (4860, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:44:59.251\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:44:59', 23); +INSERT INTO `sys_oper_log` VALUES (4861, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:44:59', 23); +INSERT INTO `sys_oper_log` VALUES (4862, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:44:59', 112); +INSERT INTO `sys_oper_log` VALUES (4863, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:45:28', 8); +INSERT INTO `sys_oper_log` VALUES (4864, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:45:28.827\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:45:28', 13); +INSERT INTO `sys_oper_log` VALUES (4865, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:45:29', 98); +INSERT INTO `sys_oper_log` VALUES (4866, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:45:46', 6); +INSERT INTO `sys_oper_log` VALUES (4867, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:45:46.164\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:45:46', 9); +INSERT INTO `sys_oper_log` VALUES (4868, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:45:46', 112); +INSERT INTO `sys_oper_log` VALUES (4869, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":551,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:46:14', 8); +INSERT INTO `sys_oper_log` VALUES (4870, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"551\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022255A\",\"carId\":551,\"carNumber\":\"渝ADQ3683\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA6MS043462\",\"newDate\":\"2023-07-24 15:46:14.83\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 15:46:14', 7); +INSERT INTO `sys_oper_log` VALUES (4871, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"551\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":551,\"carNumber\":\"渝ADQ3683\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":820,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:46:14', 72); +INSERT INTO `sys_oper_log` VALUES (4872, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:46:22.214\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:46:22', 9); +INSERT INTO `sys_oper_log` VALUES (4873, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:46:22', 8); +INSERT INTO `sys_oper_log` VALUES (4874, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:46:22', 57); +INSERT INTO `sys_oper_log` VALUES (4875, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:46:39', 9); +INSERT INTO `sys_oper_log` VALUES (4876, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:46:39.155\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:46:39', 22); +INSERT INTO `sys_oper_log` VALUES (4877, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:46:39', 65); +INSERT INTO `sys_oper_log` VALUES (4878, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:47:05', 10); +INSERT INTO `sys_oper_log` VALUES (4879, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:47:05.383\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:47:05', 13); +INSERT INTO `sys_oper_log` VALUES (4880, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:47:05', 75); +INSERT INTO `sys_oper_log` VALUES (4881, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:49:07.998\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:49:08', 12); +INSERT INTO `sys_oper_log` VALUES (4882, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:49:08', 16); +INSERT INTO `sys_oper_log` VALUES (4883, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:49:08', 61); +INSERT INTO `sys_oper_log` VALUES (4884, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:57:40.51\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:57:40', 16); +INSERT INTO `sys_oper_log` VALUES (4885, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:57:40', 16); +INSERT INTO `sys_oper_log` VALUES (4886, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:57:40', 56); +INSERT INTO `sys_oper_log` VALUES (4887, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1716); +INSERT INTO `sys_oper_log` VALUES (4888, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1712); +INSERT INTO `sys_oper_log` VALUES (4889, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1685); +INSERT INTO `sys_oper_log` VALUES (4890, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1705); +INSERT INTO `sys_oper_log` VALUES (4891, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1693); +INSERT INTO `sys_oper_log` VALUES (4892, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:26', 1698); +INSERT INTO `sys_oper_log` VALUES (4893, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:53', 33); +INSERT INTO `sys_oper_log` VALUES (4894, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:59:53.365\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:59:53', 44); +INSERT INTO `sys_oper_log` VALUES (4895, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:59:53', 123); +INSERT INTO `sys_oper_log` VALUES (4896, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:59:53.92\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:59:53', 25); +INSERT INTO `sys_oper_log` VALUES (4897, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:53', 36); +INSERT INTO `sys_oper_log` VALUES (4898, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 15:59:54.06\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 15:59:54', 69); +INSERT INTO `sys_oper_log` VALUES (4899, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 15:59:54', 44); +INSERT INTO `sys_oper_log` VALUES (4900, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:59:54', 132); +INSERT INTO `sys_oper_log` VALUES (4901, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 15:59:54.215\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 15:59:54', 28); +INSERT INTO `sys_oper_log` VALUES (4902, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 15:59:54', 26); +INSERT INTO `sys_oper_log` VALUES (4903, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:59:54', 136); +INSERT INTO `sys_oper_log` VALUES (4904, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 15:59:54', 254); +INSERT INTO `sys_oper_log` VALUES (4905, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.524\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 39); +INSERT INTO `sys_oper_log` VALUES (4906, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 39); +INSERT INTO `sys_oper_log` VALUES (4907, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.555\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 34); +INSERT INTO `sys_oper_log` VALUES (4908, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:00:14.557\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:00:14', 65); +INSERT INTO `sys_oper_log` VALUES (4909, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 33); +INSERT INTO `sys_oper_log` VALUES (4910, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 43); +INSERT INTO `sys_oper_log` VALUES (4911, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:00:14', 42); +INSERT INTO `sys_oper_log` VALUES (4912, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.566\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 84); +INSERT INTO `sys_oper_log` VALUES (4913, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 33); +INSERT INTO `sys_oper_log` VALUES (4914, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 121); +INSERT INTO `sys_oper_log` VALUES (4915, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.621\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 115); +INSERT INTO `sys_oper_log` VALUES (4916, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:00:14', 91); +INSERT INTO `sys_oper_log` VALUES (4917, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:14', 53); +INSERT INTO `sys_oper_log` VALUES (4918, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.659\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 83); +INSERT INTO `sys_oper_log` VALUES (4919, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:00:14.738\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:00:14', 185); +INSERT INTO `sys_oper_log` VALUES (4920, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:14.724\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:14', 244); +INSERT INTO `sys_oper_log` VALUES (4921, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 381); +INSERT INTO `sys_oper_log` VALUES (4922, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 419); +INSERT INTO `sys_oper_log` VALUES (4923, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 392); +INSERT INTO `sys_oper_log` VALUES (4924, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 178); +INSERT INTO `sys_oper_log` VALUES (4925, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 236); +INSERT INTO `sys_oper_log` VALUES (4926, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 156); +INSERT INTO `sys_oper_log` VALUES (4927, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 784); +INSERT INTO `sys_oper_log` VALUES (4928, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:15', 452); +INSERT INTO `sys_oper_log` VALUES (4929, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:17.122\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:17', 19); +INSERT INTO `sys_oper_log` VALUES (4930, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:17', 19); +INSERT INTO `sys_oper_log` VALUES (4931, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:17', 61); +INSERT INTO `sys_oper_log` VALUES (4932, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:28.676\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:28', 18); +INSERT INTO `sys_oper_log` VALUES (4933, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:28', 21); +INSERT INTO `sys_oper_log` VALUES (4934, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:28', 62); +INSERT INTO `sys_oper_log` VALUES (4935, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:37.429\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:37', 19); +INSERT INTO `sys_oper_log` VALUES (4936, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:37', 31); +INSERT INTO `sys_oper_log` VALUES (4937, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:00:37.439\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:00:37', 17); +INSERT INTO `sys_oper_log` VALUES (4938, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:00:37', 32); +INSERT INTO `sys_oper_log` VALUES (4939, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:37.447\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:37', 48); +INSERT INTO `sys_oper_log` VALUES (4940, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:37', 43); +INSERT INTO `sys_oper_log` VALUES (4941, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:37', 26); +INSERT INTO `sys_oper_log` VALUES (4942, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:37.508\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:37', 32); +INSERT INTO `sys_oper_log` VALUES (4943, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:37', 187); +INSERT INTO `sys_oper_log` VALUES (4944, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:37', 144); +INSERT INTO `sys_oper_log` VALUES (4945, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:37', 125); +INSERT INTO `sys_oper_log` VALUES (4946, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:37', 277); +INSERT INTO `sys_oper_log` VALUES (4947, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:00:54', 13); +INSERT INTO `sys_oper_log` VALUES (4948, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:00:54.809\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:00:54', 24); +INSERT INTO `sys_oper_log` VALUES (4949, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:54', 29); +INSERT INTO `sys_oper_log` VALUES (4950, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:54.809\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:54', 36); +INSERT INTO `sys_oper_log` VALUES (4951, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:54', 23); +INSERT INTO `sys_oper_log` VALUES (4952, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:54.849\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:54', 16); +INSERT INTO `sys_oper_log` VALUES (4953, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:54.902\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:54', 12); +INSERT INTO `sys_oper_log` VALUES (4954, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:54', 11); +INSERT INTO `sys_oper_log` VALUES (4955, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:55', 152); +INSERT INTO `sys_oper_log` VALUES (4956, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:55', 164); +INSERT INTO `sys_oper_log` VALUES (4957, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:55', 99); +INSERT INTO `sys_oper_log` VALUES (4958, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:00:55', 262); +INSERT INTO `sys_oper_log` VALUES (4959, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:00:59', 19); +INSERT INTO `sys_oper_log` VALUES (4960, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:00:59.86\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:00:59', 21); +INSERT INTO `sys_oper_log` VALUES (4961, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:00', 67); +INSERT INTO `sys_oper_log` VALUES (4962, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:13.225\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:13', 12); +INSERT INTO `sys_oper_log` VALUES (4963, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:13', 16); +INSERT INTO `sys_oper_log` VALUES (4964, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:13.247\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:13', 16); +INSERT INTO `sys_oper_log` VALUES (4965, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:13', 14); +INSERT INTO `sys_oper_log` VALUES (4966, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:13', 14); +INSERT INTO `sys_oper_log` VALUES (4967, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:13.247\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:13', 32); +INSERT INTO `sys_oper_log` VALUES (4968, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:13.301\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:13', 21); +INSERT INTO `sys_oper_log` VALUES (4969, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:13', 27); +INSERT INTO `sys_oper_log` VALUES (4970, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:13', 122); +INSERT INTO `sys_oper_log` VALUES (4971, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:13', 117); +INSERT INTO `sys_oper_log` VALUES (4972, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:13', 98); +INSERT INTO `sys_oper_log` VALUES (4973, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:13', 239); +INSERT INTO `sys_oper_log` VALUES (4974, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:19.313\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:19', 35); +INSERT INTO `sys_oper_log` VALUES (4975, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:19', 37); +INSERT INTO `sys_oper_log` VALUES (4976, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:19', 68); +INSERT INTO `sys_oper_log` VALUES (4977, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 29); +INSERT INTO `sys_oper_log` VALUES (4978, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:27', 36); +INSERT INTO `sys_oper_log` VALUES (4979, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.56\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 23); +INSERT INTO `sys_oper_log` VALUES (4980, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:27.571\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:27', 20); +INSERT INTO `sys_oper_log` VALUES (4981, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 34); +INSERT INTO `sys_oper_log` VALUES (4982, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.583\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 49); +INSERT INTO `sys_oper_log` VALUES (4983, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 31); +INSERT INTO `sys_oper_log` VALUES (4984, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:27', 17); +INSERT INTO `sys_oper_log` VALUES (4985, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 40); +INSERT INTO `sys_oper_log` VALUES (4986, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.624\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 65); +INSERT INTO `sys_oper_log` VALUES (4987, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:27.636\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:27', 74); +INSERT INTO `sys_oper_log` VALUES (4988, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.627\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 109); +INSERT INTO `sys_oper_log` VALUES (4989, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 23); +INSERT INTO `sys_oper_log` VALUES (4990, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:27', 23); +INSERT INTO `sys_oper_log` VALUES (4991, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.769\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 79); +INSERT INTO `sys_oper_log` VALUES (4992, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:27', 207); +INSERT INTO `sys_oper_log` VALUES (4993, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:27.755\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:27', 123); +INSERT INTO `sys_oper_log` VALUES (4994, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:27', 246); +INSERT INTO `sys_oper_log` VALUES (4995, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 223); +INSERT INTO `sys_oper_log` VALUES (4996, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 154); +INSERT INTO `sys_oper_log` VALUES (4997, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 75); +INSERT INTO `sys_oper_log` VALUES (4998, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 371); +INSERT INTO `sys_oper_log` VALUES (4999, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 59); +INSERT INTO `sys_oper_log` VALUES (5000, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:28', 117); +INSERT INTO `sys_oper_log` VALUES (5001, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:34', 25); +INSERT INTO `sys_oper_log` VALUES (5002, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:34', 34); +INSERT INTO `sys_oper_log` VALUES (5003, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:34.009\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:34', 28); +INSERT INTO `sys_oper_log` VALUES (5004, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:34.005\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:34', 35); +INSERT INTO `sys_oper_log` VALUES (5005, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:34', 28); +INSERT INTO `sys_oper_log` VALUES (5006, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:34.01\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:34', 29); +INSERT INTO `sys_oper_log` VALUES (5007, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:34.072\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:34', 15); +INSERT INTO `sys_oper_log` VALUES (5008, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:34', 15); +INSERT INTO `sys_oper_log` VALUES (5009, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:34', 151); +INSERT INTO `sys_oper_log` VALUES (5010, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:34', 127); +INSERT INTO `sys_oper_log` VALUES (5011, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:34', 180); +INSERT INTO `sys_oper_log` VALUES (5012, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:34', 241); +INSERT INTO `sys_oper_log` VALUES (5013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:37.628\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:37', 25); +INSERT INTO `sys_oper_log` VALUES (5014, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.641\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 19); +INSERT INTO `sys_oper_log` VALUES (5015, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:37', 36); +INSERT INTO `sys_oper_log` VALUES (5016, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 17); +INSERT INTO `sys_oper_log` VALUES (5017, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 25); +INSERT INTO `sys_oper_log` VALUES (5018, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.648\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 25); +INSERT INTO `sys_oper_log` VALUES (5019, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 22); +INSERT INTO `sys_oper_log` VALUES (5020, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.68\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 64); +INSERT INTO `sys_oper_log` VALUES (5021, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:01:37', 52); +INSERT INTO `sys_oper_log` VALUES (5022, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 16:01:37.692\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 16:01:37', 52); +INSERT INTO `sys_oper_log` VALUES (5023, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 27); +INSERT INTO `sys_oper_log` VALUES (5024, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 59); +INSERT INTO `sys_oper_log` VALUES (5025, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:37', 24); +INSERT INTO `sys_oper_log` VALUES (5026, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.717\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 142); +INSERT INTO `sys_oper_log` VALUES (5027, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.747\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 113); +INSERT INTO `sys_oper_log` VALUES (5028, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:37.788\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:37', 77); +INSERT INTO `sys_oper_log` VALUES (5029, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 310); +INSERT INTO `sys_oper_log` VALUES (5030, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 307); +INSERT INTO `sys_oper_log` VALUES (5031, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 234); +INSERT INTO `sys_oper_log` VALUES (5032, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 115); +INSERT INTO `sys_oper_log` VALUES (5033, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 156); +INSERT INTO `sys_oper_log` VALUES (5034, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 143); +INSERT INTO `sys_oper_log` VALUES (5035, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 528); +INSERT INTO `sys_oper_log` VALUES (5036, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:38', 103); +INSERT INTO `sys_oper_log` VALUES (5037, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:01:43.354\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:01:43', 11); +INSERT INTO `sys_oper_log` VALUES (5038, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:01:43', 19); +INSERT INTO `sys_oper_log` VALUES (5039, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:01:43', 55); +INSERT INTO `sys_oper_log` VALUES (5040, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:02:34', 12); +INSERT INTO `sys_oper_log` VALUES (5041, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:02:34.002\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:02:34', 18); +INSERT INTO `sys_oper_log` VALUES (5042, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:02:34', 61); +INSERT INTO `sys_oper_log` VALUES (5043, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:03:08', 13); +INSERT INTO `sys_oper_log` VALUES (5044, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:03:08.644\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:03:08', 11); +INSERT INTO `sys_oper_log` VALUES (5045, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:03:08', 58); +INSERT INTO `sys_oper_log` VALUES (5046, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 16:16:57.26\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 16:16:57', 28); +INSERT INTO `sys_oper_log` VALUES (5047, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:16:57', 29); +INSERT INTO `sys_oper_log` VALUES (5048, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:16:57', 69); +INSERT INTO `sys_oper_log` VALUES (5049, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 16:18:12.359\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 16:18:12', 15); +INSERT INTO `sys_oper_log` VALUES (5050, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:18:12', 10); +INSERT INTO `sys_oper_log` VALUES (5051, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:18:12', 53); +INSERT INTO `sys_oper_log` VALUES (5052, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, 'admin', NULL, '/car/33', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 16:40:57', 13); +INSERT INTO `sys_oper_log` VALUES (5053, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, 'admin', NULL, '/carType/edit', '221.182.45.100', '', '{\"carBrand\":\"比亚迪\",\"carModel\":\"秦\",\"companyId\":4,\"disabled\":false,\"id\":15,\"state\":1,\"typeNumber\":\"2122101654\",\"updateTime\":\"2023-07-24 16:43:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 16:43:47', 9); +INSERT INTO `sys_oper_log` VALUES (5054, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:44:15', 7); +INSERT INTO `sys_oper_log` VALUES (5055, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:44:15.122\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:44:15', 21); +INSERT INTO `sys_oper_log` VALUES (5056, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:44:15', 57); +INSERT INTO `sys_oper_log` VALUES (5057, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:47:58', 20); +INSERT INTO `sys_oper_log` VALUES (5058, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:47:58.798\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:47:58', 32); +INSERT INTO `sys_oper_log` VALUES (5059, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:47:58', 37); +INSERT INTO `sys_oper_log` VALUES (5060, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:48:24', 15); +INSERT INTO `sys_oper_log` VALUES (5061, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:48:24.757\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:48:24', 25); +INSERT INTO `sys_oper_log` VALUES (5062, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:48:24', 40); +INSERT INTO `sys_oper_log` VALUES (5063, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:49:56.475\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:49:56', 20); +INSERT INTO `sys_oper_log` VALUES (5064, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:49:56', 18); +INSERT INTO `sys_oper_log` VALUES (5065, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:49:56.518\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:49:56', 14); +INSERT INTO `sys_oper_log` VALUES (5066, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:49:56.519\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:49:56', 46); +INSERT INTO `sys_oper_log` VALUES (5067, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:49:56', 64); +INSERT INTO `sys_oper_log` VALUES (5068, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:49:56', 37); +INSERT INTO `sys_oper_log` VALUES (5069, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:49:56', 209); +INSERT INTO `sys_oper_log` VALUES (5070, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:49:56', 110); +INSERT INTO `sys_oper_log` VALUES (5071, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:49:56', 138); +INSERT INTO `sys_oper_log` VALUES (5072, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:50:27', 20); +INSERT INTO `sys_oper_log` VALUES (5073, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:50:27', 19); +INSERT INTO `sys_oper_log` VALUES (5074, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:50:27.471\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:50:27', 16); +INSERT INTO `sys_oper_log` VALUES (5075, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:50:27.469\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:50:27', 21); +INSERT INTO `sys_oper_log` VALUES (5076, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:50:27', 6); +INSERT INTO `sys_oper_log` VALUES (5077, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:50:27.525\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:50:27', 10); +INSERT INTO `sys_oper_log` VALUES (5078, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:50:27.52\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:50:27', 16); +INSERT INTO `sys_oper_log` VALUES (5079, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:50:27', 11); +INSERT INTO `sys_oper_log` VALUES (5080, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:50:27', 10); +INSERT INTO `sys_oper_log` VALUES (5081, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:50:27.562\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:50:27', 38); +INSERT INTO `sys_oper_log` VALUES (5082, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:50:27', 109); +INSERT INTO `sys_oper_log` VALUES (5083, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:50:27', 113); +INSERT INTO `sys_oper_log` VALUES (5084, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:50:27.676\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:50:27', 32); +INSERT INTO `sys_oper_log` VALUES (5085, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:50:27', 37); +INSERT INTO `sys_oper_log` VALUES (5086, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:50:27', 122); +INSERT INTO `sys_oper_log` VALUES (5087, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:50:27', 179); +INSERT INTO `sys_oper_log` VALUES (5088, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:50:27', 194); +INSERT INTO `sys_oper_log` VALUES (5089, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:50:27', 49); +INSERT INTO `sys_oper_log` VALUES (5090, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:50:30', 10); +INSERT INTO `sys_oper_log` VALUES (5091, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:50:30.698\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:50:30', 8); +INSERT INTO `sys_oper_log` VALUES (5092, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:50:30', 56); +INSERT INTO `sys_oper_log` VALUES (5093, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:04', 8); +INSERT INTO `sys_oper_log` VALUES (5094, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:04.612\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:04', 14); +INSERT INTO `sys_oper_log` VALUES (5095, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:04', 9); +INSERT INTO `sys_oper_log` VALUES (5096, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:04.651\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:04', 8); +INSERT INTO `sys_oper_log` VALUES (5097, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:04', 5); +INSERT INTO `sys_oper_log` VALUES (5098, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:04', 11); +INSERT INTO `sys_oper_log` VALUES (5099, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:04.713\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:04', 29); +INSERT INTO `sys_oper_log` VALUES (5100, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:04.718\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:04', 39); +INSERT INTO `sys_oper_log` VALUES (5101, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:04', 11); +INSERT INTO `sys_oper_log` VALUES (5102, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:04', 88); +INSERT INTO `sys_oper_log` VALUES (5103, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:04.744\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:04', 34); +INSERT INTO `sys_oper_log` VALUES (5104, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:04', 85); +INSERT INTO `sys_oper_log` VALUES (5105, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:04', 69); +INSERT INTO `sys_oper_log` VALUES (5106, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:04', 11); +INSERT INTO `sys_oper_log` VALUES (5107, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:04.849\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:04', 15); +INSERT INTO `sys_oper_log` VALUES (5108, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:04', 94); +INSERT INTO `sys_oper_log` VALUES (5109, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:04', 77); +INSERT INTO `sys_oper_log` VALUES (5110, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:05', 50); +INSERT INTO `sys_oper_log` VALUES (5111, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:17', 9); +INSERT INTO `sys_oper_log` VALUES (5112, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:17.296\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:17', 9); +INSERT INTO `sys_oper_log` VALUES (5113, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:17', 11); +INSERT INTO `sys_oper_log` VALUES (5114, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:17.312\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:17', 13); +INSERT INTO `sys_oper_log` VALUES (5115, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:17', 12); +INSERT INTO `sys_oper_log` VALUES (5116, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:17.38\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:17', 14); +INSERT INTO `sys_oper_log` VALUES (5117, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:17', 20); +INSERT INTO `sys_oper_log` VALUES (5118, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:17.403\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:17', 29); +INSERT INTO `sys_oper_log` VALUES (5119, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:17', 14); +INSERT INTO `sys_oper_log` VALUES (5120, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:17.435\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:17', 17); +INSERT INTO `sys_oper_log` VALUES (5121, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:17', 12); +INSERT INTO `sys_oper_log` VALUES (5122, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:17.504\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:17', 29); +INSERT INTO `sys_oper_log` VALUES (5123, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:17', 125); +INSERT INTO `sys_oper_log` VALUES (5124, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:17', 97); +INSERT INTO `sys_oper_log` VALUES (5125, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:17', 119); +INSERT INTO `sys_oper_log` VALUES (5126, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:17', 73); +INSERT INTO `sys_oper_log` VALUES (5127, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:17', 81); +INSERT INTO `sys_oper_log` VALUES (5128, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:17', 61); +INSERT INTO `sys_oper_log` VALUES (5129, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:46', 8); +INSERT INTO `sys_oper_log` VALUES (5130, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:46.701\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:46', 9); +INSERT INTO `sys_oper_log` VALUES (5131, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:46.732\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:46', 10); +INSERT INTO `sys_oper_log` VALUES (5132, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:46', 10); +INSERT INTO `sys_oper_log` VALUES (5133, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:46', 7); +INSERT INTO `sys_oper_log` VALUES (5134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:46.759\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:46', 9); +INSERT INTO `sys_oper_log` VALUES (5135, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:46', 10); +INSERT INTO `sys_oper_log` VALUES (5136, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:46', 12); +INSERT INTO `sys_oper_log` VALUES (5137, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:46.799\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:46', 27); +INSERT INTO `sys_oper_log` VALUES (5138, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:46.8\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:46', 31); +INSERT INTO `sys_oper_log` VALUES (5139, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:46', 72); +INSERT INTO `sys_oper_log` VALUES (5140, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:46', 79); +INSERT INTO `sys_oper_log` VALUES (5141, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:51:46', 12); +INSERT INTO `sys_oper_log` VALUES (5142, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 16:51:46.933\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 16:51:46', 23); +INSERT INTO `sys_oper_log` VALUES (5143, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:46', 73); +INSERT INTO `sys_oper_log` VALUES (5144, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:47', 105); +INSERT INTO `sys_oper_log` VALUES (5145, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:47', 83); +INSERT INTO `sys_oper_log` VALUES (5146, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:51:47', 53); +INSERT INTO `sys_oper_log` VALUES (5147, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:51:49.109\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:51:49', 6); +INSERT INTO `sys_oper_log` VALUES (5148, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:51:49', 7); +INSERT INTO `sys_oper_log` VALUES (5149, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:51:49', 52); +INSERT INTO `sys_oper_log` VALUES (5150, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:53:12', 7); +INSERT INTO `sys_oper_log` VALUES (5151, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:53:12.446\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:53:12', 11); +INSERT INTO `sys_oper_log` VALUES (5152, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:53:12', 41); +INSERT INTO `sys_oper_log` VALUES (5153, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"ff362\",\"deviceType\":1,\"installBeforeMileage\":10,\"installTime\":\"2023-07-24\",\"relay\":1}],\"carId\":811}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 16:54:14', 13); +INSERT INTO `sys_oper_log` VALUES (5154, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:54:40', 7); +INSERT INTO `sys_oper_log` VALUES (5155, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:54:40', 4); +INSERT INTO `sys_oper_log` VALUES (5156, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 16:54:40', 10); +INSERT INTO `sys_oper_log` VALUES (5157, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 16:54:44', 5); +INSERT INTO `sys_oper_log` VALUES (5158, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 16:54:44.405\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 16:54:44', 13); +INSERT INTO `sys_oper_log` VALUES (5159, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 16:54:44', 55); +INSERT INTO `sys_oper_log` VALUES (5160, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"newDate\":\"2023-07-24 16:59:47.949\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 16:59:47', 11); +INSERT INTO `sys_oper_log` VALUES (5161, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 16:59:47', 7); +INSERT INTO `sys_oper_log` VALUES (5162, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:59:48', 59); +INSERT INTO `sys_oper_log` VALUES (5163, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"newDate\":\"2023-07-24 16:59:59.602\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 16:59:59', 8); +INSERT INTO `sys_oper_log` VALUES (5164, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 16:59:59', 9); +INSERT INTO `sys_oper_log` VALUES (5165, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 16:59:59', 67); +INSERT INTO `sys_oper_log` VALUES (5166, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:19:19', 15); +INSERT INTO `sys_oper_log` VALUES (5167, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 17:19:19.058\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 17:19:19', 10); +INSERT INTO `sys_oper_log` VALUES (5168, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 17:19:19', 38); +INSERT INTO `sys_oper_log` VALUES (5169, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:19:25', 9); +INSERT INTO `sys_oper_log` VALUES (5170, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-24 17:19:25.044\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-24 17:19:25', 15); +INSERT INTO `sys_oper_log` VALUES (5171, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:19:25', 121); +INSERT INTO `sys_oper_log` VALUES (5172, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:19:31', 6); +INSERT INTO `sys_oper_log` VALUES (5173, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 17:19:31.801\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 17:19:31', 5); +INSERT INTO `sys_oper_log` VALUES (5174, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 17:19:31', 53); +INSERT INTO `sys_oper_log` VALUES (5175, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:03', 6); +INSERT INTO `sys_oper_log` VALUES (5176, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:03.255\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:03', 12); +INSERT INTO `sys_oper_log` VALUES (5177, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:03', 14); +INSERT INTO `sys_oper_log` VALUES (5178, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:03.314\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:03', 8); +INSERT INTO `sys_oper_log` VALUES (5179, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:03', 17); +INSERT INTO `sys_oper_log` VALUES (5180, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:03.355\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:03', 21); +INSERT INTO `sys_oper_log` VALUES (5181, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:03', 79); +INSERT INTO `sys_oper_log` VALUES (5182, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:03.512\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:03', 20); +INSERT INTO `sys_oper_log` VALUES (5183, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:03', 24); +INSERT INTO `sys_oper_log` VALUES (5184, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:03', 93); +INSERT INTO `sys_oper_log` VALUES (5185, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:03', 73); +INSERT INTO `sys_oper_log` VALUES (5186, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:03', 96); +INSERT INTO `sys_oper_log` VALUES (5187, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:21.931\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:21', 10); +INSERT INTO `sys_oper_log` VALUES (5188, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:21', 14); +INSERT INTO `sys_oper_log` VALUES (5189, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:22', 17); +INSERT INTO `sys_oper_log` VALUES (5190, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:22.041\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:22', 10); +INSERT INTO `sys_oper_log` VALUES (5191, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:22', 73); +INSERT INTO `sys_oper_log` VALUES (5192, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:22', 72); +INSERT INTO `sys_oper_log` VALUES (5193, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:26', 9); +INSERT INTO `sys_oper_log` VALUES (5194, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:26.324\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:26', 12); +INSERT INTO `sys_oper_log` VALUES (5195, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:26', 10); +INSERT INTO `sys_oper_log` VALUES (5196, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:26.428\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:26', 30); +INSERT INTO `sys_oper_log` VALUES (5197, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:26', 66); +INSERT INTO `sys_oper_log` VALUES (5198, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:26', 64); +INSERT INTO `sys_oper_log` VALUES (5199, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-24 17:22:27', 8); +INSERT INTO `sys_oper_log` VALUES (5200, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 17:22:27.377\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-24 17:22:27', 11); +INSERT INTO `sys_oper_log` VALUES (5201, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:27', 98); +INSERT INTO `sys_oper_log` VALUES (5202, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:40', 8); +INSERT INTO `sys_oper_log` VALUES (5203, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:40.603\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:40', 10); +INSERT INTO `sys_oper_log` VALUES (5204, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:22:40', 14); +INSERT INTO `sys_oper_log` VALUES (5205, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:22:40.687\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:22:40', 13); +INSERT INTO `sys_oper_log` VALUES (5206, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:40', 74); +INSERT INTO `sys_oper_log` VALUES (5207, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:22:40', 66); +INSERT INTO `sys_oper_log` VALUES (5208, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:47.333\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:47', 12); +INSERT INTO `sys_oper_log` VALUES (5209, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:47', 16); +INSERT INTO `sys_oper_log` VALUES (5210, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:47', 13); +INSERT INTO `sys_oper_log` VALUES (5211, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:47.374\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:47', 9); +INSERT INTO `sys_oper_log` VALUES (5212, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:47', 52); +INSERT INTO `sys_oper_log` VALUES (5213, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:47.476\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:47', 8); +INSERT INTO `sys_oper_log` VALUES (5214, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:47', 8); +INSERT INTO `sys_oper_log` VALUES (5215, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:47', 9); +INSERT INTO `sys_oper_log` VALUES (5216, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:47.522\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:47', 11); +INSERT INTO `sys_oper_log` VALUES (5217, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:47', 73); +INSERT INTO `sys_oper_log` VALUES (5218, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:47', 53); +INSERT INTO `sys_oper_log` VALUES (5219, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:47', 79); +INSERT INTO `sys_oper_log` VALUES (5220, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:59.145\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:59', 19); +INSERT INTO `sys_oper_log` VALUES (5221, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:59', 26); +INSERT INTO `sys_oper_log` VALUES (5222, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:23:59.179\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:23:59', 10); +INSERT INTO `sys_oper_log` VALUES (5223, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:23:59', 10); +INSERT INTO `sys_oper_log` VALUES (5224, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:59', 72); +INSERT INTO `sys_oper_log` VALUES (5225, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:23:59', 66); +INSERT INTO `sys_oper_log` VALUES (5226, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-24 17:26:39.909\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-24 17:26:39', 11); +INSERT INTO `sys_oper_log` VALUES (5227, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-24 17:26:39', 24); +INSERT INTO `sys_oper_log` VALUES (5228, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:26:40', 125); +INSERT INTO `sys_oper_log` VALUES (5229, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:29:23', 6); +INSERT INTO `sys_oper_log` VALUES (5230, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-24 17:29:23.983\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-24 17:29:23', 11); +INSERT INTO `sys_oper_log` VALUES (5231, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:29:24', 93); +INSERT INTO `sys_oper_log` VALUES (5232, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-24 17:29:28', 7); +INSERT INTO `sys_oper_log` VALUES (5233, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 17:36:30', 22); +INSERT INTO `sys_oper_log` VALUES (5234, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 17:36:30.971\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 17:36:30', 22); +INSERT INTO `sys_oper_log` VALUES (5235, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:36:31', 70); +INSERT INTO `sys_oper_log` VALUES (5236, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:39:35', 7); +INSERT INTO `sys_oper_log` VALUES (5237, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 17:39:35.041\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 17:39:35', 14); +INSERT INTO `sys_oper_log` VALUES (5238, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 17:39:35', 37); +INSERT INTO `sys_oper_log` VALUES (5239, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:39:57', 6); +INSERT INTO `sys_oper_log` VALUES (5240, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 17:39:57.291\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 17:39:57', 8); +INSERT INTO `sys_oper_log` VALUES (5241, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:39:57', 71); +INSERT INTO `sys_oper_log` VALUES (5242, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 17:49:27.502\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 17:49:27', 9); +INSERT INTO `sys_oper_log` VALUES (5243, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:49:27', 6); +INSERT INTO `sys_oper_log` VALUES (5244, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:49:27', 57); +INSERT INTO `sys_oper_log` VALUES (5245, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079401\",\"deviceType\":1,\"id\":59,\"installBeforeMileage\":0,\"installTime\":\"2023-07-24\",\"relay\":1}],\"carId\":811}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 17:49:49', 8); +INSERT INTO `sys_oper_log` VALUES (5246, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 17:49:57.907\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 17:49:57', 9); +INSERT INTO `sys_oper_log` VALUES (5247, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:49:57', 5); +INSERT INTO `sys_oper_log` VALUES (5248, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-24 17:49:58', 54); +INSERT INTO `sys_oper_log` VALUES (5249, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"newDate\":\"2023-07-24 17:50:11.646\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-24 17:50:11', 8); +INSERT INTO `sys_oper_log` VALUES (5250, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:52:38', 669); +INSERT INTO `sys_oper_log` VALUES (5251, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 17:52:37.741\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 17:52:38', 578); +INSERT INTO `sys_oper_log` VALUES (5252, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:52:38', 331); +INSERT INTO `sys_oper_log` VALUES (5253, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223079377\",\"deviceType\":1,\"id\":52,\"installBeforeMileage\":0,\"installTime\":\"2023-07-24\",\"relay\":1}],\"carId\":32}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 17:53:04', 25); +INSERT INTO `sys_oper_log` VALUES (5254, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 17:53:28', 28); +INSERT INTO `sys_oper_log` VALUES (5255, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 17:53:28.601\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 17:53:28', 71); +INSERT INTO `sys_oper_log` VALUES (5256, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 17:53:28', 129); +INSERT INTO `sys_oper_log` VALUES (5257, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 18:03:31.691\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 18:03:31', 39); +INSERT INTO `sys_oper_log` VALUES (5258, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-24 18:03:31', 47); +INSERT INTO `sys_oper_log` VALUES (5259, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 18:03:31', 141); +INSERT INTO `sys_oper_log` VALUES (5260, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-24 18:07:02.351\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 18:07:02', 38); +INSERT INTO `sys_oper_log` VALUES (5261, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-24 18:07:02', 61); +INSERT INTO `sys_oper_log` VALUES (5262, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 18:07:02', 222); +INSERT INTO `sys_oper_log` VALUES (5263, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"651\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2109110015\",\"carId\":651,\"carNumber\":\"渝ADY2777\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF3MZ463098\",\"newDate\":\"2023-07-24 23:25:01.696\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-24 23:25:01', 38); +INSERT INTO `sys_oper_log` VALUES (5264, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":651,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":651,\"collectionUnit\":\"重庆市公安局南岸区分局交通巡逻警察支队九大队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":90,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨花大道\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-05 18:07\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 23:25:01', 41); +INSERT INTO `sys_oper_log` VALUES (5265, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"651\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":651,\"carNumber\":\"渝ADY2777\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":920,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-24 23:25:01', 95); +INSERT INTO `sys_oper_log` VALUES (5266, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:25:39.611\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:25:39', 28); +INSERT INTO `sys_oper_log` VALUES (5267, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 23:25:39', 34); +INSERT INTO `sys_oper_log` VALUES (5268, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1406275E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1406275E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":11394.0,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 23:25:39', 81); +INSERT INTO `sys_oper_log` VALUES (5269, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:25:53.996\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:25:54', 12); +INSERT INTO `sys_oper_log` VALUES (5270, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:15.961\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:15', 16); +INSERT INTO `sys_oper_log` VALUES (5271, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:17.567\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:17', 11); +INSERT INTO `sys_oper_log` VALUES (5272, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:18.459\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:18', 14); +INSERT INTO `sys_oper_log` VALUES (5273, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:18.942\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:18', 13); +INSERT INTO `sys_oper_log` VALUES (5274, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:19.191\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:19', 11); +INSERT INTO `sys_oper_log` VALUES (5275, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:19.394\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:19', 11); +INSERT INTO `sys_oper_log` VALUES (5276, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:19.596\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:19', 13); +INSERT INTO `sys_oper_log` VALUES (5277, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:19.787\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:19', 11); +INSERT INTO `sys_oper_log` VALUES (5278, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:19.991\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:20', 13); +INSERT INTO `sys_oper_log` VALUES (5279, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:20.176\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:20', 10); +INSERT INTO `sys_oper_log` VALUES (5280, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:20.385\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:20', 15); +INSERT INTO `sys_oper_log` VALUES (5281, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:20.572\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:20', 11); +INSERT INTO `sys_oper_log` VALUES (5282, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:20.781\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:20', 11); +INSERT INTO `sys_oper_log` VALUES (5283, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:21.002\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:21', 10); +INSERT INTO `sys_oper_log` VALUES (5284, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:21.184\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:21', 16); +INSERT INTO `sys_oper_log` VALUES (5285, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:21.391\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:21', 12); +INSERT INTO `sys_oper_log` VALUES (5286, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:21.611\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:21', 16); +INSERT INTO `sys_oper_log` VALUES (5287, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:21.816\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:21', 10); +INSERT INTO `sys_oper_log` VALUES (5288, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:22.036\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:22', 13); +INSERT INTO `sys_oper_log` VALUES (5289, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:22.254\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:22', 13); +INSERT INTO `sys_oper_log` VALUES (5290, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:22.456\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:22', 11); +INSERT INTO `sys_oper_log` VALUES (5291, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:22.66\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:22', 11); +INSERT INTO `sys_oper_log` VALUES (5292, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:22.867\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:22', 16); +INSERT INTO `sys_oper_log` VALUES (5293, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:23.05\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:23', 13); +INSERT INTO `sys_oper_log` VALUES (5294, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:23.258\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:23', 11); +INSERT INTO `sys_oper_log` VALUES (5295, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:23.464\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:23', 10); +INSERT INTO `sys_oper_log` VALUES (5296, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:23.667\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:23', 13); +INSERT INTO `sys_oper_log` VALUES (5297, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:23.886\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:23', 10); +INSERT INTO `sys_oper_log` VALUES (5298, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:24.069\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:24', 11); +INSERT INTO `sys_oper_log` VALUES (5299, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:24.256\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:24', 10); +INSERT INTO `sys_oper_log` VALUES (5300, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:24.456\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:24', 11); +INSERT INTO `sys_oper_log` VALUES (5301, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:24.678\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:24', 10); +INSERT INTO `sys_oper_log` VALUES (5302, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:24.878\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:24', 9); +INSERT INTO `sys_oper_log` VALUES (5303, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:25.097\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:25', 9); +INSERT INTO `sys_oper_log` VALUES (5304, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:25.297\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:25', 10); +INSERT INTO `sys_oper_log` VALUES (5305, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:25.516\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:25', 11); +INSERT INTO `sys_oper_log` VALUES (5306, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:25.715\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:25', 17); +INSERT INTO `sys_oper_log` VALUES (5307, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:25.934\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:25', 14); +INSERT INTO `sys_oper_log` VALUES (5308, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-24 23:26:41', 17); +INSERT INTO `sys_oper_log` VALUES (5309, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-24 23:26:41.608\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-24 23:26:41', 16); +INSERT INTO `sys_oper_log` VALUES (5310, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1406275E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1406275E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":11394.0,\"yesterdayMileage\":1.1394881E7}}', 0, NULL, '2023-07-24 23:26:41', 84); +INSERT INTO `sys_oper_log` VALUES (5311, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-24\",\"relay\":2}],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 23:27:09', 41); +INSERT INTO `sys_oper_log` VALUES (5312, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:32', 3); +INSERT INTO `sys_oper_log` VALUES (5313, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:34', 3); +INSERT INTO `sys_oper_log` VALUES (5314, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:34', 2); +INSERT INTO `sys_oper_log` VALUES (5315, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:35', 2); +INSERT INTO `sys_oper_log` VALUES (5316, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:40', 3); +INSERT INTO `sys_oper_log` VALUES (5317, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"12332\",\"deviceType\":1,\"id\":60,\"installBeforeMileage\":1,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:28:42', 2); +INSERT INTO `sys_oper_log` VALUES (5318, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"2111\",\"deviceType\":1,\"installTime\":\"2023-07-24\",\"relay\":2}],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-24 23:29:41', 18); +INSERT INTO `sys_oper_log` VALUES (5319, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"2111\",\"deviceType\":1,\"id\":61,\"installTime\":\"2023-07-23\",\"relay\":2}],\"carId\":49}', NULL, 1, 'Target must not be null', '2023-07-24 23:29:49', 2); +INSERT INTO `sys_oper_log` VALUES (5320, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-24 23:32:25.755\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-24 23:32:25', 9); +INSERT INTO `sys_oper_log` VALUES (5321, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18398968586\",\"deviceType\":1,\"installBeforeMileage\":10,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":25}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 09:50:28', 187); +INSERT INTO `sys_oper_log` VALUES (5322, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":22}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 09:57:51', 27); +INSERT INTO `sys_oper_log` VALUES (5323, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:11:55', 49); +INSERT INTO `sys_oper_log` VALUES (5324, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:11:55.194\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:11:55', 95); +INSERT INTO `sys_oper_log` VALUES (5325, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:11:55', 230); +INSERT INTO `sys_oper_log` VALUES (5326, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:12:07.146\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:12:07', 14); +INSERT INTO `sys_oper_log` VALUES (5327, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:13:46.563\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:13:46', 22); +INSERT INTO `sys_oper_log` VALUES (5328, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-25 10:13:46', 18); +INSERT INTO `sys_oper_log` VALUES (5329, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"monthMileage\":1.1406275E7,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":1.1406275E7,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":11394.0,\"yesterdayMileage\":11394.0}}', 0, NULL, '2023-07-25 10:13:46', 180); +INSERT INTO `sys_oper_log` VALUES (5330, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:25.354\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:25', 19); +INSERT INTO `sys_oper_log` VALUES (5331, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:27.709\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:27', 12); +INSERT INTO `sys_oper_log` VALUES (5332, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:27.994\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 15); +INSERT INTO `sys_oper_log` VALUES (5333, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:28.193\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 9); +INSERT INTO `sys_oper_log` VALUES (5334, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:28.391\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 10); +INSERT INTO `sys_oper_log` VALUES (5335, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:28.575\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 10); +INSERT INTO `sys_oper_log` VALUES (5336, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:28.771\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 10); +INSERT INTO `sys_oper_log` VALUES (5337, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:28.974\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:28', 11); +INSERT INTO `sys_oper_log` VALUES (5338, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:29.163\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:29', 10); +INSERT INTO `sys_oper_log` VALUES (5339, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:29.348\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:29', 10); +INSERT INTO `sys_oper_log` VALUES (5340, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:29.527\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:29', 10); +INSERT INTO `sys_oper_log` VALUES (5341, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:34.67\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:34', 10); +INSERT INTO `sys_oper_log` VALUES (5342, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:42.348\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:42', 13); +INSERT INTO `sys_oper_log` VALUES (5343, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:42.611\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:42', 10); +INSERT INTO `sys_oper_log` VALUES (5344, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:42.856\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:42', 10); +INSERT INTO `sys_oper_log` VALUES (5345, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:43.322\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:43', 13); +INSERT INTO `sys_oper_log` VALUES (5346, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"newDate\":\"2023-07-25 10:14:43.573\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 10:14:43', 11); +INSERT INTO `sys_oper_log` VALUES (5347, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"234342\",\"deviceType\":1,\"installBeforeMileage\":222,\"installTime\":\"2023-07-25\",\"relay\":2},{\"deviceID\":\"222\",\"deviceType\":2,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":49}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-25 10:18:54', 43); +INSERT INTO `sys_oper_log` VALUES (5348, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"234342f\",\"deviceType\":1,\"installBeforeMileage\":222,\"installTime\":\"2023-07-25\",\"relay\":2},{\"deviceID\":\"222f\",\"deviceType\":2,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 10:19:02', 31); +INSERT INTO `sys_oper_log` VALUES (5349, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 10:19:23', 1); +INSERT INTO `sys_oper_log` VALUES (5350, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"2344\",\"deviceType\":1,\"installBeforeMileage\":222,\"installTime\":\"2023-07-25\",\"relay\":2},{\"deviceID\":\"234324\",\"deviceType\":2,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 10:20:04', 39); +INSERT INTO `sys_oper_log` VALUES (5351, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[],\"carId\":49}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 10:20:15', 1); +INSERT INTO `sys_oper_log` VALUES (5352, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:29:20', 11); +INSERT INTO `sys_oper_log` VALUES (5353, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 10:29:20.22\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 10:29:20', 9); +INSERT INTO `sys_oper_log` VALUES (5354, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:29:20', 111); +INSERT INTO `sys_oper_log` VALUES (5355, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:31:42', 24); +INSERT INTO `sys_oper_log` VALUES (5356, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 10:31:42.751\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 10:31:42', 15); +INSERT INTO `sys_oper_log` VALUES (5357, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:31:42', 130); +INSERT INTO `sys_oper_log` VALUES (5358, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:32:36', 8); +INSERT INTO `sys_oper_log` VALUES (5359, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:32:36.572\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:32:36', 10); +INSERT INTO `sys_oper_log` VALUES (5360, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:32:36', 93); +INSERT INTO `sys_oper_log` VALUES (5361, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:33:10', 10); +INSERT INTO `sys_oper_log` VALUES (5362, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:33:10.138\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:33:10', 25); +INSERT INTO `sys_oper_log` VALUES (5363, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:33:10', 92); +INSERT INTO `sys_oper_log` VALUES (5364, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":560,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:37:52', 8); +INSERT INTO `sys_oper_log` VALUES (5365, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"560\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021832A\",\"carId\":560,\"carNumber\":\"渝ADP9625\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA0MS043814\",\"newDate\":\"2023-07-25 10:37:52.077\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 10:37:52', 20); +INSERT INTO `sys_oper_log` VALUES (5366, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"560\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":560,\"carNumber\":\"渝ADP9625\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":829,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:37:52', 128); +INSERT INTO `sys_oper_log` VALUES (5367, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 10:38:07', 12); +INSERT INTO `sys_oper_log` VALUES (5368, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 10:38:07.672\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 10:38:07', 9); +INSERT INTO `sys_oper_log` VALUES (5369, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:38:07', 125); +INSERT INTO `sys_oper_log` VALUES (5370, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 10:38:18', 15); +INSERT INTO `sys_oper_log` VALUES (5371, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 10:38:18.675\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 10:38:18', 14); +INSERT INTO `sys_oper_log` VALUES (5372, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:38:18', 134); +INSERT INTO `sys_oper_log` VALUES (5373, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 10:38:50', 9); +INSERT INTO `sys_oper_log` VALUES (5374, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 10:39:48', 9); +INSERT INTO `sys_oper_log` VALUES (5375, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 10:41:05.647\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 10:41:05', 14); +INSERT INTO `sys_oper_log` VALUES (5376, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 10:41:05', 16); +INSERT INTO `sys_oper_log` VALUES (5377, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:41:05', 131); +INSERT INTO `sys_oper_log` VALUES (5378, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:49:30', 8); +INSERT INTO `sys_oper_log` VALUES (5379, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:49:30.43\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:49:30', 9); +INSERT INTO `sys_oper_log` VALUES (5380, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:49:30', 106); +INSERT INTO `sys_oper_log` VALUES (5381, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:50:20', 7); +INSERT INTO `sys_oper_log` VALUES (5382, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:50:20.137\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:50:20', 14); +INSERT INTO `sys_oper_log` VALUES (5383, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:50:20', 89); +INSERT INTO `sys_oper_log` VALUES (5384, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:55:14', 10); +INSERT INTO `sys_oper_log` VALUES (5385, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:55:14.642\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:55:14', 14); +INSERT INTO `sys_oper_log` VALUES (5386, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:55:14', 88); +INSERT INTO `sys_oper_log` VALUES (5387, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:56:14', 9); +INSERT INTO `sys_oper_log` VALUES (5388, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:56:14.076\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:56:14', 13); +INSERT INTO `sys_oper_log` VALUES (5389, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:56:14', 117); +INSERT INTO `sys_oper_log` VALUES (5390, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:57:27.147\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:57:27', 13); +INSERT INTO `sys_oper_log` VALUES (5391, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:57:27', 9); +INSERT INTO `sys_oper_log` VALUES (5392, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:57:27', 130); +INSERT INTO `sys_oper_log` VALUES (5393, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 10:58:25', 8); +INSERT INTO `sys_oper_log` VALUES (5394, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:58:25.45\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:58:25', 10); +INSERT INTO `sys_oper_log` VALUES (5395, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 10:58:25', 117); +INSERT INTO `sys_oper_log` VALUES (5396, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:58:35.004\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:58:35', 9); +INSERT INTO `sys_oper_log` VALUES (5397, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 10:58:37.147\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 10:58:37', 9); +INSERT INTO `sys_oper_log` VALUES (5398, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 10:59:01.969\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 10:59:01', 8); +INSERT INTO `sys_oper_log` VALUES (5399, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 11:04:39', 10); +INSERT INTO `sys_oper_log` VALUES (5400, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 11:04:39.616\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 11:04:39', 11); +INSERT INTO `sys_oper_log` VALUES (5401, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:04:39', 111); +INSERT INTO `sys_oper_log` VALUES (5402, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:05:26', 9); +INSERT INTO `sys_oper_log` VALUES (5403, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 11:05:26.661\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 11:05:26', 11); +INSERT INTO `sys_oper_log` VALUES (5404, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:05:26', 187); +INSERT INTO `sys_oper_log` VALUES (5405, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:09:27.26\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:09:27', 9); +INSERT INTO `sys_oper_log` VALUES (5406, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:09:27', 8); +INSERT INTO `sys_oper_log` VALUES (5407, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:09:27', 109); +INSERT INTO `sys_oper_log` VALUES (5408, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":559,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:09:57', 9); +INSERT INTO `sys_oper_log` VALUES (5409, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"559\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"021972A\",\"carId\":559,\"carNumber\":\"渝ADP7368\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1MS043806\",\"newDate\":\"2023-07-25 11:09:57.508\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:09:57', 9); +INSERT INTO `sys_oper_log` VALUES (5410, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"559\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":559,\"carNumber\":\"渝ADP7368\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":828,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:09:57', 110); +INSERT INTO `sys_oper_log` VALUES (5411, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:06', 11); +INSERT INTO `sys_oper_log` VALUES (5412, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 11:10:06.394\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:06', 13); +INSERT INTO `sys_oper_log` VALUES (5413, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:06', 111); +INSERT INTO `sys_oper_log` VALUES (5414, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 11:10:32.458\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:32', 13); +INSERT INTO `sys_oper_log` VALUES (5415, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:32', 8); +INSERT INTO `sys_oper_log` VALUES (5416, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:32', 6); +INSERT INTO `sys_oper_log` VALUES (5417, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 11:10:32.505\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:32', 9); +INSERT INTO `sys_oper_log` VALUES (5418, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:32', 103); +INSERT INTO `sys_oper_log` VALUES (5419, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:32', 102); +INSERT INTO `sys_oper_log` VALUES (5420, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:38', 8); +INSERT INTO `sys_oper_log` VALUES (5421, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 11:10:38.017\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:38', 19); +INSERT INTO `sys_oper_log` VALUES (5422, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:38', 106); +INSERT INTO `sys_oper_log` VALUES (5423, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:50', 6); +INSERT INTO `sys_oper_log` VALUES (5424, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:10:50.345\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:50', 17); +INSERT INTO `sys_oper_log` VALUES (5425, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:50', 133); +INSERT INTO `sys_oper_log` VALUES (5426, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":549,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:53', 6); +INSERT INTO `sys_oper_log` VALUES (5427, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"549\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022312A\",\"carId\":549,\"carNumber\":\"渝ADQ5688\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1MS043448\",\"newDate\":\"2023-07-25 11:10:53.042\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:53', 7); +INSERT INTO `sys_oper_log` VALUES (5428, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"549\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":549,\"carNumber\":\"渝ADQ5688\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":818,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:53', 105); +INSERT INTO `sys_oper_log` VALUES (5429, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"549\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022312A\",\"carId\":549,\"carNumber\":\"渝ADQ5688\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA1MS043448\",\"newDate\":\"2023-07-25 11:10:56.158\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:10:56', 9); +INSERT INTO `sys_oper_log` VALUES (5430, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":549,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:10:56', 6); +INSERT INTO `sys_oper_log` VALUES (5431, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"549\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":549,\"carNumber\":\"渝ADQ5688\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":818,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:10:56', 118); +INSERT INTO `sys_oper_log` VALUES (5432, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:13:45', 14); +INSERT INTO `sys_oper_log` VALUES (5433, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:13:45.329\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:13:45', 14); +INSERT INTO `sys_oper_log` VALUES (5434, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:13:45', 115); +INSERT INTO `sys_oper_log` VALUES (5435, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:15:02', 12); +INSERT INTO `sys_oper_log` VALUES (5436, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:15:02.965\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:15:02', 17); +INSERT INTO `sys_oper_log` VALUES (5437, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:15:03', 176); +INSERT INTO `sys_oper_log` VALUES (5438, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:15:14', 7); +INSERT INTO `sys_oper_log` VALUES (5439, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:15:14.885\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:15:14', 9); +INSERT INTO `sys_oper_log` VALUES (5440, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:15:15', 111); +INSERT INTO `sys_oper_log` VALUES (5441, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:16:18', 10); +INSERT INTO `sys_oper_log` VALUES (5442, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 11:16:18.13\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 11:16:18', 7); +INSERT INTO `sys_oper_log` VALUES (5443, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:16:18', 107); +INSERT INTO `sys_oper_log` VALUES (5444, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:19:28', 7); +INSERT INTO `sys_oper_log` VALUES (5445, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 11:19:28.177\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 11:19:28', 8); +INSERT INTO `sys_oper_log` VALUES (5446, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:19:28', 121); +INSERT INTO `sys_oper_log` VALUES (5447, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, 'admin', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"admin\",\"nickName\":\"的\",\"params\":{},\"phonenumber\":\"15900001111\",\"roleId\":21,\"roleType\":3,\"userId\":198,\"userName\":\"15900001111\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 11:19:29', 94); +INSERT INTO `sys_oper_log` VALUES (5448, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18280405249', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"198\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-25 11:19:29\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"的\",\"params\":{},\"password\":\"$2a$10$8Pnv1PL921Pkq9zqEx3uYumku2W7VavkmYyPEIdX7YJUlic5tnqVa\",\"phonenumber\":\"15900001111\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":198,\"userName\":\"15900001111\"}}}', 0, NULL, '2023-07-25 11:20:12', 6); +INSERT INTO `sys_oper_log` VALUES (5449, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18280405249', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-25 11:19:29\",\"delFlag\":\"0\",\"email\":\"\",\"loginIp\":\"\",\"nickName\":\"的\",\"params\":{},\"passWordUpdate\":\"2023-07-25 11:20:13.758\",\"phonenumber\":\"15900001111\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18280405249\",\"updateTime\":\"2023-07-25 11:20:13\",\"userId\":198,\"userName\":\"15900001111\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 11:20:13', 82); +INSERT INTO `sys_oper_log` VALUES (5450, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18280405249', NULL, '/user/addCompanyUser', '221.182.45.100', '', '{\"companyId\":4,\"roleId\":21,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"createBy\":\"18280405249\",\"nickName\":\"发放\",\"params\":{},\"phonenumber\":\"18512351235\",\"roleId\":21,\"roleType\":3,\"userId\":199,\"userName\":\"18512351235\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 11:20:37', 88); +INSERT INTO `sys_oper_log` VALUES (5451, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 11:30:23.995\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 11:30:24', 10); +INSERT INTO `sys_oper_log` VALUES (5452, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"newDate\":\"2023-07-25 11:30:42.481\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-07-25 11:30:42', 10); +INSERT INTO `sys_oper_log` VALUES (5453, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"newDate\":\"2023-07-25 11:32:03.117\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-07-25 11:32:03', 15); +INSERT INTO `sys_oper_log` VALUES (5454, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":812,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 11:32:03', 9); +INSERT INTO `sys_oper_log` VALUES (5455, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-07-25 11:32:03', 87); +INSERT INTO `sys_oper_log` VALUES (5456, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 11:32:08', 18); +INSERT INTO `sys_oper_log` VALUES (5457, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-25 11:32:08.203\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-25 11:32:08', 21); +INSERT INTO `sys_oper_log` VALUES (5458, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:32:08', 140); +INSERT INTO `sys_oper_log` VALUES (5459, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 11:33:29.119\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-25 11:33:29', 9); +INSERT INTO `sys_oper_log` VALUES (5460, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 11:33:29', 14); +INSERT INTO `sys_oper_log` VALUES (5461, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:33:29', 190); +INSERT INTO `sys_oper_log` VALUES (5462, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 11:33:42', 12); +INSERT INTO `sys_oper_log` VALUES (5463, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-25 11:33:42.918\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-25 11:33:42', 16); +INSERT INTO `sys_oper_log` VALUES (5464, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:33:43', 138); +INSERT INTO `sys_oper_log` VALUES (5465, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 11:34:25', 13); +INSERT INTO `sys_oper_log` VALUES (5466, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 11:34:24.994\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-25 11:34:25', 20); +INSERT INTO `sys_oper_log` VALUES (5467, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:34:25', 161); +INSERT INTO `sys_oper_log` VALUES (5468, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 11:34:27', 11); +INSERT INTO `sys_oper_log` VALUES (5469, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-25 11:34:27.441\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-25 11:34:27', 9); +INSERT INTO `sys_oper_log` VALUES (5470, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 11:34:27', 126); +INSERT INTO `sys_oper_log` VALUES (5471, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:04:15', 4); +INSERT INTO `sys_oper_log` VALUES (5472, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-25 14:04:15.962\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-07-25 14:04:15', 8); +INSERT INTO `sys_oper_log` VALUES (5473, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:04:16', 169); +INSERT INTO `sys_oper_log` VALUES (5474, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:04:19', 5); +INSERT INTO `sys_oper_log` VALUES (5475, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"newDate\":\"2023-07-25 14:04:19.78\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-07-25 14:04:19', 6); +INSERT INTO `sys_oper_log` VALUES (5476, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:04:20', 163); +INSERT INTO `sys_oper_log` VALUES (5477, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"v251\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"newDate\":\"2023-07-25 14:04:24.028\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-07-25 14:04:24', 9); +INSERT INTO `sys_oper_log` VALUES (5478, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:04:24', 8); +INSERT INTO `sys_oper_log` VALUES (5479, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:04:24', 157); +INSERT INTO `sys_oper_log` VALUES (5480, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-25 14:04:38', 11); +INSERT INTO `sys_oper_log` VALUES (5481, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"newDate\":\"2023-07-25 14:04:38.806\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-25 14:04:38', 15); +INSERT INTO `sys_oper_log` VALUES (5482, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:04:38', 119); +INSERT INTO `sys_oper_log` VALUES (5483, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:04:51', 7); +INSERT INTO `sys_oper_log` VALUES (5484, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 14:04:51.186\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 14:04:51', 8); +INSERT INTO `sys_oper_log` VALUES (5485, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:04:51', 93); +INSERT INTO `sys_oper_log` VALUES (5486, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:05:05', 6); +INSERT INTO `sys_oper_log` VALUES (5487, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 14:05:05.545\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 14:05:05', 7); +INSERT INTO `sys_oper_log` VALUES (5488, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:05:05', 96); +INSERT INTO `sys_oper_log` VALUES (5489, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":30,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":545,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"东城大道进出海棠立交处\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-16 21:04\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":546,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"融汇大道齐恩超市路口\",\"violationBehavior\":\"驾驶人未按规定使用安全带的\",\"violationDeductPoints\":1,\"violationFines\":200.00,\"violationTime\":\"2023-06-16 22:05\"},{\"carId\":30,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:14\",\"disabled\":false,\"id\":547,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:14\",\"violationAddress\":\"巴滨路宗申金蓝湾路段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-20 10:34\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-25 14:05:35', 11); +INSERT INTO `sys_oper_log` VALUES (5490, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"XW0001\",\"carId\":30,\"carNumber\":\"渝AA36223\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"XS0001\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715193024421109787.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 14:05:35.612\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023071521502110639145.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"购物价格15万\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":1,\"warrantyTime\":\"2024-07-12 00:00:00\"}}', 0, NULL, '2023-07-25 14:05:35', 10); +INSERT INTO `sys_oper_log` VALUES (5491, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"30\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":30,\"carNumber\":\"渝AA36223\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":47,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:05:35', 165); +INSERT INTO `sys_oper_log` VALUES (5492, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 14:05:50', 6); +INSERT INTO `sys_oper_log` VALUES (5493, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 14:05:50.416\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 14:05:50', 8); +INSERT INTO `sys_oper_log` VALUES (5494, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 14:05:50', 111); +INSERT INTO `sys_oper_log` VALUES (5495, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":36,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"谢小莲\",\"params\":{},\"phonenumber\":\"19985703930\",\"roleId\":36,\"roleType\":3,\"userId\":200,\"userName\":\"19985703930\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 15:28:42', 89); +INSERT INTO `sys_oper_log` VALUES (5496, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-25 15:30:49', 11); +INSERT INTO `sys_oper_log` VALUES (5497, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"newDate\":\"2023-07-25 15:30:49.798\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-25 15:30:49', 12); +INSERT INTO `sys_oper_log` VALUES (5498, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 15:30:49', 99); +INSERT INTO `sys_oper_log` VALUES (5499, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '113.250.214.118', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 15:34:02', 11); +INSERT INTO `sys_oper_log` VALUES (5500, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"newDate\":\"2023-07-25 15:34:02.784\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-25 15:34:02', 11); +INSERT INTO `sys_oper_log` VALUES (5501, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '113.250.214.118', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":749,\"carNumber\":\"渝ADF5402\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2421,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 15:34:02', 91); +INSERT INTO `sys_oper_log` VALUES (5502, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.56.169', '', '{\"companyId\":12,\"roleId\":37,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"余美蕉\",\"params\":{},\"phonenumber\":\"17623385480\",\"roleId\":37,\"roleType\":3,\"userId\":201,\"userName\":\"17623385480\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 15:34:27', 86); +INSERT INTO `sys_oper_log` VALUES (5503, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '15923401610', NULL, '/car/carInfo', '113.250.208.55', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 15:43:20.988\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 15:43:21', 11); +INSERT INTO `sys_oper_log` VALUES (5504, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '15923401610', NULL, '/car/carInfoRecord', '113.250.208.55', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 15:43:21', 11); +INSERT INTO `sys_oper_log` VALUES (5505, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '15923401610', NULL, '/car/carInfoNext', '113.250.208.55', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 15:43:21', 113); +INSERT INTO `sys_oper_log` VALUES (5506, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":22,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 15:55:14', 10); +INSERT INTO `sys_oper_log` VALUES (5507, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a9\",\"carId\":22,\"carNumber\":\"川S111118\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A8\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"newDate\":\"2023-07-25 15:55:14.35\",\"phone\":[null],\"purchasePrice\":8.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-07-25 15:55:14', 14); +INSERT INTO `sys_oper_log` VALUES (5508, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":22,\"carNumber\":\"川S111118\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":26,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 15:55:14', 163); +INSERT INTO `sys_oper_log` VALUES (5509, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-07-25 15:55:54', 6); +INSERT INTO `sys_oper_log` VALUES (5510, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":554,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 16:02:53', 8); +INSERT INTO `sys_oper_log` VALUES (5511, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022300A\",\"carId\":554,\"carNumber\":\"渝ADG9758\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS043397\",\"newDate\":\"2023-07-25 16:02:53.524\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 16:02:53', 8); +INSERT INTO `sys_oper_log` VALUES (5512, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"554\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":554,\"carNumber\":\"渝ADG9758\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":823,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 16:02:53', 112); +INSERT INTO `sys_oper_log` VALUES (5513, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, '18667137007', NULL, '/car/30', '118.114.56.169', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 16:21:24', 9); +INSERT INTO `sys_oper_log` VALUES (5514, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-25 17:42:28.595\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-25 17:42:28', 8); +INSERT INTO `sys_oper_log` VALUES (5515, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 17:42:28', 4); +INSERT INTO `sys_oper_log` VALUES (5516, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 17:42:28', 93); +INSERT INTO `sys_oper_log` VALUES (5517, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"32123\",\"deviceType\":1,\"installBeforeMileage\":11,\"installTime\":\"2023-07-25\",\"relay\":2},{\"deviceID\":\"322\",\"deviceType\":2,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 18:16:26', 20); +INSERT INTO `sys_oper_log` VALUES (5518, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 18:16:34', 1); +INSERT INTO `sys_oper_log` VALUES (5519, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"234\",\"deviceType\":1,\"installBeforeMileage\":222,\"installTime\":\"2023-07-25\",\"relay\":2}],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 18:16:41', 14); +INSERT INTO `sys_oper_log` VALUES (5520, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-25 18:16:46', 2); +INSERT INTO `sys_oper_log` VALUES (5521, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 18:47:35', 11); +INSERT INTO `sys_oper_log` VALUES (5522, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 18:47:35.197\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 18:47:35', 16); +INSERT INTO `sys_oper_log` VALUES (5523, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 18:47:35', 112); +INSERT INTO `sys_oper_log` VALUES (5524, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:02:06.51\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 22:02:06', 8); +INSERT INTO `sys_oper_log` VALUES (5525, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:02:15.166\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 22:02:15', 7); +INSERT INTO `sys_oper_log` VALUES (5526, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:02:16.5\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 22:02:16', 7); +INSERT INTO `sys_oper_log` VALUES (5527, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:02:17.033\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 22:02:17', 8); +INSERT INTO `sys_oper_log` VALUES (5528, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:02:28.217\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-25 22:02:28', 8); +INSERT INTO `sys_oper_log` VALUES (5529, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '117.176.156.26', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a0001\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"b0002\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214512364952832.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715214517601884578.png\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-25 22:06:06.404\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715215928108359367.png\",\"phone\":[],\"purchasePrice\":15.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-13 00:00:00\"}}', 0, NULL, '2023-07-25 22:06:06', 9); +INSERT INTO `sys_oper_log` VALUES (5530, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '117.176.156.26', '', '{\"carId\":31,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 22:06:06', 8); +INSERT INTO `sys_oper_log` VALUES (5531, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '117.176.156.26', '', '{\"carId\":\"31\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":31,\"carNumber\":\"渝AA36224\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":48,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 22:06:06', 167); +INSERT INTO `sys_oper_log` VALUES (5532, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"022276A\",\"carId\":555,\"carNumber\":\"渝AD51538\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA2MS043782\",\"newDate\":\"2023-07-25 22:16:55.061\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-25 22:16:55', 9); +INSERT INTO `sys_oper_log` VALUES (5533, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":555,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-25 22:16:55', 6); +INSERT INTO `sys_oper_log` VALUES (5534, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"555\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":555,\"carNumber\":\"渝AD51538\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":824,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 22:16:55', 123); +INSERT INTO `sys_oper_log` VALUES (5535, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 22:18:04.355\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 22:18:04', 8); +INSERT INTO `sys_oper_log` VALUES (5536, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 22:18:04', 9); +INSERT INTO `sys_oper_log` VALUES (5537, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 22:18:04', 119); +INSERT INTO `sys_oper_log` VALUES (5538, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.114.56.169', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DA2111090145\",\"carId\":653,\"carNumber\":\"渝ADY3016\",\"carType\":\"东风-S50EV\",\"carVinNumber\":\"LMXF17BF4MZ463062\",\"newDate\":\"2023-07-25 22:19:31.076\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":32,\"violation\":1}}', 0, NULL, '2023-07-25 22:19:31', 11); +INSERT INTO `sys_oper_log` VALUES (5539, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.114.56.169', '', '{\"carId\":653,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":653,\"collectionUnit\":\"重庆市公安局高新技术产业开发区分局交通巡逻警察支队指挥室\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":91,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"大学城北路\",\"violationBehavior\":\"违反禁止标线指示\",\"violationDeductPoints\":1,\"violationFines\":100.00,\"violationTime\":\"2023-07-06 17:00\"},{\"carId\":653,\"collectionUnit\":\"重庆市公安局沙坪坝区分局交通巡逻警察支队\",\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:09\",\"disabled\":false,\"id\":92,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:09\",\"violationAddress\":\"梨新路往天星桥支路口\",\"violationBehavior\":\"驾驶中型以上载客载货汽车、校车、危险物品运输车辆以外的其他机动车在道路限速值低于60公里/小时的道路上超过规定车速50%以下的\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-13 06:27\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-25 22:19:31', 9); +INSERT INTO `sys_oper_log` VALUES (5540, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.114.56.169', '', '{\"carId\":\"653\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":653,\"carNumber\":\"渝ADY3016\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":922,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-25 22:19:31', 104); +INSERT INTO `sys_oper_log` VALUES (5541, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-26 10:03:30', 9); +INSERT INTO `sys_oper_log` VALUES (5542, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-26 10:03:30.058\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-26 10:03:30', 13); +INSERT INTO `sys_oper_log` VALUES (5543, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 10:03:30', 136); +INSERT INTO `sys_oper_log` VALUES (5544, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-26 10:12:05.943\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-26 10:12:05', 7); +INSERT INTO `sys_oper_log` VALUES (5545, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-26 10:12:05', 8); +INSERT INTO `sys_oper_log` VALUES (5546, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 10:12:06', 115); +INSERT INTO `sys_oper_log` VALUES (5547, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223094257\",\"deviceType\":1,\"installBeforeMileage\":0,\"installTime\":\"2023-07-26\",\"relay\":1}],\"carId\":45}', '{\"msg\":\"该设备已被绑定\",\"code\":500}', 0, NULL, '2023-07-26 14:02:32', 25); +INSERT INTO `sys_oper_log` VALUES (5548, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18225632548\",\"deviceType\":1,\"installBeforeMileage\":20,\"installTime\":\"2023-07-26\",\"relay\":2}],\"carId\":812}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 14:08:59', 56); +INSERT INTO `sys_oper_log` VALUES (5549, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-26 14:24:32', 29); +INSERT INTO `sys_oper_log` VALUES (5550, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"newDate\":\"2023-07-26 14:24:32.841\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-26 14:24:32', 32); +INSERT INTO `sys_oper_log` VALUES (5551, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 14:24:33', 309); +INSERT INTO `sys_oper_log` VALUES (5552, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 14:49:49', 82); +INSERT INTO `sys_oper_log` VALUES (5553, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰威斯凯尔酒店\",\"latitude\":\"30.605646\",\"longitude\":\"104.059364\",\"newDate\":\"2023-07-26 14:49:49.606\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:49:49', 83); +INSERT INTO `sys_oper_log` VALUES (5554, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 14:49:50', 391); +INSERT INTO `sys_oper_log` VALUES (5555, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:10.552\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:10', 15); +INSERT INTO `sys_oper_log` VALUES (5556, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:14.013\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:14', 13); +INSERT INTO `sys_oper_log` VALUES (5557, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:14.919\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:14', 13); +INSERT INTO `sys_oper_log` VALUES (5558, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:15.374\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:15', 16); +INSERT INTO `sys_oper_log` VALUES (5559, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:15.813\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:15', 14); +INSERT INTO `sys_oper_log` VALUES (5560, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.048\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 15); +INSERT INTO `sys_oper_log` VALUES (5561, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.238\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 14); +INSERT INTO `sys_oper_log` VALUES (5562, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.414\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 11); +INSERT INTO `sys_oper_log` VALUES (5563, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.591\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 12); +INSERT INTO `sys_oper_log` VALUES (5564, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.781\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 15); +INSERT INTO `sys_oper_log` VALUES (5565, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:16.976\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:16', 16); +INSERT INTO `sys_oper_log` VALUES (5566, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:17.163\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:17', 13); +INSERT INTO `sys_oper_log` VALUES (5567, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:17.337\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:17', 11); +INSERT INTO `sys_oper_log` VALUES (5568, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:17.501\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:17', 13); +INSERT INTO `sys_oper_log` VALUES (5569, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:17.662\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:17', 17); +INSERT INTO `sys_oper_log` VALUES (5570, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:17.831\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:17', 15); +INSERT INTO `sys_oper_log` VALUES (5571, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:18\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:18', 11); +INSERT INTO `sys_oper_log` VALUES (5572, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:18.189\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:18', 12); +INSERT INTO `sys_oper_log` VALUES (5573, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:18.374\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:18', 13); +INSERT INTO `sys_oper_log` VALUES (5574, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:19.206\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:19', 17); +INSERT INTO `sys_oper_log` VALUES (5575, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:19.679\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:19', 11); +INSERT INTO `sys_oper_log` VALUES (5576, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:20.086\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:20', 14); +INSERT INTO `sys_oper_log` VALUES (5577, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605623\",\"longitude\":\"104.059076\",\"newDate\":\"2023-07-26 14:50:20.462\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:20', 14); +INSERT INTO `sys_oper_log` VALUES (5578, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:47.032\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:47', 13); +INSERT INTO `sys_oper_log` VALUES (5579, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:48.214\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:48', 12); +INSERT INTO `sys_oper_log` VALUES (5580, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:48.566\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:48', 12); +INSERT INTO `sys_oper_log` VALUES (5581, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:48.717\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:48', 12); +INSERT INTO `sys_oper_log` VALUES (5582, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:48.884\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:48', 16); +INSERT INTO `sys_oper_log` VALUES (5583, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:49.016\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:49', 16); +INSERT INTO `sys_oper_log` VALUES (5584, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:49.164\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:49', 12); +INSERT INTO `sys_oper_log` VALUES (5585, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:49.334\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:49', 12); +INSERT INTO `sys_oper_log` VALUES (5586, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605628\",\"longitude\":\"104.058643\",\"newDate\":\"2023-07-26 14:50:49.502\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:50:49', 11); +INSERT INTO `sys_oper_log` VALUES (5587, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 14:51:01', 13); +INSERT INTO `sys_oper_log` VALUES (5588, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605703\",\"longitude\":\"104.058388\",\"newDate\":\"2023-07-26 14:51:01.668\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:51:01', 15); +INSERT INTO `sys_oper_log` VALUES (5589, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 14:51:01', 219); +INSERT INTO `sys_oper_log` VALUES (5590, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道合景叠翠峰\",\"latitude\":\"30.605717\",\"longitude\":\"104.058318\",\"newDate\":\"2023-07-26 14:51:11.51\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:51:11', 12); +INSERT INTO `sys_oper_log` VALUES (5591, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路辅路成都高新技术产业开发区(南区)\",\"latitude\":\"30.605711\",\"longitude\":\"104.057939\",\"newDate\":\"2023-07-26 14:51:28.683\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:51:28', 12); +INSERT INTO `sys_oper_log` VALUES (5592, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路辅路成都高新技术产业开发区(南区)\",\"latitude\":\"30.605711\",\"longitude\":\"104.057939\",\"newDate\":\"2023-07-26 14:51:31.91\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:51:31', 13); +INSERT INTO `sys_oper_log` VALUES (5593, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606055\",\"longitude\":\"104.057802\",\"newDate\":\"2023-07-26 14:52:56.613\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:52:56', 12); +INSERT INTO `sys_oper_log` VALUES (5594, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:21.819\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:21', 13); +INSERT INTO `sys_oper_log` VALUES (5595, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:22.499\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:22', 13); +INSERT INTO `sys_oper_log` VALUES (5596, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:23.001\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:23', 11); +INSERT INTO `sys_oper_log` VALUES (5597, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:23.448\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:23', 11); +INSERT INTO `sys_oper_log` VALUES (5598, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:23.882\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:23', 11); +INSERT INTO `sys_oper_log` VALUES (5599, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:24.279\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:24', 11); +INSERT INTO `sys_oper_log` VALUES (5600, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.60613\",\"longitude\":\"104.057801\",\"newDate\":\"2023-07-26 14:53:24.72\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:24', 10); +INSERT INTO `sys_oper_log` VALUES (5601, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:56.851\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:56', 12); +INSERT INTO `sys_oper_log` VALUES (5602, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:57.656\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:57', 11); +INSERT INTO `sys_oper_log` VALUES (5603, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:58.218\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:58', 11); +INSERT INTO `sys_oper_log` VALUES (5604, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:58.596\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:58', 12); +INSERT INTO `sys_oper_log` VALUES (5605, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:58.978\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:58', 14); +INSERT INTO `sys_oper_log` VALUES (5606, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606364\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:53:59.305\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:59', 10); +INSERT INTO `sys_oper_log` VALUES (5607, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606386\",\"longitude\":\"104.057782\",\"newDate\":\"2023-07-26 14:53:59.609\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:53:59', 13); +INSERT INTO `sys_oper_log` VALUES (5608, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:35.315\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:35', 11); +INSERT INTO `sys_oper_log` VALUES (5609, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:36.202\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:36', 11); +INSERT INTO `sys_oper_log` VALUES (5610, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:36.668\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:36', 10); +INSERT INTO `sys_oper_log` VALUES (5611, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:37.09\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:37', 15); +INSERT INTO `sys_oper_log` VALUES (5612, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:37.418\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:37', 11); +INSERT INTO `sys_oper_log` VALUES (5613, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:37.61\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:37', 19); +INSERT INTO `sys_oper_log` VALUES (5614, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:37.762\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:37', 11); +INSERT INTO `sys_oper_log` VALUES (5615, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:37.915\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:37', 11); +INSERT INTO `sys_oper_log` VALUES (5616, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:38.074\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:38', 10); +INSERT INTO `sys_oper_log` VALUES (5617, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"武侯区石羊街道诚通路南站公园\",\"latitude\":\"30.606388\",\"longitude\":\"104.057777\",\"newDate\":\"2023-07-26 14:54:38.225\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:54:38', 10); +INSERT INTO `sys_oper_log` VALUES (5618, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:31.54\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:31', 10); +INSERT INTO `sys_oper_log` VALUES (5619, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:34.291\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:34', 13); +INSERT INTO `sys_oper_log` VALUES (5620, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:34.726\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:34', 14); +INSERT INTO `sys_oper_log` VALUES (5621, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:34.93\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:34', 10); +INSERT INTO `sys_oper_log` VALUES (5622, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:35.1\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:35', 10); +INSERT INTO `sys_oper_log` VALUES (5623, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:35.386\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:35', 10); +INSERT INTO `sys_oper_log` VALUES (5624, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:35.634\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:35', 10); +INSERT INTO `sys_oper_log` VALUES (5625, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:35.786\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:35', 10); +INSERT INTO `sys_oper_log` VALUES (5626, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605775\",\"longitude\":\"104.056151\",\"newDate\":\"2023-07-26 14:57:35.962\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:57:35', 10); +INSERT INTO `sys_oper_log` VALUES (5627, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:41.873\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:41', 11); +INSERT INTO `sys_oper_log` VALUES (5628, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:42.561\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:42', 13); +INSERT INTO `sys_oper_log` VALUES (5629, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:42.71\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:42', 10); +INSERT INTO `sys_oper_log` VALUES (5630, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:42.918\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:42', 12); +INSERT INTO `sys_oper_log` VALUES (5631, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.143\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 12); +INSERT INTO `sys_oper_log` VALUES (5632, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.293\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 10); +INSERT INTO `sys_oper_log` VALUES (5633, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.454\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 10); +INSERT INTO `sys_oper_log` VALUES (5634, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.615\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 11); +INSERT INTO `sys_oper_log` VALUES (5635, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.78\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 10); +INSERT INTO `sys_oper_log` VALUES (5636, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:43.94\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:43', 9); +INSERT INTO `sys_oper_log` VALUES (5637, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:44.119\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:44', 12); +INSERT INTO `sys_oper_log` VALUES (5638, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60592\",\"longitude\":\"104.055572\",\"newDate\":\"2023-07-26 14:58:44.308\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:58:44', 10); +INSERT INTO `sys_oper_log` VALUES (5639, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60591\",\"longitude\":\"104.055512\",\"newDate\":\"2023-07-26 14:59:59.247\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:59:59', 10); +INSERT INTO `sys_oper_log` VALUES (5640, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60591\",\"longitude\":\"104.055512\",\"newDate\":\"2023-07-26 14:59:59.846\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 14:59:59', 14); +INSERT INTO `sys_oper_log` VALUES (5641, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.60591\",\"longitude\":\"104.055512\",\"newDate\":\"2023-07-26 15:00:09.004\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 15:00:09', 10); +INSERT INTO `sys_oper_log` VALUES (5642, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605915\",\"longitude\":\"104.05551\",\"newDate\":\"2023-07-26 15:00:24.142\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 15:00:24', 15); +INSERT INTO `sys_oper_log` VALUES (5643, '门店电子围栏:修改门店电子围栏', 2, 'com.ruoyi.management.controller.TCompanyShopElectronicController.edit()', 'POST', 1, 'admin', NULL, '/companyShopElectronic/companyShopElectronic/edit', '221.182.45.100', '', '{\"address\":\"\",\"city\":\"成都市\",\"cityCode\":\"510100\",\"content\":\"\\\"[[103.853348,31.34872],[103.257054,30.710697],[104.411782,30.688994],[104.370767,31.213903],[104.370767,31.213903]]\\\"\",\"controlCar\":\"5,1,2,3,4\",\"electronicFenceName\":\"vfr\",\"fenceType\":2,\"id\":63,\"policeType\":1,\"shopIds\":[15,16]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 15:30:33', 107); +INSERT INTO `sys_oper_log` VALUES (5644, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"123\",\"deviceType\":1,\"installBeforeMileage\":111,\"installTime\":\"2023-07-26\",\"relay\":2},{\"deviceID\":\"321\",\"deviceType\":2,\"installTime\":\"2023-07-26\",\"relay\":2}],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 15:41:53', 34); +INSERT INTO `sys_oper_log` VALUES (5645, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, '18667137007', NULL, '/carDevice/add', '118.114.56.169', '', '{\"carDeviceChildDTOS\":[],\"carId\":813}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 15:42:08', 1); +INSERT INTO `sys_oper_log` VALUES (5646, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:04:52.776\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:04:52', 13); +INSERT INTO `sys_oper_log` VALUES (5647, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"newDate\":\"2023-07-26 16:07:12.569\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 16:07:12', 11); +INSERT INTO `sys_oper_log` VALUES (5648, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 16:07:12', 31); +INSERT INTO `sys_oper_log` VALUES (5649, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":3871.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3871.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3871.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:07:12', 169); +INSERT INTO `sys_oper_log` VALUES (5650, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:07:49', 9); +INSERT INTO `sys_oper_log` VALUES (5651, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:07:49.367\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:07:49', 23); +INSERT INTO `sys_oper_log` VALUES (5652, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":2.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":2.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":2.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:07:49', 178); +INSERT INTO `sys_oper_log` VALUES (5653, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:08:51.736\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:08:51', 9); +INSERT INTO `sys_oper_log` VALUES (5654, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"newDate\":\"2023-07-26 16:12:07.505\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-26 16:12:07', 9); +INSERT INTO `sys_oper_log` VALUES (5655, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:12:21', 10); +INSERT INTO `sys_oper_log` VALUES (5656, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:12:21.683\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:12:21', 16); +INSERT INTO `sys_oper_log` VALUES (5657, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":2.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":2.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":2.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:12:21', 212); +INSERT INTO `sys_oper_log` VALUES (5658, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 16:12:31', 18); +INSERT INTO `sys_oper_log` VALUES (5659, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"newDate\":\"2023-07-26 16:12:31.487\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 16:12:31', 10); +INSERT INTO `sys_oper_log` VALUES (5660, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":3871.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3871.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3871.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:12:31', 204); +INSERT INTO `sys_oper_log` VALUES (5661, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:17:01', 12); +INSERT INTO `sys_oper_log` VALUES (5662, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:17:01.284\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:17:01', 10); +INSERT INTO `sys_oper_log` VALUES (5663, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":2.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":2.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":2.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:17:01', 149); +INSERT INTO `sys_oper_log` VALUES (5664, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"19223094257\",\"deviceType\":1,\"id\":71,\"installBeforeMileage\":10,\"installTime\":\"2023-07-25\",\"relay\":1}],\"carId\":45}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 16:18:34', 5); +INSERT INTO `sys_oper_log` VALUES (5665, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:18:38', 10); +INSERT INTO `sys_oper_log` VALUES (5666, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"newDate\":\"2023-07-26 16:18:38.707\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-26 16:18:38', 11); +INSERT INTO `sys_oper_log` VALUES (5667, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"monthMileage\":2.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":2.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":2.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:18:38', 193); +INSERT INTO `sys_oper_log` VALUES (5668, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"newDate\":\"2023-07-26 16:25:07.806\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 16:25:07', 9); +INSERT INTO `sys_oper_log` VALUES (5669, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 16:25:07', 11); +INSERT INTO `sys_oper_log` VALUES (5670, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":3871.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3871.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3871.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:25:08', 232); +INSERT INTO `sys_oper_log` VALUES (5671, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":812,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:31:31', 14); +INSERT INTO `sys_oper_log` VALUES (5672, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"newDate\":\"2023-07-26 16:31:31.342\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-07-26 16:31:31', 13); +INSERT INTO `sys_oper_log` VALUES (5673, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":812,\"carNumber\":\"川G2che26\",\"createTime\":\"2023-07-26 14:36:35\",\"dayMileage\":0.0,\"disabled\":false,\"id\":4075,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-26 14:36:35\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:31:31', 120); +INSERT INTO `sys_oper_log` VALUES (5674, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 16:31:38', 9); +INSERT INTO `sys_oper_log` VALUES (5675, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-26 16:31:38.12\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-26 16:31:38', 13); +INSERT INTO `sys_oper_log` VALUES (5676, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 16:31:38', 134); +INSERT INTO `sys_oper_log` VALUES (5677, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-26 16:31:40.65\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-26 16:31:40', 10); +INSERT INTO `sys_oper_log` VALUES (5678, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-26 16:32:35.447\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-26 16:32:35', 9); +INSERT INTO `sys_oper_log` VALUES (5679, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 17:24:48', 6); +INSERT INTO `sys_oper_log` VALUES (5680, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-26 17:24:48.396\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-26 17:24:48', 10); +INSERT INTO `sys_oper_log` VALUES (5681, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 17:24:48', 124); +INSERT INTO `sys_oper_log` VALUES (5682, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"newDate\":\"2023-07-26 17:32:40.865\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-26 17:32:40', 17); +INSERT INTO `sys_oper_log` VALUES (5683, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 17:32:40', 17); +INSERT INTO `sys_oper_log` VALUES (5684, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 17:32:41', 133); +INSERT INTO `sys_oper_log` VALUES (5685, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"newDate\":\"2023-07-26 17:59:52.355\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-07-26 17:59:52', 16); +INSERT INTO `sys_oper_log` VALUES (5686, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":812,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 17:59:52', 23); +INSERT INTO `sys_oper_log` VALUES (5687, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":812,\"carNumber\":\"川G2che26\",\"createTime\":\"2023-07-26 14:36:35\",\"dayMileage\":0.0,\"disabled\":false,\"id\":4075,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-26 14:36:35\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 17:59:52', 114); +INSERT INTO `sys_oper_log` VALUES (5688, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":812,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-26 18:02:44', 11); +INSERT INTO `sys_oper_log` VALUES (5689, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"newDate\":\"2023-07-26 18:02:44.465\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-07-26 18:02:44', 11); +INSERT INTO `sys_oper_log` VALUES (5690, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":812,\"carNumber\":\"川G2che26\",\"createTime\":\"2023-07-26 14:36:35\",\"dayMileage\":0.0,\"disabled\":false,\"id\":4075,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-26 14:36:35\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 18:02:44', 112); +INSERT INTO `sys_oper_log` VALUES (5691, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"newDate\":\"2023-07-26 18:04:34.78\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 18:04:34', 9); +INSERT INTO `sys_oper_log` VALUES (5692, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 18:04:34', 19); +INSERT INTO `sys_oper_log` VALUES (5693, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":3871.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3871.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3871.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 18:04:35', 137); +INSERT INTO `sys_oper_log` VALUES (5694, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"monthMileage\":3871.0,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3871.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3871.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 18:25:02', 389); +INSERT INTO `sys_oper_log` VALUES (5695, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"newDate\":\"2023-07-26 18:25:01.951\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 18:25:02', 86); +INSERT INTO `sys_oper_log` VALUES (5696, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 18:25:02', 57); +INSERT INTO `sys_oper_log` VALUES (5697, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"mileageSum\":0.0,\"newDate\":\"2023-07-26 18:26:47.422\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 18:26:48', 925); +INSERT INTO `sys_oper_log` VALUES (5698, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 18:26:48', 1002); +INSERT INTO `sys_oper_log` VALUES (5699, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"lastWeekMileage\":0.0,\"monthMileage\":3.871,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3.871,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3.871,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 18:26:49', 1109); +INSERT INTO `sys_oper_log` VALUES (5700, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-26 18:27:33', 21); +INSERT INTO `sys_oper_log` VALUES (5701, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"mileageSum\":0.0,\"newDate\":\"2023-07-26 18:27:33.596\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-26 18:27:33', 34); +INSERT INTO `sys_oper_log` VALUES (5702, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"lastWeekMileage\":0.0,\"monthMileage\":3.871,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3.871,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3.871,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-26 18:27:33', 307); +INSERT INTO `sys_oper_log` VALUES (5703, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '18667137007', NULL, '/carType/add', '118.114.56.169', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70pro 网约版-153欣旺达减电+弗迪\",\"companyId\":12,\"createTime\":\"2023-07-26 21:38:37\",\"id\":34,\"typeNumber\":\"2160356736\",\"updateTime\":\"2023-07-26 21:38:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 21:38:37', 35); +INSERT INTO `sys_oper_log` VALUES (5704, '车型配置', 1, 'com.ruoyi.vehicle.controller.TCarTypeController.add()', 'POST', 1, '18667137007', NULL, '/carType/add', '118.114.56.169', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70 网约版-132欣旺达Ⅲ+弗迪\",\"companyId\":12,\"createTime\":\"2023-07-26 21:39:04\",\"id\":35,\"typeNumber\":\"2146276127\",\"updateTime\":\"2023-07-26 21:39:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 21:39:04', 7); +INSERT INTO `sys_oper_log` VALUES (5705, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, '18667137007', NULL, '/carType/edit', '118.114.56.169', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70pro网约版153欣旺达减电弗迪\",\"companyId\":12,\"createTime\":\"2023-07-26 21:38:38\",\"disabled\":false,\"id\":34,\"state\":1,\"typeNumber\":\"2160356736\",\"updateTime\":\"2023-07-26 21:42:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 21:42:52', 5); +INSERT INTO `sys_oper_log` VALUES (5706, '车型配置', 2, 'com.ruoyi.vehicle.controller.TCarTypeController.edit()', 'POST', 1, '18667137007', NULL, '/carType/edit', '118.114.56.169', '', '{\"carBrand\":\"东风风神\",\"carModel\":\"E70网约版132欣旺达Ⅲ弗迪\",\"companyId\":12,\"createTime\":\"2023-07-26 21:39:05\",\"disabled\":false,\"id\":35,\"state\":1,\"typeNumber\":\"2146276127\",\"updateTime\":\"2023-07-26 21:43:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-26 21:43:04', 4); +INSERT INTO `sys_oper_log` VALUES (5707, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"291\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:36', 5); +INSERT INTO `sys_oper_log` VALUES (5708, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"290\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:38', 5); +INSERT INTO `sys_oper_log` VALUES (5709, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"287\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:41', 6); +INSERT INTO `sys_oper_log` VALUES (5710, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"286\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:43', 5); +INSERT INTO `sys_oper_log` VALUES (5711, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"285\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:44', 5); +INSERT INTO `sys_oper_log` VALUES (5712, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"284\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:46', 4); +INSERT INTO `sys_oper_log` VALUES (5713, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"283\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:48', 4); +INSERT INTO `sys_oper_log` VALUES (5714, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, '18667137007', NULL, '/importRecord/removeById', '118.114.56.169', '', '{\"id\":\"107\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-26 21:47:51', 4); +INSERT INTO `sys_oper_log` VALUES (5715, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-27 09:31:47', 73); +INSERT INTO `sys_oper_log` VALUES (5716, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 09:31:47.876\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-27 09:31:47', 60); +INSERT INTO `sys_oper_log` VALUES (5717, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 09:31:48', 332); +INSERT INTO `sys_oper_log` VALUES (5718, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-27 09:31:53', 28); +INSERT INTO `sys_oper_log` VALUES (5719, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 09:31:53.089\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-27 09:31:53', 48); +INSERT INTO `sys_oper_log` VALUES (5720, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 09:31:53', 227); +INSERT INTO `sys_oper_log` VALUES (5721, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 09:34:20.889\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-27 09:34:20', 11); +INSERT INTO `sys_oper_log` VALUES (5722, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 09:34:20', 8); +INSERT INTO `sys_oper_log` VALUES (5723, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 09:34:21', 141); +INSERT INTO `sys_oper_log` VALUES (5724, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":45,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 10:11:35', 13); +INSERT INTO `sys_oper_log` VALUES (5725, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 10:11:35.946\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-27 10:11:35', 12); +INSERT INTO `sys_oper_log` VALUES (5726, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":45,\"carNumber\":\"川A0004\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":183,\"lastWeekMileage\":0.0,\"monthMileage\":0.002,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":0.002,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.002,\"yesterdayMileage\":0.002}}', 0, NULL, '2023-07-27 10:11:36', 178); +INSERT INTO `sys_oper_log` VALUES (5727, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":44,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":44,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":45,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"锦江冬路\",\"violationBehavior\":\"尾速\",\"violationDeductPoints\":2,\"violationFines\":11.00,\"violationTime\":\"2023-07-01 10:11\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-27 10:11:41', 13); +INSERT INTO `sys_oper_log` VALUES (5728, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1522\",\"carId\":44,\"carNumber\":\"川A0003\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byc964\",\"currentAddress\":\"武侯区石羊街道和盛东街南城都汇8期\",\"latitude\":\"30.591611\",\"longitude\":\"104.057678\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 10:11:41.559\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-04 00:00:00\"}}', 0, NULL, '2023-07-27 10:11:41', 11); +INSERT INTO `sys_oper_log` VALUES (5729, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":44,\"carNumber\":\"川A0003\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":182,\"lastWeekMileage\":0.0,\"monthMileage\":3.891,\"shopName\":\"金融城4s店\",\"state\":2,\"sumMileage\":3.891,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":3.891,\"yesterdayMileage\":3.871}}', 0, NULL, '2023-07-27 10:11:41', 179); +INSERT INTO `sys_oper_log` VALUES (5730, '车辆管理:删除车辆', 3, 'com.ruoyi.vehicle.controller.TCarController.remove()', 'DELETE', 1, '18667137007', NULL, '/car/702', '171.217.41.54', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-27 10:25:17', 9); +INSERT INTO `sys_oper_log` VALUES (5731, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-27 10:47:26', 14); +INSERT INTO `sys_oper_log` VALUES (5732, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 10:47:26.021\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-27 10:47:26', 17); +INSERT INTO `sys_oper_log` VALUES (5733, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 10:47:26', 189); +INSERT INTO `sys_oper_log` VALUES (5734, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vo24566\",\"carId\":25,\"carNumber\":\"川G10666\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"dgdf2563\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:43:38.195\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-27 11:43:38', 15); +INSERT INTO `sys_oper_log` VALUES (5735, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":25,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 11:43:38', 14); +INSERT INTO `sys_oper_log` VALUES (5736, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"25\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":25,\"carNumber\":\"川G10666\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":29,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:43:38', 216); +INSERT INTO `sys_oper_log` VALUES (5737, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 11:43:51', 6); +INSERT INTO `sys_oper_log` VALUES (5738, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:43:51.32\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-27 11:43:51', 8); +INSERT INTO `sys_oper_log` VALUES (5739, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:43:51', 115); +INSERT INTO `sys_oper_log` VALUES (5740, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:45:42.036\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-27 11:45:42', 9); +INSERT INTO `sys_oper_log` VALUES (5741, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-27 11:45:42', 10); +INSERT INTO `sys_oper_log` VALUES (5742, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:45:42', 157); +INSERT INTO `sys_oper_log` VALUES (5743, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:48:45.766\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-27 11:48:45', 14); +INSERT INTO `sys_oper_log` VALUES (5744, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 11:48:45', 12); +INSERT INTO `sys_oper_log` VALUES (5745, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:48:45', 133); +INSERT INTO `sys_oper_log` VALUES (5746, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 11:49:01', 8); +INSERT INTO `sys_oper_log` VALUES (5747, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:49:01.339\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-27 11:49:01', 12); +INSERT INTO `sys_oper_log` VALUES (5748, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:49:01', 127); +INSERT INTO `sys_oper_log` VALUES (5749, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:58:12.117\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-27 11:58:12', 10); +INSERT INTO `sys_oper_log` VALUES (5750, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 11:58:12', 13); +INSERT INTO `sys_oper_log` VALUES (5751, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:58:12', 112); +INSERT INTO `sys_oper_log` VALUES (5752, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17623385480', NULL, '/car/carInfoRecord', '113.250.208.55', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-27 11:59:28', 21); +INSERT INTO `sys_oper_log` VALUES (5753, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17623385480', NULL, '/car/carInfo', '113.250.208.55', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 11:59:27.989\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-27 11:59:28', 17); +INSERT INTO `sys_oper_log` VALUES (5754, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17623385480', NULL, '/car/carInfoNext', '113.250.208.55', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":749,\"carNumber\":\"渝ADF5402\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2421,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 11:59:28', 112); +INSERT INTO `sys_oper_log` VALUES (5755, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '17623385480', NULL, '/car/carInfo', '113.250.208.55', '', '{\"carId\":\"585\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000390A\",\"carId\":585,\"carNumber\":\"渝ADQ0873\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA9MS060854\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 12:00:46.555\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":2}}', 0, NULL, '2023-07-27 12:00:46', 9); +INSERT INTO `sys_oper_log` VALUES (5756, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '17623385480', NULL, '/car/carInfoRecord', '113.250.208.55', '', '{\"carId\":585,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-27 12:00:46', 17); +INSERT INTO `sys_oper_log` VALUES (5757, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '17623385480', NULL, '/car/carInfoNext', '113.250.208.55', '', '{\"carId\":\"585\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":585,\"carNumber\":\"渝ADQ0873\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":854,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 12:00:46', 144); +INSERT INTO `sys_oper_log` VALUES (5758, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.addCompanyUser()', 'POST', 1, '18667137007', NULL, '/user/addCompanyUser', '118.114.62.143', '', '{\"companyId\":12,\"roleId\":38,\"shopIds\":[24],\"sysUser\":{\"admin\":false,\"createBy\":\"18667137007\",\"nickName\":\"朱佳佳\",\"params\":{},\"phonenumber\":\"18996141622\",\"roleId\":38,\"roleType\":3,\"userId\":202,\"userName\":\"18996141622\"}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-27 13:12:36', 160); +INSERT INTO `sys_oper_log` VALUES (5759, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"143\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX06446680077\",\"carId\":143,\"carNumber\":\"渝ADX0560\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B964NG141630\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 17:26:24.816\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-27 17:26:24', 9); +INSERT INTO `sys_oper_log` VALUES (5760, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":143,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":143,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":224,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"西林大道(国盛天鹅湖)路段20米\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-23 09:49\"},{\"carId\":143,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":225,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"G243复线新民段\",\"violationBehavior\":\"驾驶校车、中型以上载客载货汽车、危险物品运输车辆以外的机动车行驶超过规定时速百分之十以上未达到百分之二十的\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-05 12:00\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-27 17:26:24', 17); +INSERT INTO `sys_oper_log` VALUES (5761, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"143\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":143,\"carNumber\":\"渝ADX0560\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":412,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 17:26:25', 122); +INSERT INTO `sys_oper_log` VALUES (5762, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 17:27:38.431\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-07-27 17:27:38', 21); +INSERT INTO `sys_oper_log` VALUES (5763, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:15\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:15\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-27 17:27:38', 13); +INSERT INTO `sys_oper_log` VALUES (5764, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":749,\"carNumber\":\"渝ADF5402\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2421,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 17:27:38', 119); +INSERT INTO `sys_oper_log` VALUES (5765, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-24 09:40:10\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-24 09:40:10\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-27 17:27:48', 9); +INSERT INTO `sys_oper_log` VALUES (5766, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"mileageSum\":0.0,\"newDate\":\"2023-07-27 17:27:48.899\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-27 17:27:48', 20); +INSERT INTO `sys_oper_log` VALUES (5767, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-27 17:27:49', 121); +INSERT INTO `sys_oper_log` VALUES (5768, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:39:39.263\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:39:39', 17); +INSERT INTO `sys_oper_log` VALUES (5769, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 09:39:39', 15); +INSERT INTO `sys_oper_log` VALUES (5770, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 09:39:39', 147); +INSERT INTO `sys_oper_log` VALUES (5771, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:39:40.717\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:39:40', 8); +INSERT INTO `sys_oper_log` VALUES (5772, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:39:46.615\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:39:46', 8); +INSERT INTO `sys_oper_log` VALUES (5773, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:42:19.739\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:42:19', 7); +INSERT INTO `sys_oper_log` VALUES (5774, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 09:42:26', 8); +INSERT INTO `sys_oper_log` VALUES (5775, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:42:26.371\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:42:26', 12); +INSERT INTO `sys_oper_log` VALUES (5776, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 09:42:26', 138); +INSERT INTO `sys_oper_log` VALUES (5777, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:42:27.305\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:42:27', 8); +INSERT INTO `sys_oper_log` VALUES (5778, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:44:00.21\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:44:00', 6); +INSERT INTO `sys_oper_log` VALUES (5779, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:45:02.619\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:45:02', 7); +INSERT INTO `sys_oper_log` VALUES (5780, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:45:32.85\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:45:32', 9); +INSERT INTO `sys_oper_log` VALUES (5781, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:48:03.337\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:48:03', 7); +INSERT INTO `sys_oper_log` VALUES (5782, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:49:18.708\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:49:18', 7); +INSERT INTO `sys_oper_log` VALUES (5783, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:52:58.962\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:52:58', 7); +INSERT INTO `sys_oper_log` VALUES (5784, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 09:52:58', 6); +INSERT INTO `sys_oper_log` VALUES (5785, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 09:52:59', 142); +INSERT INTO `sys_oper_log` VALUES (5786, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:52:59.796\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:52:59', 7); +INSERT INTO `sys_oper_log` VALUES (5787, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:53:02.595\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:53:02', 8); +INSERT INTO `sys_oper_log` VALUES (5788, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:53:16.183\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:53:16', 7); +INSERT INTO `sys_oper_log` VALUES (5789, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:53:32.869\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:53:32', 8); +INSERT INTO `sys_oper_log` VALUES (5790, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:53:49.002\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:53:49', 8); +INSERT INTO `sys_oper_log` VALUES (5791, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:54:22.926\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:54:22', 8); +INSERT INTO `sys_oper_log` VALUES (5792, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.574279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:55:35.861\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:55:35', 8); +INSERT INTO `sys_oper_log` VALUES (5793, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.674279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:56:32.098\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:56:32', 8); +INSERT INTO `sys_oper_log` VALUES (5794, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"104.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:57:16.518\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:57:16', 8); +INSERT INTO `sys_oper_log` VALUES (5795, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"104.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:58:25.908\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:58:25', 8); +INSERT INTO `sys_oper_log` VALUES (5796, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"104.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:58:33.019\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:58:33', 9); +INSERT INTO `sys_oper_log` VALUES (5797, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"104.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:58:57.643\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:58:57', 9); +INSERT INTO `sys_oper_log` VALUES (5798, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"104.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:59:06.182\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:59:06', 9); +INSERT INTO `sys_oper_log` VALUES (5799, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 09:59:24.816\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 09:59:24', 9); +INSERT INTO `sys_oper_log` VALUES (5800, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 10:00:04.513\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 10:00:04', 7); +INSERT INTO `sys_oper_log` VALUES (5801, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 11:04:35', 7); +INSERT INTO `sys_oper_log` VALUES (5802, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 11:04:35.036\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 11:04:35', 10); +INSERT INTO `sys_oper_log` VALUES (5803, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 11:04:35', 152); +INSERT INTO `sys_oper_log` VALUES (5804, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 11:33:08.009\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 11:33:08', 8); +INSERT INTO `sys_oper_log` VALUES (5805, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 13:53:58.722\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-28 13:53:58', 9); +INSERT INTO `sys_oper_log` VALUES (5806, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:51\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:51\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-28 13:53:58', 10); +INSERT INTO `sys_oper_log` VALUES (5807, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 13:53:58', 136); +INSERT INTO `sys_oper_log` VALUES (5808, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:08:10.907\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-28 14:08:10', 23); +INSERT INTO `sys_oper_log` VALUES (5809, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-28 14:08:10', 11); +INSERT INTO `sys_oper_log` VALUES (5810, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 14:08:11', 144); +INSERT INTO `sys_oper_log` VALUES (5811, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18667137007', NULL, '/car/add', '113.250.214.118', '', '{\"carColor\":1,\"carEngineNumber\":\"234234234\",\"carPicture\":\"\",\"carType\":\"16\",\"carVinNumber\":\"234243test\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-27\",\"remark\":\"123123\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-27\"}', NULL, 1, '', '2023-07-28 14:13:30', 9); +INSERT INTO `sys_oper_log` VALUES (5812, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, '18667137007', NULL, '/car/add', '113.250.214.118', '', '{\"carColor\":1,\"carEngineNumber\":\"234234234234432\",\"carPicture\":\"\",\"carType\":\"16\",\"carVinNumber\":\"234243test\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-27\",\"remark\":\"123123\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-27\"}', NULL, 1, '', '2023-07-28 14:13:35', 1); +INSERT INTO `sys_oper_log` VALUES (5813, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:16:48.161\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 14:16:48', 9); +INSERT INTO `sys_oper_log` VALUES (5814, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:17:01.233\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 14:17:01', 8); +INSERT INTO `sys_oper_log` VALUES (5815, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:17:20.411\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 14:17:20', 8); +INSERT INTO `sys_oper_log` VALUES (5816, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"234234234234432\",\"carPicture\":\"\",\"carType\":\"16\",\"carVinNumber\":\"234243test\",\"purchasePrice\":11,\"purchaseTime\":\"2023-07-28\",\"remark\":\"\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"warrantyTime\":\"2023-07-28\"}', NULL, 1, '', '2023-07-28 14:17:37', 2); +INSERT INTO `sys_oper_log` VALUES (5817, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":1,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carType\":\"16\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-28\",\"remark\":\"13\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"warrantyTime\":\"2023-07-28\"}', NULL, 1, '', '2023-07-28 14:25:04', 2); +INSERT INTO `sys_oper_log` VALUES (5818, '车辆管理:新增车辆', 1, 'com.ruoyi.vehicle.controller.TCarController.add()', 'POST', 1, 'admin', NULL, '/car/add', '221.182.45.100', '', '{\"carColor\":2,\"carEngineNumber\":\"21\",\"carPicture\":\"\",\"carVinNumber\":\"1232132\",\"purchasePrice\":123,\"purchaseTime\":\"2023-07-28\",\"remark\":\"13\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"typeId\":16,\"warrantyTime\":\"2023-07-28\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-07-28 14:27:44', 7); +INSERT INTO `sys_oper_log` VALUES (5819, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:57:59.188\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-07-28 14:57:59', 12); +INSERT INTO `sys_oper_log` VALUES (5820, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-07-28 14:57:59', 27); +INSERT INTO `sys_oper_log` VALUES (5821, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 14:57:59', 252); +INSERT INTO `sys_oper_log` VALUES (5822, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 14:58:08', 5); +INSERT INTO `sys_oper_log` VALUES (5823, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 14:58:08.139\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 14:58:08', 10); +INSERT INTO `sys_oper_log` VALUES (5824, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 14:58:08', 158); +INSERT INTO `sys_oper_log` VALUES (5825, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '113.250.214.118', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:51\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:51\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-28 15:00:16', 13); +INSERT INTO `sys_oper_log` VALUES (5826, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 15:00:16.914\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-28 15:00:16', 11); +INSERT INTO `sys_oper_log` VALUES (5827, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '113.250.214.118', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 15:00:17', 159); +INSERT INTO `sys_oper_log` VALUES (5828, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '113.250.214.118', '', '{\"carId\":255,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":255,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:52\",\"disabled\":false,\"handleTime\":\"2023-07-20\",\"id\":327,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:52\",\"violationAddress\":\"华凤大道锦虹二路口\",\"violationBehavior\":\"驾驶机动车违反道路交通信号灯通行的\",\"violationDeductPoints\":0,\"violationFines\":200.00,\"violationTime\":\"2023-05-11 13:30\"},{\"carId\":255,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:52\",\"disabled\":false,\"id\":328,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:52\",\"violationAddress\":\"麻柳大道爱萝家纺路口\",\"violationBehavior\":\"驾车接拨手持电话\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-08 02:08\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-07-28 15:19:55', 8); +INSERT INTO `sys_oper_log` VALUES (5829, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"255\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"A122A18A10144558\",\"carId\":255,\"carNumber\":\"渝ADR6711\",\"carType\":\"荣威Ei6-500特别版\",\"carVinNumber\":\"LSJW56037NG120237\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 15:19:55.566\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":30,\"violation\":1}}', 0, NULL, '2023-07-28 15:19:55', 9); +INSERT INTO `sys_oper_log` VALUES (5830, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '113.250.214.118', '', '{\"carId\":\"255\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":255,\"carNumber\":\"渝ADR6711\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":524,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 15:19:55', 201); +INSERT INTO `sys_oper_log` VALUES (5831, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '113.250.214.118', '', '{\"carId\":737,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 16:39:32', 9); +INSERT INTO `sys_oper_log` VALUES (5832, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '113.250.214.118', '', '{\"carId\":\"737\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N907800680077\",\"carId\":737,\"carNumber\":\"渝AAE9351\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B963NG114449\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 16:39:32.544\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":2}}', 0, NULL, '2023-07-28 16:39:32', 9); +INSERT INTO `sys_oper_log` VALUES (5833, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '113.250.214.118', '', '{\"carId\":\"737\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":737,\"carNumber\":\"渝AAE9351\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2409,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 16:39:32', 169); +INSERT INTO `sys_oper_log` VALUES (5834, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NX07864680077\",\"carId\":142,\"carNumber\":\"渝ADR7570\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B966NG137451\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:13:38.26\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-28 17:13:38', 8); +INSERT INTO `sys_oper_log` VALUES (5835, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":142,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":142,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:51\",\"disabled\":false,\"id\":227,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:51\",\"violationAddress\":\"菜袁路草坪180米\",\"violationBehavior\":\"机动车未按规定临时停车\",\"violationDeductPoints\":0,\"violationFines\":0.00,\"violationTime\":\"2023-07-12 20:06\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-28 17:13:38', 6); +INSERT INTO `sys_oper_log` VALUES (5836, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"142\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":142,\"carNumber\":\"渝ADR7570\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":411,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 17:13:38', 203); +INSERT INTO `sys_oper_log` VALUES (5837, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:31', 37); +INSERT INTO `sys_oper_log` VALUES (5838, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:38', 12); +INSERT INTO `sys_oper_log` VALUES (5839, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:40', 11); +INSERT INTO `sys_oper_log` VALUES (5840, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:40', 11); +INSERT INTO `sys_oper_log` VALUES (5841, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:50', 11); +INSERT INTO `sys_oper_log` VALUES (5842, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:50', 12); +INSERT INTO `sys_oper_log` VALUES (5843, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"1475245\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"12425782554\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":43}', NULL, 1, '', '2023-07-28 17:16:51', 11); +INSERT INTO `sys_oper_log` VALUES (5844, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"2155\",\"deviceType\":1,\"installTime\":\"2023-07-28\",\"relay\":2},{\"deviceID\":\"11555\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":867}', NULL, 1, '', '2023-07-28 17:17:14', 7); +INSERT INTO `sys_oper_log` VALUES (5845, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:24:32.311\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-28 17:24:32', 8); +INSERT INTO `sys_oper_log` VALUES (5846, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:24:39.415\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-28 17:24:39', 10); +INSERT INTO `sys_oper_log` VALUES (5847, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:25:01.587\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:25:01', 8); +INSERT INTO `sys_oper_log` VALUES (5848, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 17:34:57', 5); +INSERT INTO `sys_oper_log` VALUES (5849, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:34:57.765\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:34:57', 9); +INSERT INTO `sys_oper_log` VALUES (5850, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 17:34:58', 198); +INSERT INTO `sys_oper_log` VALUES (5851, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:35:17.05\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:35:17', 7); +INSERT INTO `sys_oper_log` VALUES (5852, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 17:38:25', 4); +INSERT INTO `sys_oper_log` VALUES (5853, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:38:25.561\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:38:25', 9); +INSERT INTO `sys_oper_log` VALUES (5854, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 17:38:25', 180); +INSERT INTO `sys_oper_log` VALUES (5855, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:38:27.635\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:38:27', 9); +INSERT INTO `sys_oper_log` VALUES (5856, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:38:32.152\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:38:32', 7); +INSERT INTO `sys_oper_log` VALUES (5857, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:39:50.167\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:39:50', 7); +INSERT INTO `sys_oper_log` VALUES (5858, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:42:30.861\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-28 17:42:30', 8); +INSERT INTO `sys_oper_log` VALUES (5859, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:43:55.753\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:43:55', 9); +INSERT INTO `sys_oper_log` VALUES (5860, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:44:19.619\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:44:19', 9); +INSERT INTO `sys_oper_log` VALUES (5861, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-28 17:44:26', 7); +INSERT INTO `sys_oper_log` VALUES (5862, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:44:26.03\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:44:26', 9); +INSERT INTO `sys_oper_log` VALUES (5863, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-28 17:44:26', 209); +INSERT INTO `sys_oper_log` VALUES (5864, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:44:27.709\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:44:27', 8); +INSERT INTO `sys_oper_log` VALUES (5865, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:44:42.968\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-28 17:44:42', 8); +INSERT INTO `sys_oper_log` VALUES (5866, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:44:50.29\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:44:50', 8); +INSERT INTO `sys_oper_log` VALUES (5867, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:03.286\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:03', 8); +INSERT INTO `sys_oper_log` VALUES (5868, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:12.387\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:12', 7); +INSERT INTO `sys_oper_log` VALUES (5869, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:22.46\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:22', 8); +INSERT INTO `sys_oper_log` VALUES (5870, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:23.642\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:23', 8); +INSERT INTO `sys_oper_log` VALUES (5871, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:24.374\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:24', 8); +INSERT INTO `sys_oper_log` VALUES (5872, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:25.104\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:25', 8); +INSERT INTO `sys_oper_log` VALUES (5873, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.0,\"newDate\":\"2023-07-28 17:45:53.762\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-07-28 17:45:53', 8); +INSERT INTO `sys_oper_log` VALUES (5874, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18263523698\",\"deviceType\":1,\"installBeforeMileage\":1,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":867}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-28 18:36:03', 16); +INSERT INTO `sys_oper_log` VALUES (5875, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18263523698\",\"deviceType\":1,\"id\":91,\"installBeforeMileage\":1,\"installTime\":\"2023-07-27\",\"relay\":2},{\"deviceID\":\"555\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":867}', NULL, 1, '', '2023-07-28 18:38:24', 10); +INSERT INTO `sys_oper_log` VALUES (5876, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18263523698\",\"deviceType\":1,\"id\":91,\"installBeforeMileage\":1,\"installTime\":\"2023-07-27\",\"relay\":2},{\"deviceID\":\"dddd\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":867}', NULL, 1, '', '2023-07-28 18:39:04', 10); +INSERT INTO `sys_oper_log` VALUES (5877, '车辆管理设备:提交车辆管理设备', 1, 'com.ruoyi.vehicle.controller.TCarDeviceController.add()', 'POST', 1, 'admin', NULL, '/carDevice/add', '221.182.45.100', '', '{\"carDeviceChildDTOS\":[{\"deviceID\":\"18263523698\",\"deviceType\":1,\"id\":91,\"installBeforeMileage\":1,\"installTime\":\"2023-07-27\",\"relay\":2},{\"deviceID\":\"dddd\",\"deviceType\":2,\"installTime\":\"2023-07-28\",\"relay\":2}],\"carId\":867}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-07-28 19:02:56', 97); +INSERT INTO `sys_oper_log` VALUES (5878, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '19985703930', NULL, '/car/carInfo', '113.250.212.156', '', '{\"carId\":\"376\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"003770A\",\"carId\":376,\"carNumber\":\"渝AA35761\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEA8NS095662\",\"mileageSum\":0.00,\"newDate\":\"2023-07-29 16:05:20.072\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-29 16:05:20', 59); +INSERT INTO `sys_oper_log` VALUES (5879, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '19985703930', NULL, '/car/carInfoRecord', '113.250.212.156', '', '{\"carId\":376,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":376,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:53\",\"disabled\":false,\"id\":702,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:53\",\"violationAddress\":\"公平巷\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-07-22 18:48\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-29 16:05:20', 87); +INSERT INTO `sys_oper_log` VALUES (5880, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '19985703930', NULL, '/car/carInfoNext', '113.250.212.156', '', '{\"carId\":\"376\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":376,\"carNumber\":\"渝AA35761\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":645,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-29 16:05:20', 301); +INSERT INTO `sys_oper_log` VALUES (5881, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.00,\"newDate\":\"2023-07-29 17:40:17.542\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-29 17:40:17', 14); +INSERT INTO `sys_oper_log` VALUES (5882, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"45\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt1521\",\"carId\":45,\"carNumber\":\"川A0004\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byyd964\",\"currentAddress\":\"南站公园\",\"latitude\":\"30.605933\",\"longitude\":\"104.055518\",\"mileageSum\":0.00,\"newDate\":\"2023-07-29 17:40:23.767\",\"phone\":[],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":2,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2029-02-05 00:00:00\"}}', 0, NULL, '2023-07-29 17:40:23', 11); +INSERT INTO `sys_oper_log` VALUES (5883, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '118.116.115.15', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-07-29 17:40:45.185\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-29 17:40:45', 11); +INSERT INTO `sys_oper_log` VALUES (5884, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '118.116.115.15', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-29 17:40:45', 29); +INSERT INTO `sys_oper_log` VALUES (5885, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '118.116.115.15', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-29 17:40:45', 209); +INSERT INTO `sys_oper_log` VALUES (5886, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 10:31:11.703\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-07-31 10:31:11', 12); +INSERT INTO `sys_oper_log` VALUES (5887, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-31 10:31:11', 8); +INSERT INTO `sys_oper_log` VALUES (5888, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 10:31:12', 249); +INSERT INTO `sys_oper_log` VALUES (5889, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '104.168.143.212', '', '{\"carId\":48,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":48,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:49\",\"disabled\":false,\"id\":116,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:49\",\"violationAddress\":\"龙展路(翠渝路至龙远街方向约210米处)\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-06-27 21:21\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-07-31 10:41:42', 15); +INSERT INTO `sys_oper_log` VALUES (5890, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '104.168.143.212', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 10:41:42.651\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-31 10:41:42', 21); +INSERT INTO `sys_oper_log` VALUES (5891, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '104.168.143.212', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":48,\"carNumber\":\"渝ADU0186\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":1.1394881E7,\"disabled\":false,\"id\":317,\"lastWeekMileage\":11.394,\"monthMileage\":11406.275,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":11406.275,\"updateTime\":\"2023-07-24 14:29:42\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 10:41:43', 252); +INSERT INTO `sys_oper_log` VALUES (5892, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '104.168.143.212', '', '{\"carId\":\"48\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N903748680077\",\"carId\":48,\"carNumber\":\"渝ADU0186\",\"carType\":\"东风风神-E70 2023款500智行版\",\"carVinNumber\":\"LDP31B961NG106673\",\"currentAddress\":\"龙泉驿区大面街道新建路\",\"latitude\":\"30.579056\",\"longitude\":\"104.181472\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 10:41:44.96\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":26,\"violation\":1}}', 0, NULL, '2023-07-31 10:41:44', 11); +INSERT INTO `sys_oper_log` VALUES (5893, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 10:58:28.399\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-31 10:58:28', 11); +INSERT INTO `sys_oper_log` VALUES (5894, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-31 10:58:28', 26); +INSERT INTO `sys_oper_log` VALUES (5895, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 10:58:28', 248); +INSERT INTO `sys_oper_log` VALUES (5896, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-31 10:59:57', 16); +INSERT INTO `sys_oper_log` VALUES (5897, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 10:59:57.73\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-31 10:59:57', 22); +INSERT INTO `sys_oper_log` VALUES (5898, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 10:59:58', 229); +INSERT INTO `sys_oper_log` VALUES (5899, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 11:09:39.88\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-31 11:09:39', 18); +INSERT INTO `sys_oper_log` VALUES (5900, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-31 11:09:39', 22); +INSERT INTO `sys_oper_log` VALUES (5901, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 11:09:40', 236); +INSERT INTO `sys_oper_log` VALUES (5902, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 11:45:04.547\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-31 11:45:04', 32); +INSERT INTO `sys_oper_log` VALUES (5903, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-31 11:45:04', 21); +INSERT INTO `sys_oper_log` VALUES (5904, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 11:45:04', 250); +INSERT INTO `sys_oper_log` VALUES (5905, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '104.168.143.212', '', '{\"carId\":\"864\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208NZ00985680077\",\"carId\":864,\"carNumber\":\"渝AAL2092\",\"carType\":\"东风风神-E70 PRO\",\"carVinNumber\":\"LDP31B960NG156948\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 15:16:35.581\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆门店\",\"state\":4,\"typeId\":23,\"violation\":2}}', 0, NULL, '2023-07-31 15:16:35', 11); +INSERT INTO `sys_oper_log` VALUES (5906, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '104.168.143.212', '', '{\"carId\":864,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-07-31 15:16:35', 8); +INSERT INTO `sys_oper_log` VALUES (5907, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '104.168.143.212', '', '{\"carId\":\"864\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":864,\"carNumber\":\"渝AAL2092\",\"createTime\":\"2023-07-28 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":5770,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-28 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 15:16:38', 192); +INSERT INTO `sys_oper_log` VALUES (5908, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '104.168.143.212', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-07-31 15:45:12.008\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-07-31 15:45:12', 8); +INSERT INTO `sys_oper_log` VALUES (5909, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '104.168.143.212', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-07-31 15:45:12', 17); +INSERT INTO `sys_oper_log` VALUES (5910, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '104.168.143.212', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-07-31 15:45:14', 214); +INSERT INTO `sys_oper_log` VALUES (5911, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-01 10:19:55.944\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-01 10:19:56', 94); +INSERT INTO `sys_oper_log` VALUES (5912, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-01 10:19:56', 74); +INSERT INTO `sys_oper_log` VALUES (5913, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-01 10:19:57', 790); +INSERT INTO `sys_oper_log` VALUES (5914, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":11,\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801155453703277986.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":12,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"豆腐干豆腐干\",\"contractType\":1,\"depositAmount\":12,\"endTime\":\"2024-08-01\",\"manageIds\":[160,156],\"paymentRemark\":\"文人士大夫士大夫豆腐干\",\"penaltyRatio\":12,\"remark\":\"岁的法国岁的法国岁的法国\",\"rentAmount\":852,\"signingName\":\"阿斯蒂芬\",\"signingPhone\":\"18785458954\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号null车辆不存在!', '2023-08-01 15:55:13', 29); +INSERT INTO `sys_oper_log` VALUES (5915, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":11,\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801155453703277986.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":12,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":852,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"豆腐干豆腐干\",\"contractType\":1,\"depositAmount\":12,\"endTime\":\"2024-08-01\",\"manageIds\":[160,156],\"paymentRemark\":\"文人士大夫士大夫豆腐干\",\"penaltyRatio\":12,\"remark\":\"岁的法国岁的法国岁的法国\",\"rentAmount\":852,\"signingName\":\"阿斯蒂芬\",\"signingPhone\":\"18785458954\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号null车辆不存在!', '2023-08-01 15:55:23', 2); +INSERT INTO `sys_oper_log` VALUES (5916, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":36,\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080115583917179063.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":520,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":18547562315,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"撒飞洒范德萨分\",\"contractType\":2,\"depositAmount\":520,\"endTime\":\"2024-08-01\",\"manageIds\":[153],\"paymentRemark\":\"将很快,就,\",\"penaltyRatio\":100,\"remark\":\"家里已经开了一家\",\"rentAmount\":18547562315,\"signingName\":\"十分大\",\"signingPhone\":\"18795465214\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号null车辆不存在!', '2023-08-01 15:58:50', 1); +INSERT INTO `sys_oper_log` VALUES (5917, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"渝AA36323\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号渝AA36323车辆不存在!', '2023-08-01 16:02:06', 10); +INSERT INTO `sys_oper_log` VALUES (5918, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G2che25\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G2che25车辆不存在!', '2023-08-01 16:02:25', 10); +INSERT INTO `sys_oper_log` VALUES (5919, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G2che25\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G2che25车辆不存在!', '2023-08-01 16:05:01', 10); +INSERT INTO `sys_oper_log` VALUES (5920, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:06:41', 7); +INSERT INTO `sys_oper_log` VALUES (5921, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:19:38', 7); +INSERT INTO `sys_oper_log` VALUES (5922, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:21:16', 6); +INSERT INTO `sys_oper_log` VALUES (5923, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:24:30', 5); +INSERT INTO `sys_oper_log` VALUES (5924, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:24:38', 8); +INSERT INTO `sys_oper_log` VALUES (5925, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:35:29', 6); +INSERT INTO `sys_oper_log` VALUES (5926, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:41:30', 7); +INSERT INTO `sys_oper_log` VALUES (5927, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:41:49', 6); +INSERT INTO `sys_oper_log` VALUES (5928, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:47:42', 7); +INSERT INTO `sys_oper_log` VALUES (5929, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G10677\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801160152646477659.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"阿斯顿法国红酒看\",\"contractType\":2,\"depositAmount\":50,\"endTime\":\"2024-08-01\",\"manageIds\":[156,140],\"paymentRemark\":\"自行车v不那么\",\"penaltyRatio\":100,\"remark\":\"全文统一\",\"rentAmount\":100,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G10677车辆不存在!', '2023-08-01 16:53:22', 7); +INSERT INTO `sys_oper_log` VALUES (5930, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G2che26\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080116593863539019.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":12,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-10-20\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"是豆腐干豆腐干岁的法国\",\"contractType\":1,\"depositAmount\":12,\"endTime\":\"2023-10-20\",\"manageIds\":[140],\"paymentRemark\":\"法国呱呱呱呱呱呱呱呱呱地方\",\"penaltyRatio\":111,\"remark\":\"呱呱呱呱呱呱呱呱呱呱呱呱呱呱呱古古怪怪\",\"rentAmount\":123,\"signingName\":\"现代风格\",\"signingPhone\":\"18545632541\",\"startTime\":\"2023-08-01\"}', NULL, 1, '该车牌号川G2che26车辆不存在!', '2023-08-01 16:59:48', 7); +INSERT INTO `sys_oper_log` VALUES (5931, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801171401532808836.png\",\"contractPaymentPlans\":[{\"contractId\":3,\"id\":4,\"ifEdit\":0,\"meetAmount\":12,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"contractId\":3,\"id\":5,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":3,\"id\":6,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-10-01\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":3,\"id\":7,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":3,\"id\":8,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":3,\"id\":9,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-01-01\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":3,\"id\":10,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-02-01\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":3,\"id\":11,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-03-01\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":3,\"id\":12,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-04-01\",\"paymentType\":\"租金(第8期)\"},{\"contractId\":3,\"id\":13,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-05-01\",\"paymentType\":\"租金(第9期)\"},{\"contractId\":3,\"id\":14,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-06-01\",\"paymentType\":\"租金(第10期)\"},{\"contractId\":3,\"id\":15,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-07-01\",\"paymentType\":\"租金(第11期)\"},{\"contractId\":3,\"id\":16,\"ifEdit\":0,\"meetAmount\":123,\"meetTime\":\"2024-08-01\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"地方\",\"contractType\":1,\"depositAmount\":12,\"endTime\":\"2024-08-01\",\"handoverState\":1,\"id\":3,\"manageIds\":[139],\"paymentRemark\":\"风格豪放的鬼画符鬼画符的\",\"penaltyRatio\":100,\"remark\":\"而违法的发个顺丰大概\",\"rentAmount\":123,\"shopId\":15,\"signingName\":\"pyt\",\"signingPhone\":\"18008172471\",\"startTime\":\"2023-08-01\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-01 17:14:14', 115); +INSERT INTO `sys_oper_log` VALUES (5932, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182304936703253.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182306878409681.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182309524436728.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182312879407826.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182314112607548.jpeg\",\"handoverTime\":\"2023-08-30\",\"initMileage\":100000,\"remark\":\"contractcontractcontractcontractcontractcontractcontractcontractcontractcontractcontractcontractcontract\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-01 18:23:19', 83); +INSERT INTO `sys_oper_log` VALUES (5933, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182537622821849.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182540236241328.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182543806463567.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182545784907685.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182548693086122.jpeg\",\"handoverTime\":\"2023-08-31\",\"initMileage\":10000,\"remark\":\"contractcontractcontractcontractcontractcontractcontractcontractcontractcontractcontractcontract\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-01 18:25:52', 31); +INSERT INTO `sys_oper_log` VALUES (5934, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182920742981916.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182923914876833.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182925518374403.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182928874230193.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182931381559414.jpeg\",\"handoverTime\":\"2023-08-24\",\"initMileage\":20000,\"remark\":\"阿德事实上事实上事实上师大多大哒哒哒哒哒哒\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-01 18:29:38', 35); +INSERT INTO `sys_oper_log` VALUES (5935, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 09:12:26.428\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 09:12:26', 40); +INSERT INTO `sys_oper_log` VALUES (5936, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 09:12:26', 49); +INSERT INTO `sys_oper_log` VALUES (5937, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 09:12:26', 404); +INSERT INTO `sys_oper_log` VALUES (5938, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":3,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802094152148754101.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802094155685382848.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802094157598968715.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802094200289731227.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802094202250465553.jpeg\",\"handoverTime\":\"2023-08-29\",\"initMileage\":10000,\"remark\":\"啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 09:42:20', 28); +INSERT INTO `sys_oper_log` VALUES (5939, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 09:54:26.609\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-02 09:54:26', 12); +INSERT INTO `sys_oper_log` VALUES (5940, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-02 09:54:26', 18); +INSERT INTO `sys_oper_log` VALUES (5941, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 09:54:27', 357); +INSERT INTO `sys_oper_log` VALUES (5942, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"195\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[23,15,16,18,21],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 10:47:35\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-21 10:51:23\",\"loginIp\":\"\",\"nickName\":\"蒲悦添\",\"params\":{},\"password\":\"$2a$10$SqewmfGp4Dqxyn8GqdTkke1pB5o2eLTJuQ9H93/OUiZG8fyidIxFm\",\"phonenumber\":\"18008172471\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"门店角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":195,\"userName\":\"18008172471\"}}}', 0, NULL, '2023-08-02 09:54:52', 58); +INSERT INTO `sys_oper_log` VALUES (5943, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 09:55:32.669\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-02 09:55:32', 12); +INSERT INTO `sys_oper_log` VALUES (5944, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-02 09:55:32', 10); +INSERT INTO `sys_oper_log` VALUES (5945, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 09:55:33', 348); +INSERT INTO `sys_oper_log` VALUES (5946, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, 'admin', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182304936703253.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182306878409681.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182309524436728.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182312879407826.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182314112607548.jpeg\",\"handoverTime\":\"2023-08-30\",\"initMileage\":100000,\"remark\":\"备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 10:25:16', 10); +INSERT INTO `sys_oper_log` VALUES (5947, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, 'admin', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182304936703253.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182306878409681.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182309524436728.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182312879407826.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182314112607548.jpeg\",\"handoverTime\":\"2023-08-29\",\"initMileage\":100000,\"remark\":\"备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 10:26:07', 10); +INSERT INTO `sys_oper_log` VALUES (5948, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, 'admin', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":1,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182304936703253.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182306878409681.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182309524436728.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182312879407826.jpeg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230801182314112607548.jpeg\",\"handoverTime\":\"2023-08-29\",\"id\":1,\"initMileage\":100000,\"remark\":\"备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 10:32:01', 55); +INSERT INTO `sys_oper_log` VALUES (5949, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-19\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\"}],\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:35:00', 11); +INSERT INTO `sys_oper_log` VALUES (5950, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川A11111\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"startTime\":\"2023-08-02\"}', NULL, 1, 'null', '2023-08-02 10:37:17', 24); +INSERT INTO `sys_oper_log` VALUES (5951, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川A11111\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"startTime\":\"2023-08-02\"}', NULL, 1, 'null', '2023-08-02 10:37:26', 14); +INSERT INTO `sys_oper_log` VALUES (5952, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川A11111\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"startTime\":\"2023-08-02\"}', NULL, 1, 'null', '2023-08-02 10:38:29', 8); +INSERT INTO `sys_oper_log` VALUES (5953, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川A11111\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"startTime\":\"2023-08-02\"}', NULL, 1, 'null', '2023-08-02 10:39:50', 9); +INSERT INTO `sys_oper_log` VALUES (5954, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-08\",\"contractCheckCarMatters\":[{\"amount\":20,\"checkType\":\"555\",\"remark\":\"2222222\"}],\"needServicing\":1,\"remark\":\"333\",\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:43:04', 6); +INSERT INTO `sys_oper_log` VALUES (5955, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"remark\":\"3\"}],\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:45:54', 3); +INSERT INTO `sys_oper_log` VALUES (5956, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carNumber\":\"川A11111\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"startTime\":\"2023-08-02\"}', NULL, 1, 'null', '2023-08-02 10:46:00', 10); +INSERT INTO `sys_oper_log` VALUES (5957, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-16\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\"}],\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:46:57', 2); +INSERT INTO `sys_oper_log` VALUES (5958, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":867,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 10:47:30', 5); +INSERT INTO `sys_oper_log` VALUES (5959, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"867\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"21\",\"carId\":867,\"carPicture\":\"\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"1232132\",\"mileageSum\":1.00,\"newDate\":\"2023-08-02 10:47:30.846\",\"phone\":[],\"purchasePrice\":123.00,\"purchaseTime\":\"2023-07-28 00:00:00\",\"remark\":\"13\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":1,\"typeId\":16,\"violation\":2,\"warrantyTime\":\"2023-07-28 00:00:00\"}}', 0, NULL, '2023-08-02 10:47:30', 8); +INSERT INTO `sys_oper_log` VALUES (5960, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"867\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":867,\"createTime\":\"2023-07-29 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":6622,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":1,\"sumMileage\":0.0,\"updateTime\":\"2023-07-29 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 10:47:31', 253); +INSERT INTO `sys_oper_log` VALUES (5961, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-10\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\"}],\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:49:42', 2); +INSERT INTO `sys_oper_log` VALUES (5962, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:55\",\"depositAmount\":111,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":1,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 10:50:55', 454); +INSERT INTO `sys_oper_log` VALUES (5963, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-25\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\"}],\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:52:22', 11); +INSERT INTO `sys_oper_log` VALUES (5964, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 10:52:36', 5); +INSERT INTO `sys_oper_log` VALUES (5965, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 10:52:36.619\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 10:52:36', 10); +INSERT INTO `sys_oper_log` VALUES (5966, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 10:52:37', 288); +INSERT INTO `sys_oper_log` VALUES (5967, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-06\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\"}],\"needServicing\":1,\"remark\":\"1\",\"returnCarMileage\":1}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-02 10:58:15', 3); +INSERT INTO `sys_oper_log` VALUES (5968, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-12\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\",\"contractId\":2,\"formId\":1,\"id\":1,\"remark\":\"2\"}],\"contractId\":2,\"needServicing\":1,\"remark\":\"333\",\"returnCarMileage\":2}', NULL, 1, '', '2023-08-02 10:59:21', 32); +INSERT INTO `sys_oper_log` VALUES (5969, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-12\",\"contractCheckCarMatters\":[],\"contractId\":2,\"needServicing\":1,\"remark\":\"333\",\"returnCarMileage\":2}', NULL, 1, '', '2023-08-02 10:59:52', 19); +INSERT INTO `sys_oper_log` VALUES (5970, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"formId\":3,\"id\":2,\"remark\":\"3\"}],\"contractId\":2,\"needServicing\":1,\"remark\":\"23\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 11:07:59', 101); +INSERT INTO `sys_oper_log` VALUES (5971, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":4,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802110838155177466.jpg\",\"handoverTime\":\"2023-08-25\",\"initMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 11:08:53', 59); +INSERT INTO `sys_oper_log` VALUES (5972, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-27\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"formId\":4,\"id\":3}],\"contractId\":2,\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 11:10:55', 29); +INSERT INTO `sys_oper_log` VALUES (5973, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-31\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"formId\":5,\"id\":4}],\"contractId\":2,\"needServicing\":1,\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 11:14:29', 21); +INSERT INTO `sys_oper_log` VALUES (5974, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.116.114.231', '', '{\"carId\":749,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:55\",\"disabled\":false,\"id\":606,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:55\",\"violationAddress\":\"K66.5至K65.75\",\"violationBehavior\":\"机动车违反指示标线的\",\"violationDeductPoints\":0,\"violationFines\":20.00,\"violationTime\":\"2023-05-30 08:47\"},{\"carId\":749,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:55\",\"disabled\":false,\"id\":607,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:55\",\"violationAddress\":\"双元大道欣和佳苑\",\"violationBehavior\":\"人行道不停车让行的\",\"violationDeductPoints\":3,\"violationFines\":200.00,\"violationTime\":\"2023-07-16 07:38\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-08-02 11:19:29', 20); +INSERT INTO `sys_oper_log` VALUES (5975, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.116.114.231', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"DEV208N908796680077\",\"carId\":749,\"carNumber\":\"渝ADF5402\",\"carType\":\"东风风神-E70\",\"carVinNumber\":\"LDP31B962NG114538\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 11:19:29.489\",\"phone\":[],\"remark\":\"安徽\",\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":24,\"violation\":1}}', 0, NULL, '2023-08-02 11:19:29', 9); +INSERT INTO `sys_oper_log` VALUES (5976, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.116.114.231', '', '{\"carId\":\"749\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":749,\"carNumber\":\"渝ADF5402\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2421,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 11:19:29', 283); +INSERT INTO `sys_oper_log` VALUES (5977, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-04\",\"contractCheckCarMatters\":[{\"amount\":313,\"checkType\":\"asd1\",\"contractId\":2,\"formId\":6,\"id\":5,\"remark\":\"yuiuy\"}],\"contractId\":2,\"needServicing\":0,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080211202524160773.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802112029965127470.png\",\"remark\":\"3123\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 11:20:45', 20); +INSERT INTO `sys_oper_log` VALUES (5978, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"005\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":false,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 11:57:06\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":1,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'4\' for key \'t_contract.PRIMARY\'\n### The error may exist in com/ruoyi/contract/mapper/TContractMapper.java (best guess)\n### The error may involve com.ruoyi.contract.mapper.TContractMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_contract ( id, carId, shopId, signingTime, carNumber, carVinNumber, driverName, driverPhone, signingId, signingName, signingPhone, contractNumber, contractType, contractWay, startTime, endTime, rentAmount, depositAmount, penaltyRatio, paymentRemark, contractAnnex, state, handoverState, remark, contractResource, createBy, createTime, updateBy, updateTime, disabled ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'4\' for key \'t_contract.PRIMARY\'\n; Duplicate entry \'4\' for key \'t_contract.PRIMARY\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'4\' for key \'t_contract.PRIMARY\'', '2023-08-02 11:57:06', 120); +INSERT INTO `sys_oper_log` VALUES (5979, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18667137007', NULL, '/car/carInfoRecord', '118.116.114.231', '', '{\"carId\":589,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":898,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-11 15:58\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":899,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-19 15:43\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":900,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-04-29 16:26\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":901,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"红狮西路龙庭路口\",\"violationBehavior\":\"不按导向车道行驶\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-08 08:53\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":902,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-27 21:53:58\",\"violationAddress\":\"双林路\",\"violationBehavior\":\"不按规定停车\",\"violationDeductPoints\":0,\"violationFines\":100.00,\"violationTime\":\"2023-05-13 16:04\"},{\"carId\":589,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-27 21:53:58\",\"disabled\":false,\"id\":903,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"upd', 0, NULL, '2023-08-02 14:00:47', 17); +INSERT INTO `sys_oper_log` VALUES (5980, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18667137007', NULL, '/car/carInfo', '118.116.114.231', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"000499A\",\"carId\":589,\"carNumber\":\"渝ADU9128\",\"carType\":\"东风启辰-D60EV\",\"carVinNumber\":\"LGB61YEAXMS060040\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 14:00:47.309\",\"phone\":[],\"shopId\":24,\"shopName\":\"重庆店\",\"state\":4,\"typeId\":27,\"violation\":1}}', 0, NULL, '2023-08-02 14:00:47', 24); +INSERT INTO `sys_oper_log` VALUES (5981, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18667137007', NULL, '/car/carInfoNext', '118.116.114.231', '', '{\"carId\":\"589\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":589,\"carNumber\":\"渝ADU9128\",\"createTime\":\"2023-07-23 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":858,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-23 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 14:00:47', 302); +INSERT INTO `sys_oper_log` VALUES (5982, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":false,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":2,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增11111\",\"penaltyRatio\":11,\"remark\":\"测试新增11111\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 14:08:52', 39); +INSERT INTO `sys_oper_log` VALUES (5983, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":false,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":2,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增111112222\",\"penaltyRatio\":11,\"remark\":\"测试新增1111122222\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 14:09:09', 30); +INSERT INTO `sys_oper_log` VALUES (5984, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":2,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增111112222\",\"penaltyRatio\":11,\"remark\":\"测试新增1111122222\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 14:11:34', 21); +INSERT INTO `sys_oper_log` VALUES (5985, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":true,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":2,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增111112222\",\"penaltyRatio\":11,\"remark\":\"测试新增1111122222\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 14:13:59', 32); +INSERT INTO `sys_oper_log` VALUES (5986, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802103615187211556.jpg\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":true,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":2,\"id\":4,\"manageIds\":[139],\"paymentRemark\":\"测试新增111112222\",\"penaltyRatio\":11,\"remark\":\"测试新增1111122222\",\"rentAmount\":1111,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 14:14:18', 28); +INSERT INTO `sys_oper_log` VALUES (5987, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 14:54:14', 5); +INSERT INTO `sys_oper_log` VALUES (5988, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 14:54:14.558\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 14:54:14', 14); +INSERT INTO `sys_oper_log` VALUES (5989, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 14:54:14', 282); +INSERT INTO `sys_oper_log` VALUES (5990, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 14:56:42.417\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 14:56:42', 15); +INSERT INTO `sys_oper_log` VALUES (5991, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 14:56:42', 14); +INSERT INTO `sys_oper_log` VALUES (5992, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 14:56:42', 283); +INSERT INTO `sys_oper_log` VALUES (5993, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 14:57:50.053\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 14:57:50', 14); +INSERT INTO `sys_oper_log` VALUES (5994, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 14:57:50', 13); +INSERT INTO `sys_oper_log` VALUES (5995, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 14:57:50', 356); +INSERT INTO `sys_oper_log` VALUES (5996, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 15:37:02', 5); +INSERT INTO `sys_oper_log` VALUES (5997, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 15:37:02.471\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 15:37:02', 9); +INSERT INTO `sys_oper_log` VALUES (5998, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 15:37:03', 311); +INSERT INTO `sys_oper_log` VALUES (5999, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"1\"}', NULL, 1, '', '2023-08-02 15:47:31', 1); +INSERT INTO `sys_oper_log` VALUES (6000, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a4\",\"carId\":17,\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A3\",\"drivingLicense\":\"\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 15:47:37.542\",\"operationCertificate\":\"\",\"phone\":[null],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-02 15:47:37', 9); +INSERT INTO `sys_oper_log` VALUES (6001, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":17,\"carNumber\":\"川S111113\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":21,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-02 15:48:08', 459); +INSERT INTO `sys_oper_log` VALUES (6002, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, 'admin', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-02\",\"contractId\":4,\"returnType\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 16:31:36', 17); +INSERT INTO `sys_oper_log` VALUES (6003, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"门店角色,车管权限\",\"approveNodeId\":\"21,22\",\"approveType\":3,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 16:48:50\",\"id\":6,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-02 16:48:50\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-02 16:48:50', 38); +INSERT INTO `sys_oper_log` VALUES (6004, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-02\",\"contractCheckCarMatters\":[null],\"contractId\":2,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":1}', NULL, 1, '', '2023-08-02 16:58:03', 10); +INSERT INTO `sys_oper_log` VALUES (6005, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-03\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\",\"contractId\":2,\"formId\":8,\"id\":6,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802165958616779275.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802170002909916165.tiff\",\"remark\":\"\"}],\"contractId\":2,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 17:00:05', 14); +INSERT INTO `sys_oper_log` VALUES (6006, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, 'admin', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-02\",\"contractId\":1,\"remark\":\"啊大苏打的是\",\"returnType\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 17:06:57', 11); +INSERT INTO `sys_oper_log` VALUES (6007, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-10\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\",\"contractId\":2,\"formId\":9,\"id\":7,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802171447690348794.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802171451127870571.png\",\"remark\":\"55555\"}],\"contractId\":2,\"needServicing\":0,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802171215622864509.png\",\"remark\":\"11\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 17:14:55', 13); +INSERT INTO `sys_oper_log` VALUES (6008, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-10\",\"contractCheckCarMatters\":[{\"amount\":1,\"checkType\":\"1\",\"contractId\":2,\"formId\":10,\"id\":8,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802171705178737517.png\",\"remark\":\"1\"}],\"contractId\":2,\"needServicing\":1,\"picture\":\"\",\"remark\":\"1\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-02 17:17:07', 15); +INSERT INTO `sys_oper_log` VALUES (6009, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 18:01:42', 6); +INSERT INTO `sys_oper_log` VALUES (6010, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 18:01:42.508\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 18:01:42', 17); +INSERT INTO `sys_oper_log` VALUES (6011, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 18:01:42', 305); +INSERT INTO `sys_oper_log` VALUES (6012, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 18:12:40', 4); +INSERT INTO `sys_oper_log` VALUES (6013, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 18:12:40.191\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 18:12:40', 10); +INSERT INTO `sys_oper_log` VALUES (6014, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 18:12:40', 363); +INSERT INTO `sys_oper_log` VALUES (6015, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 18:16:21', 5); +INSERT INTO `sys_oper_log` VALUES (6016, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 18:16:21.936\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 18:16:21', 9); +INSERT INTO `sys_oper_log` VALUES (6017, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 18:16:22', 345); +INSERT INTO `sys_oper_log` VALUES (6018, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 18:21:56', 11); +INSERT INTO `sys_oper_log` VALUES (6019, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 18:21:56.675\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 18:21:56', 15); +INSERT INTO `sys_oper_log` VALUES (6020, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 18:21:57', 328); +INSERT INTO `sys_oper_log` VALUES (6021, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-02 19:46:07', 8); +INSERT INTO `sys_oper_log` VALUES (6022, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-02 19:46:07.952\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-02 19:46:07', 8); +INSERT INTO `sys_oper_log` VALUES (6023, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-02 19:46:08', 366); +INSERT INTO `sys_oper_log` VALUES (6024, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802202502982999165.png\",\"pictureList\":[],\"remark\":\"3\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230802202458886640652.png\",\"remark\":\"23\",\"returnCarMileage\":2}', NULL, 1, 'com.ruoyi.contract.mapper.TContractCheckCarMatterMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'\n; Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'', '2023-08-02 20:25:08', 115); +INSERT INTO `sys_oper_log` VALUES (6025, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090031172764952.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090036534894661.webp\",\"pictureList\":[],\"remark\":\"3\"}],\"contractId\":2,\"id\":3,\"needServicing\":0,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080309002450233176.png\",\"remark\":\"23\",\"returnCarMileage\":2}', NULL, 1, 'com.ruoyi.contract.mapper.TContractCheckCarMatterMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'\n; Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'', '2023-08-03 09:00:49', 18); +INSERT INTO `sys_oper_log` VALUES (6026, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":25,\"carNumber\":\"川G10666\",\"carVinNumber\":\"dgdf2563\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090717170036112.docx\",\"contractNumber\":\"005\",\"contractPaymentPlans\":[{\"contractId\":5,\"id\":20,\"ifEdit\":0,\"meetAmount\":100000,\"meetTime\":\"2023-08-25\",\"paymentType\":\"押金\"},{\"contractId\":5,\"id\":21,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-09-25\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":5,\"id\":22,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-10-25\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":5,\"id\":23,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-11-25\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":5,\"id\":24,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-12-25\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":5,\"id\":25,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-01-25\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":5,\"id\":26,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-02-25\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":5,\"id\":27,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-03-25\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":5,\"id\":28,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-04-25\",\"paymentType\":\"租金(第8期)\"},{\"contractId\":5,\"id\":29,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-05-25\",\"paymentType\":\"租金(第9期)\"},{\"contractId\":5,\"id\":30,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-06-25\",\"paymentType\":\"租金(第10期)\"},{\"contractId\":5,\"id\":31,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-07-25\",\"paymentType\":\"租金(第11期)\"},{\"contractId\":5,\"id\":32,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-08-25\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"字节\",\"contractType\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-03 09:07:47\",\"depositAmount\":100000,\"driverName\":\"gjb\",\"driverPhone\":\"13404089107\",\"endTime\":\"2024-08-25\",\"handoverState\":1,\"id\":5,\"manageIds\":[160],\"paymentRemark\":\"备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注\",\"penaltyRatio\":30,\"remark\":\"备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注备注\",\"rentAmount\":1000,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"158888888', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 09:07:47', 55); +INSERT INTO `sys_oper_log` VALUES (6027, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":5,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090849598658404.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090852928521232.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090855221953735.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080309085844330336.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803090901757683636.png\",\"handoverTime\":\"2024-08-31\",\"initMileage\":10000,\"remark\":\"备注\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 09:09:07', 42); +INSERT INTO `sys_oper_log` VALUES (6028, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, 'admin', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-03\",\"contractId\":5,\"remark\":\"阿德事实上事实上事实上是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒是撒飒飒飒\",\"returnType\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 09:10:41', 21); +INSERT INTO `sys_oper_log` VALUES (6029, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, 'admin', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-03\",\"contractId\":3,\"remark\":\"潇洒滴答滴答滴答滴答大大大\",\"returnType\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 09:14:16', 12); +INSERT INTO `sys_oper_log` VALUES (6030, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080309430329482250.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803094307870812981.jpg\",\"pictureList\":[],\"remark\":\"3\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"\",\"remark\":\"23\",\"returnCarMileage\":2}', NULL, 1, 'com.ruoyi.contract.mapper.TContractCheckCarMatterMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'\n; Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'2\' for key \'t_contract_check_car_matter.PRIMARY\'', '2023-08-03 09:43:10', 15); +INSERT INTO `sys_oper_log` VALUES (6031, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 09:55:37.191\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 09:55:37', 7); +INSERT INTO `sys_oper_log` VALUES (6032, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 09:55:37', 8); +INSERT INTO `sys_oper_log` VALUES (6033, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-03 09:55:37', 300); +INSERT INTO `sys_oper_log` VALUES (6034, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":9,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095857388553257.jpg\",\"pictureList\":[],\"remark\":\"3\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095835480373737.png\",\"remark\":\"23\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 09:59:08', 79); +INSERT INTO `sys_oper_log` VALUES (6035, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":24,\"carNumber\":\"川G10677\",\"carVinNumber\":\"jdkf2563\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100115871962937.png\",\"contractNumber\":\"006\",\"contractPaymentPlans\":[{\"contractId\":6,\"id\":33,\"ifEdit\":0,\"meetAmount\":10000,\"meetTime\":\"2023-08-31\",\"paymentType\":\"押金\"},{\"contractId\":6,\"id\":34,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":6,\"id\":35,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":6,\"id\":36,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":6,\"id\":37,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-12-31\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":6,\"id\":38,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-01-31\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":6,\"id\":39,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-02-29\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":6,\"id\":40,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-03-31\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":6,\"id\":41,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-04-30\",\"paymentType\":\"租金(第8期)\"},{\"contractId\":6,\"id\":42,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-05-31\",\"paymentType\":\"租金(第9期)\"},{\"contractId\":6,\"id\":43,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-06-30\",\"paymentType\":\"租金(第10期)\"},{\"contractId\":6,\"id\":44,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-07-31\",\"paymentType\":\"租金(第11期)\"},{\"contractId\":6,\"id\":45,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-08-31\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"不详\",\"contractType\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-03 10:02:00\",\"depositAmount\":10000,\"driverName\":\"程奎\",\"driverPhone\":\"18898181971\",\"endTime\":\"2024-08-31\",\"handoverState\":1,\"id\":6,\"manageIds\":[153],\"paymentRemark\":\"对对对对对对的点点滴滴哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒哒\",\"penaltyRatio\":30,\"remark\":\"啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\",\"rentAmount\":1000,\"rentAmountSum\":22000,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"1588888888', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 10:02:03', 3023); +INSERT INTO `sys_oper_log` VALUES (6036, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":6,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100540334111448.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080310054325136748.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100546587998414.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100548358526663.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100552395016418.png\",\"handoverTime\":\"2023-08-31\",\"initMileage\":19999,\"remark\":\"啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 10:05:59', 43); +INSERT INTO `sys_oper_log` VALUES (6037, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 10:07:23', 5); +INSERT INTO `sys_oper_log` VALUES (6038, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 10:07:23.237\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 10:07:23', 9); +INSERT INTO `sys_oper_log` VALUES (6039, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-03 10:07:23', 309); +INSERT INTO `sys_oper_log` VALUES (6040, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, 'admin', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803103733379403945.png\",\"contractPaymentPlans\":[{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-03\",\"paymentType\":\"押金\"},{\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-03\",\"paymentType\":\"租金(第1期)\"}],\"depositAmount\":100,\"endTime\":\"2023-10-03\",\"manageIds\":[139,140],\"paymentRemark\":\"打发士大夫豆腐干反对\",\"penaltyRatio\":100,\"remark\":\"就是电脑发顺丰就\",\"rentAmount\":100,\"startTime\":\"2023-09-03\"}', '{\"msg\":\"该合同不存在\",\"code\":500}', 0, NULL, '2023-08-03 10:37:54', 8); +INSERT INTO `sys_oper_log` VALUES (6041, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, 'admin', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803103919469103846.png\",\"contractId\":4,\"contractPaymentPlans\":[{\"contractId\":7,\"id\":46,\"ifEdit\":0,\"meetAmount\":200,\"meetTime\":\"2023-09-09\",\"paymentType\":\"押金\"},{\"contractId\":7,\"id\":47,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-09\",\"paymentType\":\"租金(第1期)\"}],\"depositAmount\":200,\"endTime\":\"2023-10-09\",\"manageIds\":[159,153],\"paymentRemark\":\"456\",\"penaltyRatio\":100,\"remark\":\"123\",\"rentAmount\":100,\"startTime\":\"2023-09-09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 10:39:30', 72); +INSERT INTO `sys_oper_log` VALUES (6042, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/5', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 11:38:32', 3); +INSERT INTO `sys_oper_log` VALUES (6043, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/3', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 11:39:01', 3); +INSERT INTO `sys_oper_log` VALUES (6044, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/1', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 11:39:06', 3); +INSERT INTO `sys_oper_log` VALUES (6045, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/1', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 11:44:45', 3); +INSERT INTO `sys_oper_log` VALUES (6046, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, 'admin', NULL, '/contract/delete/1', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 11:45:42', 11); +INSERT INTO `sys_oper_log` VALUES (6047, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/3', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 11:45:51', 2); +INSERT INTO `sys_oper_log` VALUES (6048, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 14:55:12.42\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-03 14:55:12', 11); +INSERT INTO `sys_oper_log` VALUES (6049, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-03 14:55:12', 13); +INSERT INTO `sys_oper_log` VALUES (6050, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 14:55:12', 324); +INSERT INTO `sys_oper_log` VALUES (6051, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-03 14:55:24', 9); +INSERT INTO `sys_oper_log` VALUES (6052, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 14:55:24.526\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-03 14:55:24', 12); +INSERT INTO `sys_oper_log` VALUES (6053, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 14:55:24', 326); +INSERT INTO `sys_oper_log` VALUES (6054, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-03 15:04:00', 9); +INSERT INTO `sys_oper_log` VALUES (6055, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 15:04:00.921\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-03 15:04:00', 8); +INSERT INTO `sys_oper_log` VALUES (6056, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 15:04:01', 337); +INSERT INTO `sys_oper_log` VALUES (6057, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 15:08:12.826\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 15:08:12', 10); +INSERT INTO `sys_oper_log` VALUES (6058, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 15:08:12', 9); +INSERT INTO `sys_oper_log` VALUES (6059, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', NULL, 1, '', '2023-08-03 15:08:13', 294); +INSERT INTO `sys_oper_log` VALUES (6060, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 16:01:13.459\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 16:01:13', 199); +INSERT INTO `sys_oper_log` VALUES (6061, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 16:01:13', 201); +INSERT INTO `sys_oper_log` VALUES (6062, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 16:01:14', 769); +INSERT INTO `sys_oper_log` VALUES (6063, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 16:08:33', 15); +INSERT INTO `sys_oper_log` VALUES (6064, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 16:08:33.815\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 16:08:33', 53); +INSERT INTO `sys_oper_log` VALUES (6065, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 16:08:34', 466); +INSERT INTO `sys_oper_log` VALUES (6066, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-03 17:30:52', 5); +INSERT INTO `sys_oper_log` VALUES (6067, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-03 17:30:52.411\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-03 17:30:52', 13); +INSERT INTO `sys_oper_log` VALUES (6068, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-03 17:30:52', 377); +INSERT INTO `sys_oper_log` VALUES (6069, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"bg.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803184652504983035.png\",\"contractNumber\":\"004\",\"contractPaymentPlans\":[{\"contractId\":4,\"disabled\":false,\"id\":17,\"ifEdit\":0,\"meetAmount\":111,\"meetTime\":\"2023-08-02\",\"paymentType\":\"押金\"},{\"contractId\":4,\"disabled\":false,\"id\":18,\"ifEdit\":0,\"meetAmount\":1111,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":4,\"disabled\":false,\"id\":19,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-10-02\",\"paymentType\":\"测试新增1\"}],\"contractResource\":\"随便来的\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-02 10:50:56\",\"depositAmount\":111,\"disabled\":false,\"driverName\":\"pyt\",\"driverPhone\":\"18008172471\",\"endTime\":\"2023-09-02\",\"handoverState\":4,\"id\":4,\"ifDue\":0,\"manageIds\":[139],\"paymentRemark\":\"测试新增111112222\",\"penaltyRatio\":11,\"remark\":\"测试新增1111122222\",\"rentAmount\":1111,\"rentAmountSum\":1232,\"returnCarTime\":\"2023-08-02\",\"returnCarType\":1,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-02\",\"startTime\":\"2023-08-02\",\"state\":6}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 18:46:55', 100); +INSERT INTO `sys_oper_log` VALUES (6070, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/4', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-03 18:48:19', 3); +INSERT INTO `sys_oper_log` VALUES (6071, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"323\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 19:46:17', 23); +INSERT INTO `sys_oper_log` VALUES (6072, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"324\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 19:46:19', 5); +INSERT INTO `sys_oper_log` VALUES (6073, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"325\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 19:46:20', 4); +INSERT INTO `sys_oper_log` VALUES (6074, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"326\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 19:46:22', 7); +INSERT INTO `sys_oper_log` VALUES (6075, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"327\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-03 19:46:27', 5); +INSERT INTO `sys_oper_log` VALUES (6076, '合同管理:生成账单', 2, 'com.ruoyi.contract.controller.TContractController.generateBills()', 'POST', 1, 'admin', NULL, '/contract/generateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":100,\"otherType\":\"其他\",\"remark\":\"说明\"},{\"amount\":50,\"otherType\":\"其他\",\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"meetTime\":\"2023-08-21\",\"overdueType\":\"收钱\",\"remark\":\"说明\"}],\"contractViolationCosts\":[null]}', NULL, 1, '', '2023-08-03 19:59:37', 43); +INSERT INTO `sys_oper_log` VALUES (6077, '合同管理:生成账单', 2, 'com.ruoyi.contract.controller.TContractController.generateBills()', 'POST', 1, 'admin', NULL, '/contract/generateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":50,\"contractId\":2,\"id\":1,\"otherType\":\"说明\",\"remark\":\"说明\"},{\"amount\":100,\"contractId\":2,\"id\":2,\"otherType\":\"说明\",\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"contractId\":2,\"id\":1,\"meetTime\":\"2023-08-08\",\"overdueType\":\"说明\",\"remark\":\"说明\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":2,\"id\":1,\"picture\":\"[object Object],[object Object],[object Object],[object Object],[object Object]\",\"remark\":\"\\t 说明\",\"violationType\":1}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 20:03:43', 149); +INSERT INTO `sys_oper_log` VALUES (6078, '合同管理:生成账单', 2, 'com.ruoyi.contract.controller.TContractController.generateBills()', 'POST', 1, 'admin', NULL, '/contract/generateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":50,\"contractId\":2,\"disabled\":false,\"id\":1,\"otherType\":\"说明\",\"remark\":\"说明\"},{\"amount\":150,\"contractId\":2,\"disabled\":false,\"id\":2,\"otherType\":\"说明\",\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":1,\"meetTime\":\"2023-08-08\",\"overdueType\":\"说明\",\"remark\":\"说明\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":1,\"picture\":\"[object Object],[object Object],[object Object],[object Object],[object Object]\",\"remark\":\"\\t 说明\",\"violationType\":1}]}', NULL, 1, 'com.ruoyi.contract.mapper.TContractViolationCostMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_contract_violation_cost.PRIMARY\'\n; Duplicate entry \'1\' for key \'t_contract_violation_cost.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_contract_violation_cost.PRIMARY\'', '2023-08-03 20:23:28', 168); +INSERT INTO `sys_oper_log` VALUES (6079, '合同管理:编辑生成账单', 2, 'com.ruoyi.contract.controller.TContractController.updateGenerateBills()', 'POST', 1, 'admin', NULL, '/contract/updateGenerateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":50,\"contractId\":2,\"disabled\":false,\"id\":3,\"otherType\":\"说明\",\"remark\":\"说明\"},{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":4,\"otherType\":\"说明\",\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":2,\"meetTime\":\"2023-08-08\",\"overdueType\":\"说明\",\"remark\":\"说明\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203200637264118.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/202308032032033723498.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203205244476279.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080320320951107584.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203212457370389.png\",\"remark\":\"\\t 说明\",\"violationType\":1}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 20:32:20', 40); +INSERT INTO `sys_oper_log` VALUES (6080, '合同管理:编辑生成账单', 2, 'com.ruoyi.contract.controller.TContractController.updateGenerateBills()', 'POST', 1, 'admin', NULL, '/contract/updateGenerateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":50,\"contractId\":2,\"disabled\":false,\"id\":5,\"otherType\":\"说明\",\"refundableOrReceivable\":1,\"remark\":\"说明\"},{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":6,\"otherType\":\"说明\",\"refundableOrReceivable\":2,\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":3,\"meetTime\":\"2023-08-08\",\"overdueType\":\"说明\",\"remark\":\"说明\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":3,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203200637264118.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/202308032032033723498.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203205244476279.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080320320951107584.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203212457370389.png\",\"remark\":\"\\t 说明\",\"violationType\":1}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-03 20:36:29', 22); +INSERT INTO `sys_oper_log` VALUES (6081, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 09:04:26.005\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-04 09:04:26', 67); +INSERT INTO `sys_oper_log` VALUES (6082, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-04 09:04:26', 97); +INSERT INTO `sys_oper_log` VALUES (6083, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 09:04:26', 491); +INSERT INTO `sys_oper_log` VALUES (6084, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"行驶证.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804114959826803268.png\",\"contractNumber\":\"007\",\"contractPaymentPlans\":[{\"contractId\":8,\"id\":48,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"id\":49,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-08-05\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"id\":50,\"ifEdit\":1,\"meetAmount\":20,\"meetTime\":\"2023-08-04\",\"paymentType\":\"其他费用\"}],\"contractResource\":\"拼多多\",\"contractType\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:51:32\",\"depositAmount\":1000,\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"endTime\":\"2023-08-05\",\"handoverState\":1,\"id\":8,\"manageIds\":[139,140,153],\"paymentRemark\":\"0804合同备注售卖\",\"penaltyRatio\":10,\"remark\":\"0804合同\",\"rentAmount\":100,\"rentAmountSum\":1120,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 11:51:32', 54); +INSERT INTO `sys_oper_log` VALUES (6085, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, 'admin', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"QQ截图20230712150013.png\",\"carId\":11,\"carNumber\":\"川G12333\",\"carVinNumber\":\"qin-2\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804115531472754527.png\",\"contractNumber\":\"008\",\"contractPaymentPlans\":[{\"contractId\":9,\"id\":51,\"ifEdit\":0,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":9,\"id\":52,\"ifEdit\":0,\"meetAmount\":20,\"meetTime\":\"2023-08-05\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"线下\",\"contractType\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:55:43\",\"depositAmount\":10,\"driverName\":\"测试\",\"driverPhone\":\"18812511555\",\"endTime\":\"2023-08-05\",\"handoverState\":1,\"id\":9,\"manageIds\":[139],\"penaltyRatio\":1,\"rentAmount\":20,\"rentAmountSum\":30,\"shopId\":16,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 11:55:43', 25); +INSERT INTO `sys_oper_log` VALUES (6086, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, 'admin', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":9,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080411564298937864.png\",\"handoverTime\":\"2023-08-04\",\"initMileage\":10}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 11:56:46', 45); +INSERT INTO `sys_oper_log` VALUES (6087, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, 'admin', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-04\",\"contractId\":9,\"returnType\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 11:57:36', 16); +INSERT INTO `sys_oper_log` VALUES (6088, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/9', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 11:58:16', 3); +INSERT INTO `sys_oper_log` VALUES (6089, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, 'admin', NULL, '/contract/revokeReturnCar/9', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 11:58:25', 2); +INSERT INTO `sys_oper_log` VALUES (6090, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"190\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:38:51\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-25 11:01:05\",\"loginIp\":\"\",\"nickName\":\"天府门店A员\",\"params\":{},\"password\":\"$2a$10$v23eSCqYK65nzOM2p9k8qerEyso9f.qs2eNWIkB/7jwaZlAAiMOz2\",\"phonenumber\":\"19912341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":190,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-08-04 12:17:16', 26); +INSERT INTO `sys_oper_log` VALUES (6091, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, 'admin', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-08-04 12:18:37\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"password\":\"$2a$10$RCAenrfMcZafU1hh2w/eTOjjXduOXTkICPEKpcYgzWzbBTDe2DQGO\",\"phonenumber\":\"16612341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":189,\"userName\":\"16612341234\"}}}', 0, NULL, '2023-08-04 12:25:29', 14); +INSERT INTO `sys_oper_log` VALUES (6092, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-08-04 12:18:37\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"passWordUpdate\":\"2023-08-04 12:25:36.98\",\"phonenumber\":\"16612341234\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:25:36\",\"userId\":189,\"userName\":\"16612341234\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 12:25:36', 117); +INSERT INTO `sys_oper_log` VALUES (6093, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-08-04 12:32:03', 12); +INSERT INTO `sys_oper_log` VALUES (6094, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-08-04 12:18:37\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"password\":\"$2a$10$RCAenrfMcZafU1hh2w/eTOjjXduOXTkICPEKpcYgzWzbBTDe2DQGO\",\"phonenumber\":\"16612341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"交车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":189,\"userName\":\"16612341234\"}}}', 0, NULL, '2023-08-04 12:32:34', 15); +INSERT INTO `sys_oper_log` VALUES (6095, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":25,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-08-04 12:32:45', 12); +INSERT INTO `sys_oper_log` VALUES (6096, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"passWordUpdate\":\"2023-08-04 12:32:51.107\",\"phonenumber\":\"15512661266\",\"roleId\":22,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":25,\"roleKey\":\"0\",\"roleName\":\"车管\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 12:32:51\",\"userId\":188,\"userName\":\"15512661266\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 12:32:51', 87); +INSERT INTO `sys_oper_log` VALUES (6097, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"留校\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"15512661266\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"退车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"15512661266\"}}}', 0, NULL, '2023-08-04 12:33:03', 11); +INSERT INTO `sys_oper_log` VALUES (6098, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"190\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":33,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:38:51\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-25 11:01:05\",\"loginIp\":\"\",\"nickName\":\"天府门店A员\",\"params\":{},\"password\":\"$2a$10$v23eSCqYK65nzOM2p9k8qerEyso9f.qs2eNWIkB/7jwaZlAAiMOz2\",\"phonenumber\":\"19912341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":190,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-08-04 12:33:07', 8); +INSERT INTO `sys_oper_log` VALUES (6099, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:38:51\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-25 11:01:05\",\"loginIp\":\"\",\"nickName\":\"续约管理\",\"params\":{},\"passWordUpdate\":\"2023-08-04 12:33:22.535\",\"phonenumber\":\"19912341234\",\"roleId\":23,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":33,\"roleKey\":\"0\",\"roleName\":\"车务管理\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 12:33:22\",\"userId\":190,\"userName\":\"19912341234\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 12:33:22', 88); +INSERT INTO `sys_oper_log` VALUES (6100, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"交车角色\",\"approveNodeId\":\"21\",\"approveType\":1,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 12:33:44\",\"id\":4,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:33:44\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 12:33:44', 39); +INSERT INTO `sys_oper_log` VALUES (6101, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"退车角色\",\"approveNodeId\":\"22\",\"approveType\":2,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 12:33:51\",\"id\":5,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:33:51\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 12:33:51', 10); +INSERT INTO `sys_oper_log` VALUES (6102, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"续约角色\",\"approveNodeId\":\"23\",\"approveType\":2,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 12:33:57\",\"id\":5,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:33:57\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 12:33:57', 6); +INSERT INTO `sys_oper_log` VALUES (6103, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"退车角色\",\"approveNodeId\":\"22\",\"approveType\":3,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 12:34:06\",\"id\":6,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:34:06\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 12:34:06', 10); +INSERT INTO `sys_oper_log` VALUES (6104, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, 'admin', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"退车角色\",\"approveNodeId\":\"22\",\"approveType\":3,\"companyId\":4,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 12:34:15\",\"id\":6,\"state\":0,\"updateBy\":\"admin\",\"updateTime\":\"2023-08-04 12:34:15\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 12:34:15', 6); +INSERT INTO `sys_oper_log` VALUES (6105, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-04 13:54:14', 141); +INSERT INTO `sys_oper_log` VALUES (6106, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 13:54:14.467\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-04 13:54:14', 158); +INSERT INTO `sys_oper_log` VALUES (6107, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 13:54:15', 1097); +INSERT INTO `sys_oper_log` VALUES (6108, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"189\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":21,\"shopIds\":[15,16],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-08-04 12:34:42\",\"loginIp\":\"\",\"nickName\":\"刘杰\",\"params\":{},\"password\":\"$2a$10$RCAenrfMcZafU1hh2w/eTOjjXduOXTkICPEKpcYgzWzbBTDe2DQGO\",\"phonenumber\":\"19911111111\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"交车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":189,\"userName\":\"19911111111\"}}}', 0, NULL, '2023-08-04 14:21:10', 16); +INSERT INTO `sys_oper_log` VALUES (6109, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:16:07\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-08-04 12:34:42\",\"loginIp\":\"\",\"nickName\":\"交车\",\"params\":{},\"passWordUpdate\":\"2023-08-04 14:21:26.216\",\"phonenumber\":\"19911111111\",\"roleId\":21,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":21,\"roleKey\":\"0\",\"roleName\":\"交车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 14:21:26\",\"userId\":189,\"userName\":\"19911111111\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:21:26', 84); +INSERT INTO `sys_oper_log` VALUES (6110, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"188\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":22,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"退车\",\"params\":{},\"password\":\"$2a$10$PFPpe5/p1cdZlXXOD1aYWeRGvN8578x4.8reXi6uSSBlZaykS/UbS\",\"phonenumber\":\"19911111112\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"退车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":188,\"userName\":\"19911111112\"}}}', 0, NULL, '2023-08-04 14:22:32', 10); +INSERT INTO `sys_oper_log` VALUES (6111, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-18 22:42:49\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-19 09:34:16\",\"loginIp\":\"\",\"nickName\":\"退车\",\"params\":{},\"passWordUpdate\":\"2023-08-04 14:22:34.881\",\"phonenumber\":\"19911111112\",\"roleId\":22,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":22,\"roleKey\":\"0\",\"roleName\":\"退车角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 14:22:34\",\"userId\":188,\"userName\":\"19911111112\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:22:34', 85); +INSERT INTO `sys_oper_log` VALUES (6112, '账号管理', 1, 'com.ruoyi.system.controller.SysUserController.companyUserInfo()', 'POST', 1, '18222222222', NULL, '/user/companyUserInfo', '221.182.45.100', '', '{\"userId\":\"190\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"roleId\":23,\"shopIds\":[15],\"sysUser\":{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:38:51\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-25 11:01:05\",\"loginIp\":\"\",\"nickName\":\"续约管理\",\"params\":{},\"password\":\"$2a$10$v23eSCqYK65nzOM2p9k8qerEyso9f.qs2eNWIkB/7jwaZlAAiMOz2\",\"phonenumber\":\"19912341234\",\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":23,\"roleKey\":\"0\",\"roleName\":\"续约角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"userId\":190,\"userName\":\"19912341234\"}}}', 0, NULL, '2023-08-04 14:22:38', 7); +INSERT INTO `sys_oper_log` VALUES (6113, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, '18222222222', NULL, '/user/update', '221.182.45.100', '', '{\"admin\":false,\"avatar\":\"\",\"createBy\":\"admin\",\"createTime\":\"2023-07-19 09:38:51\",\"delFlag\":\"0\",\"email\":\"\",\"loginDate\":\"2023-07-25 11:01:05\",\"loginIp\":\"\",\"nickName\":\"续约管理\",\"params\":{},\"passWordUpdate\":\"2023-08-04 14:22:40.49\",\"phonenumber\":\"19912341234\",\"roleId\":23,\"roleType\":3,\"roles\":[{\"admin\":false,\"dataScope\":\"1\",\"deptCheckStrictly\":false,\"flag\":false,\"menuCheckStrictly\":false,\"params\":{},\"roleId\":23,\"roleKey\":\"0\",\"roleName\":\"续约角色\",\"status\":\"0\"}],\"sex\":\"0\",\"status\":\"0\",\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 14:22:40\",\"userId\":190,\"userName\":\"19912341234\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:22:40', 84); +INSERT INTO `sys_oper_log` VALUES (6114, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"A6.png\",\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804143813310691333.png\",\"contractNumber\":\"009\",\"contractPaymentPlans\":[{\"contractId\":10,\"id\":53,\"ifEdit\":0,\"meetAmount\":5,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":10,\"id\":54,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":10,\"id\":55,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":10,\"id\":56,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-10-29\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":10,\"id\":57,\"ifEdit\":1,\"meetAmount\":3,\"meetTime\":\"2023-08-18\",\"paymentType\":\"保养费\"}],\"contractResource\":\"线下\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 14:39:23\",\"depositAmount\":5,\"driverName\":\"杨青\",\"driverPhone\":\"18812351235\",\"endTime\":\"2023-10-29\",\"handoverState\":1,\"id\":10,\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":1,\"rentAmountSum\":11,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:39:23', 197); +INSERT INTO `sys_oper_log` VALUES (6115, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"A6.png\",\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804143813310691333.png\",\"contractNumber\":\"009\",\"contractPaymentPlans\":[{\"contractId\":10,\"id\":58,\"ifEdit\":0,\"meetAmount\":5,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":10,\"id\":59,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":10,\"id\":60,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-10-13\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":10,\"id\":61,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":10,\"id\":62,\"ifEdit\":1,\"meetAmount\":2,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保养费1\"}],\"contractResource\":\"线下\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 14:39:23\",\"depositAmount\":5,\"disabled\":false,\"driverName\":\"杨青\",\"driverPhone\":\"18812351235\",\"endTime\":\"2023-10-31\",\"handoverState\":1,\"id\":10,\"ifDue\":0,\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":1,\"rentAmountSum\":10,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:41:09', 52); +INSERT INTO `sys_oper_log` VALUES (6116, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":10,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804144730311730046.png\",\"handoverTime\":\"2023-08-04\",\"initMileage\":2,\"remark\":\"帕萨特交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 14:47:40', 49); +INSERT INTO `sys_oper_log` VALUES (6117, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/10', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 15:01:49', 10); +INSERT INTO `sys_oper_log` VALUES (6118, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"QQ截图20230712150013.png\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804151623203094264.png\",\"contractNumber\":\"009\",\"contractPaymentPlans\":[{\"contractId\":11,\"id\":63,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":11,\"id\":64,\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-09-02\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":11,\"id\":65,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保养费1\"},{\"contractId\":11,\"id\":66,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-08-17\",\"paymentType\":\"保养费2\"}],\"contractResource\":\"滴滴平台\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 15:17:52\",\"depositAmount\":1000,\"driverName\":\"阳历\",\"driverPhone\":\"18512351235\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":11,\"manageIds\":[160],\"penaltyRatio\":50,\"remark\":\"滴滴平台\",\"rentAmount\":5,\"rentAmountSum\":1070,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:17:52', 44); +INSERT INTO `sys_oper_log` VALUES (6119, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":10,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095857388553257.jpg\"],\"remark\":\"3\"},{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"formId\":3,\"id\":11,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152626113581395.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152526920108598.png\",\"pictureList\":[],\"remark\":\"33\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095835480373737.png\",\"remark\":\"23\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:26:46', 30); +INSERT INTO `sys_oper_log` VALUES (6120, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"QQ截图20230712150013.png\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804151623203094264.png\",\"contractNumber\":\"009\",\"contractPaymentPlans\":[{\"contractId\":11,\"id\":67,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":11,\"id\":68,\"ifEdit\":0,\"meetAmount\":5,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":11,\"id\":69,\"ifEdit\":0,\"meetAmount\":5,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":11,\"id\":70,\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"滴滴平台\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 15:17:53\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"阳历\",\"driverPhone\":\"18512351235\",\"endTime\":\"2023-10-31\",\"handoverState\":1,\"id\":11,\"ifDue\":0,\"manageIds\":[160],\"penaltyRatio\":50,\"remark\":\"滴滴平台\",\"rentAmount\":50,\"rentAmountSum\":1060,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:30:19', 25); +INSERT INTO `sys_oper_log` VALUES (6121, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"QQ截图20230712150013.png\",\"carId\":11,\"carNumber\":\"川G12333\",\"carVinNumber\":\"qin-2\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804115531472754527.png\",\"contractNumber\":\"008\",\"contractPaymentPlans\":[{\"contractId\":9,\"disabled\":false,\"id\":51,\"ifEdit\":0,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":9,\"disabled\":false,\"id\":52,\"ifEdit\":0,\"meetAmount\":20,\"meetTime\":\"2023-08-05\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"线下\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:55:44\",\"depositAmount\":10,\"disabled\":false,\"driverName\":\"测试\",\"driverPhone\":\"18812511555\",\"endTime\":\"2023-10-31\",\"handoverState\":3,\"id\":9,\"ifDue\":0,\"manageIds\":[139],\"penaltyRatio\":1,\"rentAmount\":20,\"rentAmountSum\":30,\"returnCarTime\":\"2023-08-04\",\"returnCarType\":2,\"shopId\":16,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":6}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:31:04', 37); +INSERT INTO `sys_oper_log` VALUES (6122, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":12,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153148334452980.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153154217830457.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png\"],\"remark\":\"3\"},{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":13,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152626113581395.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152626113581395.png\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152526920108598.png\"],\"remark\":\"33\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095835480373737.png\",\"remark\":\"23\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:31:57', 14); +INSERT INTO `sys_oper_log` VALUES (6123, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"QQ截图20230712150013.png\",\"carId\":11,\"carNumber\":\"川G12333\",\"carVinNumber\":\"qin-2\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804115531472754527.png\",\"contractNumber\":\"008\",\"contractPaymentPlans\":[{\"contractId\":9,\"disabled\":false,\"id\":51,\"ifEdit\":0,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":9,\"disabled\":false,\"id\":52,\"ifEdit\":0,\"meetAmount\":20,\"meetTime\":\"2023-08-05\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"线下\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:55:44\",\"depositAmount\":10,\"disabled\":false,\"driverName\":\"测试\",\"driverPhone\":\"18812511555\",\"endTime\":\"2023-10-31\",\"handoverState\":3,\"id\":9,\"ifDue\":0,\"manageIds\":[139],\"penaltyRatio\":1,\"rentAmount\":20,\"rentAmountSum\":30,\"returnCarTime\":\"2023-08-04\",\"returnCarType\":2,\"shopId\":16,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":6}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:33:09', 29); +INSERT INTO `sys_oper_log` VALUES (6124, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-11\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":14,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153148334452980.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153154217830457.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153148334452980.jpg\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095852462349091.png\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153154217830457.png\"],\"remark\":\"3\"},{\"amount\":2,\"checkType\":\"1\",\"contractId\":2,\"disabled\":false,\"formId\":3,\"id\":15,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152626113581395.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804152626113581395.png\"],\"remark\":\"33\"},{\"amount\":24214,\"checkType\":\"32432\",\"contractId\":2,\"formId\":3,\"id\":16,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153333918777502.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804153324359276851.png\",\"pictureList\":[],\"remark\":\"12321\"}],\"contractId\":2,\"id\":3,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803095835480373737.png\",\"remark\":\"23\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:33:36', 17); +INSERT INTO `sys_oper_log` VALUES (6125, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"行驶证.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804114959826803268.png\",\"contractNumber\":\"007\",\"contractPaymentPlans\":[{\"contractId\":8,\"id\":71,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"id\":72,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"id\":73,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,\"id\":74,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":8,\"id\":75,\"ifEdit\":1,\"meetAmount\":3,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险\"}],\"contractResource\":\"拼多多\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:51:32\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"endTime\":\"2023-10-31\",\"handoverState\":1,\"id\":8,\"ifDue\":0,\"manageIds\":[139,140,153],\"paymentRemark\":\"0804合同备注售卖\",\"penaltyRatio\":10,\"remark\":\"0804合同\",\"rentAmount\":100,\"rentAmountSum\":1303,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 15:51:26', 46); +INSERT INTO `sys_oper_log` VALUES (6126, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"\",\"contractNumber\":\"010\",\"contractPaymentPlans\":[{\"contractId\":12,\"id\":76,\"ifEdit\":1,\"meetAmount\":15,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费\"}],\"contractResource\":\"白丝来源\",\"contractType\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:03:18\",\"depositAmount\":100,\"driverName\":\"大力\",\"driverPhone\":\"18812351235\",\"endTime\":\"2023-08-11\",\"handoverState\":1,\"id\":12,\"manageIds\":[160,139,140,153,156,159],\"paymentRemark\":\"地方\",\"penaltyRatio\":50,\"rentAmount\":500,\"rentAmountSum\":15,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 16:03:18', 29); +INSERT INTO `sys_oper_log` VALUES (6127, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"\",\"contractNumber\":\"011\",\"contractPaymentPlans\":[{\"contractId\":13,\"id\":77,\"ifEdit\":1,\"meetAmount\":12000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费\"}],\"contractType\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:41:47\",\"depositAmount\":22,\"driverName\":\"白净\",\"driverPhone\":\"18512351235\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":13,\"manageIds\":[139,140,156,153,159,160],\"penaltyRatio\":50,\"rentAmount\":1000000,\"rentAmountSum\":12000,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-01-01\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 16:41:47', 24); +INSERT INTO `sys_oper_log` VALUES (6128, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"\",\"contractNumber\":\"011\",\"contractPaymentPlans\":[{\"contractId\":13,\"id\":78,\"ifEdit\":0,\"meetAmount\":22,\"meetTime\":\"2023-01-01\",\"paymentType\":\"押金\"},{\"contractId\":13,\"id\":79,\"ifEdit\":0,\"meetAmount\":1,\"meetTime\":\"2023-02-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":13,\"id\":80,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-03-01\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":13,\"id\":81,\"ifEdit\":0,\"meetAmount\":3,\"meetTime\":\"2023-04-01\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":13,\"id\":82,\"ifEdit\":0,\"meetAmount\":4,\"meetTime\":\"2023-05-01\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":13,\"id\":83,\"ifEdit\":0,\"meetAmount\":5,\"meetTime\":\"2023-06-01\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":13,\"id\":84,\"ifEdit\":0,\"meetAmount\":6,\"meetTime\":\"2023-07-01\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":13,\"id\":85,\"ifEdit\":0,\"meetAmount\":7,\"meetTime\":\"2023-08-01\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":13,\"id\":86,\"ifEdit\":0,\"meetAmount\":8,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第8期)\"}],\"contractType\":1,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:41:47\",\"depositAmount\":22,\"disabled\":false,\"driverName\":\"白净\",\"driverPhone\":\"18512351235\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":13,\"ifDue\":0,\"manageIds\":[139,140,153,156,159,160],\"penaltyRatio\":50,\"rentAmount\":1000000,\"rentAmountSum\":58,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-01-01\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 16:47:00', 28); +INSERT INTO `sys_oper_log` VALUES (6129, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/12', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 16:48:53', 8); +INSERT INTO `sys_oper_log` VALUES (6130, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/11', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 16:48:59', 9); +INSERT INTO `sys_oper_log` VALUES (6131, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 16:54:10.099\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-04 16:54:10', 100); +INSERT INTO `sys_oper_log` VALUES (6132, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 16:54:10', 152); +INSERT INTO `sys_oper_log` VALUES (6133, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 16:54:11', 734); +INSERT INTO `sys_oper_log` VALUES (6134, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 16:54:16.873\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-08-04 16:54:16', 21); +INSERT INTO `sys_oper_log` VALUES (6135, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 16:54:16', 22); +INSERT INTO `sys_oper_log` VALUES (6136, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 16:54:17', 772); +INSERT INTO `sys_oper_log` VALUES (6137, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 16:56:23', 9); +INSERT INTO `sys_oper_log` VALUES (6138, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 16:56:23.615\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-04 16:56:23', 16); +INSERT INTO `sys_oper_log` VALUES (6139, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 16:56:24', 514); +INSERT INTO `sys_oper_log` VALUES (6140, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"README.md\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804165840115915949.md\",\"contractNumber\":\"012\",\"contractPaymentPlans\":[{\"contractId\":14,\"id\":87,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":14,\"id\":88,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":14,\"id\":89,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":14,\"id\":90,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-11-04\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":14,\"id\":91,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":14,\"id\":92,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费\"}],\"contractResource\":\"滴滴平台\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:58:51\",\"depositAmount\":500,\"driverName\":\"李希\",\"driverPhone\":\"18512341234\",\"endTime\":\"2023-11-30\",\"handoverState\":1,\"id\":14,\"manageIds\":[153,160],\"penaltyRatio\":50,\"rentAmount\":2,\"rentAmountSum\":518,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 16:58:51', 41); +INSERT INTO `sys_oper_log` VALUES (6141, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"README.md\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804165840115915949.md\",\"contractNumber\":\"012\",\"contractPaymentPlans\":[{\"contractId\":14,\"id\":93,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-05-31\",\"paymentType\":\"押金\"},{\"contractId\":14,\"id\":94,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-06-30\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":14,\"id\":95,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-07-31\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":14,\"id\":96,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"滴滴平台\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:58:51\",\"depositAmount\":500,\"disabled\":false,\"driverName\":\"李希\",\"driverPhone\":\"18512341234\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":14,\"ifDue\":0,\"manageIds\":[153,160],\"penaltyRatio\":50,\"rentAmount\":2,\"rentAmountSum\":506,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-05-31\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:00:13', 33); +INSERT INTO `sys_oper_log` VALUES (6142, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"行驶证.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804114959826803268.png\",\"contractNumber\":\"007\",\"contractPaymentPlans\":[{\"contractId\":8,\"id\":97,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"id\":98,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"id\":99,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,\"id\":100,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"拼多多\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:51:32\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"endTime\":\"2023-10-31\",\"handoverState\":1,\"id\":8,\"ifDue\":0,\"manageIds\":[139,140,153],\"paymentRemark\":\"0804合同备注售卖\",\"penaltyRatio\":10,\"remark\":\"0804合同\",\"rentAmount\":100,\"rentAmountSum\":1300,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:01:47', 42); +INSERT INTO `sys_oper_log` VALUES (6143, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"\",\"contractNumber\":\"013\",\"contractPaymentPlans\":[{\"contractId\":15,\"id\":101,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-01\",\"paymentType\":\"押金\"},{\"contractId\":15,\"id\":102,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-09-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":15,\"id\":103,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-09-10\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":15,\"id\":104,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费\"}],\"contractResource\":\"小拉租车\",\"contractType\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 17:03:14\",\"depositAmount\":500,\"driverName\":\"李柏\",\"driverPhone\":\"19912361236\",\"endTime\":\"2023-09-10\",\"handoverState\":1,\"id\":15,\"manageIds\":[160,153],\"penaltyRatio\":50,\"rentAmount\":2,\"rentAmountSum\":514,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-01\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:03:14', 40); +INSERT INTO `sys_oper_log` VALUES (6144, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 17:24:18.11\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-08-04 17:24:18', 80); +INSERT INTO `sys_oper_log` VALUES (6145, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 17:24:18', 84); +INSERT INTO `sys_oper_log` VALUES (6146, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 17:24:19', 1070); +INSERT INTO `sys_oper_log` VALUES (6147, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":15,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172804328234817.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172807603403543.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080417280930574650.jpg\",\"handoverTime\":\"2023-08-05\",\"initMileage\":50}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:29:02', 68); +INSERT INTO `sys_oper_log` VALUES (6148, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 17:36:25.505\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-04 17:36:25', 50); +INSERT INTO `sys_oper_log` VALUES (6149, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 17:36:25', 51); +INSERT INTO `sys_oper_log` VALUES (6150, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 17:36:26', 811); +INSERT INTO `sys_oper_log` VALUES (6151, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 17:41:25', 11); +INSERT INTO `sys_oper_log` VALUES (6152, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 17:41:25.907\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-08-04 17:41:25', 30); +INSERT INTO `sys_oper_log` VALUES (6153, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 17:41:26', 649); +INSERT INTO `sys_oper_log` VALUES (6154, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":15,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172804328234817.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172807603403543.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080417280930574650.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174458599477147.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174501483920559.png\",\"handoverTime\":\"2023-08-05\",\"id\":10,\"initMileage\":50,\"remark\":\"第二次编辑交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:45:07', 15); +INSERT INTO `sys_oper_log` VALUES (6155, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"行驶证.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804114959826803268.png\",\"contractNumber\":\"007\",\"contractPaymentPlans\":[{\"contractId\":8,\"id\":105,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"id\":106,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"id\":107,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,\"id\":108,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"拼多多\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-04 11:51:32\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"endTime\":\"2023-10-31\",\"handoverState\":1,\"id\":8,\"ifDue\":0,\"manageIds\":[139,140,153],\"paymentRemark\":\"0804合同备注售卖\",\"penaltyRatio\":10,\"remark\":\"0804合同\",\"rentAmount\":100,\"rentAmountSum\":1300,\"shopId\":15,\"signingId\":1,\"signingName\":\"超级管理员\",\"signingPhone\":\"15888888888\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:46:58', 42); +INSERT INTO `sys_oper_log` VALUES (6156, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":15,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172804328234817.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172807603403543.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080417280930574650.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174458599477147.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174838908467494.png\",\"handoverTime\":\"2023-08-05\",\"id\":10,\"initMileage\":50,\"remark\":\"第二次编辑交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 17:48:39', 25); +INSERT INTO `sys_oper_log` VALUES (6157, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-04 18:18:10', 88); +INSERT INTO `sys_oper_log` VALUES (6158, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"driverName\":\"白净\",\"driverPhone\":\"18512351235\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 18:18:10.467\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-04 18:18:10', 85); +INSERT INTO `sys_oper_log` VALUES (6159, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 18:18:11', 736); +INSERT INTO `sys_oper_log` VALUES (6160, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"driverName\":\"白净\",\"driverPhone\":\"18512351235\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 18:19:39.265\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-04 18:19:39', 17); +INSERT INTO `sys_oper_log` VALUES (6161, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-04 18:19:39', 24); +INSERT INTO `sys_oper_log` VALUES (6162, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 18:19:39', 522); +INSERT INTO `sys_oper_log` VALUES (6163, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":15,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172804328234817.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172807603403543.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080417280930574650.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174458599477147.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174838908467494.png\",\"handoverTime\":\"2023-08-05\",\"id\":10,\"initMileage\":50,\"remark\":\"第二次编辑交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 18:29:14', 38); +INSERT INTO `sys_oper_log` VALUES (6164, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, '18222222222', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-04\",\"contractId\":15,\"remark\":\"合同到期\",\"returnType\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:06:21', 59); +INSERT INTO `sys_oper_log` VALUES (6165, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, 'admin', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":2000,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191509955051919.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191512189106911.png\",\"projectCount\":1,\"projectName\":\"项目\",\"unitPrice\":2000}],\"inFactoryTime\":\"2023-08-28\",\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注\",\"repairShopId\":22}', NULL, 1, '未查到该车辆', '2023-08-04 19:15:17', 39); +INSERT INTO `sys_oper_log` VALUES (6166, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/15', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 19:15:36', 30); +INSERT INTO `sys_oper_log` VALUES (6167, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, 'admin', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":4000,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080419194624622847.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191948302805666.png\",\"projectCount\":2,\"projectName\":\"项目1\",\"serviceId\":1,\"unitPrice\":2000,\"updateTime\":\"2023-08-04 19:19:57\"}],\"applyId\":1,\"carId\":23,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"inFactoryTime\":\"2023-08-30\",\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注\",\"repairShopId\":22,\"updateTime\":\"2023-08-04 19:19:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:19:57', 20); +INSERT INTO `sys_oper_log` VALUES (6168, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/15', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 19:20:51', 4); +INSERT INTO `sys_oper_log` VALUES (6169, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/15', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 19:31:10', 3); +INSERT INTO `sys_oper_log` VALUES (6170, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:47:16.498\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:47:16', 30); +INSERT INTO `sys_oper_log` VALUES (6171, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:47:16', 25); +INSERT INTO `sys_oper_log` VALUES (6172, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:47:17', 698); +INSERT INTO `sys_oper_log` VALUES (6173, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:48:24', 6); +INSERT INTO `sys_oper_log` VALUES (6174, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:48:24.119\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:48:24', 11); +INSERT INTO `sys_oper_log` VALUES (6175, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:48:24', 533); +INSERT INTO `sys_oper_log` VALUES (6176, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:48:28', 7); +INSERT INTO `sys_oper_log` VALUES (6177, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:48:28.304\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-04 19:48:28', 10); +INSERT INTO `sys_oper_log` VALUES (6178, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:48:28', 473); +INSERT INTO `sys_oper_log` VALUES (6179, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:48:50', 8); +INSERT INTO `sys_oper_log` VALUES (6180, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:48:50.702\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:48:50', 14); +INSERT INTO `sys_oper_log` VALUES (6181, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:48:51', 464); +INSERT INTO `sys_oper_log` VALUES (6182, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:49:45', 7); +INSERT INTO `sys_oper_log` VALUES (6183, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:49:45.495\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:49:45', 9); +INSERT INTO `sys_oper_log` VALUES (6184, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:49:46', 413); +INSERT INTO `sys_oper_log` VALUES (6185, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:54:26.777\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-04 19:54:26', 9); +INSERT INTO `sys_oper_log` VALUES (6186, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:54:26', 5); +INSERT INTO `sys_oper_log` VALUES (6187, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:54:27', 365); +INSERT INTO `sys_oper_log` VALUES (6188, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-04\",\"contractCheckCarMatters\":[{\"amount\":13123,\"checkType\":\"122\",\"contractId\":15,\"formId\":11,\"id\":17,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\",\"pictureList\":[],\"remark\":\"312321321\"}],\"contractId\":15,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195611291335084.jpg\",\"remark\":\"2312\",\"returnCarMileage\":1323}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:56:31', 121); +INSERT INTO `sys_oper_log` VALUES (6189, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:56:46', 6); +INSERT INTO `sys_oper_log` VALUES (6190, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:56:46.755\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-04 19:56:46', 8); +INSERT INTO `sys_oper_log` VALUES (6191, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:56:47', 341); +INSERT INTO `sys_oper_log` VALUES (6192, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:56:55.569\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:56:55', 11); +INSERT INTO `sys_oper_log` VALUES (6193, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:56:55', 13); +INSERT INTO `sys_oper_log` VALUES (6194, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:56:56', 389); +INSERT INTO `sys_oper_log` VALUES (6195, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, 'admin', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-04\",\"contractCheckCarMatters\":[{\"amount\":13123,\"checkType\":\"122\",\"contractId\":15,\"disabled\":false,\"formId\":11,\"id\":18,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195711557873873.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\"],\"remark\":\"312321321\"}],\"contractId\":15,\"id\":11,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195611291335084.jpg\",\"remark\":\"2312\",\"returnCarMileage\":1323}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:57:14', 21); +INSERT INTO `sys_oper_log` VALUES (6196, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, '18222222222', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-04\",\"contractCheckCarMatters\":[{\"amount\":13123,\"checkType\":\"122\",\"contractId\":15,\"disabled\":false,\"formId\":11,\"id\":19,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195711557873873.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195711557873873.png\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\"],\"remark\":\"312321321\"}],\"contractId\":15,\"id\":11,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195611291335084.jpg\",\"remark\":\"2312\",\"returnCarMileage\":1323}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:57:21', 16); +INSERT INTO `sys_oper_log` VALUES (6197, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"fdj01\",\"carId\":32,\"carNumber\":\"川A11111\",\"carPicture\":\"\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"jv1452\",\"driverName\":\"何先生\",\"driverPhone\":\"18812581258\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001058745098124.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715001102951133794.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-04 19:57:31.666\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230715002014201556814.png\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-10-10 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-06-27 00:00:00\"}}', 0, NULL, '2023-08-04 19:57:31', 9); +INSERT INTO `sys_oper_log` VALUES (6198, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":32,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-04 19:57:31', 10); +INSERT INTO `sys_oper_log` VALUES (6199, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"32\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":32,\"carNumber\":\"川A11111\",\"createTime\":\"2023-07-14 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":49,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-14 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-04 19:57:32', 403); +INSERT INTO `sys_oper_log` VALUES (6200, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, '18222222222', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"18222222222\",\"checkPersonId\":160,\"checkTime\":\"2023-08-04\",\"contractCheckCarMatters\":[{\"amount\":200,\"checkType\":\"补漆\",\"contractId\":15,\"disabled\":false,\"formId\":11,\"id\":20,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195711557873873.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195711557873873.png\",\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195628583267914.png\"],\"remark\":\"312321321\"}],\"contractId\":15,\"id\":11,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195843612699141.png\",\"remark\":\"2312\",\"returnCarMileage\":100}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 19:58:58', 19); +INSERT INTO `sys_oper_log` VALUES (6201, '合同管理:生成账单', 2, 'com.ruoyi.contract.controller.TContractController.generateBills()', 'POST', 1, '18222222222', NULL, '/contract/generateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[{\"accidentType\":\"车祸事故\",\"amount\":5,\"contractId\":15,\"id\":1,\"picture\":\"\",\"remark\":\"\"}],\"contractId\":15,\"contractOtherCosts\":[{\"amount\":10,\"contractId\":15,\"id\":7,\"otherType\":\"电费\",\"refundableOrReceivable\":1,\"remark\":\"\"}],\"contractOverdueRents\":[{\"amount\":1000,\"contractId\":15,\"id\":4,\"meetTime\":\"2023-08-04\",\"overdueType\":\"预期租金费用\",\"remark\":\"\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":15,\"id\":4,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804195931283503893.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804200003876085760.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804200007424450642.png\",\"remark\":\"违章的说明\",\"violationType\":2}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:02:28', 66); +INSERT INTO `sys_oper_log` VALUES (6202, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:07:31', 72); +INSERT INTO `sys_oper_log` VALUES (6203, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:09:32', 6); +INSERT INTO `sys_oper_log` VALUES (6204, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:11:53', 5); +INSERT INTO `sys_oper_log` VALUES (6205, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:13:09', 29); +INSERT INTO `sys_oper_log` VALUES (6206, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:14:22', 3); +INSERT INTO `sys_oper_log` VALUES (6207, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:14:50', 3); +INSERT INTO `sys_oper_log` VALUES (6208, '合同管理:编辑生成账单', 2, 'com.ruoyi.contract.controller.TContractController.updateGenerateBills()', 'POST', 1, '18222222222', NULL, '/contract/updateGenerateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[],\"contractId\":2,\"contractOtherCosts\":[{\"amount\":50,\"contractId\":2,\"disabled\":false,\"id\":8,\"otherType\":\"说明\",\"refundableOrReceivable\":1,\"remark\":\"说明\"},{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":9,\"otherType\":\"说明\",\"refundableOrReceivable\":2,\"remark\":\"说明\"}],\"contractOverdueRents\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":5,\"meetTime\":\"2023-08-08\",\"overdueType\":\"说明\",\"remark\":\"说明\"}],\"contractViolationCosts\":[{\"amount\":100,\"contractId\":2,\"disabled\":false,\"id\":5,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203200637264118.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/202308032032033723498.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203205244476279.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080320320951107584.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803203212457370389.png\",\"remark\":\"\\t 说明\",\"violationType\":1}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:15:52', 82); +INSERT INTO `sys_oper_log` VALUES (6209, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=null\' at line 1', '2023-08-04 20:17:55', 3); +INSERT INTO `sys_oper_log` VALUES (6210, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{\"content\":\"{\\\"num1\\\":10000,\\\"num2\\\":9000}\",\"id\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:18:17', 9); +INSERT INTO `sys_oper_log` VALUES (6211, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"\",\"contractNumber\":\"014\",\"contractPaymentPlans\":[{\"contractId\":16,\"id\":109,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":16,\"id\":110,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":16,\"id\":111,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":16,\"id\":112,\"ifEdit\":1,\"meetAmount\":1,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保养费\"}],\"contractResource\":\"线下合同来源\",\"contractType\":3,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 20:18:32\",\"depositAmount\":1000,\"driverName\":\"勤勤\",\"driverPhone\":\"18512361236\",\"endTime\":\"2023-09-30\",\"handoverState\":1,\"id\":16,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":1201,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:18:32', 57); +INSERT INTO `sys_oper_log` VALUES (6212, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":16,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804201931397591476.png\",\"handoverTime\":\"2023-08-04\",\"initMileage\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:19:32', 49); +INSERT INTO `sys_oper_log` VALUES (6213, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":16,\"contractPaymentPlans\":[{\"contractId\":17,\"id\":113,\"ifEdit\":0,\"meetAmount\":1001,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":17,\"id\":114,\"ifEdit\":0,\"meetAmount\":1001,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":17,\"id\":115,\"ifEdit\":1,\"meetAmount\":20,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费2\"}],\"depositAmount\":1000,\"endTime\":\"2023-11-30\",\"manageIds\":[160],\"penaltyRatio\":50,\"startTime\":\"2023-10-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 20:38:05', 168); +INSERT INTO `sys_oper_log` VALUES (6214, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18222222222', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"交车角色\",\"approveNodeId\":\"21\",\"approveType\":3,\"companyId\":4,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 20:58:39\",\"id\":6,\"state\":1,\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-04 20:58:39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-04 20:58:39', 7); +INSERT INTO `sys_oper_log` VALUES (6215, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, '18222222222', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-04\",\"contractId\":16,\"remark\":\"提前结束\",\"returnType\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-04 21:00:17', 364); +INSERT INTO `sys_oper_log` VALUES (6216, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/16', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-04 21:02:24', 5); +INSERT INTO `sys_oper_log` VALUES (6217, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/16', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-05 09:06:15', 4); +INSERT INTO `sys_oper_log` VALUES (6218, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":43,\"carNumber\":\"川A0002\",\"carVinNumber\":\"byd964\",\"contractAnnex\":\"\",\"contractNumber\":\"014\",\"contractPaymentPlans\":[{\"contractId\":16,\"disabled\":false,\"id\":109,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":16,\"disabled\":false,\"id\":110,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":16,\"disabled\":false,\"id\":111,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":16,\"disabled\":false,\"id\":112,\"ifEdit\":1,\"meetAmount\":1,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保养费\"}],\"contractResource\":\"线下合同来源\",\"contractType\":3,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 20:18:32\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"勤勤\",\"driverPhone\":\"18512361236\",\"endTime\":\"2023-09-30\",\"handoverState\":3,\"id\":16,\"ifDue\":0,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":1201,\"returnCarTime\":\"2023-08-04\",\"returnCarType\":2,\"returnState\":1,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-08-04\",\"state\":6}', NULL, 1, 'com.ruoyi.contract.mapper.TContractPaymentPlanMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'112\' for key \'t_contract_payment_plan.PRIMARY\'\n; Duplicate entry \'112\' for key \'t_contract_payment_plan.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'112\' for key \'t_contract_payment_plan.PRIMARY\'', '2023-08-05 09:13:12', 107); +INSERT INTO `sys_oper_log` VALUES (6219, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1312\",\"carNumber\":\"川A11111\",\"insureCompanyName\":\"3123\",\"insureCost\":213123,\"insured\":\"123213\",\"remark\":\"12321\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:13:37', 32); +INSERT INTO `sys_oper_log` VALUES (6220, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"行驶证.png\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804114959826803268.png\",\"contractNumber\":\"007\",\"contractPaymentPlans\":[{\"contractId\":8,\"disabled\":false,\"id\":48,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"disabled\":false,\"id\":49,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-08-05\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"disabled\":false,\"id\":50,\"ifEdit\":1,\"meetAmount\":20,\"meetTime\":\"2023-08-04\",\"paymentType\":\"其他费用\"},{\"contractId\":8,\"disabled\":false,\"id\":71,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"disabled\":false,\"id\":72,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"disabled\":false,\"id\":73,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,\"disabled\":false,\"id\":74,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":8,\"disabled\":false,\"id\":75,\"ifEdit\":1,\"meetAmount\":3,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险\"},{\"contractId\":8,\"disabled\":false,\"id\":97,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"disabled\":false,\"id\":98,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"disabled\":false,\"id\":99,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,\"disabled\":false,\"id\":100,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":8,\"disabled\":false,\"id\":105,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":8,\"disabled\":false,\"id\":106,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":8,\"disabled\":false,\"id\":107,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":8,', NULL, 1, 'com.ruoyi.contract.mapper.TContractPaymentPlanMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'108\' for key \'t_contract_payment_plan.PRIMARY\'\n; Duplicate entry \'108\' for key \'t_contract_payment_plan.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'108\' for key \'t_contract_payment_plan.PRIMARY\'', '2023-08-05 09:13:45', 23); +INSERT INTO `sys_oper_log` VALUES (6221, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":24,\"carNumber\":\"川G10677\",\"carVinNumber\":\"jdkf2563\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100115871962937.png\",\"contractNumber\":\"006\",\"contractPaymentPlans\":[{\"contractId\":6,\"disabled\":false,\"id\":33,\"ifEdit\":0,\"meetAmount\":10000,\"meetTime\":\"2023-08-31\",\"paymentType\":\"押金\"},{\"contractId\":6,\"disabled\":false,\"id\":34,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":6,\"disabled\":false,\"id\":35,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":6,\"disabled\":false,\"id\":36,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":6,\"disabled\":false,\"id\":37,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-12-31\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":6,\"disabled\":false,\"id\":38,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-01-31\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":6,\"disabled\":false,\"id\":39,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-02-29\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":6,\"disabled\":false,\"id\":40,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-03-31\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":6,\"disabled\":false,\"id\":41,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-04-30\",\"paymentType\":\"租金(第8期)\"},{\"contractId\":6,\"disabled\":false,\"id\":42,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-05-31\",\"paymentType\":\"租金(第9期)\"},{\"contractId\":6,\"disabled\":false,\"id\":43,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-06-30\",\"paymentType\":\"租金(第10期)\"},{\"contractId\":6,\"disabled\":false,\"id\":44,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-07-31\",\"paymentType\":\"租金(第11期)\"},{\"contractId\":6,\"disabled\":false,\"id\":45,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-08-31\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"不详\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-03 10:02:01\",\"depositAmount\":10000,\"disabled\":false,\"driverName\":\"程奎\",\"driverPhone\":\"18898181971\",\"endTime\":\"2024-08-31\",\"handoverState\":3', NULL, 1, 'com.ruoyi.contract.mapper.TContractPaymentPlanMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'\n; Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'', '2023-08-05 09:16:21', 20); +INSERT INTO `sys_oper_log` VALUES (6222, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":24,\"carNumber\":\"川G10677\",\"carVinNumber\":\"jdkf2563\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230803100115871962937.png\",\"contractNumber\":\"006\",\"contractPaymentPlans\":[{\"contractId\":6,\"disabled\":false,\"id\":33,\"ifEdit\":0,\"meetAmount\":10000,\"meetTime\":\"2023-08-31\",\"paymentType\":\"押金\"},{\"contractId\":6,\"disabled\":false,\"id\":34,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":6,\"disabled\":false,\"id\":35,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-10-31\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":6,\"disabled\":false,\"id\":36,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":6,\"disabled\":false,\"id\":37,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-12-31\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":6,\"disabled\":false,\"id\":38,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-01-31\",\"paymentType\":\"租金(第5期)\"},{\"contractId\":6,\"disabled\":false,\"id\":39,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-02-29\",\"paymentType\":\"租金(第6期)\"},{\"contractId\":6,\"disabled\":false,\"id\":40,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-03-31\",\"paymentType\":\"租金(第7期)\"},{\"contractId\":6,\"disabled\":false,\"id\":41,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-04-30\",\"paymentType\":\"租金(第8期)\"},{\"contractId\":6,\"disabled\":false,\"id\":42,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-05-31\",\"paymentType\":\"租金(第9期)\"},{\"contractId\":6,\"disabled\":false,\"id\":43,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-06-30\",\"paymentType\":\"租金(第10期)\"},{\"contractId\":6,\"disabled\":false,\"id\":44,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-07-31\",\"paymentType\":\"租金(第11期)\"},{\"contractId\":6,\"disabled\":false,\"id\":45,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2024-08-31\",\"paymentType\":\"租金(第12期)\"}],\"contractResource\":\"不详\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"admin\",\"createTime\":\"2023-08-03 10:02:01\",\"depositAmount\":10000,\"disabled\":false,\"driverName\":\"程奎\",\"driverPhone\":\"18898181971\",\"endTime\":\"2024-08-31\",\"handoverState\":3', NULL, 1, 'com.ruoyi.contract.mapper.TContractPaymentPlanMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'\n; Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'45\' for key \'t_contract_payment_plan.PRIMARY\'', '2023-08-05 09:16:40', 20); +INSERT INTO `sys_oper_log` VALUES (6223, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"123123\",\"carNumber\":\"川A11111\",\"endTime\":\"2023-09-01\",\"insureCompanyName\":\"3123\",\"insureCost\":213123,\"insured\":\"131\",\"remark\":\"1231231231\",\"startTime\":\"2023-08-30\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:17:16', 4); +INSERT INTO `sys_oper_log` VALUES (6224, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"123123\",\"carNumber\":\"川A11111\",\"endTime\":\"2023-09-01\",\"insureCompanyName\":\"3123\",\"insureCost\":213123,\"insured\":\"131\",\"remark\":\"1231231231\",\"startTime\":\"2023-08-30\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:17:30', 4); +INSERT INTO `sys_oper_log` VALUES (6225, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-05 09:25:48', 31); +INSERT INTO `sys_oper_log` VALUES (6226, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"driverName\":\"勤勤\",\"driverPhone\":\"18512361236\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 09:25:47.973\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":5,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-05 09:25:48', 46); +INSERT INTO `sys_oper_log` VALUES (6227, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 09:25:48', 550); +INSERT INTO `sys_oper_log` VALUES (6228, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"352\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:29:57', 9); +INSERT INTO `sys_oper_log` VALUES (6229, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"351\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:29:58', 5); +INSERT INTO `sys_oper_log` VALUES (6230, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"350\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:30:00', 5); +INSERT INTO `sys_oper_log` VALUES (6231, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"349\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:30:01', 5); +INSERT INTO `sys_oper_log` VALUES (6232, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"348\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:30:02', 4); +INSERT INTO `sys_oper_log` VALUES (6233, '导入记录:删除导入记录', 3, 'com.ruoyi.vehicle.controller.TImportRecordController.removeById()', 'GET', 1, 'admin', NULL, '/importRecord/removeById', '221.182.45.100', '', '{\"id\":\"342\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 09:30:02', 5); +INSERT INTO `sys_oper_log` VALUES (6234, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":43,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":44,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节22\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"handleTime\":\"2023-07-21\",\"id\":53,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"金辉细节2233\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":1,\"violationFines\":10.00,\"violationTime\":\"2023-07-01 10:11\"},{\"carId\":43,\"collectionUnit\":\"成都十二交通分局\",\"createBy\":\"admin\",\"createTime\":\"2023-07-21 15:52:14\",\"disabled\":false,\"id\":54,\"ifHandle\":1,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"admin\",\"updateTime\":\"2023-07-21 15:52:14\",\"violationAddress\":\"成都市规划局大楼门口四川省成都市武侯区天府新谷\",\"violationBehavior\":\"限制停车\",\"violationDeductPoints\":2,\"violationFines\":15.00,\"violationTime\":\"2023-10-01 10:06\"}],\"size\":999,\"startIndex\":0,\"total\":3}}', 0, NULL, '2023-08-05 09:31:20', 11); +INSERT INTO `sys_oper_log` VALUES (6235, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vrt152\",\"carId\":43,\"carNumber\":\"川A0002\",\"carType\":\"比亚迪-汉\",\"carVinNumber\":\"byd964\",\"driverName\":\"勤勤\",\"driverPhone\":\"18512361236\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 09:31:20.256\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230719105650728408796.webp\"],\"purchasePrice\":12.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":5,\"typeId\":16,\"violation\":1,\"warrantyTime\":\"2029-02-02 00:00:00\"}}', 0, NULL, '2023-08-05 09:31:20', 9); +INSERT INTO `sys_oper_log` VALUES (6236, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"43\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":43,\"carNumber\":\"川A0002\",\"createTime\":\"2023-07-19 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":181,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":5,\"sumMileage\":0.0,\"updateTime\":\"2023-07-19 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 09:31:20', 410); +INSERT INTO `sys_oper_log` VALUES (6237, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"12321\",\"carNumber\":\"川A11111\",\"endTime\":\"2023-09-05\",\"insureCompanyName\":\"3123\",\"insureCost\":1321,\"insured\":\"1231\",\"remark\":\"12312\",\"startTime\":\"2023-08-09\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:35:54', 4); +INSERT INTO `sys_oper_log` VALUES (6238, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"12322\",\"carNumber\":\"渝AA36323\",\"endTime\":\"2023-08-23\",\"insureCompanyName\":\"123\",\"insureCost\":213123,\"insured\":\"12312\",\"remark\":\"123\",\"startTime\":\"2023-08-02\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:40:39', 4); +INSERT INTO `sys_oper_log` VALUES (6239, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"12322\",\"carNumber\":\"渝AA36323\",\"endTime\":\"2023-08-23\",\"insureCompanyName\":\"123\",\"insureCost\":213123,\"insured\":\"12312\",\"remark\":\"123\",\"startTime\":\"2023-08-02\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:40:53', 4); +INSERT INTO `sys_oper_log` VALUES (6240, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"12322\",\"carNumber\":\"渝AA36323\",\"endTime\":\"2023-08-23\",\"insureCompanyName\":\"123\",\"insureCost\":213123,\"insured\":\"12312\",\"remark\":\"123\",\"startTime\":\"2023-08-02\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:40:53', 4); +INSERT INTO `sys_oper_log` VALUES (6241, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"12322\",\"carNumber\":\"川G2che25\",\"endTime\":\"2023-08-23\",\"insureCompanyName\":\"123\",\"insureCost\":213123,\"insured\":\"12312\",\"remark\":\"123\",\"startTime\":\"2023-08-02\"}', NULL, 1, '未查询到该车辆', '2023-08-05 09:40:57', 5); +INSERT INTO `sys_oper_log` VALUES (6242, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/16', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-05 09:50:01', 3); +INSERT INTO `sys_oper_log` VALUES (6243, '合同管理:编辑合同交车', 2, 'com.ruoyi.contract.controller.TContractController.updateContractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/updateContractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":15,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172804328234817.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804172807603403543.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080417280930574650.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174458599477147.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804174838908467494.png\",\"handoverTime\":\"2023-08-05\",\"id\":10,\"initMileage\":50,\"remark\":\"第二次编辑交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 09:50:32', 26); +INSERT INTO `sys_oper_log` VALUES (6244, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/5', '221.182.45.100', '', '{}', '{\"msg\":\"该合同为不可撤销续约状态\",\"code\":500}', 0, NULL, '2023-08-05 09:52:07', 2); +INSERT INTO `sys_oper_log` VALUES (6245, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, 'admin', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"README.md\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804165840115915949.md\",\"contractNumber\":\"012\",\"contractPaymentPlans\":[{\"contractId\":14,\"disabled\":false,\"id\":87,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-04\",\"paymentType\":\"押金\"},{\"contractId\":14,\"disabled\":false,\"id\":88,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-09-04\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":14,\"disabled\":false,\"id\":89,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-10-04\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":14,\"disabled\":false,\"id\":90,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-11-04\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":14,\"disabled\":false,\"id\":91,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":14,\"disabled\":false,\"id\":92,\"ifEdit\":1,\"meetAmount\":10,\"meetTime\":\"2023-08-04\",\"paymentType\":\"保险费\"},{\"contractId\":14,\"disabled\":false,\"id\":93,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-05-31\",\"paymentType\":\"押金\"},{\"contractId\":14,\"disabled\":false,\"id\":94,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-06-30\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":14,\"disabled\":false,\"id\":95,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-07-31\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":14,\"disabled\":false,\"id\":96,\"ifEdit\":0,\"meetAmount\":2,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第3期)\"}],\"contractResource\":\"滴滴平台\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-04 16:58:51\",\"depositAmount\":500,\"disabled\":false,\"driverName\":\"李希\",\"driverPhone\":\"18512341234\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":14,\"ifDue\":0,\"manageIds\":[153,160],\"penaltyRatio\":50,\"rentAmount\":2,\"rentAmountSum\":1024,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-04\",\"startTime\":\"2023-05-31\",\"state\":1}', NULL, 1, 'com.ruoyi.contract.mapper.TContractPaymentPlanMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'96\' for key \'t_contract_payment_plan.PRIMARY\'\n; Duplicate entry \'96\' for key \'t_contract_payment_plan.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'96\' for key \'t_contract_payment_plan.PRIMARY\'', '2023-08-05 09:54:33', 42); +INSERT INTO `sys_oper_log` VALUES (6246, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"订单收益报表20230728.xls\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805095412977441307.xls\",\"contractNumber\":\"015\",\"contractPaymentPlans\":[{\"contractId\":22,\"id\":116,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":22,\"id\":117,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":22,\"id\":118,\"ifEdit\":1,\"meetAmount\":100,\"meetTime\":\"2023-08-06\",\"paymentType\":\"保险费\"}],\"contractResource\":\"线路合同\",\"contractType\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 09:54:51\",\"depositAmount\":500,\"driverName\":\"晴明\",\"driverPhone\":\"18912351235\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":22,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":700,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 09:54:51', 47); +INSERT INTO `sys_oper_log` VALUES (6247, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":22,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805095543886144063.png\",\"handoverTime\":\"2023-08-05\",\"initMileage\":10,\"remark\":\"0805交车\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 09:55:58', 59); +INSERT INTO `sys_oper_log` VALUES (6248, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"21\",\"carId\":11,\"carNumber\":\"川G12333\",\"carVinNumber\":\"qin-2\",\"createTime\":\"2023-08-05 10:08:59\",\"endTime\":\"2023-08-24\",\"id\":1,\"insureCompanyName\":\"3123\",\"insureCost\":213123,\"insured\":\"12\",\"purchaseState\":1,\"remark\":\"12\",\"startTime\":\"2023-08-22\",\"updateTime\":\"2023-08-05 10:08:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:08:59', 54); +INSERT INTO `sys_oper_log` VALUES (6249, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, '18222222222', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-05\",\"contractId\":22,\"remark\":\"提前结束,需要收取违约金50%\\n押金500,租金100\",\"returnType\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:10:01', 109); +INSERT INTO `sys_oper_log` VALUES (6250, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"createTime\":\"2023-08-05 10:17:32\",\"endTime\":\"2023-08-29\",\"id\":2,\"insureCompanyName\":\"3123\",\"insureCost\":1321,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-05\",\"updateTime\":\"2023-08-05 10:17:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:17:32', 8); +INSERT INTO `sys_oper_log` VALUES (6251, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, '18222222222', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-05\",\"contractCheckCarMatters\":[],\"contractId\":22,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:19:22', 41); +INSERT INTO `sys_oper_log` VALUES (6252, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"createTime\":\"2023-08-05 10:21:57\",\"endTime\":\"2023-08-23\",\"id\":3,\"insureCompanyName\":\"11\",\"insureCost\":1321,\"insureType\":1,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-03\",\"updateTime\":\"2023-08-05 10:21:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:21:57', 6); +INSERT INTO `sys_oper_log` VALUES (6253, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, '18222222222', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"18222222222\",\"checkPersonId\":160,\"checkTime\":\"2023-08-05\",\"contractCheckCarMatters\":[{\"amount\":200,\"checkType\":\"补漆费\",\"contractId\":22,\"formId\":12,\"id\":21,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805102250960398497.png\",\"pictureList\":[],\"remark\":\"车身划痕\"}],\"contractId\":22,\"id\":12,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805102111233110579.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080510211453448658.jpg\",\"remark\":\"租车时10,换车500,需要整备\",\"returnCarMileage\":500}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:22:53', 27); +INSERT INTO `sys_oper_log` VALUES (6254, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":39,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":39,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 15:16:54\",\"disabled\":false,\"id\":48,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 15:16:54\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 10:00\"},{\"carId\":39,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 15:16:54\",\"disabled\":false,\"id\":52,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 15:16:54\",\"violationAddress\":\"111\",\"violationBehavior\":\"123\",\"violationDeductPoints\":1,\"violationFines\":23.00,\"violationTime\":\"2023-11-11 10:00\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-08-05 10:23:06', 28); +INSERT INTO `sys_oper_log` VALUES (6255, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111113\",\"carId\":39,\"carNumber\":\"渝AA1234\",\"carPicture\":\"\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test003\",\"drivingLicense\":\"\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 10:23:06.68\",\"operationCertificate\":\"\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":3,\"typeId\":22,\"violation\":1,\"warrantyTime\":\"2023-07-25 00:00:00\"}}', 0, NULL, '2023-08-05 10:23:06', 36); +INSERT INTO `sys_oper_log` VALUES (6256, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":39,\"carNumber\":\"渝AA1234\",\"createTime\":\"2023-07-17 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":121,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店1\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-17 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 10:23:07', 522); +INSERT INTO `sys_oper_log` VALUES (6257, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":39,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":39,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 15:16:54\",\"disabled\":false,\"id\":48,\"ifHandle\":1,\"ifPayment\":1,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 15:16:54\",\"violationAddress\":\"1111\",\"violationBehavior\":\"1111\",\"violationDeductPoints\":111,\"violationFines\":111.00,\"violationTime\":\"2023-03-01 10:00\"},{\"carId\":39,\"createBy\":\"18667137007\",\"createTime\":\"2023-07-19 15:16:54\",\"disabled\":false,\"id\":52,\"ifHandle\":0,\"ifPayment\":0,\"overMoney\":0.00,\"updateBy\":\"18667137007\",\"updateTime\":\"2023-07-19 15:16:54\",\"violationAddress\":\"111\",\"violationBehavior\":\"123\",\"violationDeductPoints\":1,\"violationFines\":23.00,\"violationTime\":\"2023-11-11 10:00\"}],\"size\":999,\"startIndex\":0,\"total\":2}}', 0, NULL, '2023-08-05 10:23:13', 18); +INSERT INTO `sys_oper_log` VALUES (6258, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"1111113\",\"carId\":39,\"carNumber\":\"渝AA1234\",\"carPicture\":\"\",\"carType\":\"埃安-001\",\"carVinNumber\":\"test003\",\"drivingLicense\":\"\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 10:23:13.817\",\"operationCertificate\":\"\",\"phone\":[],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-01 00:00:00\",\"shopId\":19,\"shopName\":\"重庆门店\",\"state\":3,\"typeId\":22,\"violation\":1,\"warrantyTime\":\"2023-07-25 00:00:00\"}}', 0, NULL, '2023-08-05 10:23:13', 14); +INSERT INTO `sys_oper_log` VALUES (6259, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"39\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":39,\"carNumber\":\"渝AA1234\",\"createTime\":\"2023-07-17 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":121,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"重庆门店1\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-17 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 10:23:14', 456); +INSERT INTO `sys_oper_log` VALUES (6260, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carVinNumber\":\"b0002\",\"createTime\":\"2023-08-05 10:23:30\",\"endTime\":\"2023-08-23\",\"id\":4,\"insureCompanyName\":\"1\",\"insureCost\":1,\"insureType\":1,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-03\",\"updateTime\":\"2023-08-05 10:23:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:23:30', 6); +INSERT INTO `sys_oper_log` VALUES (6261, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, 'admin', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":10,\"createTime\":\"2023-08-05 10:43:21\",\"id\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805104316379209182.jpg\",\"projectCount\":1,\"projectName\":\"说明\",\"serviceId\":2,\"unitPrice\":10,\"updateTime\":\"2023-08-05 10:43:21\"}],\"applyId\":1,\"carId\":36,\"createTime\":\"2023-08-05 10:43:21\",\"id\":2,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":2,\"outFactoryTime\":\"2023-08-19\",\"remark\":\"说明\",\"repairShopId\":26,\"updateTime\":\"2023-08-05 10:43:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:43:21', 17); +INSERT INTO `sys_oper_log` VALUES (6262, '合同管理:生成账单', 2, 'com.ruoyi.contract.controller.TContractController.generateBills()', 'POST', 1, '18222222222', NULL, '/contract/generateBills', '221.182.45.100', '', '{\"companyId\":4,\"contractAccidentCosts\":[{\"accidentType\":\"擦挂事故\",\"amount\":5,\"contractId\":22,\"id\":2,\"picture\":\"\",\"remark\":\"路口擦挂\"}],\"contractId\":22,\"contractOtherCosts\":[{\"amount\":100,\"contractId\":22,\"id\":10,\"otherType\":\"其他费用1\",\"refundableOrReceivable\":2,\"remark\":\"\"}],\"contractOverdueRents\":[{\"amount\":20,\"contractId\":22,\"id\":6,\"meetTime\":\"2023-08-05\",\"overdueType\":\"逾期费用1\",\"remark\":\"\"}],\"contractViolationCosts\":[{\"amount\":110,\"contractId\":22,\"id\":6,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805103343508582134.jpg,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805103837100002085.png\",\"remark\":\"违章未处理产生的滞纳金100\",\"violationType\":1}]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:46:51', 81); +INSERT INTO `sys_oper_log` VALUES (6263, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"2\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"createTime\":\"2023-08-05 10:49:48\",\"endTime\":\"2023-08-25\",\"id\":5,\"insureCompanyName\":\"1\",\"insureCost\":213123,\"insureType\":3,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"2\",\"startTime\":\"2023-08-03\",\"updateTime\":\"2023-08-05 10:49:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 10:49:48', 5); +INSERT INTO `sys_oper_log` VALUES (6264, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"5\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:01:06', 8); +INSERT INTO `sys_oper_log` VALUES (6265, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"订单收益报表20230728.xls\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805095412977441307.xls\",\"contractNumber\":\"018\",\"contractPaymentPlans\":[{\"contractId\":22,\"disabled\":false,\"id\":119,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":22,\"disabled\":false,\"id\":120,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":22,\"disabled\":false,\"id\":121,\"ifEdit\":1,\"meetAmount\":100,\"meetTime\":\"2023-08-06\",\"paymentType\":\"保险费\"}],\"contractResource\":\"线路合同\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 09:54:51\",\"depositAmount\":500,\"disabled\":false,\"driverName\":\"晴明\",\"driverPhone\":\"18912351235\",\"endTime\":\"2023-08-31\",\"handoverState\":3,\"id\":22,\"ifDue\":0,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":700,\"returnCarTime\":\"2023-08-05\",\"returnCarType\":2,\"returnState\":4,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":7}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:15:06', 298); +INSERT INTO `sys_oper_log` VALUES (6266, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"2\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carVinNumber\":\"b0002\",\"createTime\":\"2023-08-05 11:15:27\",\"endTime\":\"2023-08-30\",\"id\":6,\"insureCompanyName\":\"1\",\"insureCost\":213123,\"insureType\":2,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-01\",\"updateTime\":\"2023-08-05 11:15:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:15:27', 47); +INSERT INTO `sys_oper_log` VALUES (6267, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"annexName\":\"订单收益报表20230728.xls\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805095412977441307.xls\",\"contractNumber\":\"018\",\"contractPaymentPlans\":[{\"contractId\":22,\"id\":122,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":22,\"id\":123,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-05\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":22,\"id\":124,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-05\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":22,\"id\":125,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-05\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":22,\"id\":126,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-24\",\"paymentType\":\"租金(第4期)\"}],\"contractResource\":\"线路合同\",\"contractType\":1,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 09:54:51\",\"depositAmount\":500,\"disabled\":false,\"driverName\":\"晴明\",\"driverPhone\":\"18912351235\",\"endTime\":\"2023-11-24\",\"handoverState\":3,\"id\":22,\"ifDue\":0,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":900,\"returnCarTime\":\"2023-08-05\",\"returnCarType\":2,\"returnState\":4,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":7}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:15:40', 47); +INSERT INTO `sys_oper_log` VALUES (6268, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":811,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 11:16:21', 21); +INSERT INTO `sys_oper_log` VALUES (6269, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2g51\",\"currentAddress\":\"双流区西航港街道机场路近都段辅路\",\"driverName\":\"晴明\",\"driverPhone\":\"18912351235\",\"latitude\":\"30.974279\",\"longitude\":\"103.993876\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 11:16:21.819\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2029-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2}}', 0, NULL, '2023-08-05 11:16:21', 43); +INSERT INTO `sys_oper_log` VALUES (6270, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"811\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":811,\"carNumber\":\"川G2che25\",\"createTime\":\"2023-07-25 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":2483,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"updateTime\":\"2023-07-25 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 11:16:22', 852); +INSERT INTO `sys_oper_log` VALUES (6271, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"6\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:16:32', 9); +INSERT INTO `sys_oper_log` VALUES (6272, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"11\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"createTime\":\"2023-08-05 11:17:55\",\"endTime\":\"2023-08-25\",\"id\":7,\"insureCompanyName\":\"3123\",\"insureCost\":1321,\"insureType\":1,\"insured\":\"12312\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-04\",\"updateTime\":\"2023-08-05 11:17:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:17:55', 13); +INSERT INTO `sys_oper_log` VALUES (6273, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"7\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:18:01', 5); +INSERT INTO `sys_oper_log` VALUES (6274, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":32,\"carNumber\":\"川A11111\",\"carVinNumber\":\"jv1452\",\"createTime\":\"2023-08-05 11:19:43\",\"endTime\":\"2023-08-30\",\"id\":8,\"insureCompanyName\":\"3123\",\"insureCost\":213123,\"insureType\":2,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"2\",\"startTime\":\"2023-08-02\",\"updateTime\":\"2023-08-05 11:19:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:19:43', 10); +INSERT INTO `sys_oper_log` VALUES (6275, '系统规则配置:编辑系统规则配置', 2, 'com.ruoyi.management.controller.TSystemConfigController.edit()', 'POST', 1, 'admin', NULL, '/systemConfig/edit', '221.182.45.100', '', '{\"id\":2}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=2\' at line 1\n### The error may exist in com/ruoyi/management/mapper/TSystemConfigMapper.java (best guess)\n### The error may involve com.ruoyi.management.mapper.TSystemConfigMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE t_system_config WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=2\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE id=2\' at line 1', '2023-08-05 11:25:24', 3); +INSERT INTO `sys_oper_log` VALUES (6276, '车辆保养:删除车辆保养', 3, 'com.ruoyi.vehicle.controller.TCarServiceController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carService/deleteById', '221.182.45.100', '', '{\"id\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:26:17', 18); +INSERT INTO `sys_oper_log` VALUES (6277, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"contractAnnex\":\"\",\"contractNumber\":\"019\",\"contractPaymentPlans\":[{\"contractId\":23,\"id\":127,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":23,\"id\":128,\"ifEdit\":0,\"meetAmount\":500,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"雷雨来源\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 11:27:06\",\"depositAmount\":1000,\"driverName\":\"1126测试\",\"driverPhone\":\"18512351235\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":23,\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":500,\"rentAmountSum\":1500,\"shopId\":16,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:27:06', 34); +INSERT INTO `sys_oper_log` VALUES (6278, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":23,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805112745130475043.png\",\"handoverTime\":\"2023-08-05\",\"initMileage\":50}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:27:47', 52); +INSERT INTO `sys_oper_log` VALUES (6279, '车辆保养:删除车辆保养', 3, 'com.ruoyi.vehicle.controller.TCarServiceController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carService/deleteById', '221.182.45.100', '', '{\"id\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:37:53', 28); +INSERT INTO `sys_oper_log` VALUES (6280, '保单管理:复保管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.reinsuranceMaintenance()', 'POST', 1, 'admin', NULL, '/carWarranty/reinsuranceMaintenance', '221.182.45.100', '', '{\"id\":\"8\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:40:33', 9); +INSERT INTO `sys_oper_log` VALUES (6281, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"createTime\":\"2023-08-05 11:43:58\",\"endTime\":\"2023-08-31\",\"id\":9,\"insureCompanyName\":\"3123\",\"insureCost\":1321,\"insureType\":1,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"3\",\"startTime\":\"2023-08-30\",\"updateTime\":\"2023-08-05 11:43:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:43:58', 25); +INSERT INTO `sys_oper_log` VALUES (6282, '保单管理:停保管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.suspensionMaintenance()', 'POST', 1, 'admin', NULL, '/carWarranty/suspensionMaintenance', '221.182.45.100', '', '{\"id\":\"8\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:46:34', 10); +INSERT INTO `sys_oper_log` VALUES (6283, '保单管理:停保管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.suspensionMaintenance()', 'POST', 1, 'admin', NULL, '/carWarranty/suspensionMaintenance', '221.182.45.100', '', '{\"id\":\"8\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:47:01', 10); +INSERT INTO `sys_oper_log` VALUES (6284, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, 'admin', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":4000,\"createTime\":\"2023-08-05 11:50:14\",\"disabled\":false,\"id\":1,\"payer\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080419194624622847.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191948302805666.png\",\"projectCount\":2,\"projectName\":\"项目1\",\"serviceId\":1,\"unitPrice\":2000,\"updateTime\":\"2023-08-05 11:50:14\"}],\"amount\":0,\"applyId\":1,\"carId\":23,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"inFactoryTime\":\"2023-08-30\",\"maintenanceAudit\":2,\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注少时诵诗书少时诵诗书是撒是撒是撒是撒\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 11:50:14\"}', NULL, 1, 'com.ruoyi.vehicle.mapper.TCarServiceProjectMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'\n; Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'', '2023-08-05 11:50:14', 99); +INSERT INTO `sys_oper_log` VALUES (6285, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"8\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:51:40', 4); +INSERT INTO `sys_oper_log` VALUES (6286, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"9\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 11:51:43', 5); +INSERT INTO `sys_oper_log` VALUES (6287, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carVinNumber\":\"b0002\",\"createTime\":\"2023-08-05 11:52:04\",\"endTime\":\"2023-08-29\",\"id\":10,\"insureCompanyName\":\"1\",\"insureCost\":1,\"insureType\":2,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-10\",\"updateTime\":\"2023-08-05 11:52:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 11:52:04', 6); +INSERT INTO `sys_oper_log` VALUES (6288, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, 'admin', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":4000,\"createTime\":\"2023-08-05 11:56:46\",\"disabled\":false,\"id\":1,\"payer\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080419194624622847.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191948302805666.png\",\"projectCount\":2,\"projectName\":\"项目1\",\"serviceId\":1,\"unitPrice\":2000,\"updateTime\":\"2023-08-05 11:56:46\"}],\"amount\":0,\"applyId\":1,\"carId\":23,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"inFactoryTime\":\"2023-08-30\",\"maintenanceAudit\":2,\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注啊啊啊啊啊啊啊啊啊啊啊啊啊啊\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 11:56:46\"}', NULL, 1, 'com.ruoyi.vehicle.mapper.TCarServiceProjectMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'\n; Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'', '2023-08-05 11:56:46', 155); +INSERT INTO `sys_oper_log` VALUES (6289, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, 'admin', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":4000,\"createTime\":\"2023-08-05 11:57:11\",\"disabled\":false,\"id\":1,\"payer\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080419194624622847.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191948302805666.png\",\"projectCount\":2,\"projectName\":\"项目1\",\"serviceId\":1,\"unitPrice\":2000,\"updateTime\":\"2023-08-05 11:57:11\"}],\"amount\":0,\"applyId\":1,\"carId\":23,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"inFactoryTime\":\"2023-08-30\",\"maintenanceAudit\":2,\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注啊啊啊啊啊啊啊啊啊啊啊啊啊啊\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 11:57:11\"}', NULL, 1, 'com.ruoyi.vehicle.mapper.TCarServiceProjectMapper.insert (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'\n; Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'; nested exception is java.sql.BatchUpdateException: Duplicate entry \'1\' for key \'t_car_service_project.PRIMARY\'', '2023-08-05 11:57:11', 14); +INSERT INTO `sys_oper_log` VALUES (6290, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, 'admin', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":4000,\"createTime\":\"2023-08-05 12:24:36\",\"disabled\":false,\"id\":3,\"payer\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080419194624622847.png,https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230804191948302805666.png\",\"projectCount\":2,\"projectName\":\"项目1\",\"serviceId\":1,\"unitPrice\":2000,\"updateTime\":\"2023-08-05 12:24:36\"}],\"amount\":0,\"applyId\":1,\"carId\":23,\"createTime\":\"2023-08-04 19:19:57\",\"id\":1,\"inFactoryTime\":\"2023-08-30\",\"maintenanceAudit\":2,\"outFactoryTime\":\"2023-08-31\",\"remark\":\"备注啊啊啊啊啊啊啊啊啊啊啊啊啊\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 12:24:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 12:24:36', 86); +INSERT INTO `sys_oper_log` VALUES (6291, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, '18333333333', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":10,\"createTime\":\"2023-08-05 12:54:05\",\"id\":4,\"payer\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805125403626045952.jpg\",\"projectCount\":1,\"projectName\":\"保养\",\"serviceId\":3,\"unitPrice\":10,\"updateTime\":\"2023-08-05 12:54:05\"}],\"applyId\":206,\"carId\":880,\"createTime\":\"2023-08-05 12:54:05\",\"id\":3,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"备注说明\",\"repairShopId\":26,\"updateTime\":\"2023-08-05 12:54:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 12:54:05', 83); +INSERT INTO `sys_oper_log` VALUES (6292, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":880,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 13:57:09', 64); +INSERT INTO `sys_oper_log` VALUES (6293, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"880\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vbiyd202\",\"carId\":880,\"carNumber\":\"川B77796\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"biyd203\",\"newDate\":\"2023-08-05 13:57:09.192\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-12-23 00:00:00\"}}', 0, NULL, '2023-08-05 13:57:09', 59); +INSERT INTO `sys_oper_log` VALUES (6294, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"880\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-08-05 13:57:09', 528); +INSERT INTO `sys_oper_log` VALUES (6295, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"carId\":882,\"carNumber\":\"川A12111\",\"carVinNumber\":\"biyd001\",\"contractAnnex\":\"\",\"contractNumber\":\"020\",\"contractPaymentPlans\":[{\"contractId\":24,\"id\":129,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":24,\"id\":130,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-05\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":24,\"id\":131,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-30\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":24,\"id\":132,\"ifEdit\":1,\"meetAmount\":100,\"meetTime\":\"2023-08-06\",\"paymentType\":\"保险费\"}],\"contractResource\":\"违章数据来源\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 14:23:59\",\"depositAmount\":1000,\"driverName\":\"违章车辆数据\",\"driverPhone\":\"18212111125\",\"endTime\":\"2023-09-30\",\"handoverState\":1,\"id\":24,\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":1300,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 14:23:59', 220); +INSERT INTO `sys_oper_log` VALUES (6296, '车辆保养:确认车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.confirmService()', 'GET', 1, 'admin', NULL, '/carService/confirmService', '221.182.45.100', '', '{\"serviceId\":\"3\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 14:25:12', 7); +INSERT INTO `sys_oper_log` VALUES (6297, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":24,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805143603836062380.png\",\"handoverTime\":\"2023-08-06\",\"initMileage\":50,\"remark\":\"0806交车备注\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 14:36:10', 137); +INSERT INTO `sys_oper_log` VALUES (6298, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":24,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805145544587580809.png\",\"handoverTime\":\"2023-08-12\",\"initMileage\":50}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 14:55:46', 38); +INSERT INTO `sys_oper_log` VALUES (6299, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, '18333333333', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[],\"applyId\":206,\"carId\":812,\"createTime\":\"2023-08-05 15:04:01\",\"id\":4,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"repairShopId\":26,\"updateTime\":\"2023-08-05 15:04:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:04:01', 59); +INSERT INTO `sys_oper_log` VALUES (6300, '车辆保养:新增车辆保养', 1, 'com.ruoyi.vehicle.controller.TCarServiceController.add()', 'POST', 1, '18333333333', NULL, '/carService/add', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:04:44\"}],\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:04:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:04:44', 13); +INSERT INTO `sys_oper_log` VALUES (6301, '保单管理:修改保单管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.edit()', 'PUT', 1, 'admin', NULL, '/carWarranty/edit', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carVinNumber\":\"b0002\",\"createTime\":\"2023-08-05 11:52:04\",\"disabled\":false,\"endTime\":\"2023-08-29\",\"id\":10,\"insureCompanyName\":\"1\",\"insureCost\":1,\"insureNumber\":\"2131232\",\"insureType\":2,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-10\",\"updateTime\":\"2023-08-05 15:12:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:12:50', 127); +INSERT INTO `sys_oper_log` VALUES (6302, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, '18222222222', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":882,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":1,\"records\":[{\"carId\":882,\"collectionUnit\":\"成都十二分局\",\"createBy\":\"19911111111\",\"createTime\":\"2023-08-05 14:19:25\",\"disabled\":false,\"handleTime\":\"2023-08-08\",\"id\":947,\"ifHandle\":1,\"ifPayment\":0,\"updateBy\":\"19911111111\",\"updateTime\":\"2023-08-05 14:19:25\",\"violationAddress\":\"成都市武侯区锦晖西二街\",\"violationBehavior\":\"违停\",\"violationDeductPoints\":3,\"violationFines\":100.00,\"violationTime\":\"2023-08-01 13:30\"}],\"size\":999,\"startIndex\":0,\"total\":1}}', 0, NULL, '2023-08-05 15:13:13', 110); +INSERT INTO `sys_oper_log` VALUES (6303, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, '18222222222', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"882\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vbiyd101\",\"carId\":882,\"carNumber\":\"川A12111\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"biyd001\",\"driverName\":\"违章车辆数据\",\"driverPhone\":\"18212111125\",\"newDate\":\"2023-08-05 15:13:13.34\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2001-01-01 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":5,\"typeId\":15,\"violation\":1,\"warrantyTime\":\"2023-12-23 00:00:00\"}}', 0, NULL, '2023-08-05 15:13:13', 173); +INSERT INTO `sys_oper_log` VALUES (6304, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, '18222222222', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"882\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":[]}', 0, NULL, '2023-08-05 15:13:14', 602); +INSERT INTO `sys_oper_log` VALUES (6305, '保单管理:修改保单管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.edit()', 'PUT', 1, 'admin', NULL, '/carWarranty/edit', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":31,\"carNumber\":\"渝AA36224\",\"carVinNumber\":\"b0002\",\"createTime\":\"2023-08-05 11:52:04\",\"disabled\":false,\"endTime\":\"2023-08-29\",\"id\":10,\"insureCompanyName\":\"1\",\"insureCost\":1,\"insureNumber\":\"2131232\",\"insureType\":2,\"insured\":\"1\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-10\",\"updateTime\":\"2023-08-05 15:13:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:13:23', 9); +INSERT INTO `sys_oper_log` VALUES (6306, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/21', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:16:56', 13); +INSERT INTO `sys_oper_log` VALUES (6307, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"3\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"createTime\":\"2023-08-05 15:18:10\",\"endTime\":\"2023-08-31\",\"id\":11,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2832%29.pdf\",\"insureCompanyName\":\"12\",\"insureCost\":3,\"insureNumber\":\"2\",\"insureType\":1,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"2\",\"startTime\":\"2023-08-05\",\"updateTime\":\"2023-08-05 15:18:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:18:10', 12); +INSERT INTO `sys_oper_log` VALUES (6308, '保单管理:修改保单管理', 2, 'com.ruoyi.vehicle.controller.TCarWarrantyController.edit()', 'PUT', 1, 'admin', NULL, '/carWarranty/edit', '221.182.45.100', '', '{\"applicant\":\"3\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"createTime\":\"2023-08-05 15:18:10\",\"disabled\":false,\"endTime\":\"2023-08-31\",\"id\":11,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2832%29.pdf\",\"insureCompanyName\":\"12\",\"insureCost\":5,\"insureNumber\":\"2\",\"insureType\":1,\"insured\":\"2\",\"purchaseState\":1,\"remark\":\"25\",\"startTime\":\"2023-08-05\",\"updateTime\":\"2023-08-05 15:21:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:21:50', 7); +INSERT INTO `sys_oper_log` VALUES (6309, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"1\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"createTime\":\"2023-08-05 15:22:21\",\"endTime\":\"2023-08-23\",\"id\":12,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2830%29.pdf\",\"insureCompanyName\":\"2\",\"insureCost\":3,\"insureNumber\":\"2\",\"insureType\":3,\"insured\":\"4\",\"purchaseState\":1,\"remark\":\"25657\",\"startTime\":\"2023-08-05\",\"updateTime\":\"2023-08-05 15:22:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:22:21', 9); +INSERT INTO `sys_oper_log` VALUES (6310, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805152130115148221.xls\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":26,\"id\":141,\"ifEdit\":0,\"meetAmount\":110,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":26,\"id\":142,\"ifEdit\":0,\"meetAmount\":110,\"meetTime\":\"2023-11-30\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":26,\"id\":143,\"ifEdit\":1,\"meetAmount\":100,\"meetTime\":\"2023-08-26\",\"paymentType\":\"续签第二期的保险费\"}],\"depositAmount\":1000,\"endTime\":\"2023-11-30\",\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":110,\"startTime\":\"2023-10-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:25:08', 197); +INSERT INTO `sys_oper_log` VALUES (6311, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"applicant\":\"131\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"createTime\":\"2023-08-05 15:28:22\",\"endTime\":\"2023-08-25\",\"id\":13,\"insureCompanyName\":\"嘎嘎大\",\"insureCost\":123123,\"insureNumber\":\"1\",\"insureType\":3,\"insured\":\"12321\",\"purchaseState\":1,\"remark\":\"123\",\"startTime\":\"2023-08-02\",\"updateTime\":\"2023-08-05 15:28:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:28:22', 8); +INSERT INTO `sys_oper_log` VALUES (6312, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18222222222', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"交车角色\",\"approveNodeId\":\"21\",\"approveType\":2,\"companyId\":4,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 15:29:47\",\"id\":5,\"state\":1,\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-05 15:29:47\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:29:47', 44); +INSERT INTO `sys_oper_log` VALUES (6313, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"annexName\":\"页面导出Pdf文件 (25).pdf\",\"applicant\":\"啊实打实\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"createTime\":\"2023-08-05 15:30:56\",\"endTime\":\"2023-08-31\",\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2825%29.pdf\",\"insureCompanyName\":\"122\",\"insureCost\":1312312321,\"insureNumber\":\"1\",\"insureType\":3,\"insured\":\"2の13213\",\"purchaseState\":1,\"remark\":\"2312312\",\"startTime\":\"2023-08-02\",\"updateTime\":\"2023-08-05 15:30:56\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column \'insureCost\' at row 1\n### The error may exist in com/ruoyi/vehicle/mapper/TCarWarrantyMapper.java (best guess)\n### The error may involve com.ruoyi.vehicle.mapper.TCarWarrantyMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO t_car_warranty ( carId, insureType, startTime, endTime, insureNumber, insureCompanyName, insureCost, insureAnnex, purchaseState, remark, applicant, insured, annexName, createBy, createTime, updateBy, updateTime ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column \'insureCost\' at row 1\n; Data truncation: Out of range value for column \'insureCost\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column \'insureCost\' at row 1', '2023-08-05 15:30:57', 110); +INSERT INTO `sys_oper_log` VALUES (6314, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"annexName\":\"页面导出Pdf文件 (25).pdf\",\"applicant\":\"啊实打实\",\"carId\":811,\"carNumber\":\"川G2che25\",\"carVinNumber\":\"v2g51\",\"createTime\":\"2023-08-05 15:31:06\",\"endTime\":\"2023-08-31\",\"id\":14,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2825%29.pdf\",\"insureCompanyName\":\"122\",\"insureCost\":12,\"insureNumber\":\"1\",\"insureType\":3,\"insured\":\"2の13213\",\"purchaseState\":1,\"remark\":\"2312312\",\"startTime\":\"2023-08-02\",\"updateTime\":\"2023-08-05 15:31:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:31:06', 14); +INSERT INTO `sys_oper_log` VALUES (6315, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"11\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:31:46', 11); +INSERT INTO `sys_oper_log` VALUES (6316, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"13\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:31:57', 5); +INSERT INTO `sys_oper_log` VALUES (6317, '保单管理:删除保单管理', 3, 'com.ruoyi.vehicle.controller.TCarWarrantyController.deleteById()', 'DELETE', 1, 'admin', NULL, '/carWarranty/deleteById', '221.182.45.100', '', '{\"id\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:32:03', 4); +INSERT INTO `sys_oper_log` VALUES (6318, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":27,\"id\":144,\"ifEdit\":0,\"meetAmount\":101,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":27,\"id\":145,\"ifEdit\":0,\"meetAmount\":101,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":27,\"id\":146,\"ifEdit\":0,\"meetAmount\":101,\"meetTime\":\"2023-12-30\",\"paymentType\":\"租金(第3期)\"}],\"depositAmount\":1000,\"endTime\":\"2023-12-30\",\"manageIds\":[153],\"penaltyRatio\":50,\"rentAmount\":101,\"startTime\":\"2023-10-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:33:28', 156); +INSERT INTO `sys_oper_log` VALUES (6319, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"annexName\":\"页面导出Pdf文件 (25).pdf\",\"applicant\":\"1\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"createTime\":\"2023-08-05 15:35:10\",\"endTime\":\"2023-08-30\",\"id\":15,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2825%29.pdf\",\"insureCompanyName\":\"1\",\"insureCost\":2,\"insureNumber\":\"1\",\"insureType\":4,\"insured\":\"3\",\"purchaseState\":1,\"remark\":\"2\",\"startTime\":\"2023-08-30\",\"updateTime\":\"2023-08-05 15:35:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:35:10', 8); +INSERT INTO `sys_oper_log` VALUES (6320, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, '18333333333', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:35:24\",\"disabled\":false,\"id\":6,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:35:24\"}],\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明1111\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:35:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:35:24', 49); +INSERT INTO `sys_oper_log` VALUES (6321, '保单管理:新增保单管理', 1, 'com.ruoyi.vehicle.controller.TCarWarrantyController.add()', 'POST', 1, 'admin', NULL, '/carWarranty/add', '221.182.45.100', '', '{\"annexName\":\"页面导出Pdf文件 (22).pdf\",\"applicant\":\"1\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carVinNumber\":\"v251\",\"createTime\":\"2023-08-05 15:36:13\",\"endTime\":\"2023-08-30\",\"id\":16,\"insureAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com:443/%E9%A1%B5%E9%9D%A2%E5%AF%BC%E5%87%BAPdf%E6%96%87%E4%BB%B6+%2822%29.pdf\",\"insureCompanyName\":\"21\",\"insureCost\":23,\"insureNumber\":\"23\",\"insureType\":4,\"insured\":\"3\",\"purchaseState\":1,\"remark\":\"1\",\"startTime\":\"2023-08-02\",\"updateTime\":\"2023-08-05 15:36:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:36:13', 11); +INSERT INTO `sys_oper_log` VALUES (6322, '车辆保养:删除车辆保养', 3, 'com.ruoyi.vehicle.controller.TCarServiceController.deleteById()', 'DELETE', 1, '18333333333', NULL, '/carService/deleteById', '221.182.45.100', '', '{\"id\":\"4\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:37:22', 7); +INSERT INTO `sys_oper_log` VALUES (6323, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":28,\"id\":147,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-01\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":28,\"id\":148,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-01\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":28,\"id\":149,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-30\",\"paymentType\":\"租金(第3期)\"}],\"depositAmount\":1000,\"endTime\":\"2023-12-30\",\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":100,\"startTime\":\"2023-10-01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:37:40', 61); +INSERT INTO `sys_oper_log` VALUES (6324, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, '18333333333', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:37:47\",\"disabled\":false,\"id\":7,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:37:47\"}],\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明1111ssss\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:37:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:37:47', 7); +INSERT INTO `sys_oper_log` VALUES (6325, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, '18333333333', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:39:05\",\"disabled\":false,\"id\":8,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:39:05\"}],\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明1111sssss\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:39:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:39:05', 8); +INSERT INTO `sys_oper_log` VALUES (6326, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, '18333333333', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:40:20\",\"disabled\":false,\"id\":9,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:40:20\"}],\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明1111sssss\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:40:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:40:20', 7); +INSERT INTO `sys_oper_log` VALUES (6327, '车辆保养:编辑车辆保养', 2, 'com.ruoyi.vehicle.controller.TCarServiceController.edit()', 'POST', 1, '18333333333', NULL, '/carService/edit', '221.182.45.100', '', '{\"TCarServiceProjects\":[{\"amount\":40,\"createTime\":\"2023-08-05 15:42:36\",\"disabled\":false,\"id\":10,\"payer\":2,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805150442803888423.png\",\"projectCount\":2,\"projectName\":\"项目名\",\"serviceId\":5,\"unitPrice\":20,\"updateTime\":\"2023-08-05 15:42:36\"}],\"amount\":40,\"applyId\":206,\"carId\":887,\"createTime\":\"2023-08-05 15:04:44\",\"id\":5,\"inFactoryTime\":\"2023-08-05\",\"maintenanceAudit\":1,\"outFactoryTime\":\"2023-08-06\",\"remark\":\"说明1111sssss\",\"repairShopId\":22,\"updateTime\":\"2023-08-05 15:42:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:42:36', 6); +INSERT INTO `sys_oper_log` VALUES (6328, '合同管理:修改合同管理', 2, 'com.ruoyi.contract.controller.TContractController.edit()', 'POST', 1, '18222222222', NULL, '/contract/edit', '221.182.45.100', '', '{\"carId\":882,\"carNumber\":\"川A12111\",\"carVinNumber\":\"biyd001\",\"contractAnnex\":\"\",\"contractNumber\":\"020\",\"contractPaymentPlans\":[{\"contractId\":24,\"id\":150,\"ifEdit\":0,\"meetAmount\":1000,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":24,\"id\":151,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-09-05\",\"paymentType\":\"租金(第1期)\"},{\"contractId\":24,\"id\":152,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-10-05\",\"paymentType\":\"租金(第2期)\"},{\"contractId\":24,\"id\":153,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-11-05\",\"paymentType\":\"租金(第3期)\"},{\"contractId\":24,\"id\":154,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-05\",\"paymentType\":\"租金(第4期)\"},{\"contractId\":24,\"id\":155,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2023-12-30\",\"paymentType\":\"租金(第5期)\"}],\"contractResource\":\"违章数据来源\",\"contractType\":2,\"contractWay\":1,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 14:23:59\",\"depositAmount\":1000,\"disabled\":false,\"driverName\":\"违章车辆数据\",\"driverPhone\":\"18212111125\",\"endTime\":\"2023-12-30\",\"handoverState\":3,\"id\":24,\"ifDue\":0,\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":100,\"rentAmountSum\":1500,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":5}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 15:43:32', 52); +INSERT INTO `sys_oper_log` VALUES (6329, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18222222222', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"交车角色,退车角色\",\"approveNodeId\":\"21,22\",\"approveType\":3,\"companyId\":4,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 15:51:29\",\"id\":6,\"state\":1,\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-05 15:51:29\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 15:51:29', 8); +INSERT INTO `sys_oper_log` VALUES (6330, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:01:27', 22); +INSERT INTO `sys_oper_log` VALUES (6331, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"v251\",\"driverName\":\"李庆打\",\"driverPhone\":\"18512351235\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:01:27.619\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-08-05 16:01:27', 35); +INSERT INTO `sys_oper_log` VALUES (6332, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:01:28', 556); +INSERT INTO `sys_oper_log` VALUES (6333, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":812,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:01:30', 6); +INSERT INTO `sys_oper_log` VALUES (6334, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"vddd4\",\"carId\":812,\"carNumber\":\"川G2che26\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"v2kk51\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:01:30.826\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2022-01-01 00:00:00\",\"remark\":\"test\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2060-01-20 00:00:00\"}}', 0, NULL, '2023-08-05 16:01:30', 11); +INSERT INTO `sys_oper_log` VALUES (6335, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"812\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":812,\"carNumber\":\"川G2che26\",\"createTime\":\"2023-07-26 14:36:35\",\"dayMileage\":0.0,\"disabled\":false,\"id\":4075,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-26 14:36:35\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:01:31', 477); +INSERT INTO `sys_oper_log` VALUES (6336, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:01:34', 10); +INSERT INTO `sys_oper_log` VALUES (6337, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:01:34.869\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-05 16:01:34', 14); +INSERT INTO `sys_oper_log` VALUES (6338, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:01:35', 480); +INSERT INTO `sys_oper_log` VALUES (6339, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:01:38', 6); +INSERT INTO `sys_oper_log` VALUES (6340, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"v251\",\"driverName\":\"李庆打\",\"driverPhone\":\"18512351235\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:01:38.912\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-08-05 16:01:38', 10); +INSERT INTO `sys_oper_log` VALUES (6341, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:01:39', 482); +INSERT INTO `sys_oper_log` VALUES (6342, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:01:41', 6); +INSERT INTO `sys_oper_log` VALUES (6343, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:01:41.688\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-05 16:01:41', 10); +INSERT INTO `sys_oper_log` VALUES (6344, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:01:42', 462); +INSERT INTO `sys_oper_log` VALUES (6345, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"黑色\",\"carEngineNumber\":\"qin-jjd\",\"carId\":10,\"carNumber\":\"川G12345\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145701246835760.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"qin-1\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/20230712145933988718094.png\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:02:00.286\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\",\"phone\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com//vehicle/2023071215002335721693.png\"],\"purchasePrice\":0.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"ces \",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-12-28 00:00:00\"}}', 0, NULL, '2023-08-05 16:02:00', 11); +INSERT INTO `sys_oper_log` VALUES (6346, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":10,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:02:00', 13); +INSERT INTO `sys_oper_log` VALUES (6347, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"10\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":10,\"carNumber\":\"川G12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":14,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:02:00', 510); +INSERT INTO `sys_oper_log` VALUES (6348, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:02:30', 7); +INSERT INTO `sys_oper_log` VALUES (6349, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:02:30.041\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-05 16:02:30', 14); +INSERT INTO `sys_oper_log` VALUES (6350, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:02:30', 473); +INSERT INTO `sys_oper_log` VALUES (6351, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"v1536\",\"carId\":36,\"carNumber\":\"渝AA36323\",\"carPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233445774777374.png\",\"carType\":\"大众-迈腾\",\"carVinNumber\":\"v251\",\"driverName\":\"李庆打\",\"driverPhone\":\"18512351235\",\"drivingLicense\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715233503733532562.png\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:03:28.695\",\"phone\":[null],\"purchasePrice\":12.00,\"purchaseTime\":\"2023-07-15 00:00:00\",\"remark\":\"\",\"shopId\":16,\"shopName\":\"金融城4s店\",\"state\":4,\"typeId\":18,\"violation\":2,\"warrantyTime\":\"2023-07-22 00:00:00\"}}', 0, NULL, '2023-08-05 16:03:28', 11); +INSERT INTO `sys_oper_log` VALUES (6352, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":36,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:03:28', 7); +INSERT INTO `sys_oper_log` VALUES (6353, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"36\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":36,\"carNumber\":\"渝AA36323\",\"createTime\":\"2023-07-16 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":95,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"金融城4s店\",\"state\":4,\"sumMileage\":0.0,\"updateTime\":\"2023-07-16 00:00:00\",\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:03:29', 469); +INSERT INTO `sys_oper_log` VALUES (6354, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:05:53', 7); +INSERT INTO `sys_oper_log` VALUES (6355, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":10.00,\"newDate\":\"2023-08-05 16:05:53.031\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:05:53', 15); +INSERT INTO `sys_oper_log` VALUES (6356, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":12,\"carNumber\":\"川F12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":16,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:05:53', 486); +INSERT INTO `sys_oper_log` VALUES (6357, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:08:53', 6); +INSERT INTO `sys_oper_log` VALUES (6358, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":10.00,\"newDate\":\"2023-08-05 16:08:53.168\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:08:53', 9); +INSERT INTO `sys_oper_log` VALUES (6359, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":12,\"carNumber\":\"川F12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":16,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:08:53', 466); +INSERT INTO `sys_oper_log` VALUES (6360, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":17,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:08:58', 8); +INSERT INTO `sys_oper_log` VALUES (6361, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a4\",\"carId\":17,\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A3\",\"drivingLicense\":\"\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:08:58.704\",\"operationCertificate\":\"\",\"phone\":[null],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:08:58', 11); +INSERT INTO `sys_oper_log` VALUES (6362, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":17,\"carNumber\":\"川S111113\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":21,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:08:59', 443); +INSERT INTO `sys_oper_log` VALUES (6363, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/25', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 16:11:58', 27); +INSERT INTO `sys_oper_log` VALUES (6364, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":29,\"id\":156,\"ifEdit\":0,\"meetAmount\":800,\"meetTime\":\"2024-01-05\",\"paymentType\":\"租金(第1期)\"}],\"depositAmount\":1000,\"endTime\":\"2024-01-05\",\"manageIds\":[160],\"penaltyRatio\":20,\"remark\":\"低4期续约\",\"rentAmount\":800,\"startTime\":\"2023-12-31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:12:36', 160); +INSERT INTO `sys_oper_log` VALUES (6365, '审批流配置:编辑审批流配置', 2, 'com.ruoyi.management.controller.TApproveConfigController.edit()', 'POST', 1, '18222222222', NULL, '/approveConfig/edit', '221.182.45.100', '', '{\"approveNode\":\"交车角色\",\"approveNodeId\":\"21\",\"approveType\":2,\"companyId\":4,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 16:13:07\",\"id\":5,\"state\":1,\"updateBy\":\"18222222222\",\"updateTime\":\"2023-08-05 16:13:07\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 16:13:07', 5); +INSERT INTO `sys_oper_log` VALUES (6366, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, '18222222222', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-05\",\"contractId\":24,\"remark\":\"强制收车了\",\"returnType\":3}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:16:35', 25); +INSERT INTO `sys_oper_log` VALUES (6367, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/24', '221.182.45.100', '', '{}', NULL, 1, '', '2023-08-05 16:17:22', 23); +INSERT INTO `sys_oper_log` VALUES (6368, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/16', '221.182.45.100', '', '{}', NULL, 1, '', '2023-08-05 16:18:23', 5); +INSERT INTO `sys_oper_log` VALUES (6369, '合同管理:删除合同管理', 3, 'com.ruoyi.contract.controller.TContractController.remove()', 'DELETE', 1, '18222222222', NULL, '/contract/delete/8', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":true}', 0, NULL, '2023-08-05 16:18:36', 6); +INSERT INTO `sys_oper_log` VALUES (6370, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":10.00,\"newDate\":\"2023-08-05 16:23:48.285\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:23:48', 62); +INSERT INTO `sys_oper_log` VALUES (6371, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:23:48', 35); +INSERT INTO `sys_oper_log` VALUES (6372, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":12,\"carNumber\":\"川F12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":16,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:23:49', 759); +INSERT INTO `sys_oper_log` VALUES (6373, '合同管理:撤销退车', 2, 'com.ruoyi.contract.controller.TContractController.revokeReturnCar()', 'GET', 1, '18222222222', NULL, '/contract/revokeReturnCar/24', '221.182.45.100', '', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:25:25', 122); +INSERT INTO `sys_oper_log` VALUES (6374, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:26:00', 7); +INSERT INTO `sys_oper_log` VALUES (6375, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:26:00.96\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-05 16:26:00', 16); +INSERT INTO `sys_oper_log` VALUES (6376, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:26:01', 570); +INSERT INTO `sys_oper_log` VALUES (6377, '合同管理:新增合同管理', 1, 'com.ruoyi.contract.controller.TContractController.add()', 'POST', 1, '18222222222', NULL, '/contract/add', '221.182.45.100', '', '{\"annexName\":\"导入结果 (20).xlsx\",\"carId\":22,\"carNumber\":\"川S111118\",\"carVinNumber\":\"A8\",\"contractAnnex\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080516303564553078.xlsx\",\"contractNumber\":\"021\",\"contractPaymentPlans\":[{\"contractId\":30,\"id\":157,\"ifEdit\":0,\"meetAmount\":2200,\"meetTime\":\"2023-08-05\",\"paymentType\":\"押金\"},{\"contractId\":30,\"id\":158,\"ifEdit\":0,\"meetAmount\":900,\"meetTime\":\"2023-08-31\",\"paymentType\":\"租金(第1期)\"}],\"contractResource\":\"违章数据来源\",\"contractType\":2,\"createBy\":\"18222222222\",\"createTime\":\"2023-08-05 16:30:40\",\"depositAmount\":2200,\"driverName\":\"违章账单\",\"driverPhone\":\"19912361236\",\"endTime\":\"2023-08-31\",\"handoverState\":1,\"id\":30,\"manageIds\":[153],\"penaltyRatio\":10,\"rentAmount\":900,\"rentAmountSum\":3100,\"shopId\":15,\"signingId\":160,\"signingName\":\"喜望管理员\",\"signingPhone\":\"18222222222\",\"signingTime\":\"2023-08-05\",\"startTime\":\"2023-08-05\",\"state\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:30:41', 154); +INSERT INTO `sys_oper_log` VALUES (6378, '合同管理:合同交车', 2, 'com.ruoyi.contract.controller.TContractController.contractDelivery()', 'POST', 1, '18222222222', NULL, '/contract/contractDelivery', '221.182.45.100', '', '{\"companyId\":4,\"contractId\":30,\"handPicture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805163051548855445.png\",\"handoverTime\":\"2023-08-05\",\"initMileage\":50}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:30:53', 61); +INSERT INTO `sys_oper_log` VALUES (6379, '合同管理:申请退车', 2, 'com.ruoyi.contract.controller.TContractController.returnCar()', 'POST', 1, '18222222222', NULL, '/contract/returnCar', '221.182.45.100', '', '{\"applyTime\":\"2023-08-05\",\"contractId\":30,\"remark\":\"强制式的收车,违约金看下 10%\",\"returnType\":3}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 16:31:43', 31); +INSERT INTO `sys_oper_log` VALUES (6380, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"dsd222\",\"carId\":12,\"carNumber\":\"川F12345\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-199\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":10.00,\"newDate\":\"2023-08-05 16:32:43.241\",\"operationCertificate\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230715223430492469185.jpg\",\"phone\":[],\"purchasePrice\":16.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":3,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:32:43', 15); +INSERT INTO `sys_oper_log` VALUES (6381, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":12,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:32:43', 13); +INSERT INTO `sys_oper_log` VALUES (6382, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"12\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":12,\"carNumber\":\"川F12345\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":16,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":3,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:32:43', 513); +INSERT INTO `sys_oper_log` VALUES (6383, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"a4\",\"carId\":17,\"carNumber\":\"川S111113\",\"carPicture\":\"\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"A3\",\"drivingLicense\":\"\",\"latitude\":\"30.661954\",\"longitude\":\"104.069886\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:33:20.201\",\"operationCertificate\":\"\",\"phone\":[null],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-12 00:00:00\",\"remark\":\"测试\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":6,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-12 00:00:00\"}}', 0, NULL, '2023-08-05 16:33:20', 14); +INSERT INTO `sys_oper_log` VALUES (6384, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":17,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:33:20', 25); +INSERT INTO `sys_oper_log` VALUES (6385, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"17\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":17,\"carNumber\":\"川S111113\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":21,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":6,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:33:20', 464); +INSERT INTO `sys_oper_log` VALUES (6386, '车辆详情-获取记录', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoRecord()', 'POST', 1, 'admin', NULL, '/car/carInfoRecord', '221.182.45.100', '', '{\"carId\":23,\"pageCurr\":1,\"pageSize\":999,\"type\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"current\":1,\"hasNextPage\":false,\"hasPrevPage\":false,\"pages\":0,\"records\":[],\"size\":999,\"startIndex\":0,\"total\":0}}', 0, NULL, '2023-08-05 16:36:36', 16); +INSERT INTO `sys_oper_log` VALUES (6387, '车辆详情', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfo()', 'GET', 1, 'admin', NULL, '/car/carInfo', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carColor\":\"白色\",\"carEngineNumber\":\"p51455\",\"carId\":23,\"carNumber\":\"川G225631\",\"carType\":\"比亚迪-秦\",\"carVinNumber\":\"jj-12325\",\"latitude\":\"30.663429\",\"longitude\":\"104.072422\",\"mileageSum\":0.00,\"newDate\":\"2023-08-05 16:36:36.934\",\"phone\":[],\"purchasePrice\":10.00,\"purchaseTime\":\"2023-07-13 00:00:00\",\"shopId\":15,\"shopName\":\"天府新谷门店\",\"state\":4,\"typeId\":15,\"violation\":2,\"warrantyTime\":\"2023-07-23 00:00:00\"}}', 0, NULL, '2023-08-05 16:36:36', 22); +INSERT INTO `sys_oper_log` VALUES (6388, '车辆详情---里程信息', 0, 'com.ruoyi.vehicle.controller.TCarController.carInfoNext()', 'GET', 1, 'admin', NULL, '/car/carInfoNext', '221.182.45.100', '', '{\"carId\":\"23\"}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"carId\":23,\"carNumber\":\"川G225631\",\"createTime\":\"2023-07-13 00:00:00\",\"dayMileage\":0.0,\"disabled\":false,\"id\":27,\"lastWeekMileage\":0.0,\"monthMileage\":0.0,\"shopName\":\"天府新谷门店\",\"state\":4,\"sumMileage\":0.0,\"weekMileage\":0.0,\"yesterdayMileage\":0.0}}', 0, NULL, '2023-08-05 16:36:37', 579); +INSERT INTO `sys_oper_log` VALUES (6389, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":31,\"id\":159,\"ifEdit\":0,\"meetAmount\":50,\"meetTime\":\"2024-01-05\",\"paymentType\":\"租金(第1期)\"}],\"depositAmount\":1000,\"endTime\":\"2024-01-05\",\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":50,\"startTime\":\"2023-12-31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:13:40', 165); +INSERT INTO `sys_oper_log` VALUES (6390, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-08\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":24,\"formId\":13,\"id\":22,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805171359980308332.jpg\",\"pictureList\":[],\"remark\":\"2\"}],\"contractId\":24,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805171304341276158.jpg\",\"remark\":\"1\",\"returnCarMileage\":13213}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:14:01', 89); +INSERT INTO `sys_oper_log` VALUES (6391, '合同管理:续约合同', 2, 'com.ruoyi.contract.controller.TContractController.renewalContract()', 'POST', 1, '18222222222', NULL, '/contract/renewalContract', '221.182.45.100', '', '{\"contractAnnex\":\"\",\"contractId\":24,\"contractPaymentPlans\":[{\"contractId\":32,\"id\":160,\"ifEdit\":0,\"meetAmount\":100,\"meetTime\":\"2024-01-06\",\"paymentType\":\"租金(第1期)\"}],\"depositAmount\":1000,\"endTime\":\"2024-01-06\",\"manageIds\":[160],\"penaltyRatio\":50,\"rentAmount\":100,\"startTime\":\"2023-12-31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:14:40', 69); +INSERT INTO `sys_oper_log` VALUES (6392, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-02\",\"contractCheckCarMatters\":[],\"contractId\":30,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:16:49', 33); +INSERT INTO `sys_oper_log` VALUES (6393, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-17\",\"contractCheckCarMatters\":[{\"amount\":3,\"checkType\":\"2\",\"contractId\":16,\"formId\":15,\"id\":23,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/2023080517184232633433.jpg\",\"pictureList\":[],\"remark\":\"\"}],\"contractId\":16,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":2}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:18:44', 33); +INSERT INTO `sys_oper_log` VALUES (6394, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, '18222222222', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-08\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":24,\"disabled\":false,\"formId\":13,\"id\":24,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805171359980308332.jpg\",\"pictureList\":[\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805171359980308332.jpg\"],\"remark\":\"2\"}],\"contractId\":24,\"id\":13,\"needServicing\":1,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805171304341276158.jpg\",\"remark\":\"1\",\"returnCarMileage\":13213}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:20:38', 20); +INSERT INTO `sys_oper_log` VALUES (6395, '合同管理:编辑车管验车', 2, 'com.ruoyi.contract.controller.TContractController.updateCarInspection()', 'POST', 1, '18222222222', NULL, '/contract/updateCarInspection', '221.182.45.100', '', '{\"checkPerson\":\"admin\",\"checkPersonId\":1,\"checkTime\":\"2023-08-02\",\"contractCheckCarMatters\":[],\"contractId\":30,\"id\":14,\"needServicing\":1,\"picture\":\"\",\"returnCarMileage\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:20:45', 15); +INSERT INTO `sys_oper_log` VALUES (6396, '合同管理:车管验车', 2, 'com.ruoyi.contract.controller.TContractController.carInspection()', 'POST', 1, 'admin', NULL, '/contract/carInspection', '221.182.45.100', '', '{\"checkTime\":\"2023-08-03\",\"contractCheckCarMatters\":[{\"amount\":2,\"checkType\":\"1\",\"contractId\":30,\"formId\":16,\"id\":25,\"picture\":\"https://yixingtong.obs.cn-southwest-2.myhuaweicloud.com/vehicle/20230805172330425730744.png\",\"pictureList\":[],\"remark\":\"\"}],\"contractId\":30,\"needServicing\":0,\"picture\":\"\",\"returnCarMileage\":112}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2023-08-05 17:23:32', 26); + +-- ---------------------------- +-- Table structure for sys_post +-- ---------------------------- +DROP TABLE IF EXISTS `sys_post`; +CREATE TABLE `sys_post` ( + `post_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '岗位ID', + `post_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位编码', + `post_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位名称', + `post_sort` int(11) NOT NULL COMMENT '显示顺序', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '状态(0正常 1停用)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`post_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '岗位信息表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_post +-- ---------------------------- +INSERT INTO `sys_post` VALUES (1, 'ceo', '董事长', 1, '0', 'admin', '2023-06-05 10:41:59', '', NULL, ''); +INSERT INTO `sys_post` VALUES (2, 'se', '项目经理', 2, '0', 'admin', '2023-06-05 10:41:59', '', NULL, ''); +INSERT INTO `sys_post` VALUES (3, 'hr', '人力资源', 3, '0', 'admin', '2023-06-05 10:41:59', '', NULL, ''); +INSERT INTO `sys_post` VALUES (4, 'user', '普通员工', 4, '0', 'admin', '2023-06-05 10:41:59', '', NULL, ''); + +-- ---------------------------- +-- Table structure for sys_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role`; +CREATE TABLE `sys_role` ( + `role_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '角色ID', + `role_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色名称', + `role_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '角色权限字符串', + `role_sort` int(11) NULL DEFAULT NULL COMMENT '显示顺序', + `data_scope` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)', + `menu_check_strictly` tinyint(1) NULL DEFAULT 1 COMMENT '菜单树选择项是否关联显示', + `dept_check_strictly` tinyint(1) NULL DEFAULT 1 COMMENT '部门树选择项是否关联显示', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '角色状态(0正常 1停用)', + `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + `carDataAuth` int(11) NULL DEFAULT NULL COMMENT '车辆数据权限:1=所有数据 2=已租 3=未租 4=已租(仅自己负责的合同) 5=无数据权限', + `carTrainOperAuth` int(11) NULL DEFAULT NULL COMMENT '车务数据权限:1=所有数据 2=已租 3=未租 4=已租(仅自己负责的合同) 5=无数据权限', + `contractDataAuth` int(11) NULL DEFAULT NULL COMMENT '合同数据权限:1=所有数据 2=仅自己负责的合同 3=无数据权限', + `companyId` int(11) NULL DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`role_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 58 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色信息表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_role +-- ---------------------------- +INSERT INTO `sys_role` VALUES (1, '超级管理员', 'admin', 1, '1', 1, 1, '0', '0', 'admin', '2023-06-05 10:41:59', '1', '2023-07-10 20:56:17', '超级管理员', 1, 1, 1, 1); +INSERT INTO `sys_role` VALUES (2, '销售店铺账号', 'sale', 2, '2', 0, 0, '0', '0', 'admin', '2023-06-05 10:41:59', 'admin', '2023-07-07 14:49:52', '普通角色', 2, 2, 2, 1); +INSERT INTO `sys_role` VALUES (9, '餐饮店铺账号', 'meal', 3, '1', 0, 0, '0', '0', 'admin', '2023-07-06 21:09:24', 'admin', '2023-07-12 08:48:52', NULL, 1, 1, 1, 1); +INSERT INTO `sys_role` VALUES (46, '测试', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-12 16:22:40', 'admin', '2024-09-26 11:32:25', '发给大点', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (47, '财务', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-23 11:29:09', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (48, '运营角色', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-23 15:39:35', 'admin', '2024-11-19 11:30:49', '这个是我的备注看看看beizhuyunying', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (49, '前台', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-25 11:23:53', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (50, '运营角色BB', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 14:59:07', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (51, '订单', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 15:14:56', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (52, '会更好', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 16:26:54', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (53, '大幅度', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 17:39:56', '', NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (54, '66', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 17:40:38', 'admin', '2024-09-26 17:41:30', '嘻嘻嘻', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (55, '4登录', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-09-26 17:55:53', '', NULL, '滴滴打车', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (56, 'wk126853', '0', NULL, '1', 0, 0, '0', '2', 'admin', '2024-11-13 11:39:56', '', NULL, '路过', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (57, '客服', '0', NULL, '1', 0, 0, '0', '0', 'admin', '2024-11-19 11:29:24', '', NULL, NULL, NULL, NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for sys_role_dept +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role_dept`; +CREATE TABLE `sys_role_dept` ( + `role_id` bigint(20) NOT NULL COMMENT '角色ID', + `dept_id` bigint(20) NOT NULL COMMENT '部门ID', + PRIMARY KEY (`role_id`, `dept_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色和部门关联表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_role_dept +-- ---------------------------- +INSERT INTO `sys_role_dept` VALUES (2, 100); +INSERT INTO `sys_role_dept` VALUES (2, 101); +INSERT INTO `sys_role_dept` VALUES (2, 105); + +-- ---------------------------- +-- Table structure for sys_role_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role_menu`; +CREATE TABLE `sys_role_menu` ( + `role_id` bigint(20) NOT NULL COMMENT '角色ID', + `menu_id` bigint(20) NOT NULL COMMENT '菜单ID', + PRIMARY KEY (`role_id`, `menu_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色和菜单关联表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_role_menu +-- ---------------------------- +INSERT INTO `sys_role_menu` VALUES (1, 1208); +INSERT INTO `sys_role_menu` VALUES (1, 1209); +INSERT INTO `sys_role_menu` VALUES (1, 1210); +INSERT INTO `sys_role_menu` VALUES (1, 1211); +INSERT INTO `sys_role_menu` VALUES (1, 1212); +INSERT INTO `sys_role_menu` VALUES (1, 1213); +INSERT INTO `sys_role_menu` VALUES (1, 1214); +INSERT INTO `sys_role_menu` VALUES (1, 1215); +INSERT INTO `sys_role_menu` VALUES (1, 1216); +INSERT INTO `sys_role_menu` VALUES (1, 1217); +INSERT INTO `sys_role_menu` VALUES (1, 1218); +INSERT INTO `sys_role_menu` VALUES (1, 1219); +INSERT INTO `sys_role_menu` VALUES (1, 1220); +INSERT INTO `sys_role_menu` VALUES (1, 1221); +INSERT INTO `sys_role_menu` VALUES (1, 1222); +INSERT INTO `sys_role_menu` VALUES (1, 1223); +INSERT INTO `sys_role_menu` VALUES (1, 1224); +INSERT INTO `sys_role_menu` VALUES (1, 1225); +INSERT INTO `sys_role_menu` VALUES (1, 1226); +INSERT INTO `sys_role_menu` VALUES (1, 1227); +INSERT INTO `sys_role_menu` VALUES (1, 1228); +INSERT INTO `sys_role_menu` VALUES (1, 1229); +INSERT INTO `sys_role_menu` VALUES (1, 1230); +INSERT INTO `sys_role_menu` VALUES (1, 1231); +INSERT INTO `sys_role_menu` VALUES (1, 1232); +INSERT INTO `sys_role_menu` VALUES (1, 1233); +INSERT INTO `sys_role_menu` VALUES (1, 1234); +INSERT INTO `sys_role_menu` VALUES (1, 1235); +INSERT INTO `sys_role_menu` VALUES (1, 1236); +INSERT INTO `sys_role_menu` VALUES (1, 1237); +INSERT INTO `sys_role_menu` VALUES (1, 1238); +INSERT INTO `sys_role_menu` VALUES (1, 1239); +INSERT INTO `sys_role_menu` VALUES (1, 1240); +INSERT INTO `sys_role_menu` VALUES (1, 1241); +INSERT INTO `sys_role_menu` VALUES (1, 1242); +INSERT INTO `sys_role_menu` VALUES (1, 1243); +INSERT INTO `sys_role_menu` VALUES (1, 1244); +INSERT INTO `sys_role_menu` VALUES (2, 1208); +INSERT INTO `sys_role_menu` VALUES (9, 1208); +INSERT INTO `sys_role_menu` VALUES (57, 1208); +INSERT INTO `sys_role_menu` VALUES (57, 1209); +INSERT INTO `sys_role_menu` VALUES (57, 1210); +INSERT INTO `sys_role_menu` VALUES (57, 1211); +INSERT INTO `sys_role_menu` VALUES (57, 1212); +INSERT INTO `sys_role_menu` VALUES (57, 1213); +INSERT INTO `sys_role_menu` VALUES (57, 1214); +INSERT INTO `sys_role_menu` VALUES (57, 1215); +INSERT INTO `sys_role_menu` VALUES (57, 1216); +INSERT INTO `sys_role_menu` VALUES (57, 1217); +INSERT INTO `sys_role_menu` VALUES (57, 1218); +INSERT INTO `sys_role_menu` VALUES (57, 1219); +INSERT INTO `sys_role_menu` VALUES (57, 1220); +INSERT INTO `sys_role_menu` VALUES (57, 1221); +INSERT INTO `sys_role_menu` VALUES (57, 1222); +INSERT INTO `sys_role_menu` VALUES (57, 1223); +INSERT INTO `sys_role_menu` VALUES (57, 1224); +INSERT INTO `sys_role_menu` VALUES (57, 1225); +INSERT INTO `sys_role_menu` VALUES (57, 1226); +INSERT INTO `sys_role_menu` VALUES (57, 1227); +INSERT INTO `sys_role_menu` VALUES (57, 1228); +INSERT INTO `sys_role_menu` VALUES (57, 1229); +INSERT INTO `sys_role_menu` VALUES (57, 1230); +INSERT INTO `sys_role_menu` VALUES (57, 1231); + +-- ---------------------------- +-- Table structure for sys_user +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user`; +CREATE TABLE `sys_user` ( + `user_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '用户ID', + `dept_id` bigint(20) NULL DEFAULT NULL COMMENT '部门ID', + `user_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '用户账号', + `nick_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户昵称', + `user_type` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '00' COMMENT '用户类型(00系统用户)', + `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '用户邮箱', + `phonenumber` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '手机号码', + `sex` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '用户性别(0男 1女 2未知)', + `avatar` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '头像地址', + `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '密码', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '帐号状态(0正常 1停用)', + `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', + `login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '最后登录IP', + `login_date` datetime NULL DEFAULT NULL COMMENT '最后登录时间', + `roleType` int(11) NULL DEFAULT 1 COMMENT '角色类型 1=平台 2=餐饮店铺 3=销售店铺', + `passWordUpdate` datetime NULL DEFAULT NULL COMMENT '密码修改时间', + `objectId` int(11) NULL DEFAULT 1 COMMENT '对象ID', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + `disableRemark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '禁用备注', + `rePassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '隐藏的密码,用于跳转', + PRIMARY KEY (`user_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 292 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户信息表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_user +-- ---------------------------- +INSERT INTO `sys_user` VALUES (1, 103, 'admin', '超级管理员', '00', 'ry@163.com', '15888888888', '1', '', '$2a$10$FDVekb9OQQDQe5STN85hmusd.DsqvpmroihKAh2LRczF.ZzRhzrVi', '0', '0', '223.86.179.18', '2025-06-03 10:56:14', 1, NULL, 0, 'admin', '2023-06-05 10:41:59', 'admin', '2025-06-03 10:56:14', '管理员', NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (2, 105, 'ry', '若依', '00', 'ry@qq.com', '15666666666', '1', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '2', '127.0.0.1', '2023-06-05 10:41:59', 1, NULL, 1, 'admin', '2023-06-05 10:41:59', '', NULL, '测试员', NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (207, NULL, '13579', 'dgq货物', '00', '', '', '0', '', '$2a$10$OjsJI9xDLXFqKHCQF12ipuSYqCNxm0/4/4k8L4Hxt8PqEbeXVIMNK', '0', '2', '192.168.110.10', '2024-09-21 15:47:54', 2, NULL, 3, 'admin', '2024-09-04 17:18:06', 'admin', '2024-09-23 10:31:16', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (208, NULL, '15708179461', '何剑豪', '00', '', '15708179461', '0', '', '$2a$10$QB7mik/0M2noa.nIveVl4uFnVmlF6at6AM6Ja/uwW9ptOtu./cKkG', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-07 16:01:23', 'admin', '2024-09-07 16:45:04', '山豆根发射点发顺丰', '发噶啥的嘎达', '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (209, NULL, '19283746576', '蒲苇', '00', '', '19283746576', '0', '', '$2a$10$hO8YzdrEreEexsAKTIh86eShlXoDoyx2prFiaj5Bvf/k8qH4NCg5S', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-07 16:40:11', '', NULL, '舒服撒', NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (210, NULL, '15682260585', '测试权限', '00', '', '15682260585', '0', '', '$2a$10$6fjGX7irMgPYfpjnAnmnDuWVTCceBTJLNjW70P03eWBSpzQTvv7jK', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-12 17:11:53', '', NULL, NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (211, NULL, '15708179462', '123', '00', '', '15708179462', '0', '', '$2a$10$HzZw9rIzwc0h8dcds5g.WuWPsOaQppAdS2711vT5q7jAY.RMjlQcq', '0', '2', '192.168.110.22', '2024-09-13 17:10:27', 1, NULL, 1, 'admin', '2024-09-13 16:39:05', '15708179462', '2024-09-13 17:10:27', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (212, NULL, '15682260585', '货物销售负责人', '00', '', '', '0', '', '$2a$10$OclQg0rr/R16aj5hPFIr5OQGLSpt433qqYkuQYJv9JYp3dGarjiyK', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-13 17:06:42', '', NULL, NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (213, NULL, '18224358766', '18224358766', '00', '', '', '0', '', '$2a$10$UNbRhWMFYOJDNSb5DseP5ep8Yb6vMRjJEEM.NaDuvsmLSJ3YpTOjq', '0', '2', '192.168.110.22', '2024-09-13 17:19:30', 3, NULL, 1, 'admin', '2024-09-13 17:10:32', '15708179462', '2024-09-13 17:19:30', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (214, NULL, '18224358777', '18224358777', '00', '', '', '0', '', '$2a$10$zbL9uDG3BI/y8tdDnz59m.YAFTYqvMNLTfSudJ8eP5BRGwPqxmDuy', '0', '2', '192.168.110.22', '2024-09-13 17:17:48', 3, NULL, 1, 'admin', '2024-09-13 17:17:10', '', '2024-09-13 17:17:47', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (215, NULL, '18224358788', '18224358788', '00', '', '', '0', '', '$2a$10$Roafh/el98zYFMAtg3gZ/uItgCV4KLAjw.kk1mxoKoql/JBrQGFEm', '0', '2', '192.168.110.22', '2024-09-13 17:19:50', 3, NULL, 1, 'admin', '2024-09-13 17:19:05', '18224358788', '2024-09-13 17:24:32', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (216, NULL, '18512351236', '蒲先生', '00', '', '18512351236', '0', '', '$2a$10$cIBHhRHfG/rW3/pp0419auQQ.r2Dy3v/G7Y3hDp7/wmZIH9b6ZMaC', '0', '2', '192.168.110.22', '2024-09-14 16:02:24', 2, NULL, 1, 'admin', '2024-09-14 15:37:50', 'admin', '2024-09-14 16:02:23', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (217, NULL, '19912341234', '销售先生', '00', '', '', '0', '', '$2a$10$dJ1vv/XUlE5Ywbjt.wOugu62UOI6UZlIHyotGbTlh8GnGyLaymMKq', '0', '2', '', NULL, 3, NULL, 1, 'admin', '2024-09-14 15:40:17', 'admin', '2024-09-14 15:40:26', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (218, NULL, '2', '2', '00', '', '', '0', '', '$2a$10$gqbIBh07q1UzblJd3Eua7OQ1Lb/iEqJ1a6qkY4n5X8/a6EdWOxOGe', '1', '2', '', NULL, 2, NULL, 1, 'admin', '2024-09-14 15:41:35', 'admin', '2024-09-14 15:41:39', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (219, NULL, '18512361236', '蒲先生', '00', '', '18512361236', '0', '', '$2a$10$PW/Z6qurao1IHX1Cm9OrPujbffIKYO9eZ3yWD4Y1QuU2bZkXOqJlu', '1', '2', '192.168.110.22', '2024-09-14 16:05:54', 2, NULL, 1, 'admin', '2024-09-14 16:05:18', 'admin', '2024-09-14 16:07:20', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (220, NULL, '13312341234', '蒲先生', '00', '', '13312341234', '0', '', '$2a$10$BZPP47Mx416RiNkcTiKsHeAELoNGhTmOT9inHsaNRRaBsFUROh7cW', '0', '2', '', NULL, 2, NULL, 13, 'admin', '2024-09-14 16:07:51', 'admin', '2024-09-14 16:07:54', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (221, NULL, '18511112222', '蒲先生', '00', '', '18511112222', '0', '', '$2a$10$SCcpdmiqsYuWERppeeXChuplQGID3D83whQuiHpWVJliYa7hELZZ2', '0', '2', '192.168.110.103', '2024-10-11 15:17:12', 2, NULL, 14, 'admin', '2024-09-14 16:09:32', '18511112222', '2024-10-11 15:17:12', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (222, NULL, '15512341234', 'aaa', '00', '', '15512341234', '0', '', '$2a$10$lbDTbX9W8V5GD0MDRxwExeICmzIQwzA/GUe66YPCp/GWZStoFg4D.', '0', '2', '', NULL, 2, NULL, 15, 'admin', '2024-09-14 16:11:30', 'admin', '2024-09-26 16:25:34', '备注AA', '停用', '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (223, NULL, '18811112222', '筷', '00', '', '18811112222', '0', '', '$2a$10$RGNSYbzTB3TIFezeh7Phxec./Ype8GkjzK47d1zhdvFqPSEmSdvL.', '0', '2', '192.168.110.103', '2024-10-11 15:17:32', 2, NULL, 16, 'admin', '2024-09-18 15:37:57', '18811112222', '2024-10-11 15:17:31', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (224, NULL, '10086', '龍', '00', '', '10086', '0', '', '$2a$10$7FL2lL2lq8idZGmbi7K9F./IKB3pr3eZ.iaq1zgJIMP8JZ6Gu5PE2', '0', '2', '221.182.45.100', '2024-10-17 10:39:30', 2, NULL, 0, 'admin', '2024-09-20 10:25:47', '', '2024-10-17 10:39:29', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (225, NULL, '19911112222', '进先生1', '00', '', '19911112222', '0', '', '$2a$10$erISJEbqZ1BSe/u0bHFSx.lh.Xi5Dycxlaywalhyi0IzJ88oqq4la', '0', '2', '192.168.110.91', '2024-10-10 14:19:10', 3, NULL, 18, 'admin', '2024-09-20 11:33:50', '16612341234', '2024-10-10 14:19:09', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (226, NULL, '18512351235', '白先生肯德基', '00', '', '18512351235', '0', '', '$2a$10$wMAojwx/Rd5X4kHEtqoPouBz0a66DkWNjWH/rohB03HkORlFOCh6e', '1', '2', '192.168.110.21', '2024-09-23 10:51:04', 2, NULL, 19, 'admin', '2024-09-23 10:34:30', 'admin', '2024-09-24 16:07:44', NULL, '不同意111', '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (227, NULL, '18512351235', '筷子', '00', '', '155555', '0', '', '$2a$10$/9iH/aj5QPUy/CrgBIpUW.IUVv.ODQXXtPGNgW5SUj.XCrUE0OqNC', '0', '2', '', NULL, 3, NULL, 20, 'admin', '2024-09-23 10:47:18', 'admin', '2024-09-23 10:58:43', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (228, NULL, '55', '几点撒两款发动机是否开机萨法漏打卡', '00', '', '55', '0', '', '$2a$10$6zmkS68YTvfmx8myTlbmNeqbR9kBX9qtQtazoFNVJYujfr/XjQLyi', '1', '2', '192.168.110.21', '2024-09-23 11:04:01', 2, NULL, 21, 'admin', '2024-09-23 11:02:46', 'admin', '2024-09-23 11:20:08', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (229, NULL, '13212341234', '有何可', '00', '', '13212341234', '0', '', '$2a$10$6zWDKq34OMZ9Oyoi9cIvqe7n5mkmsuEMEIGIesXiEZTtn/GOdsqS2', '0', '2', '192.168.110.21', '2024-09-23 11:51:35', 2, NULL, 22, 'admin', '2024-09-23 11:26:07', 'admin', '2024-09-23 11:51:54', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (230, NULL, '185123', '黎明', '00', '', '18212351233', '0', '', '$2a$10$jA/t4yvDMzp9t6vQyD.ef.dg9CTqJQH1Aic1jrME4wp/hEINPFZb6', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-23 15:24:53', 'admin', '2024-09-23 15:31:11', '备注信息111备注信息111备注信息111备注信息111备注', '停用\n', '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (231, NULL, '5555', '单独', '00', '', '18812551255', '0', '', '$2a$10$5GFfOczcNXeTbj3dzGEiPu8ZRFF1uGPtq/XwtgaqbHAJDSYH46nz6', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-23 15:27:08', '', NULL, NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (232, NULL, '55555', '附近', '00', '', '18812225555', '0', '', '$2a$10$hl2VObW8v48TVNlU4lCt6OZQJcWnnjQq8Fh/9kvnh/K0YDTdckepm', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-09-23 15:29:20', '', NULL, '禁用', NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (233, NULL, '9999', '蒲卫', '00', '', '18512355665', '0', '', '$2a$10$imTj1Ca2oe6Nhyl8Ix1/3usoOBtAAp3i9C3T1iZwoF1i5Jt4eyyS2', '0', '2', '192.168.110.21', '2024-09-23 15:32:24', 1, NULL, 1, 'admin', '2024-09-23 15:32:11', 'admin', '2024-09-23 15:34:37', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (234, NULL, 'df', '酒店', '00', '', '15787555555', '0', '', '$2a$10$1H0jg/A/aMTaPZyrNT6rI...L4y7bsiSP0LnXSHEFJKNJtgBuyxd6', '0', '2', '192.168.110.21', '2024-09-23 15:46:51', 1, NULL, 1, 'admin', '2024-09-23 15:35:28', 'admin', '2024-09-25 18:14:56', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (235, NULL, '999999', '豆子', '00', '', '18888999999', '0', '', '$2a$10$MdTamC6x96LA23ATVhy/fuAbdOLojjo3vV.zdE6ONJbxwDs2tNeaa', '0', '2', '221.182.45.100', '2024-10-16 19:12:19', 3, NULL, 23, 'admin', '2024-09-23 15:59:09', '999999', '2024-10-16 19:12:18', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (236, NULL, '18395936586', 'aaa', '00', '', '18395936586', '0', '', '$2a$10$WMCVPUyg398nPFPnjhiuM.rbv9HRgxB7Dy9nffw40kctUsiv87nou', '0', '2', '192.168.110.22', '2024-09-26 13:35:54', 3, NULL, 24, 'admin', '2024-09-23 16:08:20', 'admin', '2024-09-26 13:35:54', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (237, NULL, '18512345154', '厄尔', '00', '', '18512345154', '0', '', '$2a$10$pjy8VGordS/ZcfgYIQSA2.Hj3I2r4fIJQrn.t.HLsQY2PEsW0oTZG', '0', '2', '', NULL, 3, NULL, 25, 'admin', '2024-09-23 16:09:39', '', NULL, NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (238, NULL, '156', '冲冲冲', '00', '', '156', '0', '', '$2a$10$SRWl/7/mZ/IbsmrAkEv9muDenZM3EgVNwIQXOxJZVSu/QS5t6.FIm', '0', '2', '', NULL, 2, NULL, 26, 'admin', '2024-09-23 16:10:33', '', NULL, NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (239, NULL, '16612341234', '韭菜', '00', '', '16612341234', '0', '', '$2a$10$m.gDNJgrxDkbItEKqFydfOrzEFhiMs67wcGdi8vsNxRmhO3TKL1..', '0', '2', '192.168.110.21', '2024-09-26 18:02:09', 2, NULL, 27, 'admin', '2024-09-25 10:48:20', 'admin', '2024-09-26 18:02:09', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (240, NULL, '166', '简单', '00', '', '166', '0', '', '$2a$10$Mh/e5YU3dprYGh5tHa1ro.i.0S94UBjok.E/lTNONmmlpnfTsjtRu', '0', '2', '', NULL, 3, NULL, 28, 'admin', '2024-09-25 10:50:04', 'admin', '2024-09-25 18:14:13', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (241, NULL, '18822223333', '测试', '00', '', '18822223333', '0', '', '$2a$10$5T6bKQYVDLjIhwGIbmxxneEhjt.Vlxn.L/7U.gPAQN1lk75hGkRYa', '0', '2', '192.168.110.21', '2024-09-26 14:45:25', 1, NULL, 1, 'admin', '2024-09-26 14:45:05', 'admin', '2024-09-26 14:45:24', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (242, NULL, '1550001', '喜望', '00', '', '1550001', '0', '', '$2a$10$EtUbh3l4A5RaI/THjUpKJ.jvcq7TicJp/QsL2L./9qWoG.KrYtFiG', '0', '2', '192.168.110.32', '2024-09-26 19:20:00', 2, NULL, 29, 'admin', '2024-09-26 16:15:39', 'admin', '2024-09-26 19:19:59', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (243, NULL, '1550002', '喜望', '00', '', '1550002', '0', '', '$2a$10$65T6QJw2gxFp4vcgDqfKEud5Pb2q3lgqJW2x7/pMwYkTbxJ2eoKeK', '0', '2', '192.168.110.32', '2024-09-26 17:21:55', 3, NULL, 30, 'admin', '2024-09-26 17:21:24', '', '2024-09-26 17:21:54', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (244, NULL, '13212312333', '22', '00', '', '13212312333', '0', '', '$2a$10$4Z2t20.oAuJle0Rm23p.u.zZD9/GUV1pyRBbPkQDHnUUKW3vH105S', '0', '2', '192.168.110.21', '2024-09-26 19:56:59', 3, NULL, 31, 'admin', '2024-09-26 19:56:50', '', '2024-09-26 19:56:58', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (245, NULL, '15212341234', '李', '00', '', '15212341234', '0', '', '$2a$10$ww34kqip8AQd2dVwBUdanuiW4f6eiPQqIRt/rh6qrjAi/gyARlrJe', '0', '2', '192.168.110.10', '2024-10-14 15:58:21', 2, NULL, 32, 'admin', '2024-09-26 20:20:34', '999999', '2024-10-14 15:58:20', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (246, NULL, '555555', '李先生', '00', '', '555555', '0', '', '$2a$10$CXJ3YCzffdtAzvdEi0S/7eYJAuEy6JajWIBxlUT7Lzd4BC1VDSVAq', '0', '2', '192.168.110.21', '2024-09-26 21:33:12', 3, NULL, 33, 'admin', '2024-09-26 20:42:40', '', '2024-09-26 21:33:12', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (247, NULL, '15511112222', '领先生', '00', '', '15511112222', '0', '', '$2a$10$jXhSjy95K76P8xuDb5IsxOiqxK4h4LgyMHBVhTWL3zSLyP.TJuyq2', '0', '2', '127.0.0.1', '2024-09-30 16:08:19', 2, NULL, 34, 'admin', '2024-09-27 09:30:22', 'admin', '2024-09-30 16:08:18', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (248, NULL, '17711112222', '鑫新鲜', '00', '', '17711112222', '0', '', '$2a$10$lM6Fm41CbQ5jvmy4srpqLuIAu8639DoBmBJs70iQ7x1eeP3FGG2cK', '0', '2', '192.168.110.21', '2024-09-27 09:37:38', 3, NULL, 35, 'admin', '2024-09-27 09:36:59', 'admin', '2024-09-27 09:37:37', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (249, NULL, '16612351235', '李先生', '00', '', '16612351235', '0', '', '$2a$10$Dr8kfLinaK56jURQOxY17uizGbrK/lLnicF8eVJHqyAWi342ASYai', '0', '2', '192.168.110.21', '2024-09-30 17:33:15', 2, NULL, 36, 'admin', '2024-09-30 16:18:00', '', '2024-09-30 17:33:15', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (250, NULL, '17712351235', '龚先生', '00', '', '17712351235', '0', '', '$2a$10$zU5f1TJLOq4XkejdWAlKL.qbzicfHpHTyLFLIR9Qxy1aT0jUXHxSe', '0', '2', '192.168.110.91', '2024-10-11 09:17:11', 3, NULL, 37, 'admin', '2024-09-30 16:57:13', '', '2024-10-11 09:17:10', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (251, NULL, '18224358736', 'dgq', '00', '', '18224358736', '0', '', '$2a$10$zNHVaucTUcxbPLJmZqrKzukOgBWU6Nji/xHF7NXV0YBQDkshJqC0K', '0', '2', '192.168.110.91', '2024-10-10 09:40:02', 2, NULL, 38, 'admin', '2024-10-10 09:39:41', '', '2024-10-10 09:40:01', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (252, NULL, '17712341234', '蒲先生', '00', '', '17712341234', '0', '', '$2a$10$XvtTW3j.bQgXBX4mxDwRdOX.iBxwkx3rycvBYAuG8q2SBnyEXlwf.', '0', '2', '221.182.45.100', '2024-10-17 14:54:09', 2, NULL, 39, 'admin', '2024-10-16 19:05:15', '666666', '2024-10-17 14:54:08', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (253, NULL, '888888', '李先生', '00', '', '888888', '0', '', '$2a$10$w.kssy1NoV64Kr76fXyecu.j0ifYX7MBX1ui4R6PKHwwOwdu5rN9S', '0', '2', '221.182.45.100', '2024-10-16 19:28:12', 3, NULL, 40, '17712341234', '2024-10-16 19:17:22', '', '2024-10-16 19:28:11', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (254, NULL, '666666', '津津', '00', '', '666666', '0', '', '$2a$10$mZvF2bio1xwKUsngq/yr/uwcXp.JzEa08mQ.VwWVbT/oD.SO9VlIC', '0', '2', '221.182.45.100', '2024-10-17 14:53:51', 2, NULL, 17, 'admin', '2024-10-17 10:40:00', '666666', '2024-10-17 14:54:06', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (255, NULL, '123456', '白贞涛', '00', '', '123456', '0', '', '$2a$10$DDEEWESpKbLtx3ao6/RXTOD9NBz9E/wX71XAVGB2wgonHzQ1IV2X6', '1', '2', '182.136.117.95', '2024-11-17 14:04:30', 2, NULL, 42, 'admin', '2024-10-20 10:42:18', 'admin', '2024-11-17 14:28:23', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (256, NULL, '123456789', '王晶', '00', '', '123456789', '0', '', '$2a$10$kfKkjc3laDoRwf1Dcrswk.Acf7m2t/79rYY770VchXxrFhrNlWGxG', '1', '2', '221.182.45.100', '2024-10-21 10:17:42', 2, NULL, 43, '123456', '2024-10-20 11:03:36', 'admin', '2024-11-17 13:58:10', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (257, NULL, '18224358736', 'dgq', '00', '', '18224358736', '0', '', '$2a$10$m35HNgxPtmEmNTeEr9I8yOFC4B/jiGV757jFs5fK4GQcn3UWrM.o6', '1', '2', '221.182.45.100', '2024-11-15 15:40:42', 2, NULL, 44, 'admin', '2024-10-21 11:21:11', 'admin', '2024-11-17 13:58:50', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (258, NULL, '1222', '货物', '00', '', '1222', '0', '', '$2a$10$Blb.fkCvnJw8Mn7w..Com.DwaKXQpYTq.TNu1zlI0XdUamjROzOEW', '1', '2', '221.182.45.100', '2024-10-23 15:37:09', 3, NULL, 45, 'admin', '2024-10-22 17:45:13', 'admin', '2024-11-17 13:58:21', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (259, NULL, '18782688877', 'dgq', '00', '', '18782688877', '0', '', '$2a$10$K5FCNQNprq3XL5BK9Cf0h.qvI8H2CYevaycfzXZCexXqC9ksV7FGe', '1', '2', '221.182.45.100', '2024-10-31 17:35:22', 2, NULL, 46, 'admin', '2024-10-24 15:50:24', 'admin', '2024-11-17 13:58:26', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (260, NULL, '18234358888', 'ddd', '00', '', '18234358888', '0', '', '$2a$10$TJxE1mrbJr/g6NWQn/qg6em3Fmfhm6ysLbEod5IIyW6QR1f8as9P.', '1', '2', '112.44.213.180', '2024-11-09 17:49:08', 2, NULL, 47, 'admin', '2024-10-24 15:50:57', 'admin', '2024-11-17 13:58:32', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (261, NULL, '18224357777', 'dg2', '00', '', '18224357777', '0', '', '$2a$10$zXLuOcIsG7Z5IZFMNZ9XL.OCnaavDMTdLapmrUxBNMIyi6SuDT4Ey', '1', '2', '223.86.180.48', '2024-11-13 13:53:09', 2, NULL, 48, 'admin', '2024-10-24 15:51:21', 'admin', '2024-11-17 13:58:37', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (262, NULL, '147800', '展示', '00', '', '147800', '0', '', '$2a$10$XApzkbghGH8dswh3OGvpLejhO65oVBDNzM3AsrlEWOJD0NQNYZena', '1', '2', '221.182.45.100', '2024-11-15 16:13:31', 2, NULL, 49, 'admin', '2024-10-27 09:33:02', 'admin', '2024-11-17 13:58:42', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (263, NULL, '122122', '早上', '00', '', '122122', '0', '', '$2a$10$wot02ujNWpAqUAaXP/FR6eNZxHGnA2Co6Jg5tO8yWwRXad1XxGlLy', '1', '2', '221.182.45.100', '2024-11-14 11:08:23', 3, NULL, 50, 'admin', '2024-10-27 11:59:12', 'admin', '2024-11-17 14:28:39', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (264, NULL, '123789', 'freqf', '00', '', '123789', '0', '', '$2a$10$XaI0JAMoT8Kgdm.ZmgkQV.LgIoFeNtCv.dh6.FyXnktSE/SOlsKbq', '1', '2', '221.182.45.100', '2024-11-15 15:49:16', 2, NULL, 51, 'admin', '2024-10-31 09:50:48', 'admin', '2024-11-17 13:59:10', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (265, NULL, '1234', '或', '00', '', '1234', '0', '', '$2a$10$GwqmnoqOR59PFj2m/phTo.uY/txwMWSp7Op/aLOXridJAfpMLcfUu', '1', '2', '221.182.45.100', '2024-11-14 17:35:44', 2, NULL, 52, 'admin', '2024-10-31 15:47:16', 'admin', '2024-11-17 13:58:57', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (266, NULL, '6677', '中', '00', '', '6677', '0', '', '$2a$10$uJoOMMDF39sKkhkpSuBLWu5/Ea4lCR/a6jw2Y.8ZsiBpNZeXFDF9u', '1', '2', '221.182.45.100', '2024-11-15 15:49:12', 2, NULL, 53, 'admin', '2024-10-31 16:33:50', 'admin', '2024-11-17 13:57:59', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (267, NULL, '9194', '李红梅', '00', '', '9194', '0', '', '$2a$10$sbnNwpUeoCtaXyakqPBhb.9CCCpOWmwG7xINjbKlk4m6qGGavJ6nO', '1', '2', '221.182.45.100', '2024-11-15 15:41:59', 2, NULL, 54, 'admin', '2024-11-06 11:58:39', 'admin', '2024-11-17 13:59:04', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (268, NULL, '987654', '风景', '00', '', '987654', '0', '', '$2a$10$Ggk2ZyGY6902RQj.l0p3i.bPy50QyoLm8s/ttTmIBMjHVooss13dO', '1', '2', '182.136.117.95', '2024-11-17 14:24:48', 2, NULL, 55, 'admin', '2024-11-09 16:42:32', 'admin', '2024-11-17 14:28:33', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (269, NULL, '147258', '黄飞鸿', '00', '', '147258', '0', '', '$2a$10$S7nYHEK0o.Unns05ws/8zuKlyn1RGgO1uJIczBRN.uoET2gPBzOf.', '1', '2', '223.86.179.189', '2024-11-11 16:30:26', 3, NULL, 56, 'admin', '2024-11-11 16:29:52', 'admin', '2024-11-11 16:33:22', NULL, NULL, '$2a$10$hffZi2EqxFUQAY.3L9gAmujsBfQqxvDu78ZAiFKojuoaHi5hFirHG'); +INSERT INTO `sys_user` VALUES (270, NULL, '3636', '筷先生', '00', '', '3636', '0', '', '$2a$10$RGMNJkGI2/coiXchiK.jge6.VDioCBJXsQAf.aGnakVN6m8B2hOSm', '1', '2', '112.44.213.180', '2024-11-17 12:37:37', 2, NULL, 57, 'admin', '2024-11-15 15:27:40', 'admin', '2024-11-17 13:57:39', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (271, NULL, '3333', '订单', '00', '', '3333', '0', '', '$2a$10$WAwy/UZhyTnzUGBM.SllWOTgzlJeSZk3FHd/iWJhsaG/.E.k5uFSm', '1', '2', '112.44.213.180', '2024-11-17 09:36:18', 2, NULL, 58, 'admin', '2024-11-15 15:53:08', 'admin', '2024-11-17 09:47:50', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (272, NULL, '510704001', '李四', '00', '', '510704001', '0', '', '$2a$10$z1VIOwj8uze9YjnUpJOpCOc4Jwzqpm82LqUjdGAjn0YnWTvmlvCYe', '1', '2', '112.44.213.180', '2024-11-17 12:36:28', 3, NULL, 59, 'admin', '2024-11-17 10:50:24', 'admin', '2024-11-17 14:28:28', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (273, NULL, '6255', '吴燕', '00', '', '13388110255', '0', '', '$2a$10$97i.FY7mUqBQUpS8BNTjyeO2IlwsuIbfE9kcqHXLEr20o6zbOHWAG', '0', '2', '221.182.45.100', '2024-11-19 11:24:44', 1, NULL, 1, 'admin', '2024-11-17 12:48:56', 'admin', '2024-11-19 11:24:43', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (274, NULL, '123456', '1', '00', '', '123456', '0', '', '$2a$10$Tt3ZZG28//w7Iui1LXe6buB/GmT29P/jQ6g4PH7a1peLD9laSPVJu', '1', '2', '221.182.45.100', '2025-01-01 09:09:21', 2, NULL, 60, 'admin', '2024-11-17 14:33:31', '6255', '2025-03-11 12:00:46', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (275, NULL, '147258', '风景', '00', '', '147258', '0', '', '$2a$10$ismYsa6XNdTc7CPFBV/mjeTILIzT8ECQNct9ViRnZg85CfJO98Jgu', '1', '2', '182.137.203.133', '2025-01-04 20:56:59', 2, NULL, 61, 'admin', '2024-11-18 15:39:07', '6255', '2025-03-11 12:00:39', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (276, NULL, 'ying', 'ying', '00', '', '13512341234', '0', '', '$2a$10$pn9nnFYkD7ziM/UPUgTx8eWVs06TFBkmZivYYUM4U7mtXeo9GUh1m', '0', '2', '', NULL, 1, NULL, 1, 'admin', '2024-11-19 10:06:10', '', NULL, NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (277, NULL, '6255', '陈奕廷', '00', '', '13551265325', '0', '', '$2a$10$XwWTxKjN1BVV.8SnPUslwe3FtGejGAVXcp.V8mwQnBainy6YmTsLu', '0', '2', '223.86.179.77', '2025-03-11 12:02:58', 1, NULL, 1, 'admin', '2024-11-19 11:39:54', 'admin', '2025-03-13 14:12:17', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (278, NULL, '12345', '66', '00', '', '12345', '0', '', '$2a$10$er9yf/UQrM5Gx9yhofApduPI8WzWuIIyY//nW77uHjqtRhVFt08ye', '1', '2', '221.182.45.100', '2024-12-13 10:53:57', 2, NULL, 62, 'admin', '2024-11-19 14:12:42', '6255', '2025-03-11 12:00:34', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (279, NULL, '55555', '蒲先生', '00', '', '55555', '0', '', '$2a$10$Rxuw2P7kn1lkkA9YPrKd3eG8Qkep1z0MsNMS85z4jYVZnBGvhYOsu', '1', '2', '112.44.213.180', '2025-01-04 22:12:10', 2, NULL, 63, 'admin', '2024-12-05 17:38:42', '6255', '2025-03-11 12:00:26', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (280, NULL, '666', 'aa', '00', '', '666', '0', '', '$2a$10$vJJLo.FGbFcgNaw.m9f0NOKvNJkiXkttAgrqzFJBsrGyqckxm3zrW', '1', '2', '221.182.45.100', '2025-03-13 16:33:25', 3, NULL, 64, 'admin', '2025-03-12 09:38:17', 'admin', '2025-03-13 17:08:46', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (281, NULL, '13551265325', 'cyt', '00', '', '13551265325', '0', '', '$2a$10$o/QX2axTL5MRn1Ov70EooulEd3qrtkxkb8PvwLMTgMGIKPlLk3ila', '0', '0', '118.117.30.72', '2025-03-18 15:40:20', 1, NULL, 1, 'admin', '2025-03-13 15:40:23', '13551265325', '2025-03-18 15:40:19', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (282, NULL, '555', 'aa', '00', '', '555', '0', '', '$2a$10$l2ai6snp2TdvnXEqIKqOH.OTZvyW2kBFIYBwLU1HzRbCMSsY3Irhm', '1', '2', '223.86.180.247', '2025-03-13 17:06:23', 2, NULL, 65, 'admin', '2025-03-13 15:46:36', 'admin', '2025-03-13 17:08:36', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (283, NULL, '123', 'ww', '00', '', '123', '0', '', '$2a$10$Psvy0I1p7QjjoEjLhbRI0.6cfCAACYuLRPiPJoWoDSgZRf3RYgU.6', '1', '2', '139.200.72.50', '2025-03-13 16:46:54', 2, NULL, 66, '13551265325', '2025-03-13 16:45:30', '13551265325', '2025-03-13 16:47:45', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (284, NULL, '555', 'aa', '00', '', '555', '0', '', '$2a$10$5CKgbkQ924kIUq587WD4A.oAYytcNERWe94plSCRX39YTgHp/4y/y', '0', '0', '112.44.213.180', '2025-04-24 14:36:36', 3, NULL, 67, 'admin', '2025-03-13 17:10:37', '', '2025-04-24 14:36:36', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (285, NULL, '123', 'aaa', '00', '', '123', '0', '', '$2a$10$smIdIFV/bXdbFgN9i.k5leaaD4Zxx2w0dWV.SkaAJc1Iye3wcmuLm', '1', '2', '223.86.180.247', '2025-03-14 10:40:35', 2, NULL, 68, 'admin', '2025-03-14 10:39:41', 'admin', '2025-03-14 10:46:17', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (286, NULL, '456', '不不不', '00', '', '456', '0', '', '$2a$10$/5L/IcKC9aEqN9vsaULGfuAKKq13RZIz./1SYjhWwJtikENO.g7pm', '1', '2', '223.86.180.247', '2025-03-14 10:41:12', 2, NULL, 69, 'admin', '2025-03-14 10:40:21', 'admin', '2025-03-14 10:46:10', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (287, NULL, '5555', '活', '00', '', '5555', '0', '', '$2a$10$IhuN.EvKdrRamJusxLkJpOumW6ndinRbAiHEhsr4TLPS/UW2ftQ32', '0', '0', '112.44.213.180', '2025-04-18 07:57:18', 2, NULL, 70, 'admin', '2025-03-14 11:40:41', '5555', '2025-04-18 07:57:18', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (288, NULL, '123456', 'WYG', '00', '', '123456', '0', '', '$2a$10$sdZ2vdghz/WrpAtKsjhzuevKGUkG4fpPzZ9Va4PhK.lRDibMFlJeK', '0', '0', '223.86.180.213', '2025-05-20 10:10:29', 2, NULL, 71, '13551265325', '2025-03-18 11:53:06', '123456', '2025-05-20 10:10:29', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (289, NULL, '123456789', 'grtg ', '00', '', '123456789', '0', '', '$2a$10$dJEqJCs8QLgZMz5/Dia40eBHU/L2r1eTZtIRd7ToVZ2XQmIuX3gZ.', '1', '2', '223.86.179.81', '2025-04-08 09:28:39', 2, NULL, 72, 'admin', '2025-04-08 09:26:37', 'admin', '2025-04-08 09:30:16', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (290, NULL, '1111111', 'AAA', '00', '', '1111111', '0', '', '$2a$10$.IeVLUhBWE67Ape8wI8z2emNMZk1mH6qU.vM30bTDDl.d0QgKiD0C', '0', '0', '221.182.45.100', '2025-06-03 10:55:22', 2, NULL, 73, 'admin', '2025-06-02 13:19:25', '666666', '2025-06-03 10:55:21', NULL, NULL, NULL); +INSERT INTO `sys_user` VALUES (291, NULL, '666666', '666', '00', '', '666666', '0', '', '$2a$10$IMj4ikGQuWWlh6wUu04JZOM96sT8od.sMR12D7OH0TNyDOGRoZqxO', '0', '0', '221.182.45.100', '2025-06-03 10:54:48', 2, NULL, 74, 'admin', '2025-06-03 10:05:51', 'admin', '2025-06-03 10:56:34', NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for sys_user_post +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_post`; +CREATE TABLE `sys_user_post` ( + `user_id` bigint(20) NOT NULL COMMENT '用户ID', + `post_id` bigint(20) NOT NULL COMMENT '岗位ID', + PRIMARY KEY (`user_id`, `post_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户与岗位关联表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_user_post +-- ---------------------------- +INSERT INTO `sys_user_post` VALUES (1, 1); +INSERT INTO `sys_user_post` VALUES (2, 2); + +-- ---------------------------- +-- Table structure for sys_user_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_role`; +CREATE TABLE `sys_user_role` ( + `user_id` bigint(20) NOT NULL COMMENT '用户ID', + `role_id` bigint(20) NOT NULL COMMENT '角色ID', + PRIMARY KEY (`user_id`, `role_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户和角色关联表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_user_role +-- ---------------------------- +INSERT INTO `sys_user_role` VALUES (1, 1); +INSERT INTO `sys_user_role` VALUES (2, 2); +INSERT INTO `sys_user_role` VALUES (281, 57); +INSERT INTO `sys_user_role` VALUES (284, 2); +INSERT INTO `sys_user_role` VALUES (287, 9); +INSERT INTO `sys_user_role` VALUES (288, 9); +INSERT INTO `sys_user_role` VALUES (290, 9); +INSERT INTO `sys_user_role` VALUES (291, 9); + +-- ---------------------------- +-- Table structure for t_board +-- ---------------------------- +DROP TABLE IF EXISTS `t_board`; +CREATE TABLE `t_board` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '商家id', + `boardName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '餐桌名称', + `minPerson` int(11) NULL DEFAULT NULL COMMENT '最小就餐人数', + `maxPerson` int(11) NULL DEFAULT NULL COMMENT '最大就餐人数', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `status` int(11) NULL DEFAULT 1 COMMENT '状态 1=空闲中 2=待点餐 3=用餐中', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 128 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '餐桌' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_board +-- ---------------------------- +INSERT INTO `t_board` VALUES (24, 17, '1', 1, 4, '2024-09-20 11:46:44', NULL, 0, '10086', NULL, 3); +INSERT INTO `t_board` VALUES (25, 17, '2', 1, 4, '2024-09-20 15:33:35', NULL, 0, '10086', NULL, 3); +INSERT INTO `t_board` VALUES (26, 17, '3', 1, 4, '2024-09-20 15:33:50', NULL, 0, '10086', NULL, 2); +INSERT INTO `t_board` VALUES (27, 17, '4', 1, 4, '2024-09-20 15:33:58', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (28, 17, '5', 1, 4, '2024-09-20 15:34:09', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (29, 17, '6', 1, 4, '2024-09-20 15:34:19', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (30, 17, '7', 1, 4, '2024-09-20 15:34:30', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (31, 17, '8', 1, 4, '2024-09-20 15:34:36', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (32, 17, '中9', 4, 8, '2024-09-20 15:35:31', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (33, 17, '中10', 4, 8, '2024-09-20 15:35:44', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (34, 17, '中11', 4, 8, '2024-09-20 15:35:55', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (35, 17, '中12', 4, 8, '2024-09-20 15:36:11', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (36, 17, '中13', 4, 10, '2024-09-20 15:36:47', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (37, 17, '中14', 4, 10, '2024-09-20 15:36:59', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (38, 17, '大15', 6, 12, '2024-09-20 15:37:19', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (39, 17, '大16', 6, 12, '2024-09-20 15:37:41', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (40, 17, '大17', 6, 12, '2024-09-20 15:38:08', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (41, 17, '大18', 6, 12, '2024-09-20 15:38:20', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (42, 17, '超大19', 8, 14, '2024-09-20 15:38:50', NULL, 0, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (43, 17, '超大20', 8, 14, '2024-09-20 15:39:05', NULL, 0, '10086', NULL, 3); +INSERT INTO `t_board` VALUES (63, 39, '1号桌', 1, 1, '2024-10-16 19:14:45', NULL, 0, '17712341234', NULL, 1); +INSERT INTO `t_board` VALUES (64, 39, '2号桌', 1, 2, '2024-10-16 19:14:53', NULL, 0, '17712341234', NULL, 1); +INSERT INTO `t_board` VALUES (66, 17, '12', 1, 1, '2024-10-16 13:48:22', NULL, 1, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (67, 17, '2', 2, 2, '2024-10-16 13:48:32', NULL, 1, '10086', NULL, 1); +INSERT INTO `t_board` VALUES (68, 41, 'xx', 12, 12, '2024-10-17 10:48:02', NULL, 0, '666666', NULL, 1); +INSERT INTO `t_board` VALUES (69, 39, '3号桌', 1, 3, '2024-10-17 10:51:51', NULL, 0, '17712341234', NULL, 1); +INSERT INTO `t_board` VALUES (73, 71, '1号桌', 1, 6, '2025-03-18 13:37:55', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (74, 71, '2号桌', 1, 6, '2025-03-18 13:38:14', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (75, 71, '3号桌', 1, 6, '2025-03-18 13:38:54', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (76, 71, '4号桌', 1, 6, '2025-03-18 15:05:34', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (77, 71, '5号桌', 4, 8, '2025-03-18 15:06:06', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (78, 71, '6号桌', 1, 6, '2025-03-18 15:07:13', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (79, 71, '7号桌', 1, 6, '2025-03-18 15:07:38', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (80, 71, '8号桌', 1, 6, '2025-03-18 15:07:53', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (81, 71, '9号桌', 1, 6, '2025-03-18 15:08:07', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (82, 71, '10号桌', 10, 22, '2025-03-18 15:08:25', NULL, 1, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (83, 71, '11号桌', 10, 22, '2025-03-18 15:08:41', NULL, 1, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (84, 71, '12号桌', 10, 22, '2025-03-18 15:08:57', NULL, 1, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (85, 71, '10号桌', 1, 6, '2025-04-08 10:21:36', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (86, 71, '11号桌', 4, 10, '2025-04-08 10:21:50', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (87, 71, '12号桌', 4, 10, '2025-04-08 10:22:11', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (88, 71, '13号桌', 4, 12, '2025-04-08 10:22:27', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (89, 71, '14号桌', 6, 12, '2025-04-08 10:22:54', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (90, 71, '15号桌', 6, 12, '2025-04-08 10:23:17', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (91, 71, '16号桌', 6, 12, '2025-04-08 10:23:28', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (92, 71, '17号桌', 6, 12, '2025-04-08 10:23:37', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (93, 71, '18号桌', 6, 12, '2025-04-08 10:24:00', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (94, 71, '19号桌', 6, 12, '2025-04-08 10:24:09', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (95, 71, '20号桌', 6, 12, '2025-04-08 10:24:26', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (96, 71, '21号桌', 6, 12, '2025-04-08 10:24:37', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (97, 71, '22号桌', 6, 12, '2025-04-08 10:24:47', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (98, 71, '23号桌', 6, 12, '2025-04-08 10:24:57', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (99, 71, '24号桌', 6, 12, '2025-04-08 10:25:15', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (100, 71, '25号桌', 6, 12, '2025-04-08 10:25:22', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (101, 71, '26号桌', 6, 12, '2025-04-08 10:25:30', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (102, 71, '27号桌', 6, 12, '2025-04-08 10:25:47', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (103, 71, '28号桌', 6, 12, '2025-04-08 10:26:49', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (104, 71, '29号桌', 6, 12, '2025-04-08 10:27:17', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (105, 71, '30号桌', 6, 12, '2025-04-08 10:27:25', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (106, 71, '31号桌', 6, 12, '2025-04-08 10:27:40', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (107, 71, '32号桌', 6, 12, '2025-04-08 10:27:48', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (108, 71, '33号桌', 8, 12, '2025-04-08 10:28:20', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (109, 71, '34号桌', 8, 12, '2025-04-08 10:28:28', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (110, 71, '35号桌', 8, 12, '2025-04-08 10:28:36', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (111, 71, '36号桌', 8, 12, '2025-04-08 10:28:50', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (112, 71, '37号桌', 8, 16, '2025-04-08 10:29:03', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (113, 71, '38号桌', 8, 16, '2025-04-08 10:29:17', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (114, 71, '39号桌', 8, 16, '2025-04-08 10:29:33', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (115, 71, '40号桌', 12, 22, '2025-04-08 10:29:42', NULL, 0, '123456', NULL, 1); +INSERT INTO `t_board` VALUES (116, 73, '1', 1, 4, '2025-06-02 14:04:55', NULL, 1, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (117, 73, '2', 1, 4, '2025-06-02 14:05:14', NULL, 1, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (118, 73, '3', 6, 12, '2025-06-02 14:05:49', NULL, 1, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (119, 73, '1', 1, 6, '2025-06-03 10:00:06', NULL, 0, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (120, 73, '2', 1, 6, '2025-06-03 10:00:17', NULL, 0, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (121, 73, '3', 1, 6, '2025-06-03 10:00:26', NULL, 0, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (122, 73, '4', 6, 12, '2025-06-03 10:00:46', NULL, 0, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (123, 73, '5', 6, 12, '2025-06-03 10:00:57', NULL, 0, '1111111', NULL, 1); +INSERT INTO `t_board` VALUES (124, 74, '1', 1, 6, '2025-06-03 10:10:08', NULL, 0, '666666', NULL, 1); +INSERT INTO `t_board` VALUES (125, 74, '2', 1, 6, '2025-06-03 10:10:18', NULL, 0, '666666', NULL, 1); +INSERT INTO `t_board` VALUES (126, 74, '3', 6, 12, '2025-06-03 10:10:28', NULL, 0, '666666', NULL, 1); +INSERT INTO `t_board` VALUES (127, 74, '4', 6, 12, '2025-06-03 10:10:37', NULL, 0, '666666', NULL, 1); + +-- ---------------------------- +-- Table structure for t_data_generator +-- ---------------------------- +DROP TABLE IF EXISTS `t_data_generator`; +CREATE TABLE `t_data_generator` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `userId` bigint(20) NULL DEFAULT NULL COMMENT '操作人id', + `userName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '操作人姓名', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + `startTime` datetime NULL DEFAULT NULL COMMENT '开始时间', + `endTime` datetime NULL DEFAULT NULL COMMENT '结束时间', + `minMoney` decimal(10, 2) NULL DEFAULT NULL COMMENT '最小金额', + `maxMoney` decimal(10, 2) NULL DEFAULT NULL COMMENT '最大金额', + `status` int(11) NULL DEFAULT 1 COMMENT '状态 1=生成中 2=待覆盖 3=已覆盖', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `orderType` int(11) NULL DEFAULT NULL COMMENT '订单类型 1=餐饮 2=销售', + `weiXinPay` double(10, 2) NULL DEFAULT NULL COMMENT '微信支付占比', + `aliPay` double(10, 2) NULL DEFAULT NULL COMMENT '支付宝支付占比', + `cardPay` double(10, 2) NULL DEFAULT NULL COMMENT '银行卡支付占比', + `moneyPay` double(10, 2) NULL DEFAULT NULL COMMENT '现金支付占比', + `otherPay` double(10, 2) NULL DEFAULT NULL COMMENT '其他支付', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 3731 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '营业数据生成' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_data_generator +-- ---------------------------- +INSERT INTO `t_data_generator` VALUES (3201, 1, '超级管理员', 39, '2024-10-16 00:00:00', '2024-10-17 00:00:00', 100.00, 1000.00, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 1, 50.00, 50.00, 0.00, 0.00, 0.00); +INSERT INTO `t_data_generator` VALUES (3204, 1, '超级管理员', 45, '2024-10-21 00:00:00', '2024-10-22 00:00:00', NULL, NULL, 3, '2024-10-22 18:38:57', NULL, 1, 'admin', NULL, 2, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_data_generator` VALUES (3215, 281, 'cyt', 71, '2025-01-01 00:00:00', '2025-03-18 00:00:00', 1000000.00, 2000000.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 1, 50.00, 30.00, 10.00, 10.00, 0.00); +INSERT INTO `t_data_generator` VALUES (3216, 1, '超级管理员', 67, '2025-01-01 00:00:00', '2025-04-30 00:00:00', NULL, NULL, 2, '2025-04-07 18:37:53', NULL, 1, 'admin', NULL, 2, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_data_generator` VALUES (3219, 1, '超级管理员', 67, '2025-04-01 00:00:00', '2025-04-30 00:00:00', NULL, NULL, 2, '2025-04-07 19:02:32', NULL, 1, 'admin', NULL, 2, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_data_generator` VALUES (3397, 1, '超级管理员', 71, '2025-04-01 00:00:00', '2025-04-30 00:00:00', 50000.00, 2000000.00, 3, '2025-04-07 19:10:48', NULL, 0, 'admin', NULL, 1, 80.00, 0.00, 5.00, 15.00, 0.00); +INSERT INTO `t_data_generator` VALUES (3618, 1, '超级管理员', 71, '2025-05-01 00:00:00', '2025-06-30 00:00:00', 10000.00, 2000000.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 1, 85.00, 10.00, 3.00, 2.00, 0.00); +INSERT INTO `t_data_generator` VALUES (3641, 1, '超级管理员', 71, '2025-05-09 00:00:00', '2025-05-09 00:00:00', 10000.00, 200000.00, 2, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 1, 95.00, 5.00, 0.00, 0.00, 0.00); +INSERT INTO `t_data_generator` VALUES (3730, 1, '超级管理员', 71, '2025-05-09 00:00:00', '2025-05-09 00:00:00', 5000.00, 30000.00, 2, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 1, 95.00, 5.00, 0.00, 0.00, 0.00); + +-- ---------------------------- +-- Table structure for t_foundation_config +-- ---------------------------- +DROP TABLE IF EXISTS `t_foundation_config`; +CREATE TABLE `t_foundation_config` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `personId` bigint(20) NULL DEFAULT NULL COMMENT '人数id', + `typeId` bigint(20) NULL DEFAULT NULL COMMENT '商品分类id', + `minCount` int(11) NULL DEFAULT NULL COMMENT '最小数量', + `maxCount` int(11) NULL DEFAULT NULL COMMENT '最大数量', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1675 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '基础设置' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_foundation_config +-- ---------------------------- +INSERT INTO `t_foundation_config` VALUES (278, 66, 74, 1, 2); +INSERT INTO `t_foundation_config` VALUES (279, 66, 75, 1, 1); +INSERT INTO `t_foundation_config` VALUES (280, 66, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (281, 65, 74, 5, 8); +INSERT INTO `t_foundation_config` VALUES (282, 63, 75, 2, 4); +INSERT INTO `t_foundation_config` VALUES (283, 64, 74, 2, 4); +INSERT INTO `t_foundation_config` VALUES (284, 1, 74, 1, 1); +INSERT INTO `t_foundation_config` VALUES (285, 67, 74, 1, 1); +INSERT INTO `t_foundation_config` VALUES (286, 67, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (287, 67, 84, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1054, 82, 92, 1, 5); +INSERT INTO `t_foundation_config` VALUES (1061, 68, 74, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1062, 68, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1063, 68, 75, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1064, 69, 74, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1065, 69, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1066, 69, 75, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1067, 70, 74, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1068, 70, 75, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1069, 70, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1070, 70, 84, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1071, 71, 74, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1072, 71, 75, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1073, 71, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1074, 71, 81, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1075, 71, 84, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1076, 72, 74, 1, 5); +INSERT INTO `t_foundation_config` VALUES (1077, 72, 75, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1078, 72, 76, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1079, 72, 81, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1080, 72, 84, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1081, 73, 74, 2, 6); +INSERT INTO `t_foundation_config` VALUES (1082, 73, 75, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1083, 73, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1084, 73, 77, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1085, 73, 82, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1086, 73, 84, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1087, 74, 74, 1, 7); +INSERT INTO `t_foundation_config` VALUES (1088, 74, 75, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1089, 74, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1090, 74, 77, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1091, 74, 78, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1092, 74, 81, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1093, 74, 82, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1094, 74, 84, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1095, 75, 74, 3, 8); +INSERT INTO `t_foundation_config` VALUES (1096, 75, 75, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1097, 75, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1098, 75, 77, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1099, 75, 78, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1100, 75, 81, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1101, 75, 82, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1102, 75, 84, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1103, 76, 74, 4, 9); +INSERT INTO `t_foundation_config` VALUES (1104, 76, 75, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1105, 76, 76, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1106, 76, 77, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1107, 76, 78, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1108, 76, 81, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1109, 76, 82, 3, 5); +INSERT INTO `t_foundation_config` VALUES (1110, 76, 84, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1111, 76, 85, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1112, 77, 74, 4, 10); +INSERT INTO `t_foundation_config` VALUES (1113, 77, 75, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1114, 77, 76, 2, 2); +INSERT INTO `t_foundation_config` VALUES (1115, 77, 77, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1116, 77, 78, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1117, 77, 80, 2, 2); +INSERT INTO `t_foundation_config` VALUES (1118, 77, 81, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1119, 77, 82, 3, 4); +INSERT INTO `t_foundation_config` VALUES (1120, 77, 84, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1121, 77, 85, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1122, 78, 74, 4, 10); +INSERT INTO `t_foundation_config` VALUES (1123, 78, 75, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1124, 78, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1125, 78, 77, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1126, 78, 78, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1127, 78, 80, 2, 2); +INSERT INTO `t_foundation_config` VALUES (1128, 78, 81, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1129, 78, 82, 3, 5); +INSERT INTO `t_foundation_config` VALUES (1130, 78, 84, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1131, 79, 74, 5, 11); +INSERT INTO `t_foundation_config` VALUES (1132, 79, 75, 3, 5); +INSERT INTO `t_foundation_config` VALUES (1133, 79, 76, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1134, 79, 77, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1135, 79, 78, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1136, 79, 80, 2, 3); +INSERT INTO `t_foundation_config` VALUES (1137, 79, 79, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1138, 79, 81, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1139, 79, 82, 2, 6); +INSERT INTO `t_foundation_config` VALUES (1140, 79, 84, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1141, 80, 74, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1142, 80, 75, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1143, 80, 77, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1144, 80, 84, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1145, 80, 82, 2, 5); +INSERT INTO `t_foundation_config` VALUES (1146, 80, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1147, 81, 74, 6, 9); +INSERT INTO `t_foundation_config` VALUES (1148, 81, 76, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1149, 81, 75, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1150, 81, 77, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1151, 81, 78, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1152, 81, 84, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1221, 84, 92, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1222, 84, 93, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1223, 84, 94, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1224, 85, 92, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1225, 85, 93, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1226, 85, 94, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1305, 2, 99, 3, 6); +INSERT INTO `t_foundation_config` VALUES (1306, 2, 100, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1307, 83, 99, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1308, 83, 100, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1309, 83, 101, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1310, 96, 99, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1311, 96, 100, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1312, 96, 101, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1313, 97, 99, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1314, 97, 100, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1315, 98, 99, 4, 10); +INSERT INTO `t_foundation_config` VALUES (1316, 98, 100, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1317, 99, 99, 6, 10); +INSERT INTO `t_foundation_config` VALUES (1318, 99, 100, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1319, 100, 99, 7, 12); +INSERT INTO `t_foundation_config` VALUES (1320, 100, 100, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1321, 101, 99, 8, 16); +INSERT INTO `t_foundation_config` VALUES (1322, 101, 100, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1323, 102, 99, 9, 18); +INSERT INTO `t_foundation_config` VALUES (1324, 102, 100, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1325, 103, 99, 10, 20); +INSERT INTO `t_foundation_config` VALUES (1326, 103, 100, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1327, 104, 99, 11, 22); +INSERT INTO `t_foundation_config` VALUES (1328, 104, 100, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1329, 105, 99, 12, 24); +INSERT INTO `t_foundation_config` VALUES (1330, 105, 100, 4, 8); +INSERT INTO `t_foundation_config` VALUES (1562, 119, 98, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1563, 119, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1564, 119, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1565, 119, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1566, 119, 106, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1567, 95, 98, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1568, 95, 99, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1569, 95, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1570, 95, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1571, 95, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1572, 86, 98, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1573, 86, 99, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1574, 86, 106, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1575, 87, 98, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1576, 87, 99, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1577, 87, 106, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1578, 87, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1579, 88, 98, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1580, 88, 99, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1581, 88, 100, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1582, 88, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1583, 89, 99, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1584, 89, 98, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1585, 89, 106, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1586, 89, 100, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1587, 89, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1588, 90, 98, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1589, 90, 99, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1590, 90, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1591, 90, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1592, 91, 98, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1593, 91, 99, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1594, 91, 106, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1595, 91, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1596, 91, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1597, 92, 98, 2, 4); +INSERT INTO `t_foundation_config` VALUES (1598, 92, 99, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1599, 92, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1600, 92, 101, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1601, 92, 106, 1, 1); +INSERT INTO `t_foundation_config` VALUES (1602, 93, 98, 3, 6); +INSERT INTO `t_foundation_config` VALUES (1603, 93, 99, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1604, 93, 101, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1605, 93, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1606, 93, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1607, 94, 98, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1608, 94, 99, 5, 8); +INSERT INTO `t_foundation_config` VALUES (1609, 94, 101, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1610, 94, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1611, 94, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1612, 106, 98, 4, 6); +INSERT INTO `t_foundation_config` VALUES (1613, 106, 99, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1614, 106, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1615, 106, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1616, 106, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1617, 107, 98, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1618, 107, 99, 8, 12); +INSERT INTO `t_foundation_config` VALUES (1619, 107, 100, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1620, 107, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1621, 107, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1622, 108, 98, 6, 8); +INSERT INTO `t_foundation_config` VALUES (1623, 108, 99, 8, 10); +INSERT INTO `t_foundation_config` VALUES (1624, 108, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1625, 108, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1626, 108, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1627, 109, 98, 6, 10); +INSERT INTO `t_foundation_config` VALUES (1628, 109, 99, 8, 12); +INSERT INTO `t_foundation_config` VALUES (1629, 109, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1630, 109, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1631, 109, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1632, 110, 98, 8, 10); +INSERT INTO `t_foundation_config` VALUES (1633, 110, 99, 8, 12); +INSERT INTO `t_foundation_config` VALUES (1634, 110, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1635, 110, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1636, 110, 106, 1, 2); +INSERT INTO `t_foundation_config` VALUES (1637, 111, 98, 6, 10); +INSERT INTO `t_foundation_config` VALUES (1638, 111, 99, 8, 14); +INSERT INTO `t_foundation_config` VALUES (1639, 111, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1640, 111, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1641, 111, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1642, 112, 98, 7, 12); +INSERT INTO `t_foundation_config` VALUES (1643, 112, 99, 10, 14); +INSERT INTO `t_foundation_config` VALUES (1644, 112, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1645, 112, 101, 1, 6); +INSERT INTO `t_foundation_config` VALUES (1646, 112, 106, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1647, 113, 98, 6, 12); +INSERT INTO `t_foundation_config` VALUES (1648, 113, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1649, 113, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1650, 113, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1651, 113, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1652, 114, 98, 8, 10); +INSERT INTO `t_foundation_config` VALUES (1653, 114, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1654, 114, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1655, 114, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1656, 115, 98, 10, 14); +INSERT INTO `t_foundation_config` VALUES (1657, 115, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1658, 115, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1659, 115, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1660, 115, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1661, 116, 98, 10, 14); +INSERT INTO `t_foundation_config` VALUES (1662, 116, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1663, 116, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1664, 116, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1665, 116, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1666, 117, 98, 10, 14); +INSERT INTO `t_foundation_config` VALUES (1667, 117, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1668, 117, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1669, 117, 101, 1, 4); +INSERT INTO `t_foundation_config` VALUES (1670, 117, 106, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1671, 118, 98, 10, 14); +INSERT INTO `t_foundation_config` VALUES (1672, 118, 99, 10, 16); +INSERT INTO `t_foundation_config` VALUES (1673, 118, 100, 1, 3); +INSERT INTO `t_foundation_config` VALUES (1674, 118, 101, 1, 4); + +-- ---------------------------- +-- Table structure for t_foundation_person +-- ---------------------------- +DROP TABLE IF EXISTS `t_foundation_person`; +CREATE TABLE `t_foundation_person` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `mealCount` int(11) NULL DEFAULT NULL COMMENT '用餐人数', + `createTime` datetime NULL DEFAULT NULL COMMENT '创建时间', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + `mealType` int(11) NULL DEFAULT NULL COMMENT '餐饮分类 1=中餐 2=火锅', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 120 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '基础设置' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_foundation_person +-- ---------------------------- +INSERT INTO `t_foundation_person` VALUES (2, 1, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (83, 2, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (86, 1, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (87, 2, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (88, 3, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (89, 4, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (90, 5, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (91, 6, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (92, 7, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (93, 8, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (94, 9, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (95, 10, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (96, 3, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (97, 4, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (98, 5, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (99, 6, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (100, 7, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (101, 8, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (102, 9, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (103, 10, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (104, 11, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (105, 12, '2025-01-04 22:11:58', NULL, 2); +INSERT INTO `t_foundation_person` VALUES (106, 11, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (107, 12, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (108, 13, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (109, 14, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (110, 15, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (111, 16, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (112, 17, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (113, 18, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (114, 19, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (115, 20, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (116, 21, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (117, 22, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (118, 23, '2025-04-08 12:59:05', NULL, 1); +INSERT INTO `t_foundation_person` VALUES (119, 24, '2025-04-08 12:59:05', NULL, 1); + +-- ---------------------------- +-- Table structure for t_goods +-- ---------------------------- +DROP TABLE IF EXISTS `t_goods`; +CREATE TABLE `t_goods` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `goodsNum` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品编号', + `goodsName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名称', + `typeId` bigint(20) NULL DEFAULT NULL COMMENT '类型id', + `costPrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '成本价', + `salePrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '销售价', + `goodsPicture` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品图', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `inventory` int(11) NULL DEFAULT 0 COMMENT '库存', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 330 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '商品管理' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_goods +-- ---------------------------- +INSERT INTO `t_goods` VALUES (21, '1001', '冷吃鳝丝', 19, 50.00, 88.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:45:33', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (22, '1002', '外婆脆爽牛肉粒', 19, 20.00, 42.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:47:59', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (23, '1003', '腊味三拼', 19, 30.00, 68.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:48:35', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (24, '1004', '麻辣生态土鸡', 19, 25.00, 78.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:49:02', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (25, '1005', '红油耳叶', 19, 20.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:49:20', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (26, '1006', '藤椒小牛腱', 19, 20.00, 49.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:50:28', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (27, '1007', '酸辣藤椒猪手', 19, 20.00, 46.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:50:51', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (28, '1008', '烧椒肚片', 19, 18.00, 42.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:51:10', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (29, '1009', '酱香鸭舌', 19, 28.00, 58.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:51:32', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (30, '1010', '椒麻鸭胗', 19, 18.00, 38.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:52:30', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (31, '1011', '巧拌猪头肉', 19, 15.00, 36.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:52:49', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (32, '1012', '烧椒皮蛋', 19, 8.00, 22.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:53:10', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (33, '1013', '葱油豆干丝', 19, 8.00, 22.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:53:29', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (34, '1014', '捞汁茼蒿', 19, 6.00, 19.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:53:55', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (35, '1015', '手工红薯凉粉', 19, 6.00, 16.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:54:21', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (36, '1016', '拍黄瓜', 19, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:55:33', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (37, '1017', '炝拌瓜尖', 19, 8.00, 24.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:56:06', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (38, '1018', '姜汁豇豆', 19, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:56:29', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (39, '1019', '冰草沙拉', 19, 9.00, 24.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:56:52', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (40, '1020', '麻酱凤尾', 19, 8.00, 24.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:57:17', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (41, '1021', '白玉黄花', 19, 10.00, 28.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:57:38', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (42, '1022', '芝麻桃仁', 19, 10.00, 28.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:57:54', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (43, '1023', '油炸花生米', 19, 4.00, 12.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:58:16', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (44, '1024', '水果拼盘', 19, 20.00, 56.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:59:08', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (45, '1024', '水果拼盘', 19, 20.00, 56.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 11:59:08', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (46, '1024', '水果拼盘', 19, 26.00, 56.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 12:00:09', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (56, '2001', '银雪', 20, 40.00, 88.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:17:37', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (57, '2002', '母猪壳', 20, 70.00, 169.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:17:59', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (58, '1003', '黄辣丁', 20, 40.00, 98.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:18:20', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (59, '2004', '士凤', 20, 42.00, 98.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:18:44', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (60, '2005', '青波', 20, 50.00, 119.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:19:06', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (61, '2006', '豹鱼仔', 20, 120.00, 280.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:19:30', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (62, '2007', '剑鱼', 20, 35.00, 89.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:19:49', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (63, '2008', '老虎鱼', 20, 200.00, 460.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:20:20', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (64, '2009', '翘壳', 20, 50.00, 128.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:28:40', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (65, '2010', '鲈鱼', 20, 25.00, 65.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:29:03', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (66, '2011', '松花', 20, 45.00, 98.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:30:52', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (67, '2012', '淡水石斑', 20, 70.00, 158.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:31:22', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (68, '1025', '霸王鱼头', 20, 40.00, 78.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:31:51', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (69, '2026', '生态甲鱼', 20, 140.00, 288.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:32:16', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (70, '2017', '黄甲鱼', 20, 60.00, 138.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:32:43', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (71, '2016', '江团', 20, 30.00, 79.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:33:10', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (72, '3001', '山药虎皮凤爪', 21, 30.00, 78.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:35:23', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (73, '3002', '鸡枞菌尖椒肥肠鸡', 21, 30.00, 78.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:35:42', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (74, '3003', '鲜笋烧土麻鸭', 21, 80.00, 178.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:35:58', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (75, '3004', '河鲜跳跳蛙', 21, 28.00, 68.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:36:16', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (76, '3005', '双椒炒鲜兔', 21, 28.00, 59.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:36:39', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (77, '3006', '尖椒菌香烧土鸡', 21, 56.00, 128.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:36:58', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (78, '3007', '金汤肥牛卷', 21, 28.00, 59.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:37:17', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (79, '3008', '蜀香毛血旺', 21, 25.00, 59.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:58:36', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (80, '3009', '金椒蒜蓉焗虾球', 21, 30.00, 68.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:59:04', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (81, '3010', '瓦罐红烧肉', 21, 20.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:59:21', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (82, '3011', '樟树港辣椒炒肉', 21, 20.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 14:59:47', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (83, '3012', '小炒黄牛肉', 21, 22.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:00:41', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (84, '3013', '糖醋鸡柳', 21, 18.00, 38.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:01:01', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (85, '3014', '鱼香汁扒猪精排', 21, 35.00, 79.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:01:25', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (86, '3015', '茴香脆皮五花肉', 21, 18.00, 39.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:01:48', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (87, '3016', '鲜椒钵钵鱼', 21, 38.00, 88.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:02:13', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (88, '3017', 'XO酱爆翅粉煲', 21, 10.00, 28.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:02:44', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (89, '3018', '水煮黄牛柳', 21, 20.00, 49.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:03:12', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (90, '3019', '火爆黄喉', 21, 25.00, 58.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:03:32', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (91, '3020', '火爆牛蛙', 21, 28.00, 58.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:03:58', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (92, '3021', '云豆耙猪蹄', 21, 35.00, 78.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:04:20', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (93, '3022', '小米浓汤煨酥排', 21, 28.00, 68.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:04:39', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (94, '3023', '生态回锅肉', 21, 18.00, 39.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:04:59', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (95, '3024', '小煎五花肉', 21, 20.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:05:16', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (96, '3025', '腊味鹿茸菌', 21, 18.00, 38.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:12:32', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (97, '4001', '菌香蛋豆腐', 29, 15.00, 39.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:13:01', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (98, '4002', '三鲜竹荪烩丝瓜', 29, 10.00, 26.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:13:23', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (99, '4003', '二荆条炒口蘑', 29, 12.00, 32.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:13:43', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (100, '4005', '土鸡蛋炒二荆条', 29, 6.00, 22.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:14:08', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (101, '4004', '酱香山药片', 29, 10.00, 26.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:14:52', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (102, '4006', '豇豆茄子煲', 29, 12.00, 28.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:15:09', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (103, '4007', '藿香仔茄', 29, 10.00, 26.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:15:29', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (104, '4008', '尖椒玉米饼', 29, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:15:54', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (105, '4009', '白灼时蔬', 29, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:16:12', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (106, '4010', '清炒苦瓜', 29, 5.00, 16.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:16:30', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (107, '4011', '苦瓜炒蛋', 29, 8.00, 26.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:16:54', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (108, '4012', '时令蔬菜', 29, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:17:17', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (109, '5001', '松茸煲土鸡汤', 22, 25.00, 59.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:17:53', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (110, '5002', '煎蛋汤', 22, 5.00, 16.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:18:12', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (111, '5003', '三鲜汤', 22, 4.00, 12.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:18:31', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (112, '5004', '冬瓜排骨汤', 22, 25.00, 58.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:18:53', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (113, '6001', '脆皮香葱鱼卷', 23, 6.00, 22.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:19:34', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (114, '6002', '荠菜鲜肉大馄饨', 23, 10.00, 26.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:19:52', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (115, '6003', '酱香黑包', 23, 13.00, 28.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:20:07', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (116, '6004', '爆浆糍粑', 23, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:20:32', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (117, '6005', '糟香南瓜小汤圆', 23, 6.00, 22.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:25:39', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (118, '6006', '蛋炒饭', 23, 4.00, 12.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:26:08', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (119, '6007', '泰式菠萝炒饭', 23, 18.00, 48.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:26:40', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (120, '6008', '油醋面', 23, 6.00, 18.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:27:06', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (121, '7001', '拉罐可乐', 24, 2.00, 5.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:28:03', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (122, '7002', '拉罐雪碧', 24, 2.00, 5.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:28:26', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (123, '7003', '王老吉', 24, 3.00, 6.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:28:50', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (124, '7004', '怡宝', 24, 1.00, 3.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:29:19', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (125, '7005', '鲜橙多', 24, 2.00, 5.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:30:01', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (126, '7006', '椰树', 24, 4.00, 8.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:30:25', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (127, '7007', '小唯怡', 24, 2.00, 4.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:30:59', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (128, '7008', '峨眉雪拉罐', 24, 2.00, 5.80, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-09-20 15:32:17', NULL, 1, '10086', NULL, 0, 17); +INSERT INTO `t_goods` VALUES (177, '2410160710564860648', '宽面', 64, 2.00, 3.50, '', '2024-10-16 19:10:56', NULL, 1, '17712341234', NULL, 0, 39); +INSERT INTO `t_goods` VALUES (178, '2410160713184084419', '陈克明挂面', 64, 1.00, 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', '2024-10-16 19:13:19', NULL, 1, '17712341234', NULL, 0, 39); +INSERT INTO `t_goods` VALUES (179, '2410171054111247405', 'xx', 64, 1.00, 1.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', '2024-10-17 10:54:12', NULL, 1, '17712341234', NULL, 0, 39); +INSERT INTO `t_goods` VALUES (180, '2410171139361676936', '榴莲', 66, 19.00, 29.00, 'http://112.44.213.180:9091/images/2024-10-17/奶茶2.jpg', '2024-10-17 11:39:36', NULL, 1, '17712341234', NULL, 0, 39); +INSERT INTO `t_goods` VALUES (181, '2410171142211201535', '草莓', 65, 1.00, 2.00, 'http://112.44.213.180:9091/images/2024-10-17/QQ截图20230511151400.png', '2024-10-17 11:42:21', NULL, 1, '17712341234', NULL, 0, 39); +INSERT INTO `t_goods` VALUES (182, '2410201051011713544', '回锅肉', 68, 20.00, 25.00, '', '2024-10-20 10:51:02', NULL, 1, '123456', NULL, 0, 42); +INSERT INTO `t_goods` VALUES (183, '2410201051352987506', '炖猪蹄', 69, 30.00, 38.00, '', '2024-10-20 10:51:35', NULL, 1, '123456', NULL, 0, 42); +INSERT INTO `t_goods` VALUES (184, '2410201051545894263', '凉拌白肉', 67, 25.00, 30.00, '', '2024-10-20 10:51:55', NULL, 1, '123456', NULL, 0, 42); +INSERT INTO `t_goods` VALUES (185, '2410220418057370149', '白酒', 70, 10.00, 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', '2024-10-22 16:18:06', NULL, 1, '18224358736', NULL, 0, 44); +INSERT INTO `t_goods` VALUES (186, '2410220602441364725', '挂面', 71, 5.00, 10.00, 'http://112.44.213.180:9091/images/2024-10-22/QQ截图20230511151400.png', '2024-10-22 18:02:45', NULL, 1, '1222', NULL, 100, 45); +INSERT INTO `t_goods` VALUES (189, '25031811727125', '冷吃鳝丝', 98, 66.00, 88.00, '', '2025-03-18 13:29:34', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (190, '25031869959114', '外婆脆爽牛肉粒', 98, 22.00, 42.00, '', '2025-03-18 13:31:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (191, '25031844238132', '腊味三拼', 98, 40.00, 68.00, '', '2025-03-18 13:31:52', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (192, '25031817164014', '麻辣生态土鸡', 98, 55.00, 78.00, '', '2025-03-18 13:32:22', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (193, '25031812369149', '九转盘龙鳝', 99, 88.00, 128.00, '', '2025-03-18 13:33:25', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (194, '25031816578122', '外婆脆爽牛肉粒', 98, 18.00, 42.00, '', '2025-03-18 13:34:09', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (195, '25031858584114', '爽口螺片', 98, 12.00, 48.00, '', '2025-03-18 13:34:38', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (196, '25031817139154', '脆皮香葱鱼卷', 100, 12.00, 22.00, '', '2025-03-18 13:35:50', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (197, '25031810661134', '荠菜鲜肉大馄炖', 100, 15.00, 26.00, '', '2025-03-18 13:36:31', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (198, '25040761369019', '五花肉', 92, 18.00, 20.00, '', '2025-04-07 18:16:58', NULL, 0, '555', NULL, 200, 67); +INSERT INTO `t_goods` VALUES (199, '25040710348018', '白菜', 102, 1.00, 2.00, '', '2025-04-07 18:17:34', NULL, 0, '555', NULL, 500, 67); +INSERT INTO `t_goods` VALUES (200, '25040712919013', '酱油', 104, 15.00, 18.00, '', '2025-04-07 18:17:55', NULL, 0, '555', NULL, 100, 67); +INSERT INTO `t_goods` VALUES (201, '25040710772010', '花生', 103, 5.00, 8.00, '', '2025-04-07 18:18:15', NULL, 0, '555', NULL, 200, 67); +INSERT INTO `t_goods` VALUES (202, '25040796236116', '盐', 103, 5.00, 6.00, '', '2025-04-07 18:18:32', NULL, 0, '555', NULL, 300, 67); +INSERT INTO `t_goods` VALUES (203, '25040717837116', '苹果', 105, 12.00, 15.00, '', '2025-04-07 18:19:08', NULL, 0, '555', NULL, 200, 67); +INSERT INTO `t_goods` VALUES (204, '25040833790017', '爆浆糍粑', 100, 5.00, 18.00, '', '2025-04-08 10:38:03', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (205, '25040853250125', '酱香黑包', 100, 6.00, 28.00, '', '2025-04-08 10:38:23', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (206, '25040847499123', '香酥手工牛肉饼', 100, 6.00, 28.00, '', '2025-04-08 10:39:04', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (207, '25040827706111', '蛋炒饭', 100, 3.00, 12.00, '', '2025-04-08 10:39:26', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (208, '25040815710124', '泰式菠萝炒饭', 100, 10.00, 48.00, '', '2025-04-08 10:40:04', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (209, '25040813032017', '油醋面', 100, 4.00, 18.00, '', '2025-04-08 10:40:27', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (210, '25040810313117', '麻辣生态土鸡', 98, 26.00, 78.00, '', '2025-04-08 10:43:32', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (211, '25040816844016', '冷吃鳝丝', 98, 36.00, 88.00, '', '2025-04-08 10:43:49', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (212, '25040810916114', '口水毛肚', 98, 18.00, 45.00, '', '2025-04-08 10:44:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (213, '25040855308019', '红油耳叶', 98, 18.00, 48.00, '', '2025-04-08 10:44:41', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (214, '25040816092111', '藤椒小牛腱', 98, 20.00, 48.00, '', '2025-04-08 10:44:59', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (215, '25040811832114', '酱香鸭舌', 98, 20.00, 58.00, '', '2025-04-08 10:45:17', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (216, '25040825528016', '酸辣藤椒猪手', 98, 22.00, 58.00, '', '2025-04-08 10:45:36', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (217, '25040895995121', '烧椒皮蛋', 98, 8.00, 22.00, '', '2025-04-08 10:45:55', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (218, '25040813957110', '椒麻鸭胗', 98, 14.00, 38.00, '', '2025-04-08 10:46:31', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (219, '25040810319118', '热卤三拼', 98, 26.00, 68.00, '', '2025-04-08 10:46:54', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (220, '25040810724119', '烧椒腰片', 98, 16.00, 38.00, '', '2025-04-08 10:47:15', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (221, '25040869911114', '蒜蓉椒香鹿茸菌', 98, 12.00, 28.00, '', '2025-04-08 10:47:30', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (222, '25040873838013', '葱油豆干丝', 98, 6.00, 22.00, '', '2025-04-08 10:47:43', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (223, '25040877528114', '捞汁茼蒿', 98, 6.00, 19.00, '', '2025-04-08 10:47:58', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (224, '25040833238019', '手工红薯凉粉', 98, 6.00, 19.00, '', '2025-04-08 10:48:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (225, '25040813115125', '芝麻桃仁', 98, 10.00, 28.00, '', '2025-04-08 10:48:32', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (226, '25040859990110', '油炸花生米', 98, 4.00, 12.00, '', '2025-04-08 10:48:46', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (227, '25040886537125', '拍黄瓜', 98, 6.00, 18.00, '', '2025-04-08 10:49:05', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (228, '25040866415113', '炝拌瓜尖', 98, 8.00, 24.00, '', '2025-04-08 10:49:41', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (229, '25040815060019', '鲜椒黄瓜花', 98, 10.00, 29.00, '', '2025-04-08 10:49:56', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (230, '25040848324015', '水果拼盘(大)', 100, 20.00, 39.00, '', '2025-04-08 10:50:29', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (231, '25040811850116', '山药虎皮凤爪', 99, 35.00, 78.00, '', '2025-04-08 10:51:51', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (232, '25040888832123', '鸡枞菌尖椒肥肠鸡', 99, 35.00, 78.00, '', '2025-04-08 10:52:16', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (233, '25040817371114', '鲜笋烧土麻鸡', 99, 80.00, 178.00, '', '2025-04-08 10:52:36', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (234, '25040816471117', '河鲜跳跳蛙', 99, 24.00, 68.00, '', '2025-04-08 10:52:54', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (235, '25040853000010', '双椒炒鲜兔', 99, 24.00, 59.00, '', '2025-04-08 10:53:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (236, '25040813747014', '尖椒菌香烧土鸡', 99, 50.00, 128.00, '', '2025-04-08 10:53:38', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (237, '25040893750115', '金汤肥牛卷', 99, 26.00, 59.00, '', '2025-04-08 10:53:55', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (238, '25040819449115', '蜀香毛血旺', 99, 22.00, 59.00, '', '2025-04-08 10:54:12', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (239, '25040854714014', '金椒蒜蓉焗虾球', 99, 26.00, 68.00, '', '2025-04-08 10:54:30', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (240, '25040865723017', '瓦罐红烧肉', 99, 20.00, 48.00, '', '2025-04-08 10:54:45', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (241, '25040852972117', '樟树港辣椒炒肉', 99, 20.00, 48.00, '', '2025-04-08 10:55:03', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (242, '25040839810123', '虎皮当家肉', 99, 22.00, 59.00, '', '2025-04-08 10:55:20', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (243, '25040816934110', '小炒黄牛肉', 99, 20.00, 48.00, '', '2025-04-08 10:55:43', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (244, '25040814235019', '葱黄麦穗腰花', 99, 22.00, 59.00, '', '2025-04-08 10:56:05', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (245, '25040812819012', '糖醋鸡柳', 99, 16.00, 39.00, '', '2025-04-08 10:56:24', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (246, '25040858145015', '鱼香汁扒猪精排', 99, 28.00, 79.00, '', '2025-04-08 10:56:40', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (247, '25040817409017', '茴香脆皮五花肉', 99, 14.00, 39.00, '', '2025-04-08 10:56:57', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (248, '25040814632117', '鲜椒钵钵鱼', 99, 26.00, 88.00, '', '2025-04-08 10:57:17', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (249, '25040812436019', '凉粉烧带鱼', 99, 26.00, 68.00, '', '2025-04-08 10:57:34', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (250, '25040823144117', 'XO酱爆翅粉煲', 99, 14.00, 28.00, '', '2025-04-08 10:57:56', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (251, '25040821452122', '水煮黄牛柳', 99, 20.00, 49.00, '', '2025-04-08 10:58:12', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (252, '25040813823117', '皱椒水晶腊肉', 99, 26.00, 68.00, '', '2025-04-08 10:58:38', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (253, '25040813408019', '火爆牛蛙', 99, 20.00, 58.00, '', '2025-04-08 10:58:56', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (254, '25040871753018', '云豆耙猪蹄', 99, 32.00, 78.00, '', '2025-04-08 10:59:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (255, '25040875445124', '小米浓汤煨酥排', 99, 26.00, 78.00, '', '2025-04-08 10:59:29', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (256, '25040847541120', '生态回锅肉', 99, 16.00, 39.00, '', '2025-04-08 10:59:45', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (257, '25040814054110', '小煎五花肉', 99, 20.00, 48.00, '', '2025-04-08 11:00:10', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (258, '25040833244120', '腊味鹿茸菌', 99, 14.00, 38.00, '', '2025-04-08 11:00:26', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (259, '25040877157111', '菌香蛋豆腐', 99, 14.00, 39.00, '', '2025-04-08 11:08:58', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (260, '25040813839123', '蟹黄水晶锅巴', 99, 10.00, 28.00, '', '2025-04-08 11:09:14', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (261, '25040894039120', '三鲜竹荪烩丝瓜', 99, 12.00, 26.00, '', '2025-04-08 11:09:31', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (262, '25040850267015', '二荆条炒口蘑', 99, 12.00, 32.00, '', '2025-04-08 11:09:46', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (263, '25040815732111', '土鸡蛋炒二荆条', 99, 8.00, 22.00, '', '2025-04-08 11:10:11', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (264, '25040813063011', '酱香山药片', 99, 10.00, 26.00, '', '2025-04-08 11:10:27', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (265, '25040817402115', '豇豆茄子煲', 99, 10.00, 28.00, '', '2025-04-08 11:10:49', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (266, '25040833886114', '藿香仔茄', 99, 10.00, 26.00, '', '2025-04-08 11:11:14', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (267, '25040834590121', '尖椒玉米饼', 99, 6.00, 18.00, '', '2025-04-08 11:11:30', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (268, '25040882688118', '白灼时蔬', 99, 6.00, 18.00, '', '2025-04-08 11:11:44', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (269, '25040812000114', '清炒苦瓜', 99, 6.00, 16.00, '', '2025-04-08 11:11:58', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (270, '25040873454113', '苦瓜炒蛋', 99, 8.00, 28.00, '', '2025-04-08 11:12:20', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (271, '25040810128119', '油泼脆泥鳅', 99, 30.00, 88.00, '', '2025-04-08 11:12:53', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (272, '25040862105012', '藿香鳝段', 99, 32.00, 89.00, '', '2025-04-08 11:13:08', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (273, '25040846474112', '青花椒仔姜鳝段', 99, 42.00, 90.00, '', '2025-04-08 11:13:27', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (274, '25040812875018', '仔姜爆鳝片', 99, 46.00, 91.00, '', '2025-04-08 11:13:43', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (275, '25040813169123', '笋子鳝鱼片', 99, 46.00, 92.00, '', '2025-04-08 11:14:01', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (276, '25040875093121', '泡豇豆煨鳝片', 99, 46.00, 93.00, '', '2025-04-08 11:14:16', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (277, '25040814275017', '藿香鳝段', 99, 52.00, 128.00, '', '2025-04-08 11:20:18', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (278, '25040816603110', '青花椒仔姜鳝段', 99, 52.00, 128.00, '', '2025-04-08 11:20:33', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (279, '25040895174122', '笋子鳝鱼片', 99, 52.00, 128.00, '', '2025-04-08 11:20:55', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (280, '25040860072013', '香辣干煸鳝片', 99, 52.00, 128.00, '', '2025-04-08 11:21:11', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (281, '25040816023018', '红汤脆鳝丝', 99, 52.00, 128.00, '', '2025-04-08 11:21:26', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (282, '25040824566126', '青米椒爆鳝片', 99, 52.00, 128.00, '', '2025-04-08 11:21:39', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (283, '25040816678111', '独蒜烧鳝鱼', 99, 52.00, 128.00, '', '2025-04-08 11:21:54', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (284, '25040811133114', '金沙焗脆鳝', 99, 52.00, 128.00, '', '2025-04-08 11:22:07', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (285, '25040849080014', '窝窝头爆鳝粒', 99, 52.00, 128.00, '', '2025-04-08 11:23:24', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (286, '25040888172112', '九转盘龙鳝', 99, 52.00, 128.00, '', '2025-04-08 11:23:38', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (287, '25040810548015', '送茸煲土鸡汤', 106, 20.00, 59.00, '', '2025-04-08 11:25:42', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (288, '25040895096119', '煎蛋汤', 106, 6.00, 16.00, '', '2025-04-08 11:26:02', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (289, '25040837255116', '三鲜汤', 106, 4.00, 12.00, '', '2025-04-08 11:26:19', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (290, '25040842714114', '米冬瓜炖精排', 106, 22.00, 58.00, '', '2025-04-08 11:26:36', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (291, '25040813146110', '矿泉水', 101, 1.00, 3.00, '', '2025-04-08 11:28:09', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (292, '25040840278124', '光明酸奶', 101, 6.00, 22.00, '', '2025-04-08 11:28:29', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (293, '25040849133117', '唯怡', 101, 6.00, 18.00, '', '2025-04-08 11:28:45', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (294, '25040820435118', '娃哈哈苏打水', 101, 3.00, 5.00, '', '2025-04-08 11:29:07', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (295, '25040817090011', '椰树椰汁(1.2L)', 101, 18.00, 32.00, '', '2025-04-08 11:29:38', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (296, '25040826822120', '可乐(330ml)', 101, 2.00, 5.00, '', '2025-04-08 11:29:57', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (297, '25040812285122', '雪碧(330ml)', 101, 2.00, 5.00, '', '2025-04-08 11:30:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (298, '25040810414117', '椰树椰汁(310ml)', 101, 6.00, 10.00, '', '2025-04-08 11:30:30', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (299, '25040816683126', '鲜橙多(1.5L)', 101, 7.00, 12.00, '', '2025-04-08 11:30:55', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (300, '25040811977125', '可口可乐(1.25L)', 101, 12.00, 7.00, '', '2025-04-08 11:31:13', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (301, '25040852308012', '雪碧(1.2L)', 101, 5.00, 10.00, '', '2025-04-08 11:31:39', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (302, '25040813764123', '大窑冰冰', 101, 3.00, 10.00, '', '2025-04-08 11:31:54', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (303, '25040812350122', '王老吉', 101, 6.00, 2.50, '', '2025-04-08 11:32:08', NULL, 0, '123456', NULL, 0, 71); +INSERT INTO `t_goods` VALUES (304, '25040837730011', 'a', 97, 10.00, 12.00, '', '2025-04-08 13:03:08', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (305, '25040841067122', 'b', 97, 10.00, 12.00, '', '2025-04-08 13:03:24', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (306, '25040878483017', 'c', 97, 10.00, 12.00, '', '2025-04-08 13:03:34', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (307, '25040813403114', 'd', 97, 10.00, 12.00, '', '2025-04-08 13:03:45', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (308, '25040813327014', 'e', 97, 10.00, 12.00, '', '2025-04-08 13:03:55', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (309, '25040895375018', 'f', 97, 10.00, 12.00, '', '2025-04-08 13:04:05', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (310, '25040810441115', 'g', 97, 10.00, 12.00, '', '2025-04-08 13:04:14', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (311, '25040884677117', 'h', 107, 10.00, 12.00, '', '2025-04-08 13:04:25', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (312, '25040872067119', 'i', 97, 10.00, 12.00, '', '2025-04-08 13:04:38', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (313, '25040813528018', 'j', 97, 10.00, 12.00, '', '2025-04-08 13:04:49', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (314, '25040819977118', 'k', 108, 10.00, 12.00, '', '2025-04-08 13:04:58', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (315, '25040858014019', 'l', 109, 10.00, 12.00, '', '2025-04-08 13:05:08', NULL, 0, '5555', NULL, 0, 70); +INSERT INTO `t_goods` VALUES (316, '25040872501012', 'a', 103, 5.00, 6.00, '', '2025-04-08 15:10:09', NULL, 0, '555', NULL, 100, 67); +INSERT INTO `t_goods` VALUES (317, '25040869674120', 'b', 103, 6.00, 8.00, '', '2025-04-08 15:10:25', NULL, 0, '555', NULL, 0, 67); +INSERT INTO `t_goods` VALUES (318, '25040884097011', 'c', 104, 10.00, 12.00, '', '2025-04-08 15:10:37', NULL, 0, '555', NULL, 100, 67); +INSERT INTO `t_goods` VALUES (319, '25040838715013', 'd', 105, 5.00, 6.00, '', '2025-04-08 15:10:47', NULL, 0, '555', NULL, 100, 67); +INSERT INTO `t_goods` VALUES (320, '25040814856012', 'e', 104, 4.00, 6.00, '', '2025-04-08 15:10:57', NULL, 0, '555', NULL, 0, 67); +INSERT INTO `t_goods` VALUES (321, '25060210438016', '回锅肉', 99, 5.00, 20.00, '', '2025-06-02 14:06:48', NULL, 1, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (322, '25060298637012', '煎蛋汤', 106, 2.00, 12.00, '', '2025-06-02 14:07:11', NULL, 1, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (323, '25060210784011', '红油耳叶', 98, 5.00, 20.00, '', '2025-06-02 14:07:47', NULL, 1, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (324, '25060311015012', '凉拌耳叶', 98, 6.00, 20.00, '', '2025-06-03 10:01:43', NULL, 0, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (325, '25060314332019', '回锅肉', 99, 6.00, 20.00, '', '2025-06-03 10:02:05', NULL, 0, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (326, '25060359238011', '煎蛋汤', 106, 4.00, 12.00, '', '2025-06-03 10:02:27', NULL, 0, '1111111', NULL, 0, 73); +INSERT INTO `t_goods` VALUES (327, '25060310364017', '凉拌耳叶', 98, 6.00, 20.00, '', '2025-06-03 10:11:10', NULL, 0, '666666', NULL, 0, 74); +INSERT INTO `t_goods` VALUES (328, '25060354042018', '回锅肉', 99, 6.00, 20.00, '', '2025-06-03 10:11:27', NULL, 0, '666666', NULL, 0, 74); +INSERT INTO `t_goods` VALUES (329, '25060311060013', '煎蛋汤', 106, 4.00, 12.00, '', '2025-06-03 10:11:43', NULL, 0, '666666', NULL, 0, 74); + +-- ---------------------------- +-- Table structure for t_goods_type +-- ---------------------------- +DROP TABLE IF EXISTS `t_goods_type`; +CREATE TABLE `t_goods_type` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `typeName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '分类名称', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + `mealType` int(1) NULL DEFAULT NULL COMMENT '餐饮分类 1=中餐 2=火锅', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 110 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '商品分类' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_goods_type +-- ---------------------------- +INSERT INTO `t_goods_type` VALUES (19, '凉菜', '2024-09-20 10:28:21', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (20, '河鲜', '2024-09-20 10:28:32', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (21, '家常荤菜', '2024-09-20 10:28:42', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (22, '特色汤品', '2024-09-20 10:28:56', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (23, '小吃主食', '2024-09-20 10:29:07', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (24, '饮料', '2024-09-20 10:29:31', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (29, '素菜', '2024-09-20 14:34:44', NULL, 1, '10086', NULL, 17, 1); +INSERT INTO `t_goods_type` VALUES (63, '湿面', '2024-10-16 19:02:33', NULL, 1, '999999', NULL, 23, 1); +INSERT INTO `t_goods_type` VALUES (64, '干货', '2024-10-16 19:10:09', NULL, 1, '17712341234', NULL, 39, 1); +INSERT INTO `t_goods_type` VALUES (65, '干面', '2024-10-16 19:12:57', NULL, 1, '17712341234', NULL, 39, 1); +INSERT INTO `t_goods_type` VALUES (66, '小吃类', '2024-10-17 10:52:05', NULL, 1, '17712341234', NULL, 39, 1); +INSERT INTO `t_goods_type` VALUES (67, '凉菜', '2024-10-20 10:49:49', NULL, 1, '123456', NULL, 42, 1); +INSERT INTO `t_goods_type` VALUES (68, '炒菜', '2024-10-20 10:50:04', NULL, 1, '123456', NULL, 42, 1); +INSERT INTO `t_goods_type` VALUES (69, '炖菜', '2024-10-20 10:50:12', NULL, 1, '123456', NULL, 42, 1); +INSERT INTO `t_goods_type` VALUES (70, '分类A', '2024-10-22 16:16:31', NULL, 1, '18224358736', NULL, 44, 1); +INSERT INTO `t_goods_type` VALUES (71, '干货分类', '2024-10-22 18:01:18', NULL, 1, '1222', NULL, 45, 1); +INSERT INTO `t_goods_type` VALUES (72, '小吃', '2024-10-23 15:36:50', NULL, 1, '123456', NULL, 42, 1); +INSERT INTO `t_goods_type` VALUES (73, '饮料', '2024-10-23 15:36:57', NULL, 1, '123456', NULL, 42, 1); +INSERT INTO `t_goods_type` VALUES (92, '猪肉类', '2025-03-13 17:11:17', NULL, 0, '555', NULL, 67, NULL); +INSERT INTO `t_goods_type` VALUES (97, '荤菜', '2025-03-14 11:41:03', NULL, 0, '5555', NULL, 70, 2); +INSERT INTO `t_goods_type` VALUES (98, '凉菜', '2025-03-18 13:27:39', NULL, 0, '123456', NULL, 71, 1); +INSERT INTO `t_goods_type` VALUES (99, '热菜', '2025-03-18 13:28:29', NULL, 0, '123456', NULL, 71, 1); +INSERT INTO `t_goods_type` VALUES (100, '小吃', '2025-03-18 13:28:52', NULL, 0, '123456', NULL, 71, 1); +INSERT INTO `t_goods_type` VALUES (101, '饮品', '2025-03-18 13:29:07', NULL, 0, '123456', NULL, 71, 1); +INSERT INTO `t_goods_type` VALUES (102, '蔬菜', '2025-04-07 18:14:58', NULL, 0, '555', NULL, 67, NULL); +INSERT INTO `t_goods_type` VALUES (103, '干货', '2025-04-07 18:15:07', NULL, 0, '555', NULL, 67, NULL); +INSERT INTO `t_goods_type` VALUES (104, '调味品', '2025-04-07 18:15:19', NULL, 0, '555', NULL, 67, NULL); +INSERT INTO `t_goods_type` VALUES (105, '水果', '2025-04-07 18:18:51', NULL, 0, '555', NULL, 67, NULL); +INSERT INTO `t_goods_type` VALUES (106, '汤', '2025-04-08 11:25:10', NULL, 0, '123456', NULL, 71, 1); +INSERT INTO `t_goods_type` VALUES (107, '素材', '2025-04-08 13:01:56', NULL, 0, '5555', NULL, 70, 2); +INSERT INTO `t_goods_type` VALUES (108, '小吃', '2025-04-08 13:02:03', NULL, 0, '5555', NULL, 70, 2); +INSERT INTO `t_goods_type` VALUES (109, '饮品', '2025-04-08 13:02:10', NULL, 0, '5555', NULL, 70, 2); + +-- ---------------------------- +-- Table structure for t_order_meal +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_meal`; +CREATE TABLE `t_order_meal` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `boardId` bigint(20) NULL DEFAULT NULL COMMENT '餐桌id', + `mealType` int(11) NULL DEFAULT NULL COMMENT '用餐类型 1=散客 2=宴席', + `mealPerson` int(11) NULL DEFAULT NULL COMMENT '用餐人数', + `orderMoney` double(10, 2) NULL DEFAULT 0.00 COMMENT '订单金额', + `payMoney` double(10, 2) NULL DEFAULT 0.00 COMMENT '支付金额', + `payType` int(11) NULL DEFAULT NULL COMMENT '支付方式 1=现金 2=支付宝 3=微信 4=银行卡 5=其他', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `orderNum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单编号', + `status` int(11) NULL DEFAULT 1 COMMENT '支付状态 1=待支付 2=已支付', + `isCover` int(11) NULL DEFAULT 1 COMMENT '是否覆盖 1=是 0=否', + `generatorId` bigint(20) NULL DEFAULT NULL COMMENT '数据生成id', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + `remark` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + `mealTime` datetime NULL DEFAULT NULL COMMENT '开台日期', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 226465 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '餐饮订单' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_meal +-- ---------------------------- +INSERT INTO `t_order_meal` VALUES (224004, 63, 1, 1, 10.50, 10.50, 3, '2024-10-16 19:15:03', NULL, 1, '17712341234', NULL, 'CY2410160715021295332', 2, 1, NULL, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224005, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940564610305', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224006, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940569655231', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224007, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940564127903', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224008, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940569676110', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224009, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561120030', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224010, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940565954547', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224011, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940563057300', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224012, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561038540', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224013, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561657418', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224014, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561337555', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224015, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940567983154', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224016, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940566873004', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224017, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940563395808', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224018, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940565346437', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224019, 63, 1, 1, 3.50, 3.50, 3, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561164730', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224020, 63, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561067508', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224021, 63, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940567572626', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224022, 63, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561601949', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224023, 63, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561421842', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224024, 63, 1, 1, 7.00, 7.00, 1, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561248318', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224025, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561212003', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224026, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940568684153', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224027, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940566581536', 2, 1, 3201, 39, NULL, '2024-10-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224028, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940563038535', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224029, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561043714', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224030, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940566998549', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224031, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:56', NULL, 1, 'admin', NULL, 'CY2410170940561257153', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224032, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:57', NULL, 1, 'admin', NULL, 'CY2410170940561570844', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224033, 64, 1, 1, 3.50, 3.50, 2, '2024-10-17 09:40:57', NULL, 1, 'admin', NULL, 'CY2410170940568816811', 2, 1, 3201, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224034, 63, 1, 1, 2.00, 2.00, 4, '2024-10-17 10:55:01', NULL, 1, '17712341234', NULL, 'CY2410171055019923934', 2, 1, NULL, 39, NULL, '2024-10-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224035, 78, 1, 2, 160.00, 160.00, 2, '2024-10-22 16:23:49', NULL, 1, '18224358736', NULL, 'CY2410220423493897423', 2, 1, NULL, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224036, 78, 1, 2, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514478173928', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224037, 78, 1, 1, 80.00, 80.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471047027', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224038, 78, 1, 2, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514474451902', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224039, 78, 1, 1, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514473038138', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224040, 78, 1, 2, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514475865845', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224041, 78, 1, 1, 80.00, 80.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471192068', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224042, 78, 1, 1, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514472558814', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224043, 78, 1, 1, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471466832', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224044, 78, 1, 2, 20.00, 20.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514472768240', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224045, 78, 1, 1, 80.00, 80.00, 3, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471334702', 2, 1, 3203, 44, NULL, '2024-10-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224046, 78, 1, 1, 40.00, 40.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514475322616', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224047, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471500361', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224048, 78, 1, 1, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514475939640', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224049, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471307506', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224050, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514478643465', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224051, 78, 1, 1, 80.00, 80.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471401171', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224052, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471696403', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224053, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514478248700', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224054, 78, 1, 1, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471133862', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224055, 78, 1, 2, 20.00, 20.00, 2, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL, 'CY2410220514471404936', 2, 1, 3203, 44, NULL, '2024-10-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224056, 73, 1, 5, 264.00, 260.00, 1, '2025-03-18 13:39:53', NULL, 1, '123456', NULL, 'CY25031810924013', 2, 1, NULL, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224057, 74, 2, 6, 492.00, 490.00, 3, '2025-03-18 13:40:47', NULL, 1, '123456', NULL, 'CY25031888235159', 2, 1, NULL, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224058, 73, 2, 6, 399.00, 390.00, 1, '2025-03-18 13:42:31', NULL, 1, '123456', NULL, 'CY25031888981117', 2, 1, NULL, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224059, 73, 1, 7, 894.00, 894.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814558125', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224060, 73, 1, 4, 590.00, 590.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031877191154', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224061, 73, 1, 7, 829.00, 829.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810580133', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224062, 73, 1, 4, 646.00, 646.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031832649128', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224063, 73, 1, 7, 1168.00, 1168.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814116133', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224064, 73, 1, 10, 1650.00, 1650.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031896943154', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224065, 73, 1, 9, 1578.00, 1578.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031890823013', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224066, 73, 1, 8, 2009.00, 2009.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031828204010', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224067, 73, 1, 8, 1722.00, 1722.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031852747138', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224068, 73, 1, 7, 1481.00, 1481.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816298156', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224069, 73, 1, 7, 1043.00, 1043.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889751115', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224070, 73, 1, 7, 1200.00, 1200.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812479117', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224071, 73, 1, 9, 946.00, 946.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816601151', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224072, 73, 1, 4, 397.00, 397.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816137013', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224073, 73, 1, 8, 1638.00, 1638.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813984148', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224074, 73, 1, 6, 650.00, 650.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810787118', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224075, 73, 1, 6, 1186.00, 1186.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838775019', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224076, 73, 1, 4, 866.00, 866.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031839016131', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224077, 73, 1, 6, 1118.00, 1118.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872800115', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224078, 73, 1, 10, 1547.00, 1547.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031848794157', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224079, 73, 1, 5, 471.00, 471.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816576016', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224080, 73, 1, 4, 595.00, 595.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817131013', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224081, 73, 1, 8, 1498.00, 1498.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031829120111', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224082, 73, 1, 6, 1041.00, 1041.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031839980128', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224083, 73, 1, 10, 1429.00, 1429.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031847614014', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224084, 73, 1, 8, 1296.00, 1296.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815534121', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224085, 73, 1, 8, 1529.00, 1529.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864622018', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224086, 73, 1, 5, 914.00, 914.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031886918124', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224087, 73, 1, 9, 1366.00, 1366.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810145139', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224088, 73, 1, 5, 753.00, 753.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810958157', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224089, 73, 1, 6, 629.00, 629.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816188154', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224090, 73, 1, 8, 2046.00, 2046.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817379147', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224091, 73, 1, 7, 1476.00, 1476.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031865229019', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224092, 73, 1, 8, 2131.00, 2131.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031885512122', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224093, 73, 1, 6, 866.00, 866.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031886542155', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224094, 73, 1, 4, 810.00, 810.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840796145', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224095, 73, 1, 7, 1495.00, 1495.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031846181110', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224096, 73, 1, 7, 716.00, 716.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872195155', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224097, 73, 1, 4, 503.00, 503.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813989014', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224098, 73, 1, 10, 1476.00, 1476.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817093139', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224099, 73, 1, 7, 964.00, 964.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816595013', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224100, 73, 1, 8, 1637.00, 1637.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894268151', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224101, 73, 1, 6, 858.00, 858.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031869921143', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224102, 73, 1, 4, 643.00, 643.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812693014', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224103, 73, 1, 6, 1050.00, 1050.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864662121', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224104, 73, 1, 8, 1428.00, 1428.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815123141', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224105, 73, 1, 6, 723.00, 723.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866858011', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224106, 73, 1, 5, 523.00, 523.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031846287142', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224107, 73, 1, 10, 2338.00, 2338.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872690144', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224108, 73, 1, 9, 1735.00, 1735.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812938139', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224109, 73, 1, 7, 1245.00, 1245.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814723157', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224110, 73, 1, 4, 824.00, 824.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810865153', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224111, 73, 1, 5, 559.00, 559.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815871115', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224112, 73, 1, 8, 1691.00, 1691.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813625011', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224113, 73, 1, 5, 904.00, 904.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823152117', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224114, 73, 1, 9, 2337.00, 2337.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812355014', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224115, 73, 1, 7, 1140.00, 1140.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816639119', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224116, 73, 1, 4, 641.00, 641.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811696118', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224117, 73, 1, 5, 465.00, 465.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031829155138', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224118, 73, 1, 7, 1396.00, 1396.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874237147', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224119, 73, 1, 5, 480.00, 480.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817442113', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224120, 73, 1, 8, 1989.00, 1989.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816293149', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224121, 73, 1, 7, 1349.00, 1349.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031863934121', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224122, 73, 1, 4, 726.00, 726.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888896139', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224123, 73, 1, 9, 1057.00, 1057.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817017014', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224124, 73, 1, 9, 2046.00, 2046.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815106117', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224125, 73, 1, 9, 2291.00, 2291.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816809151', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224126, 73, 1, 6, 1159.00, 1159.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812365141', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224127, 73, 1, 4, 610.00, 610.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031853071117', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224128, 73, 1, 10, 1009.00, 1009.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833164011', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224129, 73, 1, 6, 729.00, 729.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813078130', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224130, 73, 1, 6, 1184.00, 1184.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823434145', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224131, 73, 1, 9, 1864.00, 1864.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031876504010', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224132, 73, 1, 9, 1559.00, 1559.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810681111', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224133, 73, 1, 10, 2447.00, 2447.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891308123', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224134, 73, 1, 8, 1209.00, 1209.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815826110', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224135, 73, 1, 5, 936.00, 936.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815065113', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224136, 73, 1, 10, 1879.00, 1879.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031830509111', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224137, 73, 1, 4, 400.00, 400.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813828126', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224138, 73, 1, 8, 1429.00, 1429.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031822458133', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224139, 73, 1, 6, 836.00, 836.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031851624127', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224140, 73, 1, 7, 1516.00, 1516.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815805158', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224141, 73, 1, 5, 435.00, 435.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888480145', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224142, 73, 1, 7, 913.00, 913.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814701132', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224143, 73, 1, 10, 1434.00, 1434.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031851909111', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224144, 73, 1, 4, 609.00, 609.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031847713010', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224145, 73, 1, 8, 1051.00, 1051.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814836016', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224146, 73, 1, 5, 972.00, 972.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811175012', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224147, 73, 1, 9, 1057.00, 1057.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810095123', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224148, 73, 1, 9, 1341.00, 1341.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031821583016', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224149, 73, 1, 9, 2212.00, 2212.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031868851015', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224150, 73, 1, 7, 1478.00, 1478.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812255158', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224151, 73, 1, 6, 716.00, 716.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866355152', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224152, 73, 1, 5, 967.00, 967.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031820822122', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224153, 73, 1, 7, 1051.00, 1051.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031822658019', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224154, 73, 1, 6, 432.00, 432.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872650148', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224155, 73, 1, 8, 1956.00, 1956.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810546133', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224156, 73, 1, 7, 1150.00, 1150.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815131158', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224157, 73, 1, 4, 409.00, 409.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031830600139', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224158, 73, 1, 8, 1129.00, 1129.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815584116', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224159, 73, 1, 9, 1254.00, 1254.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810624118', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224160, 73, 1, 6, 1449.00, 1449.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840171127', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224161, 73, 1, 9, 763.00, 763.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833826140', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224162, 73, 1, 6, 754.00, 754.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817384110', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224163, 73, 1, 9, 1684.00, 1684.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814189127', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224164, 73, 1, 7, 879.00, 879.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031890939156', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224165, 73, 1, 8, 1853.00, 1853.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813890017', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224166, 73, 1, 6, 815.00, 815.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812467152', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224167, 73, 1, 7, 1087.00, 1087.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894178013', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224168, 73, 1, 8, 1229.00, 1229.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810270114', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224169, 73, 1, 8, 1696.00, 1696.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883667133', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224170, 73, 1, 5, 716.00, 716.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817256119', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224171, 73, 1, 4, 836.00, 836.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812843113', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224172, 73, 1, 9, 1081.00, 1081.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817036147', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224173, 73, 1, 7, 1367.00, 1367.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815132126', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224174, 73, 1, 8, 1622.00, 1622.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031859966120', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224175, 73, 1, 6, 954.00, 954.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888293122', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224176, 73, 1, 10, 2147.00, 2147.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811540015', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224177, 73, 1, 5, 773.00, 773.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031854448018', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224178, 73, 1, 5, 784.00, 784.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815660140', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224179, 73, 1, 10, 1406.00, 1406.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810271019', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224180, 73, 1, 5, 812.00, 812.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812193150', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224181, 74, 1, 5, 595.00, 595.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819915133', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224182, 74, 1, 6, 762.00, 762.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811158014', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224183, 74, 1, 6, 1247.00, 1247.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031837904124', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224184, 74, 1, 7, 1334.00, 1334.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031862814156', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224185, 74, 1, 7, 1238.00, 1238.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816089126', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224186, 74, 1, 4, 339.00, 339.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031842251115', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224187, 74, 1, 9, 1564.00, 1564.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817379115', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224188, 74, 1, 8, 2003.00, 2003.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833486122', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224189, 74, 1, 10, 1197.00, 1197.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814864137', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224190, 74, 1, 10, 1345.00, 1345.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031846672141', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224191, 74, 1, 6, 984.00, 984.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812783128', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224192, 74, 1, 6, 1321.00, 1321.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031877117117', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224193, 74, 1, 7, 1449.00, 1449.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817037142', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224194, 74, 1, 10, 2173.00, 2173.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816224125', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224195, 74, 1, 8, 1688.00, 1688.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031861019126', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224196, 74, 1, 4, 784.00, 784.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810608150', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224197, 74, 1, 8, 2025.00, 2025.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810838111', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224198, 74, 1, 8, 1323.00, 1323.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810974128', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224199, 74, 1, 9, 1638.00, 1638.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031856286131', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224200, 74, 1, 5, 1170.00, 1170.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814966153', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224201, 74, 1, 8, 1246.00, 1246.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817594137', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224202, 74, 1, 9, 1845.00, 1845.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817076127', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224203, 74, 1, 4, 914.00, 914.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031849191142', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224204, 74, 1, 10, 2012.00, 2012.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816681116', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224205, 74, 1, 4, 630.00, 630.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031899721146', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224206, 74, 1, 5, 927.00, 927.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031821450129', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224207, 74, 1, 4, 407.00, 407.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812100131', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224208, 74, 1, 5, 646.00, 646.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031893594123', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224209, 74, 1, 10, 2071.00, 2071.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815865137', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224210, 74, 1, 7, 1253.00, 1253.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874214133', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224211, 74, 1, 9, 1097.00, 1097.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813678010', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224212, 74, 1, 10, 1159.00, 1159.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031876955126', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224213, 74, 1, 7, 1409.00, 1409.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031845749128', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224214, 74, 1, 4, 636.00, 636.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031836077149', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224215, 74, 1, 8, 1465.00, 1465.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819395011', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224216, 74, 1, 10, 1909.00, 1909.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031818881123', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224217, 74, 1, 6, 1048.00, 1048.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031892112013', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224218, 74, 1, 10, 2217.00, 2217.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810172143', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224219, 74, 1, 7, 1010.00, 1010.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031877748014', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224220, 74, 1, 8, 1593.00, 1593.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031837824125', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224221, 74, 1, 8, 1307.00, 1307.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838904152', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224222, 74, 1, 9, 2156.00, 2156.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813764131', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224223, 74, 1, 8, 1803.00, 1803.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815380141', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224224, 74, 1, 9, 1750.00, 1750.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813238142', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224225, 74, 1, 10, 1850.00, 1850.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812931127', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224226, 74, 1, 9, 1454.00, 1454.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897674011', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224227, 74, 1, 7, 1133.00, 1133.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855609152', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224228, 74, 1, 5, 487.00, 487.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031881389141', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224229, 74, 1, 4, 651.00, 651.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811645017', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224230, 74, 1, 4, 682.00, 682.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875199130', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224231, 74, 1, 10, 2099.00, 2099.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812811017', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224232, 74, 1, 9, 985.00, 985.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816119157', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224233, 74, 1, 5, 805.00, 805.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031853134132', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224234, 74, 1, 10, 2046.00, 2046.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031892269145', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224235, 74, 1, 8, 1601.00, 1601.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816038111', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224236, 74, 1, 10, 1431.00, 1431.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811693143', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224237, 74, 1, 4, 658.00, 658.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031839777113', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224238, 74, 1, 8, 1793.00, 1793.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815008120', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224239, 74, 1, 7, 1435.00, 1435.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897974126', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224240, 74, 1, 9, 2072.00, 2072.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811744117', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224241, 74, 1, 4, 398.00, 398.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031839574125', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224242, 74, 1, 8, 1750.00, 1750.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812405158', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224243, 74, 1, 5, 623.00, 623.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814933137', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224244, 74, 1, 4, 632.00, 632.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031898210019', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224245, 74, 1, 4, 504.00, 504.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031876159128', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224246, 74, 1, 5, 808.00, 808.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031854801158', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224247, 74, 1, 6, 737.00, 737.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891601114', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224248, 74, 1, 6, 924.00, 924.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031863757131', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224249, 74, 1, 7, 1075.00, 1075.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031835863125', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224250, 74, 1, 7, 850.00, 850.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810004155', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224251, 74, 1, 9, 1495.00, 1495.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810130152', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224252, 74, 1, 8, 1220.00, 1220.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031849647121', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224253, 74, 1, 6, 864.00, 864.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882507113', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224254, 74, 1, 8, 1609.00, 1609.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831854111', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224255, 74, 1, 5, 683.00, 683.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812162122', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224256, 74, 1, 5, 523.00, 523.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855804124', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224257, 74, 1, 7, 1113.00, 1113.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812279114', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224258, 74, 1, 8, 1802.00, 1802.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810235152', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224259, 74, 1, 10, 1589.00, 1589.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813525125', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224260, 74, 1, 5, 808.00, 808.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838878140', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224261, 74, 1, 5, 600.00, 600.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811426137', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224262, 74, 1, 9, 826.00, 826.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031884206111', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224263, 74, 1, 8, 2079.00, 2079.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811855014', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224264, 74, 1, 4, 726.00, 726.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873661117', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224265, 74, 1, 9, 1906.00, 1906.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889492143', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224266, 74, 1, 9, 1110.00, 1110.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031854329144', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224267, 74, 1, 9, 1073.00, 1073.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815127121', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224268, 74, 1, 9, 1943.00, 1943.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883221155', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224269, 74, 1, 7, 1570.00, 1570.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833212151', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224270, 74, 1, 7, 1129.00, 1129.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811192143', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224271, 74, 1, 6, 864.00, 864.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823786150', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224272, 74, 1, 10, 2021.00, 2021.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810675151', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224273, 74, 1, 10, 1976.00, 1976.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814135150', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224274, 74, 1, 8, 1147.00, 1147.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875565116', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224275, 74, 1, 5, 857.00, 857.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031829605149', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224276, 74, 1, 10, 1694.00, 1694.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875711144', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224277, 74, 1, 5, 711.00, 711.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811769116', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224278, 74, 1, 9, 1720.00, 1720.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816881132', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224279, 74, 1, 4, 553.00, 553.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031852670141', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224280, 74, 1, 10, 1863.00, 1863.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816904123', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224281, 74, 1, 6, 1331.00, 1331.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840611122', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224282, 74, 1, 4, 564.00, 564.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817104159', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224283, 74, 1, 7, 773.00, 773.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826373124', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224284, 74, 1, 4, 567.00, 567.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817105017', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224285, 74, 1, 9, 1426.00, 1426.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814912157', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224286, 74, 1, 8, 1738.00, 1738.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031836787118', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224287, 74, 1, 10, 1950.00, 1950.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031863665115', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224288, 74, 1, 7, 1486.00, 1486.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031821074156', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224289, 74, 1, 5, 526.00, 526.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031876954147', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224290, 74, 1, 5, 814.00, 814.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874332132', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224291, 74, 1, 5, 914.00, 914.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031859275116', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224292, 74, 1, 4, 657.00, 657.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814250144', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224293, 74, 1, 7, 1293.00, 1293.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823575121', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224294, 74, 1, 7, 1373.00, 1373.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031818825143', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224295, 74, 1, 7, 780.00, 780.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838797018', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224296, 74, 1, 9, 2288.00, 2288.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816746111', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224297, 74, 1, 9, 914.00, 914.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812235153', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224298, 74, 1, 8, 1225.00, 1225.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815428154', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224299, 74, 1, 7, 1410.00, 1410.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031861101114', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224300, 74, 1, 9, 1456.00, 1456.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031869826130', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224301, 74, 1, 10, 1754.00, 1754.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031859235111', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224302, 74, 1, 8, 1626.00, 1626.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840569117', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224303, 74, 1, 9, 2152.00, 2152.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031895819111', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224304, 74, 1, 4, 680.00, 680.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816335111', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224305, 74, 1, 8, 1877.00, 1877.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816750129', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224306, 74, 1, 7, 1157.00, 1157.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812834017', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224307, 74, 1, 6, 632.00, 632.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894378126', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224308, 75, 1, 8, 1313.00, 1313.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813948154', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224309, 75, 1, 10, 1494.00, 1494.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031841313126', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224310, 75, 1, 4, 655.00, 655.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833473113', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224311, 75, 1, 7, 1297.00, 1297.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031830197010', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224312, 75, 1, 10, 1488.00, 1488.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815218134', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224313, 75, 1, 5, 556.00, 556.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816198159', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224314, 75, 1, 5, 686.00, 686.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810135142', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224315, 75, 1, 6, 1293.00, 1293.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814001018', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224316, 75, 1, 5, 471.00, 471.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873000138', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224317, 75, 1, 8, 1391.00, 1391.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031853515145', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224318, 75, 1, 8, 1956.00, 1956.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816798154', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224319, 75, 1, 6, 1264.00, 1264.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813106116', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224320, 75, 1, 9, 2146.00, 2146.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031856683158', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224321, 75, 1, 10, 1955.00, 1955.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811650012', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224322, 75, 1, 9, 934.00, 934.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813497139', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224323, 75, 1, 9, 2022.00, 2022.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816973016', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224324, 75, 1, 4, 617.00, 617.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031850210157', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224325, 75, 1, 4, 694.00, 694.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031847029147', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224326, 75, 1, 10, 1604.00, 1604.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866998138', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224327, 75, 1, 9, 1772.00, 1772.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864229131', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224328, 75, 1, 10, 2156.00, 2156.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870707142', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224329, 75, 1, 6, 822.00, 822.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831567154', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224330, 75, 1, 7, 922.00, 922.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031828641111', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224331, 75, 1, 8, 1417.00, 1417.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866772156', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224332, 75, 1, 7, 715.00, 715.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812367117', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224333, 75, 1, 9, 1489.00, 1489.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815066158', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224334, 75, 1, 5, 563.00, 563.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031863521153', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224335, 75, 1, 8, 1355.00, 1355.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814343137', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224336, 75, 1, 4, 537.00, 537.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897493140', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224337, 75, 1, 9, 825.00, 825.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888170013', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224338, 75, 1, 8, 1602.00, 1602.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889963154', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224339, 75, 1, 8, 2029.00, 2029.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031845595018', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224340, 75, 1, 10, 2061.00, 2061.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882611137', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224341, 75, 1, 5, 465.00, 465.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866947117', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224342, 75, 1, 9, 1722.00, 1722.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840820144', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224343, 75, 1, 7, 1313.00, 1313.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814138137', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224344, 75, 1, 7, 914.00, 914.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873956141', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224345, 75, 1, 7, 1167.00, 1167.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814226126', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224346, 75, 1, 4, 599.00, 599.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838356155', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224347, 75, 1, 7, 1112.00, 1112.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815098015', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224348, 75, 1, 7, 1076.00, 1076.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889687111', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224349, 75, 1, 8, 1947.00, 1947.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031880578127', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224350, 75, 1, 4, 552.00, 552.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823795156', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224351, 75, 1, 10, 1750.00, 1750.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883235123', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224352, 75, 1, 8, 1205.00, 1205.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891742145', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224353, 75, 1, 4, 888.00, 888.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031839268158', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224354, 75, 1, 9, 1933.00, 1933.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810524115', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224355, 75, 1, 6, 561.00, 561.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813375149', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224356, 75, 1, 9, 2172.00, 2172.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883202147', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224357, 75, 1, 5, 661.00, 661.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810741012', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224358, 75, 1, 10, 2008.00, 2008.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031869833111', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224359, 75, 1, 4, 686.00, 686.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814787137', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224360, 75, 1, 7, 1198.00, 1198.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031827744159', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224361, 75, 1, 5, 770.00, 770.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031865660143', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224362, 75, 1, 4, 763.00, 763.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031893286113', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224363, 75, 1, 10, 2189.00, 2189.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031896282136', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224364, 75, 1, 4, 513.00, 513.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815714136', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224365, 75, 1, 9, 984.00, 984.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873379017', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224366, 75, 1, 10, 1768.00, 1768.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031827075152', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224367, 75, 1, 10, 1131.00, 1131.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811256141', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224368, 75, 1, 10, 1497.00, 1497.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817368127', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224369, 75, 1, 9, 1684.00, 1684.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810199116', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224370, 75, 1, 6, 835.00, 835.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812192017', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224371, 75, 1, 9, 1207.00, 1207.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812086117', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224372, 75, 1, 9, 1065.00, 1065.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894214129', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224373, 75, 1, 6, 629.00, 629.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031828482144', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224374, 75, 1, 7, 1211.00, 1211.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814023018', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224375, 75, 1, 4, 595.00, 595.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817023140', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224376, 75, 1, 7, 1164.00, 1164.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811322132', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224377, 75, 1, 9, 826.00, 826.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816049150', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224378, 75, 1, 9, 1406.00, 1406.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816442152', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224379, 75, 1, 7, 1415.00, 1415.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031822756140', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224380, 75, 1, 4, 592.00, 592.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031847948143', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224381, 75, 1, 6, 523.00, 523.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031876066158', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224382, 75, 1, 5, 487.00, 487.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031853990130', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224383, 75, 1, 7, 994.00, 994.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870568128', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224384, 75, 1, 7, 1489.00, 1489.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811513121', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224385, 75, 1, 6, 1447.00, 1447.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814673127', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224386, 75, 1, 5, 767.00, 767.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815284013', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224387, 75, 1, 6, 1290.00, 1290.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812497126', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224388, 75, 1, 6, 1437.00, 1437.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031829382131', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224389, 75, 1, 4, 844.00, 844.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815797146', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224390, 75, 1, 7, 1407.00, 1407.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031898088134', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224391, 75, 1, 5, 492.00, 492.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815651159', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224392, 75, 1, 6, 519.00, 519.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031877076138', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224393, 75, 1, 7, 1228.00, 1228.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810687014', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224394, 75, 1, 9, 1797.00, 1797.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031895163140', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224395, 75, 1, 4, 831.00, 831.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813905017', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224396, 75, 1, 7, 1456.00, 1456.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031823111139', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224397, 75, 1, 10, 1386.00, 1386.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834149130', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224398, 75, 1, 4, 413.00, 413.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812040125', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224399, 75, 1, 4, 786.00, 786.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031827575112', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224400, 75, 1, 7, 1353.00, 1353.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811440138', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224401, 75, 1, 5, 907.00, 907.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875352139', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224402, 75, 1, 6, 1041.00, 1041.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891729135', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224403, 75, 1, 9, 860.00, 860.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031871892146', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224404, 75, 1, 6, 764.00, 764.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812447011', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224405, 75, 1, 5, 543.00, 543.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031832557018', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224406, 75, 1, 7, 1012.00, 1012.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834965112', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224407, 75, 1, 10, 2183.00, 2183.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814386146', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224408, 75, 1, 4, 455.00, 455.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031893263135', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224409, 75, 1, 9, 1173.00, 1173.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897463013', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224410, 75, 1, 6, 1243.00, 1243.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031860518134', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224411, 75, 1, 7, 1012.00, 1012.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810964131', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224412, 75, 1, 8, 1929.00, 1929.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813172117', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224413, 75, 1, 4, 530.00, 530.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810540015', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224414, 75, 1, 4, 764.00, 764.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840698115', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224415, 75, 1, 10, 1998.00, 1998.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811696015', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224416, 75, 1, 8, 1863.00, 1863.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811187015', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224417, 75, 1, 5, 784.00, 784.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816552017', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224418, 75, 1, 6, 1059.00, 1059.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031861321152', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224419, 75, 1, 10, 1428.00, 1428.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888557154', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224420, 75, 1, 5, 569.00, 569.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811541132', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224421, 75, 1, 9, 911.00, 911.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814431158', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224422, 75, 1, 7, 1512.00, 1512.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031863207124', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224423, 75, 1, 7, 1023.00, 1023.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031867849011', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224424, 75, 1, 7, 1323.00, 1323.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810034014', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224425, 75, 1, 9, 1244.00, 1244.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815570127', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224426, 75, 1, 9, 1908.00, 1908.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874218140', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224427, 76, 1, 8, 1453.00, 1453.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833616016', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224428, 76, 1, 10, 2146.00, 2146.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811726152', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224429, 76, 1, 8, 1867.00, 1867.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810384148', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224430, 76, 1, 8, 1321.00, 1321.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812285157', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224431, 76, 1, 6, 960.00, 960.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812740112', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224432, 76, 1, 6, 1122.00, 1122.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031820159148', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224433, 76, 1, 7, 1059.00, 1059.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826906123', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224434, 76, 1, 11, 2046.00, 2046.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814455156', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224435, 76, 1, 9, 1964.00, 1964.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810982151', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224436, 76, 1, 8, 1441.00, 1441.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810139013', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224437, 76, 1, 10, 1238.00, 1238.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031871995013', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224438, 76, 1, 8, 1805.00, 1805.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814816142', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224439, 76, 1, 11, 2447.00, 2447.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812024153', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224440, 76, 1, 9, 1509.00, 1509.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031853432117', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224441, 76, 1, 11, 2715.00, 2715.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031820290138', 2, 1, 3215, 71, NULL, '2025-01-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224442, 76, 1, 8, 1556.00, 1556.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813688012', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224443, 76, 1, 10, 2035.00, 2035.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873300123', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224444, 76, 1, 7, 1218.00, 1218.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816407117', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224445, 76, 1, 9, 1591.00, 1591.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031867108119', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224446, 76, 1, 6, 379.00, 379.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031818555140', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224447, 76, 1, 8, 1791.00, 1791.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031820759121', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224448, 76, 1, 11, 2501.00, 2501.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817212147', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224449, 76, 1, 6, 985.00, 985.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875477111', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224450, 76, 1, 11, 2838.00, 2838.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813196156', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224451, 76, 1, 6, 650.00, 650.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031851506010', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224452, 76, 1, 11, 2218.00, 2218.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813265141', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224453, 76, 1, 11, 1679.00, 1679.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814049148', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224454, 76, 1, 7, 1077.00, 1077.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897830011', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224455, 76, 1, 7, 1157.00, 1157.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814974157', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224456, 76, 1, 11, 2911.00, 2911.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031845540150', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224457, 76, 1, 8, 1658.00, 1658.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811856153', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224458, 76, 1, 11, 1903.00, 1903.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031818600015', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224459, 76, 1, 9, 1550.00, 1550.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812636137', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224460, 76, 1, 9, 1411.00, 1411.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031828288112', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224461, 76, 1, 11, 1732.00, 1732.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031852779119', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224462, 76, 1, 8, 1306.00, 1306.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031880438126', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224463, 76, 1, 11, 1509.00, 1509.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813051139', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224464, 76, 1, 10, 1539.00, 1539.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870114110', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224465, 76, 1, 6, 751.00, 751.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889494110', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224466, 76, 1, 11, 2419.00, 2419.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855358151', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224467, 76, 1, 12, 2606.00, 2606.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826959159', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224468, 76, 1, 9, 1557.00, 1557.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815946015', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224469, 76, 1, 7, 948.00, 948.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816191114', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224470, 76, 1, 10, 1489.00, 1489.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870763148', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224471, 76, 1, 9, 1681.00, 1681.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814999111', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224472, 76, 1, 12, 2963.00, 2963.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812396121', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224473, 76, 1, 10, 1241.00, 1241.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814429132', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224474, 76, 1, 10, 1648.00, 1648.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031850003148', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224475, 76, 1, 8, 1512.00, 1512.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864223155', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224476, 76, 1, 8, 1447.00, 1447.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814478150', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224477, 76, 1, 9, 1434.00, 1434.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831504147', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224478, 76, 1, 12, 2531.00, 2531.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814947131', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224479, 76, 1, 12, 3139.00, 3139.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031820834149', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224480, 76, 1, 6, 571.00, 571.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814070112', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224481, 76, 1, 7, 1548.00, 1548.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874011117', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224482, 76, 1, 9, 819.00, 819.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831442115', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224483, 76, 1, 7, 1368.00, 1368.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031884561018', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224484, 76, 1, 8, 1533.00, 1533.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834816140', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224485, 76, 1, 10, 2322.00, 2322.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813673130', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224486, 76, 1, 10, 2378.00, 2378.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882116146', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224487, 76, 1, 10, 2463.00, 2463.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813897137', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224488, 76, 1, 12, 2986.00, 2986.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815027155', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224489, 76, 1, 11, 1278.00, 1278.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811814146', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224490, 76, 1, 7, 1009.00, 1009.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031862108150', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224491, 76, 1, 7, 1233.00, 1233.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813913018', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224492, 76, 1, 8, 1232.00, 1232.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816492132', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224493, 76, 1, 7, 1391.00, 1391.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811952155', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224494, 76, 1, 6, 1281.00, 1281.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812818141', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224495, 76, 1, 11, 1179.00, 1179.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031867956122', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224496, 76, 1, 7, 1279.00, 1279.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031848346014', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224497, 76, 1, 6, 593.00, 593.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812356011', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224498, 76, 1, 6, 581.00, 581.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814902129', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224499, 76, 1, 7, 852.00, 852.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816295145', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224500, 76, 1, 10, 2286.00, 2286.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814529134', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224501, 76, 1, 9, 1254.00, 1254.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812740120', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224502, 76, 1, 8, 1497.00, 1497.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031875970126', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224503, 76, 1, 11, 2567.00, 2567.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864116153', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224504, 76, 1, 12, 2994.00, 2994.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031852287111', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224505, 76, 1, 11, 2052.00, 2052.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031897971015', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224506, 76, 1, 10, 1534.00, 1534.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816641017', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224507, 76, 1, 7, 1169.00, 1169.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816094134', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224508, 76, 1, 6, 959.00, 959.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815922017', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224509, 76, 1, 9, 1286.00, 1286.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031860822158', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224510, 76, 1, 7, 1700.00, 1700.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874741014', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224511, 76, 1, 8, 1391.00, 1391.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031854280117', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224512, 76, 1, 12, 2324.00, 2324.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814547120', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224513, 76, 1, 7, 1246.00, 1246.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815420119', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224514, 76, 1, 6, 932.00, 932.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031851289154', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224515, 76, 1, 9, 1657.00, 1657.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889864110', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224516, 76, 1, 12, 2168.00, 2168.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031886315119', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224517, 76, 1, 6, 945.00, 945.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812421018', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224518, 76, 1, 6, 522.00, 522.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031841196126', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224519, 76, 1, 6, 921.00, 921.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816046121', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224520, 76, 1, 6, 1135.00, 1135.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811960112', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224521, 76, 1, 7, 1158.00, 1158.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810681144', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224522, 76, 1, 6, 1315.00, 1315.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810519121', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224523, 76, 1, 12, 1883.00, 1883.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872964117', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224524, 76, 1, 11, 2657.00, 2657.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031852684158', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224525, 76, 1, 10, 1708.00, 1708.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814923143', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224526, 76, 1, 11, 1750.00, 1750.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816635148', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224527, 76, 1, 12, 1667.00, 1667.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870989149', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224528, 76, 1, 11, 1471.00, 1471.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031889786114', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224529, 76, 1, 11, 2086.00, 2086.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031827522113', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224530, 76, 1, 10, 2134.00, 2134.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812974142', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224531, 76, 1, 10, 1961.00, 1961.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814713133', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224532, 76, 1, 6, 1332.00, 1332.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031856418117', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224533, 76, 1, 8, 1889.00, 1889.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031888065150', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224534, 76, 1, 12, 1783.00, 1783.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817088133', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224535, 76, 1, 11, 2413.00, 2413.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813276016', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224536, 76, 1, 9, 2280.00, 2280.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812313110', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224537, 77, 1, 8, 1401.00, 1401.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810449142', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224538, 77, 1, 6, 678.00, 678.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816803119', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224539, 77, 1, 7, 668.00, 668.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815770122', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224540, 77, 1, 11, 1855.00, 1855.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814896147', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224541, 77, 1, 7, 722.00, 722.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810618140', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224542, 77, 1, 6, 1317.00, 1317.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031893740131', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224543, 77, 1, 10, 1710.00, 1710.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031870396138', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224544, 77, 1, 7, 720.00, 720.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816594143', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224545, 77, 1, 7, 1055.00, 1055.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866697121', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224546, 77, 1, 11, 1428.00, 1428.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814820127', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224547, 77, 1, 9, 988.00, 988.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811129120', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224548, 77, 1, 12, 2404.00, 2404.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031840109157', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224549, 77, 1, 6, 683.00, 683.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813905131', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224550, 77, 1, 8, 1772.00, 1772.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819949131', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224551, 77, 1, 10, 1795.00, 1795.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812342143', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224552, 77, 1, 12, 2858.00, 2858.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031846188142', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224553, 77, 1, 12, 2021.00, 2021.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031827627132', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224554, 77, 1, 9, 1235.00, 1235.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031887490147', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224555, 77, 1, 9, 1662.00, 1662.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031828428144', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224556, 77, 1, 9, 2172.00, 2172.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813012113', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224557, 77, 1, 7, 1650.00, 1650.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031873010016', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224558, 77, 1, 9, 2139.00, 2139.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883624126', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224559, 77, 1, 6, 712.00, 712.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815876012', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224560, 77, 1, 10, 2043.00, 2043.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031832304019', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224561, 77, 1, 11, 1289.00, 1289.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031848060012', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224562, 77, 1, 12, 2051.00, 2051.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811837132', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224563, 77, 1, 8, 1189.00, 1189.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031879952135', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224564, 77, 1, 6, 845.00, 845.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031848971143', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224565, 77, 1, 11, 1737.00, 1737.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031871478150', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224566, 77, 1, 10, 2541.00, 2541.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814550132', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224567, 77, 1, 7, 1285.00, 1285.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815597139', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224568, 77, 1, 10, 2432.00, 2432.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816222012', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224569, 77, 1, 11, 1515.00, 1515.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872444152', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224570, 77, 1, 10, 2030.00, 2030.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031892048116', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224571, 77, 1, 10, 1391.00, 1391.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031849001150', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224572, 77, 1, 10, 1886.00, 1886.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816435111', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224573, 77, 1, 8, 1773.00, 1773.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834387145', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224574, 77, 1, 6, 1084.00, 1084.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894221119', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224575, 77, 1, 11, 2068.00, 2068.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031861541142', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224576, 77, 1, 10, 2116.00, 2116.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817194152', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224577, 77, 1, 9, 1214.00, 1214.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815270120', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224578, 77, 1, 10, 2373.00, 2373.00, 3, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816728114', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224579, 77, 1, 10, 1562.00, 1562.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812213010', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224580, 77, 1, 8, 1895.00, 1895.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031857859145', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224581, 77, 1, 7, 1424.00, 1424.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031860080014', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224582, 77, 1, 6, 542.00, 542.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813200136', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224583, 77, 1, 6, 1401.00, 1401.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814478129', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224584, 77, 1, 6, 992.00, 992.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811082155', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224585, 77, 1, 9, 2348.00, 2348.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833526148', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224586, 77, 1, 10, 1691.00, 1691.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811243129', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224587, 77, 1, 12, 2643.00, 2643.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813488012', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224588, 77, 1, 12, 2648.00, 2648.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812428155', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224589, 77, 1, 9, 1976.00, 1976.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031880312125', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224590, 77, 1, 11, 1467.00, 1467.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815458019', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224591, 77, 1, 11, 2560.00, 2560.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031825976121', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224592, 77, 1, 9, 1623.00, 1623.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816262124', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224593, 77, 1, 9, 1076.00, 1076.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031845151137', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224594, 77, 1, 7, 1067.00, 1067.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811548130', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224595, 77, 1, 10, 1998.00, 1998.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814644139', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224596, 77, 1, 8, 1732.00, 1732.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815888120', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224597, 77, 1, 10, 1376.00, 1376.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814929159', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224598, 77, 1, 10, 1715.00, 1715.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814444132', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224599, 77, 1, 10, 2762.00, 2762.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812251155', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224600, 77, 1, 8, 1317.00, 1317.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810790112', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224601, 77, 1, 6, 909.00, 909.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031880383152', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224602, 77, 1, 10, 1844.00, 1844.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831462135', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224603, 77, 1, 6, 784.00, 784.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816572147', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224604, 77, 1, 11, 1272.00, 1272.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031822423149', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224605, 77, 1, 10, 2201.00, 2201.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031880054014', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224606, 77, 1, 9, 1502.00, 1502.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031896505131', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224607, 77, 1, 12, 2891.00, 2891.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031825016015', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224608, 77, 1, 6, 1060.00, 1060.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882944132', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224609, 77, 1, 8, 1207.00, 1207.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031886317015', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224610, 77, 1, 6, 1090.00, 1090.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031865252142', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224611, 77, 1, 6, 577.00, 577.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816118134', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224612, 77, 1, 8, 1564.00, 1564.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031862016016', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224613, 77, 1, 11, 2055.00, 2055.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883289132', 2, 1, 3215, 71, NULL, '2025-02-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224614, 77, 1, 12, 2636.00, 2636.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031886050144', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224615, 77, 1, 10, 2255.00, 2255.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816269125', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224616, 77, 1, 7, 832.00, 832.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810878115', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224617, 77, 1, 11, 1692.00, 1692.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031892341156', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224618, 77, 1, 8, 1571.00, 1571.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872176111', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224619, 77, 1, 9, 1197.00, 1197.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031893089129', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224620, 77, 1, 7, 960.00, 960.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814502158', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224621, 77, 1, 10, 1543.00, 1543.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031856639155', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224622, 77, 1, 12, 2938.00, 2938.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031843356148', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224623, 77, 1, 10, 2134.00, 2134.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031850122122', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224624, 77, 1, 8, 2109.00, 2109.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031845717011', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224625, 77, 1, 7, 966.00, 966.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815083153', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224626, 77, 1, 9, 1413.00, 1413.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826387152', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224627, 77, 1, 8, 1796.00, 1796.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855412158', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224628, 77, 1, 7, 760.00, 760.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833134159', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224629, 77, 1, 9, 1956.00, 1956.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031850677111', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224630, 77, 1, 7, 1615.00, 1615.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031818979147', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224631, 77, 1, 12, 3379.00, 3379.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817170145', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224632, 77, 1, 12, 2086.00, 2086.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031860177016', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224633, 77, 1, 7, 1254.00, 1254.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816452141', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224634, 77, 1, 8, 1630.00, 1630.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031898706012', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224635, 77, 1, 9, 1364.00, 1364.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891678110', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224636, 77, 1, 11, 1800.00, 1800.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813812135', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224637, 77, 1, 11, 1716.00, 1716.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882215112', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224638, 77, 1, 11, 1988.00, 1988.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815573015', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224639, 77, 1, 8, 1267.00, 1267.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031899186012', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224640, 77, 1, 9, 1133.00, 1133.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812322017', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224641, 77, 1, 12, 2851.00, 2851.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855988014', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224642, 77, 1, 8, 1444.00, 1444.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813368150', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224643, 77, 1, 6, 682.00, 682.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812041118', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224644, 77, 1, 7, 1806.00, 1806.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813327154', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224645, 77, 1, 10, 2105.00, 2105.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031878980010', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224646, 77, 1, 12, 2067.00, 2067.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810599141', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224647, 77, 1, 11, 1948.00, 1948.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872600017', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224648, 77, 1, 6, 611.00, 611.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031821485118', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224649, 77, 1, 12, 2197.00, 2197.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813909159', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224650, 77, 1, 7, 854.00, 854.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031817000131', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224651, 77, 1, 11, 2802.00, 2802.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031857263155', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224652, 77, 1, 9, 1923.00, 1923.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031837141154', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224653, 77, 1, 6, 729.00, 729.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031842738135', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224654, 77, 1, 8, 2033.00, 2033.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872186150', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224655, 77, 1, 6, 619.00, 619.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031833788142', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224656, 77, 1, 11, 1514.00, 1514.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814188149', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224657, 77, 1, 12, 3128.00, 3128.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834202116', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224658, 77, 1, 8, 1758.00, 1758.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816181015', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224659, 77, 1, 12, 2866.00, 2866.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031846701011', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224660, 77, 1, 12, 2191.00, 2191.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031824153113', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224661, 77, 1, 9, 1557.00, 1557.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031816955134', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224662, 77, 1, 8, 1697.00, 1697.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031872980158', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224663, 77, 1, 8, 1681.00, 1681.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031832683111', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224664, 78, 1, 6, 805.00, 805.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815546133', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224665, 78, 1, 10, 1910.00, 1910.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810638151', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224666, 78, 1, 10, 1584.00, 1584.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031830463153', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224667, 78, 1, 7, 1494.00, 1494.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819270157', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224668, 78, 1, 11, 2494.00, 2494.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031894183112', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224669, 78, 1, 9, 1237.00, 1237.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814313126', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224670, 78, 1, 9, 1936.00, 1936.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813579117', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224671, 78, 1, 9, 1934.00, 1934.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826772115', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224672, 78, 1, 12, 2540.00, 2540.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031843080155', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224673, 78, 1, 11, 2407.00, 2407.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031829499111', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224674, 78, 1, 10, 1266.00, 1266.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031826381124', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224675, 78, 1, 10, 1260.00, 1260.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031855316017', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224676, 78, 1, 7, 1806.00, 1806.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031836881155', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224677, 78, 1, 7, 1056.00, 1056.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812759136', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224678, 78, 1, 7, 1170.00, 1170.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810881123', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224679, 78, 1, 9, 1510.00, 1510.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031837580149', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224680, 78, 1, 10, 1805.00, 1805.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031865488110', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224681, 78, 1, 6, 832.00, 832.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813867123', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224682, 78, 1, 12, 2721.00, 2721.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031834839113', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224683, 78, 1, 11, 1888.00, 1888.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031874263136', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224684, 78, 1, 10, 1553.00, 1553.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812625112', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224685, 78, 1, 9, 1385.00, 1385.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031862181154', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224686, 78, 1, 8, 1444.00, 1444.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031850860138', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224687, 78, 1, 9, 1030.00, 1030.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031837683151', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224688, 78, 1, 6, 1120.00, 1120.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031811343144', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224689, 78, 1, 11, 1526.00, 1526.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031882873140', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224690, 78, 1, 11, 1467.00, 1467.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819582017', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224691, 78, 1, 12, 2869.00, 2869.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031815615125', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224692, 78, 1, 11, 2095.00, 2095.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031819193136', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224693, 78, 1, 12, 1854.00, 1854.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813267116', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224694, 78, 1, 8, 1467.00, 1467.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031866555134', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224695, 78, 1, 9, 1336.00, 1336.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031831631127', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224696, 78, 1, 12, 2174.00, 2174.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031892923016', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224697, 78, 1, 10, 1837.00, 1837.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031891573115', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224698, 78, 1, 6, 653.00, 653.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812502112', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224699, 78, 1, 7, 988.00, 988.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814510154', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224700, 78, 1, 7, 1446.00, 1446.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031812655132', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224701, 78, 1, 11, 2240.00, 2240.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031867489131', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224702, 78, 1, 11, 2023.00, 2023.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031822398159', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224703, 78, 1, 10, 1341.00, 1341.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031841635147', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224704, 78, 1, 10, 2132.00, 2132.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031838916137', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224705, 78, 1, 6, 595.00, 595.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031864311143', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224706, 78, 1, 11, 2215.00, 2215.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031883502120', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224707, 78, 1, 6, 1041.00, 1041.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814679133', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224708, 78, 1, 10, 1560.00, 1560.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031814280019', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224709, 78, 1, 8, 1255.00, 1255.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031813314124', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224710, 78, 1, 11, 1760.00, 1760.00, 2, '2025-03-18 15:23:07', NULL, 0, '13551265325', NULL, 'CY25031810200112', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224711, 78, 1, 12, 2216.00, 2216.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810180121', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224712, 78, 1, 6, 537.00, 537.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031844600154', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224713, 78, 1, 8, 1601.00, 1601.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854689157', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224714, 78, 1, 7, 1320.00, 1320.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031873068133', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224715, 78, 1, 11, 1783.00, 1783.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031845489012', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224716, 78, 1, 10, 2399.00, 2399.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031848241140', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224717, 78, 1, 9, 1245.00, 1245.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031883256149', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224718, 78, 1, 11, 2626.00, 2626.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031822611155', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224719, 78, 1, 8, 1678.00, 1678.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816829014', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224720, 78, 1, 6, 519.00, 519.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031893332112', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224721, 78, 1, 11, 2588.00, 2588.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814528112', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224722, 78, 1, 8, 1994.00, 1994.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031869680143', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224723, 78, 1, 12, 1607.00, 1607.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031832919146', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224724, 78, 1, 6, 1002.00, 1002.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812029110', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224725, 78, 1, 8, 1445.00, 1445.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815534116', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224726, 78, 1, 12, 1559.00, 1559.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813618111', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224727, 78, 1, 9, 1136.00, 1136.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031882930138', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224728, 78, 1, 8, 1647.00, 1647.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854603119', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224729, 78, 1, 12, 2301.00, 2301.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814902159', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224730, 78, 1, 10, 1321.00, 1321.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854481116', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224731, 78, 1, 11, 1625.00, 1625.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815311129', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224732, 78, 1, 7, 1414.00, 1414.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815441153', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224733, 78, 1, 11, 2389.00, 2389.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031821205131', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224734, 78, 1, 11, 1653.00, 1653.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814633012', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224735, 78, 1, 7, 888.00, 888.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031826247147', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224736, 78, 1, 7, 1386.00, 1386.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810536128', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224737, 78, 1, 9, 938.00, 938.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031895218019', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224738, 78, 1, 11, 2141.00, 2141.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031849916017', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224739, 78, 1, 11, 2759.00, 2759.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814035128', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224740, 78, 1, 8, 1875.00, 1875.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031880891110', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224741, 78, 1, 11, 2679.00, 2679.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813356117', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224742, 78, 1, 7, 1384.00, 1384.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031858358118', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224743, 78, 1, 9, 1323.00, 1323.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815242152', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224744, 78, 1, 6, 764.00, 764.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031895783143', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224745, 78, 1, 9, 2082.00, 2082.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031819423134', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224746, 78, 1, 12, 2963.00, 2963.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810846137', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224747, 78, 1, 10, 2011.00, 2011.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031837219152', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224748, 78, 1, 7, 1233.00, 1233.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817822144', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224749, 78, 1, 11, 2067.00, 2067.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815507130', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224750, 78, 1, 12, 2704.00, 2704.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813889011', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224751, 78, 1, 8, 1718.00, 1718.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817092111', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224752, 78, 1, 12, 2513.00, 2513.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031837247127', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224753, 78, 1, 11, 2563.00, 2563.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815286016', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224754, 78, 1, 10, 1891.00, 1891.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854937153', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224755, 78, 1, 10, 1577.00, 1577.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814699128', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224756, 78, 1, 6, 854.00, 854.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815196136', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224757, 78, 1, 8, 1622.00, 1622.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813214118', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224758, 78, 1, 7, 1334.00, 1334.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814678154', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224759, 78, 1, 12, 2035.00, 2035.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814900140', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224760, 78, 1, 8, 2083.00, 2083.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031857514112', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224761, 78, 1, 6, 725.00, 725.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811285114', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224762, 78, 1, 7, 840.00, 840.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854810152', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224763, 78, 1, 8, 1557.00, 1557.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813394141', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224764, 78, 1, 11, 1966.00, 1966.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031833586125', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224765, 78, 1, 8, 1579.00, 1579.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814485138', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224766, 78, 1, 10, 2118.00, 2118.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812858136', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224767, 78, 1, 8, 1799.00, 1799.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810376128', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224768, 78, 1, 8, 2061.00, 2061.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031884281146', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224769, 78, 1, 10, 1487.00, 1487.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031870471155', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224770, 78, 1, 11, 1449.00, 1449.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810638012', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224771, 78, 1, 6, 885.00, 885.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031849292011', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224772, 78, 1, 8, 1566.00, 1566.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031894549126', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224773, 78, 1, 11, 2798.00, 2798.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031888342146', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224774, 78, 1, 12, 2809.00, 2809.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813922012', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224775, 79, 1, 10, 2023.00, 2023.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031855638146', 2, 1, 3215, 71, NULL, '2025-01-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224776, 79, 1, 8, 1973.00, 1973.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031841237129', 2, 1, 3215, 71, NULL, '2025-01-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224777, 79, 1, 14, 2304.00, 2304.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031838425018', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224778, 79, 1, 15, 2056.00, 2056.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812370143', 2, 1, 3215, 71, NULL, '2025-01-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224779, 79, 1, 12, 2700.00, 2700.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031868272138', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224780, 79, 1, 9, 2355.00, 2355.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031864161150', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224781, 79, 1, 8, 1502.00, 1502.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031821025112', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224782, 79, 1, 14, 4040.00, 4040.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811478115', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224783, 79, 1, 11, 1489.00, 1489.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816242127', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224784, 79, 1, 10, 2190.00, 2190.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812103152', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224785, 79, 1, 10, 2491.00, 2491.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031890897133', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224786, 79, 1, 10, 2252.00, 2252.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816288014', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224787, 79, 1, 14, 3151.00, 3151.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813093134', 2, 1, 3215, 71, NULL, '2025-01-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224788, 79, 1, 13, 2233.00, 2233.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031895899143', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224789, 79, 1, 11, 1737.00, 1737.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812151136', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224790, 79, 1, 10, 1489.00, 1489.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031889235137', 2, 1, 3215, 71, NULL, '2025-01-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224791, 79, 1, 11, 2249.00, 2249.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031877463016', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224792, 79, 1, 12, 2066.00, 2066.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031826424131', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224793, 79, 1, 15, 1941.00, 1941.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810696015', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224794, 79, 1, 13, 1898.00, 1898.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814906138', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224795, 79, 1, 15, 3607.00, 3607.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811201151', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224796, 79, 1, 13, 1529.00, 1529.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815134126', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224797, 79, 1, 12, 1810.00, 1810.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816709019', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224798, 79, 1, 11, 1351.00, 1351.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031892967130', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224799, 79, 1, 9, 1483.00, 1483.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031823486151', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224800, 79, 1, 12, 1765.00, 1765.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031862191016', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224801, 79, 1, 11, 2743.00, 2743.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031887884124', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224802, 79, 1, 12, 2767.00, 2767.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816613135', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224803, 79, 1, 13, 3243.00, 3243.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031868955121', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224804, 79, 1, 9, 1220.00, 1220.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814161140', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224805, 79, 1, 14, 3017.00, 3017.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814673148', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224806, 79, 1, 13, 2498.00, 2498.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031846540111', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224807, 79, 1, 8, 1529.00, 1529.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814133128', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224808, 79, 1, 10, 2145.00, 2145.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813432154', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224809, 79, 1, 13, 2131.00, 2131.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812661122', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224810, 79, 1, 10, 1574.00, 1574.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815699142', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224811, 79, 1, 9, 1295.00, 1295.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871895141', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224812, 79, 1, 9, 1612.00, 1612.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813960145', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224813, 79, 1, 9, 1503.00, 1503.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812599017', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224814, 79, 1, 11, 2575.00, 2575.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815526116', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224815, 79, 1, 8, 1837.00, 1837.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031866687123', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224816, 79, 1, 12, 2062.00, 2062.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031892799122', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224817, 79, 1, 11, 2480.00, 2480.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811663132', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224818, 79, 1, 12, 1868.00, 1868.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811382139', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224819, 79, 1, 15, 2409.00, 2409.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813432137', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224820, 79, 1, 13, 2834.00, 2834.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810273144', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224821, 79, 1, 12, 2762.00, 2762.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813343150', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224822, 79, 1, 14, 3330.00, 3330.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812928124', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224823, 79, 1, 12, 2468.00, 2468.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031836165159', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224824, 79, 1, 13, 2982.00, 2982.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031872401013', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224825, 79, 1, 12, 3151.00, 3151.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815842121', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224826, 79, 1, 11, 2262.00, 2262.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031848267126', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224827, 79, 1, 10, 1808.00, 1808.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813773131', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224828, 79, 1, 9, 2419.00, 2419.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031835371146', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224829, 79, 1, 13, 2473.00, 2473.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031863489018', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224830, 79, 1, 14, 2316.00, 2316.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813013134', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224831, 79, 1, 13, 2913.00, 2913.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814400139', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224832, 79, 1, 12, 2174.00, 2174.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031870851145', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224833, 79, 1, 13, 2380.00, 2380.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031882736138', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224834, 79, 1, 11, 1845.00, 1845.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031874357151', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224835, 79, 1, 14, 3076.00, 3076.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811115137', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224836, 79, 1, 14, 1889.00, 1889.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031897386111', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224837, 79, 1, 9, 2011.00, 2011.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812355142', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224838, 79, 1, 11, 2165.00, 2165.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811725125', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224839, 79, 1, 9, 1743.00, 1743.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811955118', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224840, 79, 1, 11, 2526.00, 2526.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031863193011', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224841, 79, 1, 8, 1530.00, 1530.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031895928142', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224842, 79, 1, 15, 3420.00, 3420.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812581114', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224843, 79, 1, 10, 2071.00, 2071.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031831879011', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224844, 79, 1, 10, 1628.00, 1628.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031849226156', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224845, 79, 1, 10, 2182.00, 2182.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810220112', 2, 1, 3215, 71, NULL, '2025-02-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224846, 79, 1, 15, 3904.00, 3904.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812080122', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224847, 79, 1, 15, 2249.00, 2249.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871080138', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224848, 79, 1, 14, 3517.00, 3517.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031818854142', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224849, 79, 1, 14, 2146.00, 2146.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816536139', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224850, 79, 1, 14, 3105.00, 3105.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031868480113', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224851, 79, 1, 14, 3394.00, 3394.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815521130', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224852, 79, 1, 8, 1445.00, 1445.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031836986139', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224853, 79, 1, 8, 1862.00, 1862.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031891255152', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224854, 79, 1, 8, 1572.00, 1572.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813396150', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224855, 79, 1, 10, 2152.00, 2152.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815142138', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224856, 79, 1, 9, 1265.00, 1265.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031882726017', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224857, 79, 1, 10, 1667.00, 1667.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815941129', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224858, 79, 1, 15, 2024.00, 2024.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031819306139', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224859, 79, 1, 14, 2307.00, 2307.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811874121', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224860, 79, 1, 8, 1318.00, 1318.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817039015', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224861, 79, 1, 15, 2385.00, 2385.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031818368125', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224862, 79, 1, 13, 2674.00, 2674.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031860461156', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224863, 79, 1, 9, 2016.00, 2016.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812708018', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224864, 79, 1, 8, 1429.00, 1429.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813624013', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224865, 79, 1, 13, 3454.00, 3454.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811425114', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224866, 79, 1, 12, 2945.00, 2945.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031856310146', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224867, 79, 1, 10, 1676.00, 1676.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031819331142', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224868, 79, 1, 9, 1979.00, 1979.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817225115', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224869, 79, 1, 11, 1800.00, 1800.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031884759153', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224870, 79, 1, 12, 1995.00, 1995.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815271133', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224871, 79, 1, 15, 2367.00, 2367.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031887777123', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224872, 79, 1, 13, 2400.00, 2400.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031845155124', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224873, 79, 1, 15, 4024.00, 4024.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031839916010', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224874, 79, 1, 15, 2937.00, 2937.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815867117', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224875, 79, 1, 13, 1989.00, 1989.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811867014', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224876, 79, 1, 8, 1368.00, 1368.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814195152', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224877, 79, 1, 8, 1663.00, 1663.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813479014', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224878, 79, 1, 9, 2091.00, 2091.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811129155', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224879, 79, 1, 13, 2789.00, 2789.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814740146', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224880, 79, 1, 12, 3118.00, 3118.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815844148', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224881, 79, 1, 8, 1437.00, 1437.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031830252158', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224882, 79, 1, 9, 1307.00, 1307.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813456153', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224883, 80, 1, 15, 3030.00, 3030.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813585119', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224884, 80, 1, 15, 2648.00, 2648.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811468134', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224885, 80, 1, 9, 1871.00, 1871.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814211142', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224886, 80, 1, 11, 2483.00, 2483.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031868953119', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224887, 80, 1, 10, 2215.00, 2215.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031846794137', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224888, 80, 1, 10, 2226.00, 2226.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854754144', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224889, 80, 1, 9, 1383.00, 1383.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031833040119', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224890, 80, 1, 14, 3169.00, 3169.00, 2, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811504135', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224891, 80, 1, 11, 1968.00, 1968.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813032148', 2, 1, 3215, 71, NULL, '2025-01-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224892, 80, 1, 11, 2068.00, 2068.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031837686115', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224893, 80, 1, 11, 1586.00, 1586.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031838275119', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224894, 80, 1, 8, 1780.00, 1780.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031861643126', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224895, 80, 1, 8, 1739.00, 1739.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812775155', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224896, 80, 1, 10, 1427.00, 1427.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815334138', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224897, 80, 1, 8, 1227.00, 1227.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031826755113', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224898, 80, 1, 13, 3042.00, 3042.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816450128', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224899, 80, 1, 10, 1542.00, 1542.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810068014', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224900, 80, 1, 8, 1516.00, 1516.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816659122', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224901, 80, 1, 15, 2531.00, 2531.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031834102150', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224902, 80, 1, 9, 1135.00, 1135.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816455157', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224903, 80, 1, 14, 1976.00, 1976.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814434121', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224904, 80, 1, 13, 1837.00, 1837.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031845417139', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224905, 80, 1, 15, 3668.00, 3668.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812137134', 2, 1, 3215, 71, NULL, '2025-01-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224906, 80, 1, 10, 1832.00, 1832.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812134120', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224907, 80, 1, 15, 3611.00, 3611.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812859136', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224908, 80, 1, 12, 1976.00, 1976.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031880283124', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224909, 80, 1, 12, 1635.00, 1635.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817345145', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224910, 80, 1, 13, 2077.00, 2077.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816053136', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224911, 80, 1, 10, 1665.00, 1665.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816490111', 2, 1, 3215, 71, NULL, '2025-01-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224912, 80, 1, 14, 2410.00, 2410.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814164110', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224913, 80, 1, 14, 3181.00, 3181.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815227153', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224914, 80, 1, 9, 1925.00, 1925.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811061142', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224915, 80, 1, 8, 1607.00, 1607.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810952019', 2, 1, 3215, 71, NULL, '2025-01-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224916, 80, 1, 11, 2004.00, 2004.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031881254012', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224917, 80, 1, 13, 2031.00, 2031.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031896081114', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224918, 80, 1, 8, 1295.00, 1295.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031847665129', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224919, 80, 1, 8, 1173.00, 1173.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031824530126', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224920, 80, 1, 9, 1166.00, 1166.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031889605014', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224921, 80, 1, 15, 3083.00, 3083.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031869245011', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224922, 80, 1, 9, 1581.00, 1581.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031822968147', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224923, 80, 1, 10, 1752.00, 1752.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031828750019', 2, 1, 3215, 71, NULL, '2025-02-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224924, 80, 1, 8, 1622.00, 1622.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815867141', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224925, 80, 1, 10, 2076.00, 2076.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031888077135', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224926, 80, 1, 11, 2168.00, 2168.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031879322159', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224927, 80, 1, 8, 1738.00, 1738.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031845594152', 2, 1, 3215, 71, NULL, '2025-02-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224928, 80, 1, 9, 1399.00, 1399.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810936155', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224929, 80, 1, 12, 2082.00, 2082.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031860744149', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224930, 80, 1, 14, 3209.00, 3209.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813758143', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224931, 80, 1, 9, 1073.00, 1073.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817260141', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224932, 80, 1, 14, 3365.00, 3365.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813159144', 2, 1, 3215, 71, NULL, '2025-02-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224933, 80, 1, 12, 2064.00, 2064.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812635151', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224934, 80, 1, 12, 2781.00, 2781.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031875281150', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224935, 80, 1, 13, 2481.00, 2481.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031818845119', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224936, 80, 1, 13, 2273.00, 2273.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814439136', 2, 1, 3215, 71, NULL, '2025-02-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224937, 80, 1, 13, 2743.00, 2743.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811585152', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224938, 80, 1, 14, 2007.00, 2007.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814386147', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224939, 80, 1, 9, 2194.00, 2194.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814260134', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224940, 80, 1, 12, 2268.00, 2268.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031851078016', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224941, 80, 1, 12, 2543.00, 2543.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810400139', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224942, 80, 1, 9, 1637.00, 1637.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031875884148', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224943, 80, 1, 12, 2177.00, 2177.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031860542155', 2, 1, 3215, 71, NULL, '2025-02-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224944, 80, 1, 15, 2831.00, 2831.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031863715018', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224945, 80, 1, 10, 1932.00, 1932.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031893815159', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224946, 80, 1, 9, 1593.00, 1593.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031898420156', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224947, 80, 1, 8, 1448.00, 1448.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031869963010', 2, 1, 3215, 71, NULL, '2025-02-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224948, 80, 1, 13, 3182.00, 3182.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813166125', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224949, 80, 1, 13, 2191.00, 2191.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031884988016', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224950, 80, 1, 12, 2970.00, 2970.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031831737129', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224951, 80, 1, 13, 2381.00, 2381.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815636129', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224952, 80, 1, 14, 1835.00, 1835.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031868919146', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224953, 80, 1, 10, 2116.00, 2116.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813867150', 2, 1, 3215, 71, NULL, '2025-02-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224954, 80, 1, 11, 1871.00, 1871.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031825399121', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224955, 80, 1, 12, 2891.00, 2891.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811015112', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224956, 80, 1, 11, 1858.00, 1858.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031870576140', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224957, 80, 1, 10, 1813.00, 1813.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031852854110', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224958, 80, 1, 11, 1694.00, 1694.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031850301148', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224959, 80, 1, 14, 1806.00, 1806.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031875198153', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224960, 80, 1, 11, 2545.00, 2545.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813273118', 2, 1, 3215, 71, NULL, '2025-02-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224961, 80, 1, 15, 3849.00, 3849.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814173124', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224962, 80, 1, 11, 2610.00, 2610.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816208110', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224963, 80, 1, 11, 2146.00, 2146.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031847184145', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224964, 80, 1, 13, 2177.00, 2177.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031869785128', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224965, 80, 1, 13, 2537.00, 2537.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810276154', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224966, 80, 1, 12, 1918.00, 1918.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811571138', 2, 1, 3215, 71, NULL, '2025-03-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224967, 80, 1, 14, 3492.00, 3492.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816880140', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224968, 80, 1, 10, 1926.00, 1926.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812431147', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224969, 80, 1, 13, 1618.00, 1618.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871745125', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224970, 80, 1, 12, 2694.00, 2694.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031822132118', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224971, 80, 1, 15, 2997.00, 2997.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813978155', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224972, 80, 1, 12, 2037.00, 2037.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811770133', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224973, 80, 1, 15, 2945.00, 2945.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816969115', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224974, 80, 1, 14, 1990.00, 1990.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817019158', 2, 1, 3215, 71, NULL, '2025-03-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224975, 80, 1, 11, 2599.00, 2599.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816536128', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224976, 80, 1, 11, 1394.00, 1394.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811404119', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224977, 80, 1, 9, 1066.00, 1066.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811583150', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224978, 80, 1, 9, 1521.00, 1521.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031890903128', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224979, 80, 1, 15, 3535.00, 3535.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816081134', 2, 1, 3215, 71, NULL, '2025-03-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224980, 80, 1, 15, 2924.00, 2924.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031888268111', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224981, 80, 1, 15, 3994.00, 3994.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816233136', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224982, 80, 1, 15, 2556.00, 2556.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854282121', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224983, 80, 1, 8, 1677.00, 1677.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871139150', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224984, 80, 1, 11, 1686.00, 1686.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031852320116', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224985, 80, 1, 10, 1552.00, 1552.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854132011', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224986, 80, 1, 15, 4110.00, 4110.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031831289120', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224987, 81, 1, 12, 2258.00, 2258.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031827031115', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224988, 81, 1, 14, 2617.00, 2617.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031847567145', 2, 1, 3215, 71, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224989, 81, 1, 9, 1901.00, 1901.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031848246016', 2, 1, 3215, 71, NULL, '2025-01-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224990, 81, 1, 14, 3328.00, 3328.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812577152', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224991, 81, 1, 13, 2955.00, 2955.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814733149', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224992, 81, 1, 10, 1807.00, 1807.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031819455136', 2, 1, 3215, 71, NULL, '2025-01-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224993, 81, 1, 8, 1307.00, 1307.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811612112', 2, 1, 3215, 71, NULL, '2025-01-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224994, 81, 1, 13, 3004.00, 3004.00, 4, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812954144', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224995, 81, 1, 13, 1710.00, 1710.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815858140', 2, 1, 3215, 71, NULL, '2025-01-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224996, 81, 1, 11, 2300.00, 2300.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815828010', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224997, 81, 1, 13, 2659.00, 2659.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031841696133', 2, 1, 3215, 71, NULL, '2025-01-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224998, 81, 1, 12, 1807.00, 1807.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031828303119', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (224999, 81, 1, 13, 1916.00, 1916.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816890153', 2, 1, 3215, 71, NULL, '2025-01-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225000, 81, 1, 9, 1264.00, 1264.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815485138', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225001, 81, 1, 8, 2083.00, 2083.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031895311139', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225002, 81, 1, 14, 2492.00, 2492.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031838986017', 2, 1, 3215, 71, NULL, '2025-01-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225003, 81, 1, 14, 3737.00, 3737.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813341124', 2, 1, 3215, 71, NULL, '2025-01-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225004, 81, 1, 12, 2645.00, 2645.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031894789147', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225005, 81, 1, 13, 3141.00, 3141.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031860789014', 2, 1, 3215, 71, NULL, '2025-01-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225006, 81, 1, 8, 1465.00, 1465.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031882439155', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225007, 81, 1, 12, 2269.00, 2269.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814318142', 2, 1, 3215, 71, NULL, '2025-01-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225008, 81, 1, 13, 2066.00, 2066.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811198150', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225009, 81, 1, 8, 1413.00, 1413.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811977150', 2, 1, 3215, 71, NULL, '2025-01-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225010, 81, 1, 11, 1876.00, 1876.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031821095016', 2, 1, 3215, 71, NULL, '2025-01-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225011, 81, 1, 11, 2026.00, 2026.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811483016', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225012, 81, 1, 14, 2680.00, 2680.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814673121', 2, 1, 3215, 71, NULL, '2025-01-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225013, 81, 1, 12, 2856.00, 2856.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815853129', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225014, 81, 1, 9, 1110.00, 1110.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031894657121', 2, 1, 3215, 71, NULL, '2025-01-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225015, 81, 1, 11, 2226.00, 2226.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813632017', 2, 1, 3215, 71, NULL, '2025-01-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225016, 81, 1, 14, 2681.00, 2681.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815218110', 2, 1, 3215, 71, NULL, '2025-01-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225017, 81, 1, 8, 1247.00, 1247.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031829579136', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225018, 81, 1, 12, 2589.00, 2589.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871048011', 2, 1, 3215, 71, NULL, '2025-01-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225019, 81, 1, 9, 1326.00, 1326.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814391148', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225020, 81, 1, 15, 3119.00, 3119.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031891036010', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225021, 81, 1, 10, 1435.00, 1435.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031833876120', 2, 1, 3215, 71, NULL, '2025-01-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225022, 81, 1, 11, 2214.00, 2214.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031823423113', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225023, 81, 1, 15, 2260.00, 2260.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816570114', 2, 1, 3215, 71, NULL, '2025-01-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225024, 81, 1, 8, 1837.00, 1837.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815319125', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225025, 81, 1, 13, 3271.00, 3271.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031861565117', 2, 1, 3215, 71, NULL, '2025-01-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225026, 81, 1, 13, 2846.00, 2846.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815741157', 2, 1, 3215, 71, NULL, '2025-02-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225027, 81, 1, 11, 2081.00, 2081.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811432147', 2, 1, 3215, 71, NULL, '2025-02-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225028, 81, 1, 10, 1551.00, 1551.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810087127', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225029, 81, 1, 14, 2125.00, 2125.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031854431141', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225030, 81, 1, 12, 2191.00, 2191.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031834173146', 2, 1, 3215, 71, NULL, '2025-02-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225031, 81, 1, 10, 1703.00, 1703.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031871302127', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225032, 81, 1, 11, 1556.00, 1556.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811391158', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225033, 81, 1, 14, 1941.00, 1941.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814100141', 2, 1, 3215, 71, NULL, '2025-02-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225034, 81, 1, 14, 3570.00, 3570.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031866899128', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225035, 81, 1, 10, 1838.00, 1838.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813286132', 2, 1, 3215, 71, NULL, '2025-02-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225036, 81, 1, 11, 1457.00, 1457.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811989134', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225037, 81, 1, 9, 1243.00, 1243.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031858421128', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225038, 81, 1, 15, 2545.00, 2545.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814615114', 2, 1, 3215, 71, NULL, '2025-02-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225039, 81, 1, 11, 1359.00, 1359.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814990136', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225040, 81, 1, 15, 3012.00, 3012.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031859530146', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225041, 81, 1, 11, 1637.00, 1637.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813216018', 2, 1, 3215, 71, NULL, '2025-02-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225042, 81, 1, 8, 1933.00, 1933.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031815960153', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225043, 81, 1, 9, 1916.00, 1916.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031886919116', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225044, 81, 1, 12, 2417.00, 2417.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031853881143', 2, 1, 3215, 71, NULL, '2025-02-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225045, 81, 1, 13, 3204.00, 3204.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031830304147', 2, 1, 3215, 71, NULL, '2025-02-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225046, 81, 1, 12, 2575.00, 2575.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812746119', 2, 1, 3215, 71, NULL, '2025-02-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225047, 81, 1, 14, 2544.00, 2544.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031826048121', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225048, 81, 1, 10, 1585.00, 1585.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031859973134', 2, 1, 3215, 71, NULL, '2025-02-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225049, 81, 1, 10, 1258.00, 1258.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031889627119', 2, 1, 3215, 71, NULL, '2025-02-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225050, 81, 1, 8, 1963.00, 1963.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813320120', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225051, 81, 1, 10, 2252.00, 2252.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810548131', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225052, 81, 1, 8, 1855.00, 1855.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816994126', 2, 1, 3215, 71, NULL, '2025-02-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225053, 81, 1, 14, 2531.00, 2531.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812370136', 2, 1, 3215, 71, NULL, '2025-02-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225054, 81, 1, 15, 2546.00, 2546.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812177116', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225055, 81, 1, 10, 1594.00, 1594.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031828050118', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225056, 81, 1, 15, 1910.00, 1910.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031816050122', 2, 1, 3215, 71, NULL, '2025-02-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225057, 81, 1, 10, 2287.00, 2287.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031874595119', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225058, 81, 1, 9, 1815.00, 1815.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811547116', 2, 1, 3215, 71, NULL, '2025-02-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225059, 81, 1, 13, 3358.00, 3358.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031884460117', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225060, 81, 1, 11, 2164.00, 2164.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031848137156', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225061, 81, 1, 13, 1310.00, 1310.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811877126', 2, 1, 3215, 71, NULL, '2025-02-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225062, 81, 1, 8, 2205.00, 2205.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031891451016', 2, 1, 3215, 71, NULL, '2025-02-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225063, 81, 1, 11, 1983.00, 1983.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810386136', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225064, 81, 1, 8, 1940.00, 1940.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031877220117', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225065, 81, 1, 15, 2861.00, 2861.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814623117', 2, 1, 3215, 71, NULL, '2025-03-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225066, 81, 1, 15, 2463.00, 2463.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031890136149', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225067, 81, 1, 11, 2547.00, 2547.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810550120', 2, 1, 3215, 71, NULL, '2025-03-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225068, 81, 1, 10, 1610.00, 1610.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031856228145', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225069, 81, 1, 12, 2145.00, 2145.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814341129', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225070, 81, 1, 9, 1585.00, 1585.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031892427133', 2, 1, 3215, 71, NULL, '2025-03-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225071, 81, 1, 10, 1901.00, 1901.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031822453115', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225072, 81, 1, 13, 2367.00, 2367.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031835105126', 2, 1, 3215, 71, NULL, '2025-03-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225073, 81, 1, 9, 1567.00, 1567.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031892257123', 2, 1, 3215, 71, NULL, '2025-03-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225074, 81, 1, 9, 1830.00, 1830.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811826134', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225075, 81, 1, 9, 1414.00, 1414.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031893302159', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225076, 81, 1, 9, 1902.00, 1902.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031827866115', 2, 1, 3215, 71, NULL, '2025-03-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225077, 81, 1, 10, 1319.00, 1319.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031813198140', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225078, 81, 1, 9, 1440.00, 1440.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031817156011', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225079, 81, 1, 10, 2373.00, 2373.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031876825145', 2, 1, 3215, 71, NULL, '2025-03-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225080, 81, 1, 11, 2317.00, 2317.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031814057124', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225081, 81, 1, 13, 2610.00, 2610.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031831411121', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225082, 81, 1, 15, 2932.00, 2932.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031848543111', 2, 1, 3215, 71, NULL, '2025-03-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225083, 81, 1, 8, 1371.00, 1371.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031818028159', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225084, 81, 1, 10, 2337.00, 2337.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812701119', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225085, 81, 1, 8, 1647.00, 1647.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031825218112', 2, 1, 3215, 71, NULL, '2025-03-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225086, 81, 1, 10, 2066.00, 2066.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811538113', 2, 1, 3215, 71, NULL, '2025-03-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225087, 81, 1, 14, 2593.00, 2593.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031811074139', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225088, 81, 1, 9, 1348.00, 1348.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031851580132', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225089, 81, 1, 11, 1743.00, 1743.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031858308123', 2, 1, 3215, 71, NULL, '2025-03-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225090, 81, 1, 12, 2781.00, 2781.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031823198128', 2, 1, 3215, 71, NULL, '2025-03-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225091, 81, 1, 8, 1887.00, 1887.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031833108011', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225092, 81, 1, 13, 2963.00, 2963.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031812379152', 2, 1, 3215, 71, NULL, '2025-03-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225093, 81, 1, 12, 2726.00, 2726.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810143011', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225094, 81, 1, 12, 3155.00, 3155.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031838007013', 2, 1, 3215, 71, NULL, '2025-03-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225095, 81, 1, 13, 3405.00, 3405.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031892416117', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225096, 81, 1, 15, 2531.00, 2531.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031810128012', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225097, 81, 1, 14, 3317.00, 3317.00, 1, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL, 'CY25031863225134', 2, 1, 3215, 71, NULL, '2025-03-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225098, 73, 1, 8, 1247.00, 1247.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040785982115', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225099, 73, 1, 4, 435.00, 435.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040769971016', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225100, 73, 1, 5, 778.00, 778.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040769367014', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225101, 73, 1, 10, 2433.00, 2433.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040773110111', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225102, 73, 1, 5, 647.00, 647.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723529122', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225103, 73, 1, 10, 2237.00, 2237.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711766014', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225104, 73, 1, 7, 941.00, 941.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714678018', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225105, 73, 1, 7, 1190.00, 1190.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040798910113', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225106, 73, 1, 9, 1918.00, 1918.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768658010', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225107, 73, 1, 7, 885.00, 885.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040736758113', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225108, 73, 1, 10, 1896.00, 1896.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040727939112', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225109, 73, 1, 9, 2138.00, 2138.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040734368117', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225110, 73, 1, 5, 1016.00, 1016.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713835013', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225111, 73, 1, 7, 644.00, 644.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040718223012', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225112, 73, 1, 7, 1697.00, 1697.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714599015', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225113, 73, 1, 5, 523.00, 523.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710469112', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225114, 73, 1, 5, 530.00, 530.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768590118', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225115, 73, 1, 7, 996.00, 996.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040753762018', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225116, 73, 1, 10, 2316.00, 2316.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716766120', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225117, 73, 1, 4, 721.00, 721.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714899017', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225118, 73, 1, 8, 1567.00, 1567.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716640122', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225119, 73, 1, 5, 846.00, 846.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723639111', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225120, 73, 1, 6, 1130.00, 1130.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040758286012', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225121, 73, 1, 9, 1660.00, 1660.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710306019', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225122, 73, 1, 7, 1033.00, 1033.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716780114', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225123, 73, 1, 5, 812.00, 812.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040761091116', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225124, 73, 1, 7, 1310.00, 1310.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711543111', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225125, 73, 1, 10, 1285.00, 1285.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711923122', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225126, 73, 1, 7, 898.00, 898.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040797828016', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225127, 73, 1, 8, 1489.00, 1489.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040775436110', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225128, 73, 1, 4, 697.00, 697.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711625017', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225129, 73, 1, 4, 727.00, 727.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713567014', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225130, 73, 1, 7, 1461.00, 1461.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710592113', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225131, 73, 1, 10, 1918.00, 1918.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040749061111', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225132, 73, 1, 8, 1215.00, 1215.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040747112015', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225133, 73, 1, 8, 1677.00, 1677.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714687015', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225134, 73, 1, 9, 1578.00, 1578.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040785017112', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225135, 73, 1, 10, 1988.00, 1988.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757423115', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225136, 73, 1, 4, 553.00, 553.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710403116', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225137, 73, 1, 9, 1806.00, 1806.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040728625018', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225138, 73, 1, 9, 1412.00, 1412.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716208112', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225139, 73, 1, 9, 1158.00, 1158.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710834119', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225140, 73, 1, 10, 2628.00, 2628.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040733488119', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225141, 73, 1, 10, 2228.00, 2228.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040781677118', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225142, 74, 1, 10, 1599.00, 1599.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040752612013', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225143, 74, 1, 5, 851.00, 851.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716849115', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225144, 74, 1, 10, 1664.00, 1664.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040729483115', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225145, 74, 1, 9, 771.00, 771.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714148115', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225146, 74, 1, 7, 1464.00, 1464.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723713013', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225147, 74, 1, 5, 895.00, 895.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040779246122', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225148, 74, 1, 7, 1578.00, 1578.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715843118', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225149, 74, 1, 4, 844.00, 844.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040755554115', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225150, 74, 1, 4, 844.00, 844.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715028113', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225151, 74, 1, 8, 1227.00, 1227.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040799847118', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225152, 74, 1, 9, 1060.00, 1060.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040793521010', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225153, 74, 1, 10, 2466.00, 2466.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791178114', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225154, 74, 1, 8, 1051.00, 1051.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717288011', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225155, 74, 1, 6, 1157.00, 1157.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040793326017', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225156, 74, 1, 4, 601.00, 601.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040776641014', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225157, 74, 1, 5, 774.00, 774.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040773857122', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225158, 74, 1, 7, 1065.00, 1065.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040742594121', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225159, 74, 1, 9, 1300.00, 1300.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768561117', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225160, 74, 1, 6, 1294.00, 1294.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716270112', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225161, 74, 1, 8, 1806.00, 1806.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713061112', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225162, 74, 1, 6, 321.00, 321.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040760679116', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225163, 74, 1, 8, 1597.00, 1597.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040766814016', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225164, 74, 1, 5, 673.00, 673.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040777005013', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225165, 74, 1, 9, 1882.00, 1882.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040745986119', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225166, 74, 1, 7, 984.00, 984.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040787969111', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225167, 74, 1, 10, 1372.00, 1372.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713244121', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225168, 74, 1, 6, 1299.00, 1299.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714135111', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225169, 74, 1, 4, 696.00, 696.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711475121', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225170, 74, 1, 5, 669.00, 669.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713257017', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225171, 74, 1, 8, 1289.00, 1289.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040727881120', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225172, 74, 1, 8, 1626.00, 1626.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710590018', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225173, 74, 1, 9, 1208.00, 1208.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716825110', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225174, 74, 1, 10, 2253.00, 2253.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713397113', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225175, 74, 1, 5, 894.00, 894.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714045121', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225176, 74, 1, 9, 1763.00, 1763.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040792061111', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225177, 74, 1, 6, 661.00, 661.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040774971018', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225178, 74, 1, 6, 1109.00, 1109.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711860120', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225179, 74, 1, 8, 1614.00, 1614.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714853019', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225180, 74, 1, 7, 1478.00, 1478.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040747450015', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225181, 74, 1, 10, 1693.00, 1693.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040721158111', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225182, 74, 1, 7, 1203.00, 1203.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040727311115', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225183, 74, 1, 9, 1577.00, 1577.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757113017', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225184, 74, 1, 9, 2310.00, 2310.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040787042019', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225185, 74, 1, 6, 1306.00, 1306.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716352013', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225186, 74, 1, 10, 1105.00, 1105.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712819114', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225187, 74, 1, 10, 1605.00, 1605.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714074115', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225188, 74, 1, 8, 1886.00, 1886.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712703120', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225189, 74, 1, 8, 1834.00, 1834.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717186120', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225190, 74, 1, 9, 1773.00, 1773.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040772896018', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225191, 74, 1, 4, 694.00, 694.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040750542110', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225192, 74, 1, 8, 1051.00, 1051.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040752052118', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225193, 75, 1, 10, 1790.00, 1790.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040774870010', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225194, 75, 1, 9, 2086.00, 2086.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710249013', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225195, 75, 1, 8, 1700.00, 1700.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711619113', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225196, 75, 1, 8, 1464.00, 1464.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713016120', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225197, 75, 1, 7, 1537.00, 1537.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714164018', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225198, 75, 1, 5, 1150.00, 1150.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723640119', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225199, 75, 1, 10, 1610.00, 1610.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040782521016', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225200, 75, 1, 4, 553.00, 553.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040738777017', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225201, 75, 1, 6, 919.00, 919.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717068116', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225202, 75, 1, 6, 589.00, 589.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715301116', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225203, 75, 1, 9, 2337.00, 2337.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040762015010', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225204, 75, 1, 4, 606.00, 606.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713982011', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225205, 75, 1, 9, 2065.00, 2065.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040771889010', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225206, 75, 1, 10, 1933.00, 1933.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715861115', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225207, 75, 1, 10, 2440.00, 2440.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713412112', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225208, 75, 1, 10, 2537.00, 2537.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714094016', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225209, 75, 1, 9, 1173.00, 1173.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040735966120', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225210, 75, 1, 6, 1397.00, 1397.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712982011', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225211, 75, 1, 4, 407.00, 407.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040782546012', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225212, 75, 1, 8, 1845.00, 1845.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040789110116', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225213, 75, 1, 7, 1279.00, 1279.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711083017', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225214, 75, 1, 8, 1073.00, 1073.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714778010', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225215, 75, 1, 7, 1326.00, 1326.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710777117', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225216, 75, 1, 10, 1610.00, 1610.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714131123', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225217, 75, 1, 7, 832.00, 832.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713412113', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225218, 75, 1, 9, 1255.00, 1255.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040775992117', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225219, 75, 1, 7, 1253.00, 1253.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040782200010', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225220, 75, 1, 6, 1185.00, 1185.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713483011', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225221, 75, 1, 9, 1578.00, 1578.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713684119', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225222, 75, 1, 10, 2403.00, 2403.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040751794014', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225223, 75, 1, 8, 1556.00, 1556.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716116117', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225224, 75, 1, 7, 1110.00, 1110.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723233111', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225225, 75, 1, 9, 1060.00, 1060.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040721025010', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225226, 75, 1, 7, 1628.00, 1628.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040785939119', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225227, 75, 1, 8, 1711.00, 1711.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040786840119', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225228, 75, 1, 6, 1039.00, 1039.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040720747010', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225229, 75, 1, 10, 1895.00, 1895.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040741272013', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225230, 75, 1, 10, 1971.00, 1971.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040795890016', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225231, 75, 1, 10, 2284.00, 2284.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040721655118', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225232, 75, 1, 10, 1516.00, 1516.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040738625011', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225233, 75, 1, 6, 804.00, 804.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040769421015', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225234, 75, 1, 6, 1459.00, 1459.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040737395122', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225235, 75, 1, 5, 1170.00, 1170.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711074122', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225236, 76, 1, 10, 2384.00, 2384.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713377110', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225237, 76, 1, 7, 1265.00, 1265.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711329122', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225238, 76, 1, 12, 1754.00, 1754.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040745800114', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225239, 76, 1, 10, 1466.00, 1466.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040765663017', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225240, 76, 1, 6, 1199.00, 1199.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040770936012', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225241, 76, 1, 6, 1158.00, 1158.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040775008117', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225242, 76, 1, 11, 1521.00, 1521.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040794893011', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225243, 76, 1, 11, 2364.00, 2364.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040751660012', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225244, 76, 1, 6, 534.00, 534.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715463017', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225245, 76, 1, 8, 1891.00, 1891.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040780689019', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225246, 76, 1, 9, 2055.00, 2055.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040763630016', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225247, 76, 1, 11, 2291.00, 2291.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040745436111', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225248, 76, 1, 8, 1199.00, 1199.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712416115', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225249, 76, 1, 8, 1173.00, 1173.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715474014', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225250, 76, 1, 11, 1822.00, 1822.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716280014', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225251, 76, 1, 7, 1068.00, 1068.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040773358015', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225252, 76, 1, 8, 1706.00, 1706.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040799081116', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225253, 76, 1, 7, 1071.00, 1071.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713712114', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225254, 76, 1, 8, 1547.00, 1547.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040753668116', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225255, 76, 1, 8, 1575.00, 1575.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710398012', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225256, 76, 1, 9, 1695.00, 1695.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710682019', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225257, 76, 1, 6, 1090.00, 1090.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040793757012', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225258, 76, 1, 8, 2011.00, 2011.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716200011', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225259, 76, 1, 8, 1531.00, 1531.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040797515012', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225260, 76, 1, 6, 444.00, 444.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717436113', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225261, 76, 1, 11, 2524.00, 2524.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714172116', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225262, 76, 1, 9, 1178.00, 1178.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040794426112', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225263, 76, 1, 11, 2363.00, 2363.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040772943014', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225264, 76, 1, 10, 1830.00, 1830.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040744348111', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225265, 76, 1, 10, 1190.00, 1190.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711248019', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225266, 76, 1, 10, 1549.00, 1549.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712800122', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225267, 76, 1, 11, 1976.00, 1976.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040741929016', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225268, 76, 1, 12, 2468.00, 2468.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040761462017', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225269, 76, 1, 8, 1667.00, 1667.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040742751115', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225270, 76, 1, 8, 1505.00, 1505.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710318116', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225271, 76, 1, 8, 1732.00, 1732.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040774230019', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225272, 76, 1, 8, 1740.00, 1740.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710969110', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225273, 76, 1, 10, 1594.00, 1594.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040785091014', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225274, 76, 1, 11, 2378.00, 2378.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040734353121', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225275, 76, 1, 6, 1443.00, 1443.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716251014', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225276, 76, 1, 7, 812.00, 812.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715175018', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225277, 76, 1, 6, 568.00, 568.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040743141121', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225278, 76, 1, 10, 2374.00, 2374.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716885111', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225279, 76, 1, 12, 2158.00, 2158.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710058119', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225280, 76, 1, 11, 1495.00, 1495.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040735986011', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225281, 76, 1, 7, 1140.00, 1140.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710099016', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225282, 76, 1, 7, 1466.00, 1466.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712716114', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225283, 76, 1, 10, 1863.00, 1863.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040771430010', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225284, 76, 1, 6, 882.00, 882.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711666121', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225285, 76, 1, 12, 3392.00, 3392.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040771849116', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225286, 76, 1, 6, 1082.00, 1082.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040770752014', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225287, 76, 1, 8, 1492.00, 1492.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757279110', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225288, 76, 1, 12, 2179.00, 2051.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791263116', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225289, 76, 1, 11, 1562.00, 1434.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712468122', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225290, 76, 1, 12, 1604.00, 1604.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715130019', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225291, 77, 1, 12, 2906.00, 2906.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713095111', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225292, 77, 1, 11, 2508.00, 2508.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712937113', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225293, 77, 1, 11, 1834.00, 1834.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040743379011', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225294, 77, 1, 6, 507.00, 507.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716326017', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225295, 77, 1, 6, 1049.00, 1049.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040734030019', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225296, 77, 1, 9, 2194.00, 2194.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040740178012', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225297, 77, 1, 9, 2102.00, 2102.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768713113', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225298, 77, 1, 6, 643.00, 643.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713321122', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225299, 77, 1, 10, 1700.00, 1700.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040786401018', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225300, 77, 1, 10, 1684.00, 1684.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711704114', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225301, 77, 1, 7, 1135.00, 1135.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712073120', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225302, 77, 1, 7, 1597.00, 1597.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040751219115', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225303, 77, 1, 12, 2072.00, 2072.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715682114', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225304, 77, 1, 11, 1614.00, 1614.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716574121', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225305, 77, 1, 6, 1065.00, 1065.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040767778014', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225306, 77, 1, 11, 2969.00, 2969.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040722626019', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225307, 77, 1, 6, 983.00, 983.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040753661012', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225308, 77, 1, 6, 1265.00, 1265.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040795545011', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225309, 77, 1, 10, 1536.00, 1536.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040722577011', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225310, 77, 1, 10, 1938.00, 1938.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040726389014', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225311, 77, 1, 7, 624.00, 624.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040752287015', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225312, 77, 1, 6, 864.00, 864.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040780562110', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225313, 77, 1, 12, 1841.00, 1841.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710243013', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225314, 77, 1, 9, 2378.00, 2378.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040718975115', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225315, 77, 1, 12, 1990.00, 1990.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040720593012', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225316, 77, 1, 12, 2147.00, 2147.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710431117', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225317, 77, 1, 9, 738.00, 738.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040777767019', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225318, 77, 1, 6, 704.00, 704.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712026011', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225319, 77, 1, 12, 3344.00, 3344.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040779177111', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225320, 77, 1, 12, 2620.00, 2620.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711691018', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225321, 77, 1, 10, 1878.00, 1878.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715923118', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225322, 77, 1, 9, 848.00, 848.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713818018', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225323, 77, 1, 7, 786.00, 786.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717518011', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225324, 77, 1, 9, 1897.00, 1897.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040728878120', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225325, 77, 1, 6, 992.00, 992.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710334011', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225326, 77, 1, 10, 2281.00, 2281.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717397121', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225327, 77, 1, 10, 1991.00, 1991.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040779637113', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225328, 77, 1, 8, 1678.00, 1678.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716198118', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225329, 77, 1, 8, 1574.00, 1574.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710274122', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225330, 77, 1, 9, 1428.00, 1428.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040782590019', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225331, 77, 1, 11, 1886.00, 1886.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715252121', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225332, 77, 1, 9, 1138.00, 1138.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040788347119', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225333, 77, 1, 12, 2892.00, 2892.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040729906119', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225334, 77, 1, 9, 1361.00, 1361.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714043115', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225335, 77, 1, 10, 2214.00, 2214.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715193113', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225336, 77, 1, 11, 2763.00, 2763.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040725458122', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225337, 77, 1, 6, 757.00, 757.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716065121', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225338, 77, 1, 12, 2124.00, 2124.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040784455019', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225339, 77, 1, 9, 1483.00, 1483.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713197122', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225340, 78, 1, 9, 2157.00, 2157.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040748879018', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225341, 78, 1, 6, 1085.00, 1085.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040794361111', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225342, 78, 1, 8, 1359.00, 1359.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040785500117', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225343, 78, 1, 12, 2795.00, 2795.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040783793113', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225344, 78, 1, 10, 1471.00, 1471.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040738342015', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225345, 78, 1, 7, 1732.00, 1732.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713083113', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225346, 78, 1, 10, 1894.00, 1894.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040719676013', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225347, 78, 1, 11, 1808.00, 1808.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712970114', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225348, 78, 1, 7, 1484.00, 1484.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040743886117', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225349, 78, 1, 10, 1676.00, 1676.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716413014', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225350, 78, 1, 6, 859.00, 859.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713394017', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225351, 78, 1, 11, 1426.00, 1426.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711898119', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225352, 78, 1, 11, 1355.00, 1355.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040749319013', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225353, 78, 1, 12, 2821.00, 2821.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791463018', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225354, 78, 1, 10, 2031.00, 2031.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040718284011', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225355, 78, 1, 11, 2043.00, 2043.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711644018', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225356, 78, 1, 6, 1055.00, 1055.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040738460120', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225357, 78, 1, 10, 1211.00, 1211.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723948017', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225358, 78, 1, 8, 1745.00, 1745.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714531012', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225359, 78, 1, 7, 1181.00, 1181.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040750741017', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225360, 78, 1, 7, 1161.00, 1161.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040770496113', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225361, 78, 1, 6, 1067.00, 1067.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040724635115', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225362, 78, 1, 7, 1652.00, 1652.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040742804111', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225363, 78, 1, 6, 1123.00, 1123.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713010121', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225364, 78, 1, 12, 2499.00, 2499.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712535012', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225365, 78, 1, 9, 1973.00, 1973.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714824114', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225366, 78, 1, 6, 1159.00, 1159.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714756118', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225367, 78, 1, 11, 2103.00, 2103.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040771991122', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225368, 78, 1, 11, 1807.00, 1807.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040743634112', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225369, 78, 1, 11, 2674.00, 2674.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710180117', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225370, 78, 1, 12, 3041.00, 3041.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791349121', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225371, 78, 1, 9, 1397.00, 1397.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040744809014', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225372, 78, 1, 11, 1845.00, 1845.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714771111', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225373, 78, 1, 7, 1125.00, 1125.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040719679018', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225374, 78, 1, 10, 2277.00, 2277.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714707016', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225375, 78, 1, 6, 845.00, 845.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768620016', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225376, 78, 1, 9, 1328.00, 1328.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040734882122', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225377, 78, 1, 11, 1952.00, 1952.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040730448120', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225378, 78, 1, 12, 2506.00, 2506.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040766196016', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225379, 78, 1, 11, 2444.00, 2444.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040738687012', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225380, 78, 1, 8, 1748.00, 1748.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040753185119', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225381, 78, 1, 10, 1559.00, 1559.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040721940010', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225382, 78, 1, 8, 1329.00, 1329.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715664019', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225383, 79, 1, 9, 1534.00, 1534.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040730182016', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225384, 79, 1, 12, 2894.00, 2894.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040773219015', 2, 1, 3397, 71, NULL, '2025-04-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225385, 79, 1, 9, 1467.00, 1467.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717093019', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225386, 79, 1, 10, 2564.00, 2564.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040792693122', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225387, 79, 1, 9, 1967.00, 1967.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040778679019', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225388, 79, 1, 15, 2161.00, 2161.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715371015', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225389, 79, 1, 13, 2295.00, 2295.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757157119', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225390, 79, 1, 11, 2191.00, 2191.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713972113', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225391, 79, 1, 10, 1524.00, 1524.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712442122', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225392, 79, 1, 15, 3489.00, 3489.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768604014', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225393, 79, 1, 13, 2695.00, 2695.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040783080010', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225394, 79, 1, 14, 2268.00, 2268.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715484120', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225395, 79, 1, 9, 1468.00, 1468.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040762736012', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225396, 79, 1, 8, 1415.00, 1415.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711342112', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225397, 79, 1, 9, 1585.00, 1585.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716802015', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225398, 79, 1, 11, 2246.00, 2246.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711114122', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225399, 79, 1, 9, 1516.00, 1516.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040787026115', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225400, 79, 1, 13, 1696.00, 1696.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040771432122', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225401, 79, 1, 11, 1947.00, 1947.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040763726111', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225402, 79, 1, 12, 2824.00, 2824.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768422113', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225403, 79, 1, 10, 2702.00, 2702.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040725365121', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225404, 79, 1, 8, 1317.00, 1317.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040765445122', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225405, 79, 1, 11, 2775.00, 2775.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710120113', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225406, 79, 1, 12, 2521.00, 2521.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040729587018', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225407, 79, 1, 9, 1519.00, 1519.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040777386115', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225408, 79, 1, 13, 3242.00, 3242.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040788492116', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225409, 79, 1, 8, 1560.00, 1560.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715146015', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225410, 79, 1, 11, 1801.00, 1801.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714524010', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225411, 79, 1, 11, 1573.00, 1573.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717001120', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225412, 79, 1, 10, 2422.00, 2422.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710803123', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225413, 79, 1, 8, 1556.00, 1556.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040753969015', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225414, 79, 1, 15, 2026.00, 2026.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768426119', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225415, 79, 1, 9, 1362.00, 1362.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040777254120', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225416, 79, 1, 8, 1914.00, 1914.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040765837120', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225417, 79, 1, 13, 3071.00, 3071.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711434119', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225418, 79, 1, 9, 1808.00, 1808.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040792318113', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225419, 79, 1, 10, 2415.00, 2415.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040751361123', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225420, 79, 1, 15, 3604.00, 3604.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711187111', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225421, 79, 1, 11, 1532.00, 1532.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711624120', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225422, 79, 1, 12, 2250.00, 2250.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715971120', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225423, 79, 1, 11, 2585.00, 2585.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712130118', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225424, 79, 1, 10, 1354.00, 1354.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712576013', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225425, 79, 1, 12, 2587.00, 2587.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040777008117', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225426, 79, 1, 15, 2614.00, 2614.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040772644114', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225427, 79, 1, 9, 949.00, 949.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040793679120', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225428, 79, 1, 8, 1515.00, 1515.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040792947016', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225429, 79, 1, 8, 2107.00, 2107.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040764842118', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225430, 79, 1, 15, 3468.00, 3468.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711926111', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225431, 79, 1, 14, 2169.00, 2169.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715950011', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225432, 79, 1, 15, 2631.00, 2631.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040798674018', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225433, 79, 1, 15, 2445.00, 2445.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711423118', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225434, 80, 1, 10, 2278.00, 2278.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713174111', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225435, 80, 1, 8, 1342.00, 1342.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712591016', 2, 1, 3397, 71, NULL, '2025-04-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225436, 80, 1, 15, 3829.00, 3829.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040739065120', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225437, 80, 1, 14, 4020.00, 4020.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712031012', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225438, 80, 1, 12, 1549.00, 1549.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791230116', 2, 1, 3397, 71, NULL, '2025-04-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225439, 80, 1, 12, 1406.00, 1406.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712665011', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225440, 80, 1, 11, 2417.00, 2417.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040766865010', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225441, 80, 1, 10, 1339.00, 1339.00, 3, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713517116', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225442, 80, 1, 10, 2172.00, 2172.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040775312011', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225443, 80, 1, 9, 1112.00, 1112.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040778454012', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225444, 80, 1, 11, 1630.00, 1630.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711313120', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225445, 80, 1, 14, 3404.00, 3404.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713764012', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225446, 80, 1, 8, 1930.00, 1930.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040741948122', 2, 1, 3397, 71, NULL, '2025-04-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225447, 80, 1, 11, 2342.00, 2342.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040747358110', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225448, 80, 1, 8, 1864.00, 1864.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716512015', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225449, 80, 1, 15, 3488.00, 3488.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713560117', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225450, 80, 1, 15, 2600.00, 2600.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712077015', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225451, 80, 1, 13, 2221.00, 2221.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713824121', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225452, 80, 1, 9, 2364.00, 2364.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713561121', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225453, 80, 1, 12, 2886.00, 2886.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710823015', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225454, 80, 1, 15, 2685.00, 2685.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040744377011', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225455, 80, 1, 10, 1913.00, 1913.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040725609015', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225456, 80, 1, 9, 1152.00, 1152.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712325122', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225457, 80, 1, 9, 1074.00, 1074.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040736865015', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225458, 80, 1, 8, 1368.00, 1368.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710221114', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225459, 80, 1, 8, 1810.00, 1810.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710074119', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225460, 80, 1, 8, 1725.00, 1725.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715582010', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225461, 80, 1, 11, 2211.00, 2211.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714229122', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225462, 80, 1, 13, 1802.00, 1802.00, 4, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714032121', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225463, 80, 1, 10, 2460.00, 2460.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040727984018', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225464, 80, 1, 9, 1041.00, 1041.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711263117', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225465, 80, 1, 12, 2442.00, 2442.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040794886013', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225466, 80, 1, 14, 2425.00, 2425.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712858122', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225467, 80, 1, 8, 1830.00, 1830.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040798666017', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225468, 80, 1, 9, 1451.00, 1451.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711355011', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225469, 80, 1, 9, 1118.00, 1118.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040718400123', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225470, 80, 1, 10, 1880.00, 1880.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711592120', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225471, 80, 1, 13, 2621.00, 2621.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711583122', 2, 1, 3397, 71, NULL, '2025-04-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225472, 80, 1, 15, 2642.00, 2642.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715464114', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225473, 80, 1, 15, 2701.00, 2701.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040748284116', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225474, 80, 1, 15, 3304.00, 3304.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710073017', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225475, 81, 1, 11, 1658.00, 1658.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040743607014', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225476, 81, 1, 10, 2315.00, 2315.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714726114', 2, 1, 3397, 71, NULL, '2025-04-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225477, 81, 1, 13, 3013.00, 3013.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713186120', 2, 1, 3397, 71, NULL, '2025-04-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225478, 81, 1, 9, 2268.00, 2268.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040775740115', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225479, 81, 1, 11, 2606.00, 2606.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710597112', 2, 1, 3397, 71, NULL, '2025-04-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225480, 81, 1, 13, 1568.00, 1568.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040797553120', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225481, 81, 1, 14, 2861.00, 2861.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757454119', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225482, 81, 1, 13, 2841.00, 2841.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040727608120', 2, 1, 3397, 71, NULL, '2025-04-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225483, 81, 1, 9, 2096.00, 2096.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040734550016', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225484, 81, 1, 11, 1865.00, 1865.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040766339016', 2, 1, 3397, 71, NULL, '2025-04-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225485, 81, 1, 10, 1423.00, 1423.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040791964115', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225486, 81, 1, 11, 2643.00, 2643.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040763392019', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225487, 81, 1, 14, 2708.00, 2708.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040768111010', 2, 1, 3397, 71, NULL, '2025-04-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225488, 81, 1, 9, 2003.00, 2003.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040799460019', 2, 1, 3397, 71, NULL, '2025-04-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225489, 81, 1, 11, 2364.00, 2364.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040733852115', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225490, 81, 1, 8, 2021.00, 2021.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040779028114', 2, 1, 3397, 71, NULL, '2025-04-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225491, 81, 1, 12, 2400.00, 2400.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040728710115', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225492, 81, 1, 12, 2525.00, 2525.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716747119', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225493, 81, 1, 9, 2262.00, 2262.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711309121', 2, 1, 3397, 71, NULL, '2025-04-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225494, 81, 1, 15, 2265.00, 2265.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712672116', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225495, 81, 1, 14, 1778.00, 1778.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040762770112', 2, 1, 3397, 71, NULL, '2025-04-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225496, 81, 1, 9, 2157.00, 2157.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713455110', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225497, 81, 1, 12, 1633.00, 1633.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040762704016', 2, 1, 3397, 71, NULL, '2025-04-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225498, 81, 1, 8, 1313.00, 1313.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713885010', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225499, 81, 1, 12, 3268.00, 3268.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710424112', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225500, 81, 1, 8, 1443.00, 1443.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716873112', 2, 1, 3397, 71, NULL, '2025-04-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225501, 81, 1, 8, 1273.00, 1273.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040754843120', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225502, 81, 1, 10, 2273.00, 2273.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040748361010', 2, 1, 3397, 71, NULL, '2025-04-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225503, 81, 1, 12, 3002.00, 3002.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040778732111', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225504, 81, 1, 11, 1561.00, 1561.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040713083010', 2, 1, 3397, 71, NULL, '2025-04-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225505, 81, 1, 12, 1817.00, 1817.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040787905013', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225506, 81, 1, 10, 1483.00, 1483.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040790520120', 2, 1, 3397, 71, NULL, '2025-04-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225507, 81, 1, 13, 1614.00, 1614.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040715968121', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225508, 81, 1, 15, 3961.00, 3961.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040710998115', 2, 1, 3397, 71, NULL, '2025-04-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225509, 81, 1, 15, 2270.00, 2270.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040735076011', 2, 1, 3397, 71, NULL, '2025-04-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225510, 81, 1, 15, 3086.00, 3086.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040793790013', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225511, 81, 1, 12, 2800.00, 2800.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040782934115', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225512, 81, 1, 8, 1588.00, 1588.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040737482119', 2, 1, 3397, 71, NULL, '2025-04-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225513, 81, 1, 13, 2797.00, 2797.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716713113', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225514, 81, 1, 8, 1559.00, 1559.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040723875111', 2, 1, 3397, 71, NULL, '2025-04-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225515, 81, 1, 11, 1593.00, 1593.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040757035110', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225516, 81, 1, 15, 2200.00, 2200.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717218016', 2, 1, 3397, 71, NULL, '2025-04-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225517, 81, 1, 11, 2279.00, 2279.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040787298121', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225518, 81, 1, 10, 1746.00, 1746.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711589013', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225519, 81, 1, 10, 2104.00, 2104.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040795565113', 2, 1, 3397, 71, NULL, '2025-04-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225520, 81, 1, 15, 2312.00, 2312.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040714627117', 2, 1, 3397, 71, NULL, '2025-04-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225521, 81, 1, 15, 3360.00, 3360.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040716358017', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225522, 81, 1, 9, 1375.00, 1375.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717346114', 2, 1, 3397, 71, NULL, '2025-04-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225523, 81, 1, 14, 3595.00, 3595.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040747419118', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225524, 81, 1, 13, 2436.00, 2436.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040712103119', 2, 1, 3397, 71, NULL, '2025-04-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225525, 81, 1, 12, 2612.00, 2612.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040717014117', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225526, 81, 1, 13, 2053.00, 2053.00, 1, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL, 'CY25040711404121', 2, 1, 3397, 71, NULL, '2025-04-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225527, 73, 1, 9, 744.00, 744.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040863657116', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225528, 73, 1, 6, 725.00, 725.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825145117', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225529, 73, 1, 4, 583.00, 583.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812553118', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225530, 73, 1, 5, 595.00, 595.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040886480016', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225531, 73, 1, 9, 2114.00, 2114.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817126113', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225532, 73, 1, 6, 407.00, 407.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821772010', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225533, 73, 1, 5, 594.00, 594.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885288119', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225534, 73, 1, 5, 435.00, 435.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894573115', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225535, 73, 1, 5, 709.00, 709.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821442012', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225536, 73, 1, 5, 1082.00, 1082.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830596124', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225537, 73, 1, 8, 1814.00, 1814.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816739113', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225538, 73, 1, 5, 738.00, 738.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813076011', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225539, 73, 1, 7, 1102.00, 1102.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812853011', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225540, 73, 1, 10, 2526.00, 2526.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813727116', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225541, 73, 1, 10, 1719.00, 1719.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834134017', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225542, 73, 1, 6, 748.00, 748.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040847022016', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225543, 73, 1, 5, 964.00, 964.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040895538010', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225544, 73, 1, 9, 738.00, 738.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811533119', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225545, 73, 1, 4, 455.00, 455.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821298018', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225546, 73, 1, 5, 846.00, 846.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815699011', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225547, 73, 1, 10, 1771.00, 1771.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832151010', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225548, 73, 1, 9, 1518.00, 1518.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811857115', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225549, 73, 1, 8, 1251.00, 1251.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811207016', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225550, 73, 1, 5, 429.00, 429.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040856542120', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225551, 73, 1, 8, 1273.00, 1273.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814888018', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225552, 73, 1, 9, 1470.00, 1470.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814374117', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225553, 73, 1, 8, 2205.00, 2205.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040844965111', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225554, 73, 1, 4, 523.00, 523.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040827289110', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225555, 73, 1, 9, 802.00, 802.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813572011', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225556, 73, 1, 5, 595.00, 595.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814457111', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225557, 73, 1, 5, 911.00, 911.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040845650120', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225558, 73, 1, 4, 588.00, 588.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812421124', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225559, 73, 1, 6, 439.00, 439.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815189122', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225560, 73, 1, 5, 858.00, 858.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810555123', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225561, 73, 1, 6, 1187.00, 1187.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817195121', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225562, 73, 1, 10, 2518.00, 2518.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811450124', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225563, 73, 1, 9, 1812.00, 1812.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040864510011', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225564, 73, 1, 8, 1554.00, 1554.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812534116', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225565, 73, 1, 8, 1210.00, 1210.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814268113', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225566, 73, 1, 9, 1336.00, 1336.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816479118', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225567, 73, 1, 4, 712.00, 712.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870798118', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225568, 73, 1, 5, 738.00, 738.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879818124', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225569, 73, 1, 5, 542.00, 542.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837363011', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225570, 73, 1, 4, 578.00, 578.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812462017', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225571, 73, 1, 10, 2180.00, 2180.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812655010', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225572, 73, 1, 5, 738.00, 738.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848075110', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225573, 73, 1, 5, 812.00, 812.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040831119124', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225574, 73, 1, 4, 504.00, 504.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040866440118', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225575, 73, 1, 6, 1079.00, 1079.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873159118', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225576, 73, 1, 8, 1531.00, 1531.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811249114', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225577, 73, 1, 4, 846.00, 846.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040875591119', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225578, 73, 1, 9, 1839.00, 1839.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812166125', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225579, 73, 1, 5, 771.00, 771.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812836018', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225580, 73, 1, 7, 1295.00, 1295.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810554014', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225581, 73, 1, 4, 470.00, 470.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815632121', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225582, 73, 1, 4, 768.00, 768.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868235114', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225583, 73, 1, 4, 668.00, 668.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815377019', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225584, 73, 1, 9, 1128.00, 1128.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894549114', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225585, 73, 1, 10, 1868.00, 1868.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040897353018', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225586, 73, 1, 8, 1597.00, 1597.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854725126', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225587, 73, 1, 4, 434.00, 434.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814240121', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225588, 73, 1, 6, 427.00, 427.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817140124', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225589, 73, 1, 10, 2031.00, 2031.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819906118', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225590, 73, 1, 10, 2368.00, 2368.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040878030121', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225591, 73, 1, 7, 1245.00, 1245.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812751118', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225592, 73, 1, 9, 1509.00, 1509.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040876908111', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225593, 73, 1, 10, 1178.00, 1178.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816439013', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225594, 73, 1, 4, 606.00, 606.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814559116', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225595, 73, 1, 6, 1132.00, 1132.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817436125', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225596, 73, 1, 9, 2091.00, 2091.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810444119', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225597, 73, 1, 7, 1572.00, 1572.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848964126', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225598, 73, 1, 10, 1951.00, 1951.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814241112', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225599, 73, 1, 9, 2034.00, 2034.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839223124', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225600, 73, 1, 4, 515.00, 515.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862753126', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225601, 73, 1, 7, 1255.00, 1255.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812100111', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225602, 73, 1, 8, 1714.00, 1714.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811920121', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225603, 73, 1, 5, 585.00, 585.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040838130126', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225604, 73, 1, 6, 1248.00, 1248.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040897234120', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225605, 73, 1, 9, 1690.00, 1690.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832476123', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225606, 73, 1, 9, 1742.00, 1742.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814259123', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225607, 73, 1, 7, 1102.00, 1102.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868511116', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225608, 73, 1, 8, 1754.00, 1754.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862177013', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225609, 73, 1, 7, 1604.00, 1604.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896290113', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225610, 73, 1, 10, 2150.00, 2150.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833123110', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225611, 73, 1, 8, 1594.00, 1594.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849112011', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225612, 73, 1, 7, 1212.00, 1212.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810976013', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225613, 73, 1, 8, 1732.00, 1732.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814171115', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225614, 73, 1, 6, 1529.00, 1529.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814755116', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225615, 73, 1, 6, 1267.00, 1267.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040829318012', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225616, 73, 1, 6, 779.00, 779.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814749014', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225617, 73, 1, 6, 1301.00, 1301.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814610015', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225618, 73, 1, 5, 843.00, 843.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810201018', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225619, 73, 1, 9, 1773.00, 1773.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867465112', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225620, 73, 1, 5, 752.00, 752.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040845012016', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225621, 73, 1, 9, 910.00, 910.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887379010', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225622, 73, 1, 6, 952.00, 952.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040828013019', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225623, 73, 1, 10, 2094.00, 2094.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858732126', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225624, 74, 1, 10, 2419.00, 2419.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873242117', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225625, 74, 1, 10, 2409.00, 2409.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816804015', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225626, 74, 1, 8, 1307.00, 1307.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813042112', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225627, 74, 1, 10, 1833.00, 1833.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841736121', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225628, 74, 1, 8, 1936.00, 1936.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040855974013', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225629, 74, 1, 4, 844.00, 844.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816320118', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225630, 74, 1, 10, 1714.00, 1714.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823133125', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225631, 74, 1, 7, 963.00, 963.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874739013', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225632, 74, 1, 5, 376.00, 376.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811764111', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225633, 74, 1, 4, 537.00, 537.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825638125', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225634, 74, 1, 4, 712.00, 712.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810558019', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225635, 74, 1, 6, 745.00, 745.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810138014', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225636, 74, 1, 6, 583.00, 583.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040824981015', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225637, 74, 1, 4, 380.00, 380.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877427011', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225638, 74, 1, 8, 1203.00, 1203.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848324114', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225639, 74, 1, 7, 1009.00, 1009.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885902121', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225640, 74, 1, 5, 361.00, 361.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893574113', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225641, 74, 1, 10, 2120.00, 2120.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815595010', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225642, 74, 1, 6, 1323.00, 1323.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817091122', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225643, 74, 1, 8, 1155.00, 1155.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040878766110', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225644, 74, 1, 5, 888.00, 888.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846509123', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225645, 74, 1, 6, 892.00, 892.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819569019', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225646, 74, 1, 8, 1792.00, 1792.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040828349117', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225647, 74, 1, 6, 927.00, 927.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040826940124', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225648, 74, 1, 9, 1192.00, 1192.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810421125', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225649, 74, 1, 4, 888.00, 888.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893349019', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225650, 74, 1, 8, 1911.00, 1911.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040876457111', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225651, 74, 1, 10, 1807.00, 1807.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814962017', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225652, 74, 1, 8, 2001.00, 2001.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882245121', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225653, 74, 1, 7, 986.00, 986.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040838288121', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225654, 74, 1, 4, 387.00, 387.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812210112', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225655, 74, 1, 9, 2072.00, 2072.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813335011', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225656, 74, 1, 7, 1001.00, 1001.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816574118', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225657, 74, 1, 6, 723.00, 723.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811853011', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225658, 74, 1, 8, 1518.00, 1518.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816699113', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225659, 74, 1, 6, 928.00, 928.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040890884121', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225660, 74, 1, 10, 1285.00, 1285.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896455125', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225661, 74, 1, 10, 1679.00, 1679.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884866010', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225662, 74, 1, 10, 1934.00, 1934.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854235016', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225663, 74, 1, 8, 1995.00, 1995.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810839125', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225664, 74, 1, 10, 1814.00, 1814.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040851434015', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225665, 74, 1, 8, 1450.00, 1450.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812608121', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225666, 74, 1, 9, 1742.00, 1742.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812545019', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225667, 74, 1, 4, 726.00, 726.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040860195110', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225668, 74, 1, 6, 1026.00, 1026.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040861222010', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225669, 74, 1, 7, 1090.00, 1090.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811186010', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225670, 74, 1, 7, 1528.00, 1528.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882553112', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225671, 74, 1, 8, 1943.00, 1943.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849931012', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225672, 74, 1, 5, 903.00, 903.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816674018', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225673, 74, 1, 5, 681.00, 681.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821958121', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225674, 74, 1, 5, 652.00, 652.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893174012', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225675, 74, 1, 10, 1584.00, 1584.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810690014', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225676, 74, 1, 7, 1064.00, 1064.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893184014', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225677, 74, 1, 10, 2004.00, 2004.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813979112', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225678, 74, 1, 7, 1699.00, 1699.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825770117', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225679, 74, 1, 7, 944.00, 944.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040831188121', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225680, 74, 1, 7, 1090.00, 1090.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815446123', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225681, 74, 1, 9, 1895.00, 1895.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815559118', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225682, 74, 1, 8, 1536.00, 1536.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868678018', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225683, 74, 1, 8, 1757.00, 1757.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817337017', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225684, 74, 1, 6, 569.00, 569.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811131120', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225685, 74, 1, 9, 1850.00, 1850.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830073112', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225686, 74, 1, 4, 514.00, 514.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810145115', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225687, 74, 1, 10, 1619.00, 1619.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810171110', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225688, 74, 1, 5, 704.00, 704.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815019015', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225689, 74, 1, 5, 875.00, 875.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810682116', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225690, 74, 1, 8, 2005.00, 2005.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811370114', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225691, 74, 1, 8, 1927.00, 1927.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848603011', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225692, 74, 1, 9, 1257.00, 1257.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814943110', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225693, 74, 1, 9, 2066.00, 2066.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040898114115', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225694, 74, 1, 4, 748.00, 748.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817319010', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225695, 74, 1, 5, 789.00, 789.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877711117', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225696, 74, 1, 4, 630.00, 630.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811661121', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225697, 74, 1, 10, 1467.00, 1467.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810037110', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225698, 74, 1, 7, 1408.00, 1408.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858532118', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225699, 74, 1, 10, 1401.00, 1401.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885245112', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225700, 74, 1, 7, 981.00, 981.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815358012', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225701, 74, 1, 7, 1048.00, 1048.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837426019', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225702, 74, 1, 4, 825.00, 825.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811024112', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225703, 74, 1, 7, 1594.00, 1594.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884846114', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225704, 74, 1, 6, 766.00, 766.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834465120', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225705, 74, 1, 9, 1404.00, 1404.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877536010', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225706, 74, 1, 9, 982.00, 982.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814583015', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225707, 74, 1, 5, 552.00, 552.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040826172019', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225708, 74, 1, 10, 1523.00, 1523.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812796119', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225709, 74, 1, 6, 1132.00, 1132.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879042011', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225710, 74, 1, 8, 1815.00, 1815.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812609124', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225711, 74, 1, 9, 1058.00, 1058.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813203019', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225712, 74, 1, 9, 1835.00, 1835.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814043019', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225713, 74, 1, 6, 1377.00, 1377.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040824142010', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225714, 74, 1, 7, 1353.00, 1353.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837515124', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225715, 74, 1, 7, 881.00, 881.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813169118', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225716, 75, 1, 5, 550.00, 550.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813128120', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225717, 75, 1, 5, 866.00, 866.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811322012', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225718, 75, 1, 9, 2147.00, 2147.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813670113', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225719, 75, 1, 9, 1677.00, 1677.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888888118', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225720, 75, 1, 5, 950.00, 950.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832064016', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225721, 75, 1, 6, 1104.00, 1104.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879475010', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225722, 75, 1, 7, 1205.00, 1205.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874372010', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225723, 75, 1, 7, 872.00, 872.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816007125', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225724, 75, 1, 7, 1578.00, 1578.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040881774120', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225725, 75, 1, 7, 1690.00, 1690.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040842978112', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225726, 75, 1, 10, 2443.00, 2443.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814395119', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225727, 75, 1, 8, 1926.00, 1926.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815016019', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225728, 75, 1, 4, 718.00, 718.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040840703010', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225729, 75, 1, 7, 1297.00, 1297.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814329120', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225730, 75, 1, 4, 873.00, 873.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810764116', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225731, 75, 1, 10, 1730.00, 1730.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812549117', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225732, 75, 1, 7, 1129.00, 1129.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811016121', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225733, 75, 1, 9, 1817.00, 1817.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810931126', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225734, 75, 1, 6, 980.00, 980.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816209012', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225735, 75, 1, 8, 1815.00, 1815.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873444121', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225736, 75, 1, 8, 1512.00, 1512.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040876157016', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225737, 75, 1, 7, 1439.00, 1439.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815002119', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225738, 75, 1, 5, 429.00, 429.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040860180015', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225739, 75, 1, 8, 1596.00, 1596.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813017019', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225740, 75, 1, 8, 1983.00, 1983.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040840430018', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225741, 75, 1, 8, 1538.00, 1538.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885045112', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225742, 75, 1, 5, 513.00, 513.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812299115', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225743, 75, 1, 7, 1349.00, 1349.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815069019', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225744, 75, 1, 8, 1527.00, 1527.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841733012', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225745, 75, 1, 4, 718.00, 718.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815481018', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225746, 75, 1, 5, 775.00, 775.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040871431125', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225747, 75, 1, 4, 542.00, 542.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040855460017', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225748, 75, 1, 8, 1745.00, 1745.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040899485121', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225749, 75, 1, 6, 1253.00, 1253.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810592120', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225750, 75, 1, 6, 621.00, 621.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821869017', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225751, 75, 1, 9, 1792.00, 1792.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816389115', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225752, 75, 1, 10, 2182.00, 2182.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816275014', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225753, 75, 1, 9, 2096.00, 2096.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862082011', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225754, 75, 1, 7, 1356.00, 1356.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811297121', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225755, 75, 1, 5, 584.00, 584.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040871122115', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225756, 75, 1, 9, 1303.00, 1303.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814266014', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225757, 75, 1, 5, 994.00, 994.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821577116', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225758, 75, 1, 10, 1502.00, 1502.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841953011', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225759, 75, 1, 5, 487.00, 487.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874590116', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225760, 75, 1, 6, 840.00, 840.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894878123', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225761, 75, 1, 4, 826.00, 826.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884408120', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225762, 75, 1, 7, 954.00, 954.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862939111', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225763, 75, 1, 6, 772.00, 772.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813160123', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225764, 75, 1, 9, 902.00, 902.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040871602121', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225765, 75, 1, 4, 402.00, 402.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811337115', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225766, 75, 1, 7, 1592.00, 1592.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040847572115', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225767, 75, 1, 5, 799.00, 799.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892684018', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225768, 75, 1, 7, 1168.00, 1168.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040838835110', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225769, 75, 1, 4, 888.00, 888.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040883130013', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225770, 75, 1, 8, 1977.00, 1977.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819993126', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225771, 75, 1, 7, 1518.00, 1518.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811605111', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225772, 75, 1, 4, 593.00, 593.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040842266019', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225773, 75, 1, 10, 1328.00, 1328.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879208118', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225774, 75, 1, 4, 409.00, 409.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810256119', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225775, 75, 1, 6, 1375.00, 1375.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837489013', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225776, 75, 1, 8, 2077.00, 2077.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811171124', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225777, 75, 1, 8, 1602.00, 1602.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813852016', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225778, 75, 1, 7, 1430.00, 1430.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815452117', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225779, 75, 1, 6, 480.00, 480.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817964119', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225780, 75, 1, 8, 1278.00, 1278.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867793014', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225781, 75, 1, 7, 1279.00, 1279.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816632010', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225782, 75, 1, 6, 622.00, 622.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040883281010', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225783, 75, 1, 7, 1020.00, 1020.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817096112', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225784, 75, 1, 9, 1576.00, 1576.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815498018', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225785, 75, 1, 4, 608.00, 608.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833919019', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225786, 75, 1, 9, 954.00, 954.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040855920011', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225787, 75, 1, 10, 1327.00, 1327.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815831124', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225788, 75, 1, 5, 656.00, 656.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810911110', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225789, 75, 1, 10, 2327.00, 2327.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848770015', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225790, 75, 1, 6, 894.00, 894.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841630014', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225791, 75, 1, 10, 2437.00, 2437.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810227113', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225792, 75, 1, 5, 595.00, 595.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040866402113', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225793, 75, 1, 4, 663.00, 663.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811163115', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225794, 75, 1, 7, 1405.00, 1405.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813578114', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225795, 75, 1, 6, 601.00, 601.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810500012', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225796, 75, 1, 4, 633.00, 633.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813711125', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225797, 75, 1, 6, 691.00, 691.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811271120', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225798, 75, 1, 4, 690.00, 690.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814380115', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225799, 75, 1, 10, 2141.00, 2141.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040836613121', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225800, 75, 1, 6, 615.00, 615.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040845428123', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225801, 75, 1, 4, 696.00, 696.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813476014', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225802, 75, 1, 8, 1377.00, 1377.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885192015', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225803, 75, 1, 5, 993.00, 993.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040856006124', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225804, 75, 1, 10, 1679.00, 1679.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810585126', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225805, 75, 1, 4, 539.00, 539.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854481111', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225806, 75, 1, 8, 1829.00, 1829.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040856396013', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225807, 75, 1, 5, 612.00, 612.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040895332118', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225808, 75, 1, 5, 407.00, 407.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814164116', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225809, 75, 1, 7, 1369.00, 1369.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879030019', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225810, 75, 1, 4, 888.00, 888.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040861112119', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225811, 75, 1, 7, 1026.00, 1026.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810311126', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225812, 75, 1, 8, 1422.00, 1422.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814447015', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225813, 75, 1, 8, 1283.00, 1283.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814397011', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225814, 75, 1, 7, 883.00, 883.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868979118', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225815, 75, 1, 8, 1420.00, 1420.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040861887111', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225816, 75, 1, 5, 982.00, 982.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865519011', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225817, 75, 1, 4, 529.00, 529.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815140121', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225818, 75, 1, 6, 956.00, 956.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812185012', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225819, 76, 1, 6, 1108.00, 1108.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810092016', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225820, 76, 1, 9, 1529.00, 1529.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885534121', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225821, 76, 1, 7, 1402.00, 1402.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814962126', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225822, 76, 1, 9, 1665.00, 1665.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040829404014', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225823, 76, 1, 7, 940.00, 940.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816398013', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225824, 76, 1, 7, 1367.00, 1367.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846234122', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225825, 76, 1, 6, 1187.00, 1187.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812269125', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225826, 76, 1, 9, 1603.00, 1603.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848566014', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225827, 76, 1, 11, 1476.00, 1476.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814694119', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225828, 76, 1, 7, 1682.00, 1682.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814545010', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225829, 76, 1, 7, 718.00, 718.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814798118', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225830, 76, 1, 10, 1243.00, 1243.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812688014', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225831, 76, 1, 12, 1728.00, 1728.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814230114', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225832, 76, 1, 10, 2058.00, 2058.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833395013', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225833, 76, 1, 10, 1477.00, 1477.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815410115', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225834, 76, 1, 11, 2761.00, 2761.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877757011', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225835, 76, 1, 8, 1789.00, 1789.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819885118', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225836, 76, 1, 8, 1860.00, 1860.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810055119', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225837, 76, 1, 6, 592.00, 592.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812441118', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225838, 76, 1, 7, 1163.00, 1163.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817826012', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225839, 76, 1, 7, 1339.00, 1339.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815670016', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225840, 76, 1, 10, 1806.00, 1806.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812022121', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225841, 76, 1, 6, 423.00, 423.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865820110', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225842, 76, 1, 10, 1576.00, 1576.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814974013', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225843, 76, 1, 11, 2292.00, 2292.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892948111', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225844, 76, 1, 10, 1656.00, 1656.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810720015', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225845, 76, 1, 11, 1898.00, 1898.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815208014', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225846, 76, 1, 8, 1589.00, 1589.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834516012', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225847, 76, 1, 7, 977.00, 977.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040827929011', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225848, 76, 1, 6, 1025.00, 1025.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040881947112', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225849, 76, 1, 10, 1477.00, 1477.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040899527126', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225850, 76, 1, 11, 1730.00, 1730.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841125015', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225851, 76, 1, 11, 2043.00, 2043.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815086115', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225852, 76, 1, 11, 1778.00, 1778.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817529012', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225853, 76, 1, 9, 1101.00, 1101.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815840115', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225854, 76, 1, 6, 607.00, 607.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888771015', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225855, 76, 1, 12, 2871.00, 2871.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893393125', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225856, 76, 1, 10, 1350.00, 1350.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040842056115', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225857, 76, 1, 9, 1211.00, 1211.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812292116', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225858, 76, 1, 6, 1273.00, 1273.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040842985016', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225859, 76, 1, 11, 2166.00, 2166.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815874123', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225860, 76, 1, 11, 2369.00, 2369.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821696119', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225861, 76, 1, 10, 1504.00, 1504.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811201013', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225862, 76, 1, 10, 1999.00, 1999.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857924113', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225863, 76, 1, 12, 2679.00, 2679.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849728119', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225864, 76, 1, 7, 1634.00, 1634.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865392019', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225865, 76, 1, 12, 2891.00, 2891.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815383113', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225866, 76, 1, 8, 1607.00, 1607.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846535013', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225867, 76, 1, 7, 1219.00, 1219.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810509111', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225868, 76, 1, 10, 2149.00, 2149.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810335111', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225869, 76, 1, 10, 2061.00, 2061.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848978012', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225870, 76, 1, 8, 1452.00, 1452.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823770018', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225871, 76, 1, 10, 1666.00, 1666.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815596114', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225872, 76, 1, 6, 1111.00, 1111.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040820973119', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225873, 76, 1, 6, 1043.00, 1043.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823865121', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225874, 76, 1, 12, 2276.00, 2276.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814405125', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225875, 76, 1, 10, 1598.00, 1598.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040852637112', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225876, 76, 1, 10, 2158.00, 2158.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862570013', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225877, 76, 1, 10, 1421.00, 1421.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893354010', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225878, 76, 1, 9, 942.00, 942.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040878500115', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225879, 76, 1, 7, 684.00, 684.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825672014', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225880, 76, 1, 9, 1530.00, 1530.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811575017', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225881, 76, 1, 8, 1721.00, 1721.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812922017', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225882, 76, 1, 12, 1876.00, 1876.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849281112', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225883, 76, 1, 6, 794.00, 794.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813526124', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225884, 76, 1, 11, 2232.00, 2232.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819125014', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225885, 76, 1, 11, 1777.00, 1777.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814254122', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225886, 76, 1, 8, 1924.00, 1924.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811332017', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225887, 76, 1, 10, 1585.00, 1585.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040824991126', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225888, 76, 1, 9, 1258.00, 1258.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811452011', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225889, 76, 1, 11, 1909.00, 1909.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040899992112', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225890, 76, 1, 8, 1562.00, 1562.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814427015', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225891, 76, 1, 12, 2835.00, 2835.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865203120', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225892, 76, 1, 10, 2367.00, 2367.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887982110', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225893, 76, 1, 11, 2451.00, 2451.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814765126', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225894, 76, 1, 7, 1658.00, 1658.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810636122', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225895, 76, 1, 12, 2947.00, 2947.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813154120', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225896, 76, 1, 7, 1185.00, 1185.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811670017', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225897, 76, 1, 7, 1218.00, 1218.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810384114', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225898, 76, 1, 12, 2816.00, 2816.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812498016', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225899, 76, 1, 12, 2524.00, 2524.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815599125', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225900, 76, 1, 9, 1710.00, 1710.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811886011', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225901, 76, 1, 10, 2432.00, 2432.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815566013', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225902, 76, 1, 9, 1625.00, 1625.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040876581118', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225903, 76, 1, 9, 1300.00, 1300.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839642012', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225904, 76, 1, 6, 1165.00, 1165.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811295014', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225905, 76, 1, 12, 3031.00, 3031.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814657126', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225906, 77, 1, 12, 2360.00, 2360.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833966016', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225907, 77, 1, 11, 1596.00, 1596.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811156121', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225908, 77, 1, 8, 1578.00, 1578.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040859081117', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225909, 77, 1, 12, 1867.00, 1867.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857854010', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225910, 77, 1, 8, 1933.00, 1933.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815598124', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225911, 77, 1, 7, 1377.00, 1377.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846673125', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225912, 77, 1, 9, 1256.00, 1256.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815289118', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225913, 77, 1, 10, 2024.00, 2024.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817151114', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225914, 77, 1, 8, 1652.00, 1652.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849570119', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225915, 77, 1, 7, 1296.00, 1296.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040828777113', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225916, 77, 1, 8, 1828.00, 1828.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813402013', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225917, 77, 1, 9, 889.00, 889.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839222016', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225918, 77, 1, 12, 2721.00, 2721.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811744125', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225919, 77, 1, 12, 2762.00, 2762.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894292110', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225920, 77, 1, 6, 844.00, 844.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816473124', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225921, 77, 1, 9, 1060.00, 1060.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872903014', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225922, 77, 1, 9, 860.00, 860.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812306123', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225923, 77, 1, 9, 1785.00, 1785.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040838126011', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225924, 77, 1, 8, 1476.00, 1476.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815326123', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225925, 77, 1, 9, 1559.00, 1559.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817364114', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225926, 77, 1, 11, 1844.00, 1844.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815092016', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225927, 77, 1, 6, 1355.00, 1355.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040886998118', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225928, 77, 1, 7, 1112.00, 1112.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837124126', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225929, 77, 1, 7, 860.00, 860.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040836235111', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225930, 77, 1, 10, 1624.00, 1624.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874340110', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225931, 77, 1, 10, 2189.00, 2189.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040864961118', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225932, 77, 1, 7, 1015.00, 1015.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040829548117', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225933, 77, 1, 6, 585.00, 585.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816768113', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225934, 77, 1, 7, 998.00, 998.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810589017', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225935, 77, 1, 7, 941.00, 941.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816034118', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225936, 77, 1, 7, 1683.00, 1683.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040850548017', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225937, 77, 1, 12, 2217.00, 2217.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872800115', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225938, 77, 1, 11, 2749.00, 2749.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858892121', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225939, 77, 1, 7, 1266.00, 1266.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814737115', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225940, 77, 1, 6, 583.00, 583.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849030123', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225941, 77, 1, 10, 1915.00, 1915.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823251119', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225942, 77, 1, 10, 1796.00, 1796.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813975016', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225943, 77, 1, 7, 1060.00, 1060.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810989019', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225944, 77, 1, 9, 1288.00, 1288.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813396013', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225945, 77, 1, 12, 2900.00, 2900.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040826159012', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225946, 77, 1, 7, 1209.00, 1209.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040898033017', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225947, 77, 1, 11, 2516.00, 2516.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040826064110', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225948, 77, 1, 10, 1589.00, 1589.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815916121', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225949, 77, 1, 7, 1519.00, 1519.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815129013', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225950, 77, 1, 10, 1608.00, 1608.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823693019', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225951, 77, 1, 10, 1662.00, 1662.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813807116', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225952, 77, 1, 7, 1192.00, 1192.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870439015', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225953, 77, 1, 12, 2709.00, 2709.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814106017', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225954, 77, 1, 6, 1082.00, 1082.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815482019', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225955, 77, 1, 7, 1265.00, 1265.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040822109014', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225956, 77, 1, 8, 1353.00, 1353.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817283111', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225957, 77, 1, 8, 1431.00, 1431.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810804123', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225958, 77, 1, 12, 2145.00, 2145.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040828954114', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225959, 77, 1, 12, 2539.00, 2539.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815457113', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225960, 77, 1, 8, 1950.00, 1950.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835970121', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225961, 77, 1, 12, 2920.00, 2920.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815689013', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225962, 77, 1, 7, 1348.00, 1348.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814526110', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225963, 77, 1, 9, 1625.00, 1625.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811988122', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225964, 77, 1, 7, 987.00, 987.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810407126', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225965, 77, 1, 12, 1792.00, 1792.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812505116', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225966, 77, 1, 12, 3046.00, 3046.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810489124', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225967, 77, 1, 8, 1538.00, 1538.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811290116', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225968, 77, 1, 6, 733.00, 733.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040856159017', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225969, 77, 1, 11, 1926.00, 1926.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815676123', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225970, 77, 1, 12, 2812.00, 2812.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814642014', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225971, 77, 1, 8, 1535.00, 1535.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894722010', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225972, 77, 1, 10, 2727.00, 2727.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040824744012', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225973, 77, 1, 11, 2356.00, 2356.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040878272013', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225974, 77, 1, 10, 1564.00, 1564.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813102119', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225975, 77, 1, 8, 1895.00, 1895.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040875176112', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225976, 77, 1, 11, 1786.00, 1786.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814488017', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225977, 77, 1, 7, 1447.00, 1447.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812009018', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225978, 77, 1, 11, 2289.00, 2289.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816530119', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225979, 77, 1, 10, 1524.00, 1524.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812475116', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225980, 77, 1, 9, 1916.00, 1916.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040852743124', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225981, 77, 1, 12, 2895.00, 2895.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816923015', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225982, 77, 1, 11, 2209.00, 2209.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814792123', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225983, 77, 1, 8, 1467.00, 1467.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892273122', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225984, 77, 1, 8, 1876.00, 1876.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817114125', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225985, 77, 1, 11, 1951.00, 1951.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810112118', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225986, 77, 1, 8, 2029.00, 2029.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884109119', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225987, 77, 1, 10, 1883.00, 1883.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813242116', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225988, 77, 1, 10, 1772.00, 1772.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835719114', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225989, 77, 1, 12, 2435.00, 2435.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891697015', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225990, 77, 1, 11, 2454.00, 2454.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813104010', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225991, 77, 1, 10, 2098.00, 2098.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816094113', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225992, 77, 1, 10, 1421.00, 1421.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812076013', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225993, 77, 1, 12, 2638.00, 2638.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813438016', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225994, 77, 1, 6, 533.00, 533.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040828224125', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225995, 77, 1, 6, 1007.00, 1007.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867402122', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225996, 77, 1, 7, 1136.00, 1136.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040863840115', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225997, 77, 1, 12, 2425.00, 2425.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884813119', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225998, 77, 1, 11, 1642.00, 1642.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892137017', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (225999, 77, 1, 6, 1041.00, 1041.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817074124', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226000, 77, 1, 6, 1103.00, 1103.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810034114', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226001, 77, 1, 9, 1805.00, 1805.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812180016', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226002, 77, 1, 10, 1635.00, 1635.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848548018', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226003, 77, 1, 6, 721.00, 721.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891262117', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226004, 77, 1, 12, 2356.00, 2356.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815484123', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226005, 78, 1, 9, 1878.00, 1878.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812294123', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226006, 78, 1, 8, 1666.00, 1666.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872437114', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226007, 78, 1, 6, 449.00, 449.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810229122', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226008, 78, 1, 9, 1727.00, 1727.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040861624119', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226009, 78, 1, 12, 2746.00, 2746.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891197124', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226010, 78, 1, 10, 2297.00, 2297.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040852222126', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226011, 78, 1, 9, 1276.00, 1276.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040860257115', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226012, 78, 1, 9, 1915.00, 1915.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870562119', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226013, 78, 1, 12, 2073.00, 2073.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811991118', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226014, 78, 1, 9, 996.00, 996.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811468013', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226015, 78, 1, 11, 1259.00, 1259.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040840984016', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226016, 78, 1, 6, 711.00, 711.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891002014', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226017, 78, 1, 9, 1173.00, 1173.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887417125', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226018, 78, 1, 8, 1860.00, 1860.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884045011', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226019, 78, 1, 12, 2106.00, 2106.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040864234112', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226020, 78, 1, 8, 1706.00, 1706.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040849776118', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226021, 78, 1, 7, 1476.00, 1476.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814076013', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226022, 78, 1, 11, 1613.00, 1613.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812682111', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226023, 78, 1, 12, 1986.00, 1986.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893223114', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226024, 78, 1, 8, 1467.00, 1467.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040859039018', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226025, 78, 1, 6, 756.00, 756.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813949019', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226026, 78, 1, 7, 859.00, 859.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816871018', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226027, 78, 1, 6, 1313.00, 1313.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879516118', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226028, 78, 1, 7, 904.00, 904.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810287110', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226029, 78, 1, 12, 1788.00, 1788.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817012112', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226030, 78, 1, 6, 512.00, 512.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873432118', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226031, 78, 1, 6, 623.00, 623.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811804011', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226032, 78, 1, 8, 1443.00, 1443.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810973017', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226033, 78, 1, 7, 1738.00, 1738.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815594016', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226034, 78, 1, 6, 527.00, 527.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811572113', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226035, 78, 1, 11, 1762.00, 1762.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815836113', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226036, 78, 1, 9, 1008.00, 1008.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848456119', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226037, 78, 1, 11, 1784.00, 1784.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892034124', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226038, 78, 1, 7, 1456.00, 1456.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858752118', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226039, 78, 1, 10, 1816.00, 1816.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858967121', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226040, 78, 1, 9, 2305.00, 2305.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810423125', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226041, 78, 1, 12, 2368.00, 2368.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893228018', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226042, 78, 1, 12, 2702.00, 2702.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814178125', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226043, 78, 1, 8, 1375.00, 1375.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816668112', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226044, 78, 1, 10, 1594.00, 1594.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830177124', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226045, 78, 1, 7, 1138.00, 1138.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868920122', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226046, 78, 1, 10, 1961.00, 1961.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839882121', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226047, 78, 1, 9, 1646.00, 1646.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891156112', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226048, 78, 1, 8, 1853.00, 1853.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835227120', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226049, 78, 1, 12, 2456.00, 2456.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813586117', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226050, 78, 1, 9, 1381.00, 1381.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894927013', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226051, 78, 1, 11, 1273.00, 1273.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873477111', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226052, 78, 1, 10, 1536.00, 1536.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040831508019', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226053, 78, 1, 9, 1650.00, 1650.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885541012', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226054, 78, 1, 6, 1539.00, 1539.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812919120', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226055, 78, 1, 11, 1646.00, 1646.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814802112', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226056, 78, 1, 6, 1353.00, 1353.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837859019', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226057, 78, 1, 6, 947.00, 947.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810322112', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226058, 78, 1, 8, 1780.00, 1780.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815946015', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226059, 78, 1, 12, 1885.00, 1885.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813994016', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226060, 78, 1, 12, 1828.00, 1828.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040845148121', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226061, 78, 1, 6, 1257.00, 1257.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896056125', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226062, 78, 1, 7, 1225.00, 1225.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040836638122', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226063, 78, 1, 10, 2548.00, 2548.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813517124', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226064, 78, 1, 8, 1810.00, 1810.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813435019', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226065, 78, 1, 9, 2068.00, 2068.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888828016', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226066, 78, 1, 7, 1556.00, 1556.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816264018', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226067, 78, 1, 9, 1330.00, 1330.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040895288119', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226068, 78, 1, 10, 1623.00, 1623.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811233124', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226069, 78, 1, 12, 2796.00, 2796.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841401114', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226070, 78, 1, 6, 1049.00, 1049.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812427122', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226071, 78, 1, 11, 2497.00, 2497.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846956122', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226072, 78, 1, 7, 1436.00, 1436.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040866584013', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226073, 78, 1, 10, 2187.00, 2187.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815188121', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226074, 78, 1, 9, 2042.00, 2042.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040847675019', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226075, 78, 1, 10, 1365.00, 1365.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814792111', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226076, 78, 1, 7, 1474.00, 1474.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814481113', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226077, 78, 1, 10, 1671.00, 1671.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813431015', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226078, 78, 1, 9, 946.00, 946.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814385110', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226079, 78, 1, 10, 1801.00, 1801.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872802120', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226080, 78, 1, 8, 1311.00, 1311.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812918014', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226081, 78, 1, 8, 1662.00, 1662.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040820542117', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226082, 78, 1, 10, 1663.00, 1663.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813490019', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226083, 78, 1, 8, 1999.00, 1999.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834325114', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226084, 78, 1, 9, 658.00, 658.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813993117', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226085, 78, 1, 8, 1347.00, 1347.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814363117', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226086, 78, 1, 10, 1446.00, 1446.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817152010', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226087, 78, 1, 10, 2292.00, 2292.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882891114', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226088, 78, 1, 8, 1996.00, 1996.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810240126', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226089, 79, 1, 8, 1248.00, 1248.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811464014', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226090, 79, 1, 8, 1399.00, 1399.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040897516119', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226091, 79, 1, 10, 1866.00, 1866.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877660116', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226092, 79, 1, 8, 1605.00, 1605.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839863112', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226093, 79, 1, 12, 2039.00, 2039.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040890698113', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226094, 79, 1, 9, 1592.00, 1592.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040897468119', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226095, 79, 1, 15, 3545.00, 3545.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815006017', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226096, 79, 1, 15, 3905.00, 3905.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810401018', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226097, 79, 1, 12, 2469.00, 2469.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813845115', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226098, 79, 1, 14, 2728.00, 2728.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040852562014', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226099, 79, 1, 13, 2046.00, 2046.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812890119', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226100, 79, 1, 11, 2329.00, 2329.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811742111', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226101, 79, 1, 13, 2482.00, 2482.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810704124', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226102, 79, 1, 12, 2328.00, 2328.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830278013', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226103, 79, 1, 10, 2304.00, 2304.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810228125', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226104, 79, 1, 15, 2975.00, 2975.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817634122', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226105, 79, 1, 12, 1520.00, 1520.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040839453014', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226106, 79, 1, 11, 2558.00, 2558.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817590121', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226107, 79, 1, 14, 3604.00, 3604.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814969013', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226108, 79, 1, 13, 1956.00, 1956.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811317116', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226109, 79, 1, 11, 2196.00, 2196.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812442124', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226110, 79, 1, 13, 3193.00, 3193.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815581012', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226111, 79, 1, 15, 2835.00, 2835.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811128115', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226112, 79, 1, 15, 4014.00, 4014.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814260018', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226113, 79, 1, 8, 1941.00, 1941.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810661114', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226114, 79, 1, 11, 1898.00, 1898.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887405115', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226115, 79, 1, 11, 2670.00, 2670.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813099015', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226116, 79, 1, 14, 2567.00, 2567.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814083018', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226117, 79, 1, 13, 2736.00, 2736.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810221123', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226118, 79, 1, 15, 2468.00, 2468.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816950015', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226119, 79, 1, 13, 2530.00, 2530.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813739114', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226120, 79, 1, 9, 1637.00, 1637.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811785017', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226121, 79, 1, 11, 1979.00, 1979.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812110014', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226122, 79, 1, 14, 2050.00, 2050.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040822878011', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226123, 79, 1, 13, 1884.00, 1884.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813230113', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226124, 79, 1, 15, 3550.00, 3550.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816955124', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226125, 79, 1, 13, 2594.00, 2594.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872167114', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226126, 79, 1, 10, 1681.00, 1681.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893448113', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226127, 79, 1, 11, 1778.00, 1778.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040861743017', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226128, 79, 1, 11, 2480.00, 2480.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867263011', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226129, 79, 1, 9, 1805.00, 1805.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888182123', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226130, 79, 1, 11, 2287.00, 2287.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040883096113', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226131, 79, 1, 13, 3228.00, 3228.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854358115', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226132, 79, 1, 8, 1449.00, 1449.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832781120', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226133, 79, 1, 14, 2955.00, 2955.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896272019', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226134, 79, 1, 12, 2052.00, 2052.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040898942010', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226135, 79, 1, 13, 2977.00, 2977.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040869886124', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226136, 79, 1, 15, 3444.00, 3444.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888852014', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226137, 79, 1, 8, 1429.00, 1429.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040821450121', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226138, 79, 1, 12, 1664.00, 1664.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848705110', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226139, 79, 1, 13, 2242.00, 2242.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811093122', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226140, 79, 1, 11, 2310.00, 2310.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812771018', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226141, 79, 1, 8, 1310.00, 1310.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873461015', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226142, 79, 1, 14, 2519.00, 2519.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814417118', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226143, 79, 1, 10, 2543.00, 2543.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815313120', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226144, 79, 1, 12, 2548.00, 2548.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040893438114', 2, 0, 3618, 71, NULL, '2025-06-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226145, 79, 1, 9, 1676.00, 1676.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887506125', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226146, 79, 1, 11, 2084.00, 2084.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811821124', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226147, 79, 1, 14, 2652.00, 2652.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814941120', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226148, 79, 1, 14, 2889.00, 2889.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040866173116', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226149, 79, 1, 8, 1877.00, 1877.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872377117', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226150, 79, 1, 8, 1780.00, 1780.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857404011', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226151, 79, 1, 11, 2058.00, 2058.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835707110', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226152, 79, 1, 14, 1786.00, 1786.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880013118', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226153, 79, 1, 12, 3258.00, 3258.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815174112', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226154, 79, 1, 8, 1554.00, 1554.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854764110', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226155, 79, 1, 9, 1562.00, 1562.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040831901114', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226156, 79, 1, 14, 2248.00, 2248.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873059120', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226157, 79, 1, 13, 2469.00, 2469.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846476016', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226158, 79, 1, 12, 2985.00, 2985.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040888059018', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226159, 79, 1, 9, 1096.00, 1096.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813813113', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226160, 79, 1, 8, 1087.00, 1087.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862977118', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226161, 79, 1, 9, 1849.00, 1849.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833394116', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226162, 79, 1, 15, 3772.00, 3772.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812569110', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226163, 79, 1, 13, 2925.00, 2925.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040885992019', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226164, 79, 1, 14, 3068.00, 3068.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816179121', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226165, 79, 1, 15, 2000.00, 2000.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812753115', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226166, 79, 1, 11, 2203.00, 2203.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812870017', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226167, 79, 1, 9, 1164.00, 1164.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814769119', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226168, 79, 1, 9, 1376.00, 1376.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040887257019', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226169, 79, 1, 8, 1450.00, 1450.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833683015', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226170, 79, 1, 8, 1546.00, 1546.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823920115', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226171, 79, 1, 12, 2678.00, 2678.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816172012', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226172, 79, 1, 9, 1903.00, 1903.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813889115', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226173, 79, 1, 15, 2659.00, 2659.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815108114', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226174, 79, 1, 12, 2295.00, 2295.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813669110', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226175, 80, 1, 8, 1784.00, 1784.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815108122', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226176, 80, 1, 8, 1759.00, 1759.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040869706018', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226177, 80, 1, 8, 1845.00, 1845.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880414124', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226178, 80, 1, 12, 2817.00, 2817.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810533116', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226179, 80, 1, 14, 2168.00, 2168.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816608116', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226180, 80, 1, 8, 1956.00, 1956.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816101125', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226181, 80, 1, 11, 2527.00, 2527.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816522010', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226182, 80, 1, 10, 1759.00, 1759.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040898718123', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226183, 80, 1, 9, 2096.00, 2096.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882143016', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226184, 80, 1, 15, 3184.00, 3184.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877196119', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226185, 80, 1, 8, 1969.00, 1969.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817708121', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226186, 80, 1, 8, 1874.00, 1874.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040846270121', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226187, 80, 1, 15, 2972.00, 2972.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040820457115', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226188, 80, 1, 12, 2583.00, 2583.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811826015', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226189, 80, 1, 15, 3429.00, 3429.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815658121', 2, 0, 3618, 71, NULL, '2025-05-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226190, 80, 1, 8, 1493.00, 1493.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814864012', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226191, 80, 1, 12, 2352.00, 2352.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040818704116', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226192, 80, 1, 14, 2396.00, 2396.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882170111', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226193, 80, 1, 13, 2405.00, 2405.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040881755014', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226194, 80, 1, 10, 2468.00, 2468.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817052112', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226195, 80, 1, 15, 2310.00, 2310.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832831112', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226196, 80, 1, 8, 1489.00, 1489.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857622115', 2, 0, 3618, 71, NULL, '2025-05-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226197, 80, 1, 9, 1366.00, 1366.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040876798018', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226198, 80, 1, 13, 2771.00, 2771.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040853753115', 2, 0, 3618, 71, NULL, '2025-05-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226199, 80, 1, 14, 3587.00, 3587.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830194123', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226200, 80, 1, 10, 1710.00, 1710.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815490119', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226201, 80, 1, 14, 1868.00, 1868.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880092016', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226202, 80, 1, 12, 2871.00, 2871.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040822523014', 2, 0, 3618, 71, NULL, '2025-05-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226203, 80, 1, 8, 1598.00, 1598.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814905120', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226204, 80, 1, 13, 2603.00, 2603.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816582124', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226205, 80, 1, 14, 2863.00, 2863.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813261014', 2, 0, 3618, 71, NULL, '2025-05-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226206, 80, 1, 10, 1127.00, 1127.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040875199116', 2, 0, 3618, 71, NULL, '2025-05-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226207, 80, 1, 8, 1446.00, 1446.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813088114', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226208, 80, 1, 10, 1806.00, 1806.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813320010', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226209, 80, 1, 15, 3475.00, 3475.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815213013', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226210, 80, 1, 11, 1673.00, 1673.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814155125', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226211, 80, 1, 13, 2616.00, 2616.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873902122', 2, 0, 3618, 71, NULL, '2025-05-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226212, 80, 1, 13, 3062.00, 3062.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040848300125', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226213, 80, 1, 13, 1880.00, 1880.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814085114', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226214, 80, 1, 9, 1359.00, 1359.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815041114', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226215, 80, 1, 11, 1723.00, 1723.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816372010', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226216, 80, 1, 12, 2466.00, 2466.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040877645124', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226217, 80, 1, 15, 3499.00, 3499.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858799011', 2, 0, 3618, 71, NULL, '2025-05-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226218, 80, 1, 14, 2601.00, 2601.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835644010', 2, 0, 3618, 71, NULL, '2025-05-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226219, 80, 1, 15, 3071.00, 3071.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040883453012', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226220, 80, 1, 8, 2003.00, 2003.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814808013', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226221, 80, 1, 13, 2214.00, 2214.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833820120', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226222, 80, 1, 15, 3898.00, 3898.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810086112', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226223, 80, 1, 9, 1812.00, 1812.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815875112', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226224, 80, 1, 10, 2200.00, 2200.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040829860113', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226225, 80, 1, 15, 2908.00, 2908.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040853438111', 2, 0, 3618, 71, NULL, '2025-06-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226226, 80, 1, 11, 2498.00, 2498.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811390121', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226227, 80, 1, 10, 1674.00, 1674.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040891168013', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226228, 80, 1, 11, 2635.00, 2635.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854668013', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226229, 80, 1, 12, 3203.00, 3203.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040871022019', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226230, 80, 1, 14, 2747.00, 2747.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880303113', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226231, 80, 1, 8, 1827.00, 1827.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870837121', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226232, 80, 1, 14, 1887.00, 1887.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040833085110', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226233, 80, 1, 8, 1812.00, 1812.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810740112', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226234, 80, 1, 12, 1590.00, 1590.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810763012', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226235, 80, 1, 11, 2272.00, 2272.00, 3, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834741113', 2, 0, 3618, 71, NULL, '2025-06-10 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226236, 80, 1, 10, 1805.00, 1805.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040883685112', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226237, 80, 1, 8, 1446.00, 1446.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814690015', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226238, 80, 1, 13, 2149.00, 2149.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812985122', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226239, 80, 1, 12, 3059.00, 3059.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040830424010', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226240, 80, 1, 13, 2837.00, 2837.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815343012', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226241, 80, 1, 15, 3223.00, 3223.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040819277110', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226242, 80, 1, 8, 1973.00, 1973.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812999124', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226243, 80, 1, 11, 2199.00, 2199.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815446016', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226244, 80, 1, 9, 1040.00, 1040.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811034014', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226245, 80, 1, 11, 2697.00, 2697.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825744117', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226246, 80, 1, 15, 3656.00, 3656.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814797013', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226247, 80, 1, 12, 2531.00, 2531.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814809116', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226248, 80, 1, 13, 2349.00, 2349.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865799115', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226249, 80, 1, 8, 1732.00, 1732.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814612018', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226250, 80, 1, 15, 2681.00, 2681.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810133018', 2, 0, 3618, 71, NULL, '2025-06-17 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226251, 80, 1, 10, 2586.00, 2586.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817129115', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226252, 80, 1, 9, 1296.00, 1296.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810405120', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226253, 80, 1, 15, 2417.00, 2417.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867790019', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226254, 80, 1, 12, 2054.00, 2054.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813791113', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226255, 80, 1, 15, 3090.00, 3090.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813442113', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226256, 80, 1, 9, 1130.00, 1130.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040835724122', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226257, 80, 1, 14, 3327.00, 3327.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040853402125', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226258, 80, 1, 15, 3087.00, 3087.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040869009116', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226259, 80, 1, 8, 1669.00, 1669.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867999111', 2, 0, 3618, 71, NULL, '2025-06-22 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226260, 80, 1, 15, 2160.00, 2160.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896156113', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226261, 80, 1, 9, 1383.00, 1383.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892069011', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226262, 80, 1, 9, 1742.00, 1742.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812519111', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226263, 80, 1, 15, 3840.00, 3840.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040843324010', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226264, 80, 1, 11, 2120.00, 2120.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870646110', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226265, 80, 1, 11, 2625.00, 2625.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040854168114', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226266, 80, 1, 8, 1477.00, 1477.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811364015', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226267, 80, 1, 8, 1497.00, 1497.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811885013', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226268, 80, 1, 11, 1793.00, 1793.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810883116', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226269, 80, 1, 11, 1185.00, 1185.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812568018', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226270, 80, 1, 13, 3474.00, 3474.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817188114', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226271, 80, 1, 11, 2372.00, 2372.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813311014', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226272, 80, 1, 15, 3046.00, 3046.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811829113', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226273, 80, 1, 12, 2727.00, 2727.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814381124', 2, 0, 3618, 71, NULL, '2025-06-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226274, 81, 1, 15, 4006.00, 4006.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810351017', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226275, 81, 1, 13, 2182.00, 2182.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880635123', 2, 0, 3618, 71, NULL, '2025-05-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226276, 81, 1, 10, 2250.00, 2250.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040831073125', 2, 0, 3618, 71, NULL, '2025-05-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226277, 81, 1, 8, 1450.00, 1450.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816181126', 2, 0, 3618, 71, NULL, '2025-05-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226278, 81, 1, 10, 1494.00, 1494.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867278123', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226279, 81, 1, 14, 2980.00, 2980.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810691110', 2, 0, 3618, 71, NULL, '2025-05-04 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226280, 81, 1, 13, 1767.00, 1767.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841312118', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226281, 81, 1, 14, 3680.00, 3680.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040879960116', 2, 0, 3618, 71, NULL, '2025-05-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226282, 81, 1, 11, 2822.00, 2822.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040881838017', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226283, 81, 1, 9, 1634.00, 1634.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040873940120', 2, 0, 3618, 71, NULL, '2025-05-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226284, 81, 1, 12, 1880.00, 1880.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816259118', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226285, 81, 1, 8, 1768.00, 1768.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040860165122', 2, 0, 3618, 71, NULL, '2025-05-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226286, 81, 1, 14, 3253.00, 3253.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816173120', 2, 0, 3618, 71, NULL, '2025-05-08 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226287, 81, 1, 11, 2691.00, 2691.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040886952017', 2, 0, 3618, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226288, 81, 1, 14, 2425.00, 2425.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040867137010', 2, 0, 3618, 71, NULL, '2025-05-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226289, 81, 1, 8, 1868.00, 1868.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817162110', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226290, 81, 1, 14, 2249.00, 2249.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815325018', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226291, 81, 1, 11, 2481.00, 2481.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810256126', 2, 0, 3618, 71, NULL, '2025-05-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226292, 81, 1, 9, 1123.00, 1123.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813529110', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226293, 81, 1, 13, 3209.00, 3209.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825751117', 2, 0, 3618, 71, NULL, '2025-05-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226294, 81, 1, 8, 1117.00, 1117.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812658015', 2, 0, 3618, 71, NULL, '2025-05-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226295, 81, 1, 13, 3024.00, 3024.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040896154117', 2, 0, 3618, 71, NULL, '2025-05-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226296, 81, 1, 15, 3294.00, 3294.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813937014', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226297, 81, 1, 11, 1910.00, 1910.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874247115', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226298, 81, 1, 10, 2311.00, 2311.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813127012', 2, 0, 3618, 71, NULL, '2025-05-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226299, 81, 1, 14, 3119.00, 3119.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040842335124', 2, 0, 3618, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226300, 81, 1, 10, 1971.00, 1971.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040863013010', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226301, 81, 1, 9, 1584.00, 1584.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892615119', 2, 0, 3618, 71, NULL, '2025-05-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226302, 81, 1, 14, 2935.00, 2935.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884316125', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226303, 81, 1, 13, 3085.00, 3085.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040852726012', 2, 0, 3618, 71, NULL, '2025-05-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226304, 81, 1, 12, 2247.00, 2247.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040895907122', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226305, 81, 1, 11, 2340.00, 2340.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040837991116', 2, 0, 3618, 71, NULL, '2025-05-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226306, 81, 1, 15, 2351.00, 2351.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040880165016', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226307, 81, 1, 15, 2330.00, 2330.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812081111', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226308, 81, 1, 13, 2707.00, 2707.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040878062018', 2, 0, 3618, 71, NULL, '2025-05-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226309, 81, 1, 9, 816.00, 816.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834629118', 2, 0, 3618, 71, NULL, '2025-05-30 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226310, 81, 1, 10, 1896.00, 1896.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040860814010', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226311, 81, 1, 13, 2576.00, 2576.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816154019', 2, 0, 3618, 71, NULL, '2025-05-31 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226312, 81, 1, 13, 2571.00, 2571.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814382122', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226313, 81, 1, 9, 1341.00, 1341.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816199126', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226314, 81, 1, 15, 3188.00, 3188.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040894534122', 2, 0, 3618, 71, NULL, '2025-06-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226315, 81, 1, 13, 2374.00, 2374.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816762010', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226316, 81, 1, 8, 1666.00, 1666.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040817363115', 2, 0, 3618, 71, NULL, '2025-06-02 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226317, 81, 1, 9, 1431.00, 1431.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814577121', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226318, 81, 1, 15, 4035.00, 4035.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811406123', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226319, 81, 1, 11, 2084.00, 2084.00, 2, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040874161112', 2, 0, 3618, 71, NULL, '2025-06-03 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226320, 81, 1, 9, 1101.00, 1101.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040865426012', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226321, 81, 1, 11, 1418.00, 1418.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040889500123', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226322, 81, 1, 14, 3153.00, 3153.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810138014', 2, 0, 3618, 71, NULL, '2025-06-05 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226323, 81, 1, 10, 2161.00, 2161.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040858947011', 2, 0, 3618, 71, NULL, '2025-06-06 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226324, 81, 1, 8, 1797.00, 1797.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040890486012', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226325, 81, 1, 9, 1199.00, 1199.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040859698116', 2, 0, 3618, 71, NULL, '2025-06-07 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226326, 81, 1, 15, 3058.00, 3058.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857521012', 2, 0, 3618, 71, NULL, '2025-06-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226327, 81, 1, 8, 2137.00, 2137.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040813223120', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226328, 81, 1, 14, 2416.00, 2416.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811906119', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226329, 81, 1, 13, 2549.00, 2549.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040862618110', 2, 0, 3618, 71, NULL, '2025-06-11 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226330, 81, 1, 14, 3415.00, 3415.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812065011', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226331, 81, 1, 10, 2044.00, 2044.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040856917124', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226332, 81, 1, 13, 2552.00, 2552.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832805016', 2, 0, 3618, 71, NULL, '2025-06-12 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226333, 81, 1, 15, 1850.00, 1850.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040884430121', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226334, 81, 1, 8, 1261.00, 1261.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040872571124', 2, 0, 3618, 71, NULL, '2025-06-13 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226335, 81, 1, 8, 1745.00, 1745.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040841764018', 2, 0, 3618, 71, NULL, '2025-06-14 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226336, 81, 1, 8, 1632.00, 1632.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040822070013', 2, 0, 3618, 71, NULL, '2025-06-15 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226337, 81, 1, 9, 2072.00, 2072.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040857516116', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226338, 81, 1, 12, 2693.00, 2693.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040825037019', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226339, 81, 1, 10, 2211.00, 2211.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812107110', 2, 0, 3618, 71, NULL, '2025-06-16 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226340, 81, 1, 11, 1551.00, 1551.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832996121', 2, 0, 3618, 71, NULL, '2025-06-18 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226341, 81, 1, 15, 2591.00, 2591.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040866526123', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226342, 81, 1, 15, 3756.00, 3756.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040870747116', 2, 0, 3618, 71, NULL, '2025-06-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226343, 81, 1, 15, 2919.00, 2919.00, 4, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815395116', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226344, 81, 1, 8, 1860.00, 1860.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811455122', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226345, 81, 1, 13, 2909.00, 2909.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040823551123', 2, 0, 3618, 71, NULL, '2025-06-20 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226346, 81, 1, 8, 1643.00, 1643.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040810711122', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226347, 81, 1, 14, 3099.00, 3099.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040868615118', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226348, 81, 1, 13, 2906.00, 2906.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814567126', 2, 0, 3618, 71, NULL, '2025-06-21 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226349, 81, 1, 9, 1831.00, 1831.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814401119', 2, 0, 3618, 71, NULL, '2025-06-23 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226350, 81, 1, 14, 2098.00, 2098.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040892313114', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226351, 81, 1, 15, 2561.00, 2561.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040811946115', 2, 0, 3618, 71, NULL, '2025-06-24 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226352, 81, 1, 9, 2412.00, 2412.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040882124110', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226353, 81, 1, 8, 2114.00, 2114.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040812136015', 2, 0, 3618, 71, NULL, '2025-06-25 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226354, 81, 1, 14, 2182.00, 2182.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040899296015', 2, 0, 3618, 71, NULL, '2025-06-26 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226355, 81, 1, 13, 3429.00, 3429.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040814936010', 2, 0, 3618, 71, NULL, '2025-06-27 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226356, 81, 1, 8, 1358.00, 1358.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040816264016', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226357, 81, 1, 13, 2501.00, 2501.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040834777124', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226358, 81, 1, 14, 3669.00, 3669.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040815221119', 2, 0, 3618, 71, NULL, '2025-06-28 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226359, 81, 1, 12, 1666.00, 1666.00, 1, '2025-04-08 09:41:27', NULL, 0, 'admin', NULL, 'CY25040832347115', 2, 0, 3618, 71, NULL, '2025-06-29 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226360, 73, 1, 2, 137.00, 137.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050937200011', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226361, 73, 1, 6, 558.00, 558.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913935129', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226362, 74, 1, 1, 194.00, 194.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050988822012', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226363, 75, 1, 5, 487.00, 487.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050928971012', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226364, 75, 1, 6, 374.00, 374.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050916934118', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226365, 76, 1, 2, 176.00, 176.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050964638129', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226366, 76, 1, 3, 148.00, 148.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050938490123', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226367, 77, 1, 4, 174.00, 174.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050946598013', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226368, 77, 1, 7, 704.00, 704.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050911399124', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226369, 78, 1, 6, 275.00, 275.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050942950017', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226370, 79, 1, 5, 245.00, 245.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913902119', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226371, 80, 1, 6, 312.00, 312.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050912179013', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226372, 80, 1, 4, 321.00, 321.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050951167129', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226373, 80, 1, 1, 237.00, 237.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050986604117', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226374, 81, 1, 5, 322.00, 322.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050922330110', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226375, 81, 1, 5, 337.00, 337.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050915061116', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226376, 81, 1, 5, 362.00, 362.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050964496012', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226377, 85, 1, 4, 374.00, 374.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050914697117', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226378, 86, 1, 10, 713.50, 713.50, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050910118018', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226379, 87, 1, 10, 1110.00, 1110.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050985112122', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226380, 88, 1, 8, 742.00, 742.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050937448017', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226381, 89, 1, 6, 457.00, 457.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050912872012', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226382, 89, 1, 7, 714.00, 714.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913910116', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226383, 89, 1, 12, 922.00, 922.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050932893016', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226384, 90, 1, 7, 385.00, 385.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050964342116', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226385, 90, 1, 8, 966.00, 966.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050915696111', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226386, 90, 1, 10, 675.00, 675.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913395118', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226387, 91, 1, 11, 948.00, 948.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050912110013', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226388, 91, 1, 9, 873.00, 873.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050994100113', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226389, 93, 1, 11, 866.00, 866.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050925176125', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226390, 93, 1, 9, 962.00, 962.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050915900123', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226391, 94, 1, 6, 488.00, 488.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050910876112', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226392, 94, 1, 12, 1434.00, 1434.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913771018', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226393, 94, 1, 8, 741.00, 741.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050989404128', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226394, 95, 1, 12, 1187.00, 1187.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050940876015', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226395, 97, 1, 9, 823.50, 823.50, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050986371123', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226396, 97, 1, 12, 979.00, 979.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050925134112', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226397, 99, 1, 10, 755.50, 755.50, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050987772128', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226398, 101, 1, 10, 1074.00, 1074.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050914699013', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226399, 101, 1, 9, 662.00, 662.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050912818128', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226400, 102, 1, 6, 616.00, 616.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050916327116', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226401, 102, 1, 10, 1036.00, 1036.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050911852015', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226402, 103, 1, 11, 743.00, 743.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050957178114', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226403, 104, 1, 8, 901.00, 901.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050939326124', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226404, 104, 1, 8, 657.00, 657.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050912049120', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226405, 104, 1, 7, 452.00, 452.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050921882124', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226406, 105, 1, 12, 1156.00, 1156.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050914734014', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226407, 105, 1, 8, 811.50, 811.50, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050916436118', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226408, 105, 1, 11, 802.00, 802.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050958661127', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226409, 107, 1, 7, 560.00, 560.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050938897014', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226410, 107, 1, 10, 957.00, 957.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050915261011', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226411, 109, 1, 10, 941.00, 941.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050913234114', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226412, 111, 1, 8, 760.00, 760.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050916698121', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226413, 112, 1, 13, 1148.00, 1148.00, 3, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050980219012', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226414, 113, 1, 14, 1231.50, 1231.50, 2, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050917454122', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226415, 113, 1, 12, 1172.50, 1172.50, 2, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL, 'CY25050993031113', 2, 0, 3641, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226416, 73, 1, 6, 471.00, 471.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050910449111', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226417, 73, 1, 4, 217.00, 217.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050915498122', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226418, 74, 1, 2, 155.00, 155.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050966815017', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226419, 76, 1, 2, 99.00, 99.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050972159010', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226420, 77, 1, 4, 439.00, 439.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050915457018', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226421, 77, 1, 6, 605.00, 605.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050994031129', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226422, 78, 1, 3, 282.00, 282.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050991693118', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226423, 79, 1, 6, 379.00, 379.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050922847118', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226424, 80, 1, 2, 74.00, 74.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050978113120', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226425, 85, 1, 4, 184.00, 184.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050916277126', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226426, 85, 1, 4, 501.00, 501.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914334011', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226427, 86, 1, 4, 326.00, 326.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050916768129', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226428, 87, 1, 8, 744.00, 744.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914321116', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226429, 89, 1, 12, 1044.00, 1044.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050912533012', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226430, 90, 1, 12, 1084.00, 1084.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050915675122', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226431, 91, 1, 7, 527.00, 527.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050962936018', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226432, 92, 1, 8, 809.00, 809.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050913173112', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226433, 92, 1, 11, 703.50, 703.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050953217121', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226434, 93, 1, 7, 517.00, 517.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050986229123', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226435, 94, 1, 12, 1321.00, 1321.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914669117', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226436, 94, 1, 12, 1296.00, 1296.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914107120', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226437, 96, 1, 7, 746.50, 746.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050933332126', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226438, 96, 1, 7, 581.00, 581.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050911870120', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226439, 98, 1, 11, 766.00, 766.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050923365121', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226440, 99, 1, 6, 372.00, 372.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050932188010', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226441, 99, 1, 7, 766.00, 766.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050912282114', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226442, 100, 1, 8, 702.00, 702.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914613015', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226443, 100, 1, 8, 668.00, 668.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050913136114', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226444, 101, 1, 6, 388.00, 388.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050912806128', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226445, 103, 1, 8, 667.00, 667.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050921978125', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226446, 105, 1, 12, 1068.50, 1068.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050916237012', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226447, 105, 1, 9, 716.50, 716.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050917333016', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226448, 106, 1, 7, 579.00, 579.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050911010110', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226449, 107, 1, 8, 937.00, 937.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050976136015', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226450, 107, 1, 8, 849.00, 849.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914973018', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226451, 108, 1, 10, 1091.00, 1091.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050913386116', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226452, 108, 1, 11, 766.50, 766.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050912332011', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226453, 109, 1, 9, 618.00, 618.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050920980127', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226454, 110, 1, 9, 770.00, 770.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050915997121', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226455, 111, 1, 11, 750.00, 750.00, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050914645116', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226456, 112, 1, 13, 1373.50, 1373.50, 3, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050950118010', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226457, 113, 1, 14, 997.50, 997.50, 2, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050913901128', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226458, 115, 1, 21, 1540.50, 1540.50, 2, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL, 'CY25050911560011', 2, 0, 3730, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226459, 88, 1, 8, 741.50, 741.50, 3, '2025-05-09 15:28:03', NULL, 1, '123456', NULL, 'CY25050956177121', 2, 1, NULL, 71, NULL, '2025-05-09 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226460, 74, 1, 5, 27.50, 27.50, 1, '2025-05-19 19:33:01', NULL, 0, '123456', NULL, 'CY25051915705128', 2, 1, NULL, 71, NULL, '2025-05-19 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226461, 116, 1, 4, 52.00, 50.00, 1, '2025-06-02 14:09:41', NULL, 0, '1111111', NULL, 'CY25060211315015', 2, 1, NULL, 73, NULL, '2024-12-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226462, 124, 1, 5, 52.00, 50.00, 1, '2025-06-03 10:12:48', NULL, 0, '666666', NULL, 'CY25060313648014', 2, 1, NULL, 74, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226463, 125, 1, 4, 52.00, 52.00, 3, '2025-06-03 10:13:18', NULL, 0, '666666', NULL, 'CY25060352833018', 2, 1, NULL, 74, NULL, '2025-01-01 00:00:00'); +INSERT INTO `t_order_meal` VALUES (226464, 126, 1, 12, 316.00, 315.00, 3, '2025-06-03 10:15:07', NULL, 0, '666666', NULL, 'CY25060377915019', 2, 1, NULL, 74, NULL, '2025-01-02 00:00:00'); + +-- ---------------------------- +-- Table structure for t_order_meal_goods +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_meal_goods`; +CREATE TABLE `t_order_meal_goods` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `goodsNum` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品编号', + `goodsName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名称', + `goodsSalePrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '销售价', + `goodsPicture` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品图', + `goodsCount` int(11) NULL DEFAULT NULL COMMENT '商品数量', + `orderId` bigint(20) NULL DEFAULT NULL COMMENT '订单id', + `typeName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '菜品类型', + `costPrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '成本价', + `typeId` bigint(20) NULL DEFAULT NULL COMMENT '类型id', + `goodsId` bigint(20) NULL DEFAULT NULL COMMENT '商品id', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 2317178 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '餐饮订单商品' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_meal_goods +-- ---------------------------- +INSERT INTO `t_order_meal_goods` VALUES (2293627, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 3, 224004, '干货', 1.00, 64, 178, '2024-10-16 19:15:08', NULL, 0, '17712341234', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293628, '2410160710564860648', '宽面', 3.50, '', 1, 224005, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293629, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224006, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293630, '2410160710564860648', '宽面', 3.50, '', 1, 224007, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293631, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224008, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293632, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224009, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293633, '2410160710564860648', '宽面', 3.50, '', 1, 224010, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293634, '2410160710564860648', '宽面', 3.50, '', 1, 224011, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293635, '2410160710564860648', '宽面', 3.50, '', 1, 224012, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293636, '2410160710564860648', '宽面', 3.50, '', 1, 224013, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293637, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224014, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293638, '2410160710564860648', '宽面', 3.50, '', 1, 224015, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293639, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224016, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293640, '2410160710564860648', '宽面', 3.50, '', 1, 224017, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293641, '2410160710564860648', '宽面', 3.50, '', 1, 224018, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293642, '2410160710564860648', '宽面', 3.50, '', 1, 224019, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293643, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224020, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293644, '2410160710564860648', '宽面', 3.50, '', 1, 224021, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293645, '2410160710564860648', '宽面', 3.50, '', 1, 224022, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293646, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224023, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293647, '2410160710564860648', '宽面', 3.50, '', 1, 224024, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293648, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224025, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293649, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224026, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293650, '2410160710564860648', '宽面', 3.50, '', 1, 224027, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293651, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224028, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293652, '2410160710564860648', '宽面', 3.50, '', 1, 224029, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293653, '2410160713184084419', '陈克明挂面', 3.50, 'https://zhinenganguan.com/file/2024-09-26/凉面.png', 1, 224030, '干货', 0.00, 64, 178, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293654, '2410160710564860648', '宽面', 3.50, '', 1, 224031, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293655, '2410160710564860648', '宽面', 3.50, '', 1, 224032, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293656, '2410160710564860648', '宽面', 3.50, '', 1, 224033, '干货', 0.00, 64, 177, '2024-10-17 09:40:57', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293657, '2410160710564860648', '宽面', 3.50, '', 2, 224024, '干货', 0.00, 64, 177, '2024-10-17 09:42:58', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293658, '2410171054111247405', 'xx', 1.00, 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg', 2, 224034, '干货', 1.00, 64, 179, '2024-10-17 10:55:27', NULL, 0, '17712341234', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293659, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 8, 224035, '分类A', 10.00, 70, 185, '2024-10-22 16:25:05', NULL, 0, '18224358736', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293660, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224036, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293661, '2410220418057370149', '白酒', 40.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 2, 224037, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293662, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224038, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293663, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224039, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293664, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224040, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293665, '2410220418057370149', '白酒', 40.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 2, 224041, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293666, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224042, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293667, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224043, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293668, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224044, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293669, '2410220418057370149', '白酒', 40.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 2, 224045, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293670, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224046, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293671, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224047, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293672, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224048, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293673, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224049, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293674, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224050, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293675, '2410220418057370149', '白酒', 40.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 2, 224051, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293676, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224052, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293677, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224053, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293678, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224054, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293679, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 1, 224055, '分类A', 0.00, 70, 185, '2024-10-22 17:14:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293680, '2410220418057370149', '白酒', 20.00, 'http://112.44.213.180:9091/images/2024-10-22/22.png', 2, 224046, '分类A', 0.00, 70, 185, '2024-10-22 17:28:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293681, '2410270938108296630', '番茄蛋汤', 26.00, '', 3, 224056, '汤', 15.00, 76, 188, '2024-10-27 09:40:53', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293682, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224056, '小吃', 15.00, 77, 189, '2024-10-27 09:41:04', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293683, '2410270938421640736', '凉拌鸡丝', 37.00, '', 2, 224057, '凉菜', 20.00, 75, 190, '2024-10-27 09:42:32', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293684, '2410270938277003716', '红糖糍粑', 16.00, '', 2, 224057, '小吃', 15.00, 77, 189, '2024-10-27 09:42:32', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2293685, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224057, '汤', 15.00, 76, 188, '2024-10-27 09:42:32', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294410, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224358, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294411, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224358, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294412, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224358, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294413, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224358, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294414, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224358, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294415, '2410270937471670117', '回锅肉', 35.00, '', 1, 224358, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294416, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224358, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294417, '2410270937471670117', '回锅肉', 35.00, '', 1, 224359, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294418, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224359, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294419, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224359, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294420, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224360, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294421, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224360, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294422, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224360, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294423, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224361, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294424, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224361, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294425, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224361, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294426, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224361, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294427, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224361, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294428, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224361, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294429, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224361, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294430, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224361, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294431, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224362, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294432, '2410270937471670117', '回锅肉', 35.00, '', 1, 224362, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294433, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224362, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294434, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224363, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294435, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224363, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294436, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224363, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294437, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224363, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294438, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224363, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294439, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224363, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294440, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224364, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294441, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224364, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294442, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224364, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294443, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224364, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294444, '2410270937471670117', '回锅肉', 35.00, '', 1, 224364, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294445, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224364, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294446, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224364, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294447, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224364, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294448, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224364, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294449, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224364, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294450, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224365, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294451, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224365, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294452, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224365, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294453, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224365, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294454, '2410270937471670117', '回锅肉', 35.00, '', 1, 224365, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294455, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224366, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294456, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224366, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294457, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224366, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294458, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224366, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294459, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224367, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294460, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224367, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294461, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224367, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294462, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224367, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294463, '2410270937471670117', '回锅肉', 35.00, '', 1, 224367, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294464, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224367, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294465, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224367, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294466, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224367, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294467, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224368, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294468, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224368, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294469, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224368, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294470, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224368, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294471, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224368, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294472, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224368, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294473, '2410270937471670117', '回锅肉', 35.00, '', 1, 224368, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294474, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224368, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294475, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224369, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294476, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224369, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294477, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224369, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294478, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224369, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294479, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224369, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294480, '2410270937471670117', '回锅肉', 35.00, '', 1, 224369, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294481, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224369, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294482, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224370, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294483, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224370, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294484, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224370, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294485, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224370, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294486, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224370, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294487, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224370, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294488, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224370, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294489, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224370, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294490, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224371, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294491, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224371, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294492, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224371, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294493, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224371, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294494, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224371, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294495, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224371, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294496, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224371, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294497, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224371, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294498, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224372, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294499, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224372, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294500, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224372, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294501, '2410270937471670117', '回锅肉', 35.00, '', 1, 224372, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294502, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224372, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294503, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224372, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294504, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224373, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294505, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224373, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294506, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224373, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294507, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224373, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294508, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224373, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294509, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224374, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294510, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224374, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294511, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224374, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294512, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224374, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294513, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224374, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294514, '2410270937471670117', '回锅肉', 35.00, '', 1, 224374, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294515, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224374, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294516, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224374, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294517, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224374, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294518, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224374, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294519, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224374, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294520, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224375, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294521, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224375, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294522, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224375, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294523, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224375, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294524, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224375, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294525, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224375, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294526, '2410270937471670117', '回锅肉', 35.00, '', 1, 224375, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294527, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224375, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294528, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224375, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294529, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224375, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294530, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224376, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294531, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224376, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294532, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224376, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294533, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224376, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294534, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224376, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294535, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224376, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294536, '2410270937471670117', '回锅肉', 35.00, '', 1, 224376, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294537, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224376, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294538, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224377, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294539, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224377, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294540, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224377, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294541, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224378, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294542, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224378, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294543, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224378, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294544, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224378, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294545, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224378, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294546, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224379, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294547, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224379, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294548, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224379, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294549, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224379, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294550, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224379, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294551, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224379, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294552, '2410270937471670117', '回锅肉', 35.00, '', 1, 224379, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294553, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224379, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294554, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224380, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294555, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224380, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294556, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224380, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294557, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224381, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294558, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224381, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294559, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224381, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294560, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224381, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294561, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224381, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294562, '2410270937471670117', '回锅肉', 35.00, '', 1, 224382, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294563, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224382, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294564, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224382, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294565, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224382, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294566, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224382, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294567, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224382, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294568, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224382, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294569, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224382, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294570, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224382, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294571, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224383, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294572, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224383, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294573, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224384, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294574, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224385, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294575, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224385, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294576, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224385, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294577, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224385, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294578, '2410270937471670117', '回锅肉', 35.00, '', 1, 224385, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294579, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224385, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294580, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224386, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294581, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224386, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294582, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224387, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294583, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224387, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294584, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224387, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294585, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224387, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294586, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224388, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294587, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224388, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294588, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224388, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294589, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224388, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294590, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224388, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294591, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224388, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294592, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224388, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294593, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224388, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294594, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224388, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294595, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224389, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294596, '2410270937471670117', '回锅肉', 35.00, '', 1, 224389, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294597, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224389, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294598, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224390, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294599, '2410270937471670117', '回锅肉', 35.00, '', 1, 224390, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294600, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224390, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294601, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224390, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294602, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224390, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294603, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224390, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294604, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224390, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294605, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224390, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294606, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224390, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294607, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224391, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294608, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224391, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294609, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224391, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294610, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224391, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294611, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224391, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294612, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224391, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294613, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224391, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294614, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224392, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294615, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224392, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294616, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224392, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294617, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224392, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294618, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224392, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294619, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224392, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294620, '2410270937471670117', '回锅肉', 35.00, '', 1, 224392, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294621, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224392, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294622, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224392, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294623, '2410270937471670117', '回锅肉', 35.00, '', 1, 224393, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294624, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224393, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294625, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224393, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294626, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224394, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294627, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224395, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294628, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224396, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294629, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224396, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294630, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224396, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294631, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224396, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294632, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224396, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294633, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224396, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294634, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224396, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294635, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224397, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294636, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224397, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294637, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224397, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294638, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224397, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294639, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224397, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294640, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224397, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294641, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224397, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294642, '2410270937471670117', '回锅肉', 35.00, '', 1, 224397, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294643, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224397, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294644, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224397, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294645, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224397, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294646, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224398, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294647, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224398, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294648, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224398, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294649, '2410270937471670117', '回锅肉', 35.00, '', 1, 224398, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294650, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224399, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294651, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224399, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294652, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224399, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294653, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224399, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294654, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224399, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294655, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224399, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294656, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224399, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294657, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224399, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294658, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224399, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294659, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224399, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294660, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224400, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294661, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224400, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294662, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224400, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294663, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224400, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294664, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224400, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294665, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224400, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294666, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224400, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294667, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224400, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294668, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224401, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294669, '2410270937471670117', '回锅肉', 35.00, '', 1, 224401, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294670, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224401, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294671, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224401, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294672, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224401, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294673, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224401, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294674, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224401, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294675, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224401, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294676, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224401, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294677, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224402, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294678, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224402, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294679, '2410270937471670117', '回锅肉', 35.00, '', 1, 224402, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294680, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224402, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294681, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224402, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294682, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224402, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294683, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224403, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294684, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224403, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294685, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224404, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294686, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224404, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294687, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224404, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294688, '2410270937471670117', '回锅肉', 35.00, '', 1, 224404, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294689, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224404, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294690, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224404, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294691, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224404, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294692, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224404, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294693, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224405, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294694, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224405, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294695, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224405, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294696, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224405, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294697, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224405, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294698, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224406, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294699, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224406, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294700, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224407, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294701, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224407, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294702, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224407, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294703, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224407, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294704, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224407, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294705, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224407, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294706, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224407, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294707, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224408, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294708, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224408, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294709, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224408, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294710, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224408, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294711, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224408, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294712, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224408, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294713, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224408, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294714, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224408, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294715, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224408, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294716, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224408, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294717, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224409, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294718, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224410, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294719, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224410, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294720, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224411, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294721, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224411, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294722, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224411, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294723, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224411, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294724, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224411, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294725, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224411, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294726, '2410270937471670117', '回锅肉', 35.00, '', 1, 224411, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294727, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224411, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294728, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224412, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294729, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224412, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294730, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224412, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294731, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224412, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294732, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224412, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294733, '2410270937471670117', '回锅肉', 35.00, '', 1, 224412, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294734, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224412, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294735, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224412, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294736, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224412, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294737, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224412, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294738, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224413, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294739, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224413, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294740, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224413, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294741, '2410270937471670117', '回锅肉', 35.00, '', 1, 224413, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294742, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224413, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294743, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224413, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294744, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224413, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294745, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224413, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294746, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224414, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294747, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224414, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294748, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224414, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294749, '2410270937471670117', '回锅肉', 35.00, '', 1, 224414, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294750, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224414, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294751, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224414, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294752, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224414, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294753, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224415, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294754, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224415, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294755, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224415, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294756, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224415, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294757, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224415, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294758, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224415, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294759, '2410270937471670117', '回锅肉', 35.00, '', 1, 224415, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294760, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224415, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294761, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224415, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294762, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224416, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294763, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224416, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294764, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224416, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294765, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224417, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294766, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224417, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294767, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224417, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294768, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224417, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294769, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224417, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294770, '2410270937471670117', '回锅肉', 35.00, '', 1, 224417, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294771, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224417, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294772, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224417, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294773, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224417, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294774, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224418, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294775, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224418, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294776, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224418, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294777, '2410270937471670117', '回锅肉', 35.00, '', 1, 224418, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294778, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224418, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294779, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224418, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294780, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224418, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294781, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224418, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294782, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224418, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294783, '2410270937471670117', '回锅肉', 35.00, '', 1, 224419, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294784, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224419, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294785, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224419, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294786, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224419, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294787, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224419, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294788, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224419, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294789, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224419, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294790, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224419, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294791, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224419, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294792, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224420, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294793, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224420, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294794, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224420, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294795, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224420, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294796, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224420, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294797, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224420, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294798, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224420, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294799, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224421, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294800, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224421, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294801, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224422, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294802, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224422, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294803, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224422, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294804, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224422, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294805, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224422, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294806, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224422, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294807, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224422, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294808, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224422, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294809, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224423, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294810, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224423, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294811, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224423, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294812, '2410270937471670117', '回锅肉', 35.00, '', 1, 224423, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294813, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224423, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294814, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224423, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294815, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224423, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294816, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224423, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294817, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224424, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294818, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224424, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294819, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224424, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294820, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224424, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294821, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224424, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294822, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224424, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294823, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224424, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294824, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224424, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294825, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224424, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294826, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224425, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294827, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224425, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294828, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224425, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294829, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224426, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294830, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224426, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294831, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224426, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294832, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224426, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294833, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224426, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294834, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224427, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294835, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224427, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294836, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224427, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294837, '2410270937471670117', '回锅肉', 35.00, '', 1, 224427, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294838, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224427, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294839, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224427, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294840, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224427, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294841, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224427, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294842, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224428, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294843, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224428, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294844, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224429, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294845, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224429, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294846, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224429, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294847, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224430, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294848, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224431, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294849, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224431, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294850, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224431, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294851, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224431, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294852, '2410270937471670117', '回锅肉', 35.00, '', 1, 224431, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294853, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224431, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294854, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224431, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294855, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224431, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294856, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224431, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294857, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224432, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294858, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224432, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294859, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224432, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294860, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224432, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294861, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224432, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294862, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224432, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294863, '2410270937471670117', '回锅肉', 35.00, '', 1, 224432, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294864, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224432, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294865, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224433, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294866, '2410270937471670117', '回锅肉', 35.00, '', 1, 224433, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294867, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224433, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294868, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224433, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294869, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224433, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294870, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224433, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294871, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224433, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294872, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224433, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294873, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224434, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294874, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224434, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294875, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224434, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294876, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224434, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294877, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224434, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294878, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224434, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294879, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224434, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294880, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224434, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294881, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224434, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294882, '2410270937471670117', '回锅肉', 35.00, '', 1, 224434, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294883, '2410271111374430734', '蜀香毛血旺', 59.00, '', 2, 224434, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294884, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224434, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294885, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224434, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294886, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224434, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294887, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224434, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294888, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224435, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294889, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224435, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294890, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224435, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294891, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224435, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294892, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224435, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294893, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224435, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294894, '2410270937471670117', '回锅肉', 35.00, '', 1, 224435, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294895, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224435, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294896, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224435, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294897, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224435, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294898, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224436, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294899, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224436, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294900, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224436, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294901, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224436, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294902, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224436, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294903, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224436, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294904, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224436, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294905, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224436, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294906, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224436, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294907, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224436, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294908, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224436, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294909, '2410270937471670117', '回锅肉', 35.00, '', 1, 224436, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294910, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224436, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294911, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224437, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294912, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224437, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294913, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224437, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294914, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224437, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294915, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224437, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294916, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224437, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294917, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224437, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294918, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224438, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294919, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224438, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294920, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224438, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294921, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224438, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294922, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224438, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294923, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224438, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294924, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224438, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294925, '2410270937471670117', '回锅肉', 35.00, '', 1, 224438, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294926, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224438, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294927, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224438, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294928, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224438, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294929, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224439, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294930, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224439, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294931, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224439, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294932, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224439, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294933, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224439, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294934, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224439, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294935, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224439, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294936, '2410270937471670117', '回锅肉', 35.00, '', 1, 224439, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294937, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224439, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294938, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224439, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294939, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224439, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294940, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224440, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294941, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224440, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294942, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224440, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294943, '2410270937471670117', '回锅肉', 35.00, '', 1, 224440, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294944, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224440, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294945, '2410271111374430734', '蜀香毛血旺', 59.00, '', 2, 224440, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294946, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224440, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294947, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224440, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294948, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224440, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294949, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224440, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294950, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 2, 224440, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294951, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224440, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294952, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224441, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294953, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224441, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294954, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224441, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294955, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224441, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294956, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224441, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294957, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224441, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294958, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224441, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294959, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224441, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294960, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224442, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294961, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224442, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294962, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224442, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294963, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224442, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294964, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224442, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294965, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224442, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294966, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224442, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294967, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224442, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294968, '2410270937471670117', '回锅肉', 35.00, '', 1, 224442, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294969, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224442, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294970, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224443, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294971, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224443, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294972, '2410271111151366809', '金汤肥牛卷', 59.00, '', 2, 224443, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294973, '2410270937471670117', '回锅肉', 35.00, '', 1, 224443, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294974, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224443, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294975, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224443, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294976, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224443, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294977, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224443, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294978, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224443, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294979, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224443, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294980, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224443, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294981, '2410271111374430734', '蜀香毛血旺', 59.00, '', 2, 224443, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294982, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224444, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294983, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224444, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294984, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224444, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294985, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224444, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294986, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224444, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294987, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224444, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294988, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224445, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294989, '2410270937471670117', '回锅肉', 35.00, '', 1, 224445, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294990, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224445, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294991, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224445, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294992, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224445, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294993, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224445, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294994, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224445, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294995, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224445, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294996, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224445, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294997, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224446, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294998, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224446, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2294999, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224446, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295000, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224446, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295001, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224446, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295002, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224446, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295003, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224446, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295004, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224446, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295005, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224446, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295006, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224447, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295007, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224447, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295008, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224447, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295009, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224447, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295010, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224447, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295011, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224447, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295012, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224447, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295013, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224447, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295014, '2410270937471670117', '回锅肉', 35.00, '', 1, 224447, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295015, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224447, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295016, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224448, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295017, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224448, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295018, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224448, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295019, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224448, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295020, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224448, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295021, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224448, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295022, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224448, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295023, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224448, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295024, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224448, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295025, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224448, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295026, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224449, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295027, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224449, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295028, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224449, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295029, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224449, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295030, '2410270937471670117', '回锅肉', 35.00, '', 1, 224449, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295031, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224449, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295032, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224449, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295033, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224450, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295034, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224450, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295035, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224450, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295036, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224450, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295037, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224450, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295038, '2410270937471670117', '回锅肉', 35.00, '', 1, 224450, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295039, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224450, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295040, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224450, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295041, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224450, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295042, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224450, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295043, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224450, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295044, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224450, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295045, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224451, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295046, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224451, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295047, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224451, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295048, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224451, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295049, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224451, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295050, '2410270937471670117', '回锅肉', 35.00, '', 1, 224451, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295051, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224451, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295052, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224451, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295053, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224452, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295054, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224452, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295055, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224452, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295056, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224452, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295057, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224452, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295058, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224452, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295059, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224452, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295060, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224452, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295061, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224452, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295062, '2410270937471670117', '回锅肉', 35.00, '', 1, 224452, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295063, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224452, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295064, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224453, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295065, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224453, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295066, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224453, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295067, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224453, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295068, '2410270937471670117', '回锅肉', 35.00, '', 2, 224453, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295069, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224453, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295070, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224453, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295071, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224453, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295072, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224453, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295073, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224453, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295074, '2410271111151366809', '金汤肥牛卷', 59.00, '', 2, 224453, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295075, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224453, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295076, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224454, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295077, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224454, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295078, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224454, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295079, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224454, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295080, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224454, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295081, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224454, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295082, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224454, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295083, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224454, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295084, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224454, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295085, '2410270937471670117', '回锅肉', 35.00, '', 1, 224454, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295086, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224454, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295087, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224454, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295088, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224455, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295089, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224455, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295090, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224455, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295091, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224455, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295092, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224455, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295093, '2410270937471670117', '回锅肉', 35.00, '', 1, 224455, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295094, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224455, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295095, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224455, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295096, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224456, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295097, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224456, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295098, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224456, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295099, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224456, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295100, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224456, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295101, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224456, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295102, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224457, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295103, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224457, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295104, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224457, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295105, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224457, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295106, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224457, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295107, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224457, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295108, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224457, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295109, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224457, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295110, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224457, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295111, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224457, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295112, '2410270937471670117', '回锅肉', 35.00, '', 1, 224457, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295113, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224457, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295114, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224457, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295115, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224458, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295116, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224458, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295117, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224458, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295118, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224458, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295119, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224458, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295120, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224458, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295121, '2410270937471670117', '回锅肉', 35.00, '', 1, 224458, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295122, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224458, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295123, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224458, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295124, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224458, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295125, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224458, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295126, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224459, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295127, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224459, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295128, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224459, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295129, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224459, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295130, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224459, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295131, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224459, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295132, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224459, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295133, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224459, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295134, '2410270937471670117', '回锅肉', 35.00, '', 1, 224459, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295135, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224459, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295136, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224459, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295137, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224460, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295138, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224460, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295139, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224460, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295140, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224460, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295141, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224460, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295142, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224460, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295143, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224460, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295144, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224460, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295145, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224461, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295146, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224461, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295147, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224461, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295148, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224461, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295149, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224461, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295150, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 2, 224461, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295151, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224461, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295152, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224461, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295153, '2410270937471670117', '回锅肉', 35.00, '', 1, 224461, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295154, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224461, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295155, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224461, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295156, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224461, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295157, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224462, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295158, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224462, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295159, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224462, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295160, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224462, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295161, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224462, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295162, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224462, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295163, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224462, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295164, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224462, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295165, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224462, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295166, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224462, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295167, '2410270937471670117', '回锅肉', 35.00, '', 1, 224462, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295168, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224462, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295169, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224462, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295170, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224463, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295171, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224463, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295172, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224463, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295173, '2410270937471670117', '回锅肉', 35.00, '', 1, 224463, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295174, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224463, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295175, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224463, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295176, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224463, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295177, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224463, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295178, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224463, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295179, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224464, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295180, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224464, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295181, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224464, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295182, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224464, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295183, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224464, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295184, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224464, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295185, '2410270937471670117', '回锅肉', 35.00, '', 1, 224464, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295186, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224464, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295187, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224464, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295188, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224464, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295189, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224464, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295190, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224465, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295191, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224465, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295192, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224465, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295193, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224465, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295194, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224465, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295195, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224465, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295196, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224466, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295197, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224466, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295198, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224466, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295199, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224466, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295200, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224466, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295201, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224466, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295202, '2410270937471670117', '回锅肉', 35.00, '', 1, 224466, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295203, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224466, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295204, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224466, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295205, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224466, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295206, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224466, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295207, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224466, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295208, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224467, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295209, '2410270937471670117', '回锅肉', 35.00, '', 1, 224467, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295210, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224467, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295211, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224467, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295212, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224467, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295213, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224467, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295214, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224468, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295215, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224468, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295216, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224468, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295217, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224468, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295218, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224468, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295219, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224468, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295220, '2410271129026069459', '爆浆糍粑', 18.00, '', 1, 224468, '小吃主食', 0.00, 77, 225, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295221, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224469, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295222, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224469, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295223, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224469, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295224, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224469, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295225, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224469, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295226, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224469, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295227, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224469, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295228, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224469, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295229, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224469, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295230, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224469, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295231, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224469, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295232, '2410270937471670117', '回锅肉', 35.00, '', 1, 224469, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295233, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224470, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295234, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224470, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295235, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224470, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295236, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224470, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295237, '2410270937471670117', '回锅肉', 35.00, '', 1, 224470, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295238, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224470, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295239, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224470, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295240, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224470, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295241, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224470, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295242, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224470, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295243, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224471, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295244, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224471, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295245, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 2, 224471, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295246, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224471, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295247, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224471, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295248, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224471, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295249, '2410270937471670117', '回锅肉', 35.00, '', 1, 224471, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295250, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224471, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295251, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224471, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295252, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224471, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295253, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224471, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295254, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224471, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295255, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224472, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295256, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224472, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295257, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224472, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295258, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224472, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295259, '2410270937471670117', '回锅肉', 35.00, '', 1, 224472, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295260, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224472, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295261, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224472, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295262, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224472, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295263, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224472, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295264, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224472, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295265, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224473, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295266, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224473, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295267, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224473, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295268, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224473, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295269, '2410270937471670117', '回锅肉', 35.00, '', 1, 224473, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295270, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224473, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295271, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224473, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295272, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224473, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295273, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224473, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295274, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224473, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295275, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224473, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295276, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224474, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295277, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224474, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295278, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224474, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295279, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224474, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295280, '2410270937471670117', '回锅肉', 35.00, '', 1, 224474, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295281, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224474, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295282, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224474, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295283, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224475, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295284, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224475, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295285, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224475, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295286, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224475, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295287, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224475, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295288, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224475, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295289, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224475, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295290, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224475, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295291, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224475, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295292, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224475, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295293, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224475, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295294, '2410270937471670117', '回锅肉', 35.00, '', 2, 224475, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295295, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224475, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295296, '2410270938108296630', '番茄蛋汤', 26.00, '', 1, 224476, '汤', 0.00, 76, 188, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295297, '2410270937471670117', '回锅肉', 35.00, '', 1, 224476, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295298, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224476, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295299, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224476, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295300, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224476, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295301, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224476, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295302, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224476, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295303, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224476, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295304, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224476, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295305, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224476, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295306, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224477, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295307, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224477, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295308, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224477, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295309, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224477, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295310, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 2, 224477, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295311, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224477, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295312, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224477, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295313, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224477, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295314, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224477, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295315, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224477, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295316, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224477, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295317, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224477, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295318, '2410270937471670117', '回锅肉', 35.00, '', 1, 224477, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295319, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 2, 224477, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295320, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224478, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295321, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224478, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295322, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224478, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295323, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224478, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295324, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224478, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295325, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224478, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295326, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224478, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295327, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224478, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295328, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224478, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295329, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224479, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295330, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224479, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295331, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224479, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295332, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224479, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295333, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224479, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295334, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224479, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295335, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224479, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295336, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224479, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295337, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224479, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295338, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224480, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295339, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224480, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295340, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224480, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295341, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224480, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295342, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224480, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295343, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224480, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295344, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224480, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295345, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224480, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295346, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224480, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295347, '2410270937471670117', '回锅肉', 35.00, '', 1, 224480, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295348, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224481, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295349, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224481, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295350, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224481, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295351, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224481, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295352, '2410270937471670117', '回锅肉', 35.00, '', 1, 224481, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295353, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224481, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295354, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224481, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295355, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224481, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295356, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224481, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295357, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224481, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295358, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224482, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295359, '2410271118221541050', '藤椒小牛腱', 48.00, '', 1, 224482, '凉菜', 0.00, 75, 206, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295360, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224482, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295361, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224482, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295362, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224482, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295363, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224482, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295364, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 2, 224482, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295365, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224482, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295366, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224482, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295367, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224482, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295368, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224482, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295369, '2410270937471670117', '回锅肉', 35.00, '', 1, 224482, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295370, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224482, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295371, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224482, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295372, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224482, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295373, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224483, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295374, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224483, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295375, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224483, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295376, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224483, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295377, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224483, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295378, '2410270937471670117', '回锅肉', 35.00, '', 1, 224483, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295379, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224483, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295380, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224483, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295381, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224484, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295382, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224484, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295383, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224484, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295384, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224484, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295385, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224484, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295386, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224484, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295387, '2410270937471670117', '回锅肉', 35.00, '', 1, 224484, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295388, '2410271128288503209', '脆皮香葱鱼卷', 22.00, '', 1, 224484, '小吃主食', 0.00, 77, 223, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295389, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224485, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295390, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224485, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295391, '2410271118001402386', '红油耳叶', 48.00, '', 1, 224485, '凉菜', 0.00, 75, 205, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295392, '2410270937471670117', '回锅肉', 35.00, '', 1, 224485, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295393, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224485, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295394, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224485, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295395, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224485, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295396, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224485, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295397, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224485, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295398, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224485, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295399, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224485, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295400, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224486, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295401, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224486, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295402, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224486, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295403, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224486, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295404, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224486, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295405, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224486, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295406, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224486, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295407, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224486, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295408, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 2, 224486, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295409, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224486, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295410, '2410270937471670117', '回锅肉', 35.00, '', 1, 224486, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295411, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224486, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295412, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224486, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295413, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 2, 224486, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295414, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224486, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295415, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224487, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295416, '2410271119361443767', '椒麻鸭胗', 38.00, '', 1, 224487, '凉菜', 0.00, 75, 210, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295417, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224487, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295418, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224487, '热菜', 0.00, 74, 194, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295419, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224487, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295420, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224487, '热菜', 0.00, 74, 199, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295421, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224487, '热菜', 0.00, 74, 191, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295422, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224487, '热菜', 0.00, 74, 197, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295423, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224487, '热菜', 0.00, 74, 195, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295424, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224487, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295425, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224488, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295426, '2410271119103919017', '烧椒皮蛋', 22.00, '', 1, 224488, '凉菜', 0.00, 75, 209, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295427, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224488, '热菜', 0.00, 74, 196, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295428, '2410270937471670117', '回锅肉', 35.00, '', 1, 224488, '热菜', 0.00, 74, 187, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295429, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224488, '热菜', 0.00, 74, 198, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295430, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224488, '热菜', 0.00, 74, 192, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295431, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224488, '热菜', 0.00, 74, 193, '2024-10-27 11:35:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295432, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224488, '热菜', 0.00, 74, 199, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295433, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224488, '热菜', 0.00, 74, 197, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295434, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224488, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295435, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224489, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295436, '2410271117381045059', '口水毛肚', 45.00, '', 1, 224489, '凉菜', 0.00, 75, 204, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295437, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224489, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295438, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224489, '热菜', 0.00, 74, 192, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295439, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224489, '热菜', 0.00, 74, 195, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295440, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224489, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295441, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224489, '热菜', 0.00, 74, 196, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295442, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224489, '热菜', 0.00, 74, 197, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295443, '2410270937471670117', '回锅肉', 35.00, '', 1, 224489, '热菜', 0.00, 74, 187, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295444, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224489, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295445, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224489, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295446, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224489, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295447, '2410271115592028159', '爽口螺片', 48.00, '', 1, 224490, '凉菜', 0.00, 75, 200, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295448, '2410271117152883780', '冷吃鳝丝', 88.00, '', 1, 224490, '凉菜', 0.00, 75, 203, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295449, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224490, '热菜', 0.00, 74, 197, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295450, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224490, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295451, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224490, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295452, '2410270937471670117', '回锅肉', 35.00, '', 1, 224490, '热菜', 0.00, 74, 187, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295453, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224490, '热菜', 0.00, 74, 199, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295454, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224490, '热菜', 0.00, 74, 192, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295455, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224490, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295456, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224490, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295457, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224490, '热菜', 0.00, 74, 195, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295458, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224490, '热菜', 0.00, 74, 196, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295459, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224491, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295460, '2410270937471670117', '回锅肉', 35.00, '', 1, 224491, '热菜', 0.00, 74, 187, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295461, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224491, '热菜', 0.00, 74, 199, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295462, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224491, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295463, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224491, '热菜', 0.00, 74, 195, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295464, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224491, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295465, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224491, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295466, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224491, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295467, '2410270938277003716', '红糖糍粑', 16.00, '', 1, 224491, '小吃主食', 0.00, 77, 189, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295468, '2410271116528514541', '麻辣生态土鸡', 78.00, '', 1, 224492, '凉菜', 0.00, 75, 202, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295469, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224492, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295470, '2410271118403854904', '酱香鸭舌', 58.00, '', 1, 224492, '凉菜', 0.00, 75, 207, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295471, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224492, '热菜', 0.00, 74, 197, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295472, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224492, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295473, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224492, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295474, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224492, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295475, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224492, '热菜', 0.00, 74, 192, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295476, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224492, '热菜', 0.00, 74, 196, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295477, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224492, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295478, '2410271118551486907', '酸辣藤椒猪手', 56.00, '', 1, 224493, '凉菜', 0.00, 75, 208, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295479, '2410270938421640736', '凉拌鸡丝', 37.00, '', 1, 224493, '凉菜', 0.00, 75, 190, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295480, '2410271110315795422', '双椒炒鲜兔', 59.00, '', 1, 224493, '热菜', 0.00, 74, 195, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295481, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 2, 224493, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295482, '2410271111531342767', '金椒蒜蓉焗虾球', 68.00, '', 1, 224493, '热菜', 0.00, 74, 199, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295483, '2410271109217068950', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 224493, '热菜', 0.00, 74, 192, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295484, '2410271111151366809', '金汤肥牛卷', 59.00, '', 1, 224493, '热菜', 0.00, 74, 197, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295485, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224493, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295486, '2410270937471670117', '回锅肉', 35.00, '', 1, 224493, '热菜', 0.00, 74, 187, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295487, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224493, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295488, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224493, '热菜', 0.00, 74, 196, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295489, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224493, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295490, '2410271116319053480', '外婆脆爽牛肉粒', 42.00, '', 1, 224494, '凉菜', 0.00, 75, 201, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295491, '2410271108462559056', '山药虎皮凤爪', 78.00, '', 1, 224494, '热菜', 0.00, 74, 191, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295492, '2410271110049921809', '河鲜跳跳蛙', 68.00, '', 1, 224494, '热菜', 0.00, 74, 194, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295493, '2410271111374430734', '蜀香毛血旺', 59.00, '', 1, 224494, '热菜', 0.00, 74, 198, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295494, '2410271109391552971', '鲜笋烧土麻鸡', 178.00, '', 1, 224494, '热菜', 0.00, 74, 193, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295495, '2410271110539028621', '尖椒菌香烧土鸡', 128.00, '', 1, 224494, '热菜', 0.00, 74, 196, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295496, '2410271128461142603', '香酥手工牛肉饼', 28.00, '', 1, 224494, '小吃主食', 0.00, 77, 224, '2024-10-27 11:35:52', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295497, '2410271130434479054', '娃哈哈苏打水', 5.00, '', 1, 224495, '酒水', 1.90, 82, 229, '2024-10-31 17:37:20', NULL, 0, '147800', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295860, '24120617049116', '麻辣牛肉', 50.00, '', 1, 224614, '荤菜', 0.00, 98, 256, '2024-12-06 10:55:06', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295861, '24120656888115', '冻鸭肠', 30.00, '请求访问:/file/upload,认证失败,无法访问系统资源', 1, 224615, '荤菜', 0.00, 98, 255, '2024-12-06 10:55:06', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295862, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224056, '热菜', 88.00, 99, 193, '2025-03-18 13:40:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295863, '25031844238132', '腊味三拼', 68.00, '', 1, 224056, '凉菜', 40.00, 98, 191, '2025-03-18 13:40:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295864, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224056, '小吃', 15.00, 100, 197, '2025-03-18 13:40:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295865, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224056, '凉菜', 22.00, 98, 190, '2025-03-18 13:40:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295866, '25031858584114', '爽口螺片', 15.00, '', 1, 224057, '热菜', 10.00, 99, 195, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295867, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224057, '凉菜', 55.00, 98, 192, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295868, '25031844238132', '腊味三拼', 68.00, '', 1, 224057, '凉菜', 40.00, 98, 191, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295869, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224057, '热菜', 88.00, 99, 194, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295870, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224057, '热菜', 88.00, 99, 193, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295871, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224057, '小吃', 12.00, 100, 196, '2025-03-18 13:41:10', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295872, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224058, '小吃', 15.00, 100, 197, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295873, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224058, '小吃', 12.00, 100, 196, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295874, '25031858584114', '爽口螺片', 15.00, '', 1, 224058, '热菜', 10.00, 99, 195, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295875, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224058, '凉菜', 55.00, 98, 192, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295876, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224058, '热菜', 88.00, 99, 193, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295877, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224058, '凉菜', 22.00, 98, 190, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295878, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224058, '凉菜', 66.00, 98, 189, '2025-03-18 13:42:39', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295879, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224059, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295880, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224059, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295881, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224059, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295882, '25031858584114', '爽口螺片', 15.00, '', 2, 224059, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295883, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224059, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224059, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295885, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224059, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295886, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224059, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224060, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295888, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224060, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295889, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224060, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295890, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224060, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295891, '25031858584114', '爽口螺片', 15.00, '', 2, 224060, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295892, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224060, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295893, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224060, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295894, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224060, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295895, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224061, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295896, '25031844238132', '腊味三拼', 68.00, '', 1, 224061, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295897, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224061, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295898, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224061, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295899, '25031858584114', '爽口螺片', 15.00, '', 1, 224061, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295900, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224061, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224061, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295902, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224061, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295903, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224062, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295904, '25031858584114', '爽口螺片', 15.00, '', 2, 224062, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295905, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224062, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295906, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224062, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295907, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224062, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295908, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224063, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295909, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224063, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295910, '25031844238132', '腊味三拼', 68.00, '', 2, 224063, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295911, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224063, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295912, '25031858584114', '爽口螺片', 15.00, '', 2, 224063, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295913, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224063, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295914, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224063, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295915, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224063, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295916, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224063, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295917, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224064, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295918, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224064, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295919, '25031844238132', '腊味三拼', 68.00, '', 2, 224064, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295920, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224064, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295921, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224064, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295922, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224064, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295923, '25031858584114', '爽口螺片', 15.00, '', 2, 224064, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295924, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224064, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295925, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224064, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295926, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224065, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295927, '25031844238132', '腊味三拼', 68.00, '', 1, 224065, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295928, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224065, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295929, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224065, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295930, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224065, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295931, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224065, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295932, '25031858584114', '爽口螺片', 15.00, '', 4, 224065, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295933, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224065, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295934, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224065, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295935, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224066, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295936, '25031844238132', '腊味三拼', 68.00, '', 2, 224066, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295937, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224066, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295938, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224066, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295939, '25031858584114', '爽口螺片', 15.00, '', 5, 224066, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295940, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224066, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295941, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224066, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295942, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224066, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295943, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224066, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295944, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224067, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295945, '25031844238132', '腊味三拼', 68.00, '', 2, 224067, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295946, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224067, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295947, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224067, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295948, '25031858584114', '爽口螺片', 15.00, '', 4, 224067, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295949, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224067, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295950, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224067, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295951, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224067, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295952, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224067, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295953, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224068, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295954, '25031844238132', '腊味三拼', 68.00, '', 2, 224068, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295955, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224068, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295956, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224068, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295957, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224068, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295958, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224068, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295959, '25031858584114', '爽口螺片', 15.00, '', 3, 224068, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295960, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224068, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295961, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224068, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295962, '25031844238132', '腊味三拼', 68.00, '', 1, 224069, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295963, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224069, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295964, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224069, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295965, '25031858584114', '爽口螺片', 15.00, '', 3, 224069, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295966, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224069, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295967, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224069, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295968, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224069, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295969, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224070, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295970, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224070, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295971, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224070, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295972, '25031844238132', '腊味三拼', 68.00, '', 2, 224070, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295973, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224070, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295974, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224070, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295975, '25031858584114', '爽口螺片', 15.00, '', 2, 224070, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295976, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224070, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295977, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224070, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295978, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224071, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295979, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224071, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295980, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224071, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295981, '25031844238132', '腊味三拼', 68.00, '', 1, 224071, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295982, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224071, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295983, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224071, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295984, '25031858584114', '爽口螺片', 15.00, '', 2, 224071, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295985, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224071, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295986, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224071, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295987, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224072, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295988, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224072, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295989, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224072, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295990, '25031858584114', '爽口螺片', 15.00, '', 1, 224072, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295991, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224072, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295992, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224072, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295993, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224073, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295994, '25031844238132', '腊味三拼', 68.00, '', 1, 224073, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295995, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224073, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295996, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224073, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295997, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224073, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295998, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224073, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2295999, '25031858584114', '爽口螺片', 15.00, '', 4, 224073, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296000, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224073, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296001, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224073, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296002, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224074, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296003, '25031844238132', '腊味三拼', 68.00, '', 1, 224074, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296004, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224074, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296005, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224074, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296006, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224074, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296007, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224074, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296008, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224074, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296009, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224074, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296010, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224075, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296011, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224075, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296012, '25031858584114', '爽口螺片', 15.00, '', 4, 224075, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296013, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224075, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224075, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296015, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224075, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296016, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224075, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296017, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224076, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296018, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224076, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296019, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224076, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296020, '25031858584114', '爽口螺片', 15.00, '', 2, 224076, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296021, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224076, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296022, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224076, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296023, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224076, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296024, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224076, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296025, '25031844238132', '腊味三拼', 68.00, '', 1, 224076, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296026, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224077, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296027, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224077, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296028, '25031844238132', '腊味三拼', 68.00, '', 1, 224077, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296029, '25031858584114', '爽口螺片', 15.00, '', 2, 224077, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296030, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224077, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296031, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224077, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296032, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224077, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224077, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296034, '25031844238132', '腊味三拼', 68.00, '', 1, 224078, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296035, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224078, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296036, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224078, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296037, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224078, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296038, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224078, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296039, '25031858584114', '爽口螺片', 15.00, '', 3, 224078, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296040, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224078, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296041, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224078, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224078, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296043, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224079, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296044, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224079, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296045, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224079, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296046, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224079, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296047, '25031858584114', '爽口螺片', 15.00, '', 1, 224079, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296048, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224079, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296049, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224079, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296050, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224080, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296051, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224080, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296052, '25031858584114', '爽口螺片', 15.00, '', 1, 224080, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296053, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224080, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296054, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224080, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296055, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224080, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296056, '25031844238132', '腊味三拼', 68.00, '', 1, 224080, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296057, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224080, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224080, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296059, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224081, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296060, '25031844238132', '腊味三拼', 68.00, '', 1, 224081, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296061, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224081, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296062, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224081, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296063, '25031858584114', '爽口螺片', 15.00, '', 4, 224081, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296064, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224081, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296065, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224081, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296066, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224081, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296067, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224081, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296068, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224082, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296069, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224082, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296070, '25031844238132', '腊味三拼', 68.00, '', 2, 224082, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296071, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224082, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296072, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224082, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296073, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224082, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296074, '25031858584114', '爽口螺片', 15.00, '', 1, 224082, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296075, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224082, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296076, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224082, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296077, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224083, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296078, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224083, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296079, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224083, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296080, '25031844238132', '腊味三拼', 68.00, '', 2, 224083, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296081, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224083, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296082, '25031858584114', '爽口螺片', 15.00, '', 3, 224083, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296083, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224083, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224083, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296085, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224084, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296086, '25031844238132', '腊味三拼', 68.00, '', 1, 224084, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296087, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224084, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296088, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224084, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296089, '25031858584114', '爽口螺片', 15.00, '', 4, 224084, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296090, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224084, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296091, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224084, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296092, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224084, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224085, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296094, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224085, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296095, '25031844238132', '腊味三拼', 68.00, '', 1, 224085, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296096, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224085, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296097, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224085, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224085, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296099, '25031858584114', '爽口螺片', 15.00, '', 3, 224085, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296100, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224085, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296101, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224085, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296102, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224086, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296103, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224086, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296104, '25031844238132', '腊味三拼', 68.00, '', 1, 224086, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296105, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224086, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296106, '25031858584114', '爽口螺片', 15.00, '', 2, 224086, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296107, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224086, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296108, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224086, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296109, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224086, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296110, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224086, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296111, '25031844238132', '腊味三拼', 68.00, '', 2, 224087, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296112, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224087, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296113, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224087, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296114, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224087, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296115, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224087, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296116, '25031858584114', '爽口螺片', 15.00, '', 2, 224087, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296117, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224087, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296118, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224087, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296119, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224087, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296120, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224088, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296121, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224088, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296122, '25031858584114', '爽口螺片', 15.00, '', 1, 224088, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296123, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224088, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296124, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224088, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296125, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224088, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296126, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224088, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296127, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224089, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296128, '25031844238132', '腊味三拼', 68.00, '', 1, 224089, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296129, '25031858584114', '爽口螺片', 15.00, '', 1, 224089, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296130, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224089, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296131, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224089, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224089, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296133, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224089, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296134, '25031844238132', '腊味三拼', 68.00, '', 1, 224090, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296135, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224090, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296136, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224090, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296137, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224090, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296138, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224090, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296139, '25031858584114', '爽口螺片', 15.00, '', 6, 224090, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296140, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224090, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224090, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224090, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296143, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224091, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296144, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224091, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296145, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224091, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296146, '25031844238132', '腊味三拼', 68.00, '', 1, 224091, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296147, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224091, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296148, '25031858584114', '爽口螺片', 15.00, '', 4, 224091, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296149, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224091, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296150, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224091, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296151, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224091, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296152, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224092, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296153, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224092, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296154, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224092, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296155, '25031844238132', '腊味三拼', 68.00, '', 2, 224092, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224092, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296157, '25031858584114', '爽口螺片', 15.00, '', 5, 224092, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296158, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224092, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296159, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224092, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296160, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224092, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296161, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224093, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296162, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224093, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296163, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224093, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296164, '25031844238132', '腊味三拼', 68.00, '', 1, 224093, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296165, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224093, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296166, '25031858584114', '爽口螺片', 15.00, '', 2, 224093, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296167, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224093, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296168, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224093, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296169, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224093, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296170, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224094, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296171, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224094, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224094, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296173, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224094, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296174, '25031858584114', '爽口螺片', 15.00, '', 2, 224094, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296175, '25031844238132', '腊味三拼', 68.00, '', 1, 224094, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296176, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224094, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296177, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224094, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296178, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224095, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296179, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224095, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296180, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224095, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296181, '25031844238132', '腊味三拼', 68.00, '', 1, 224095, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296182, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224095, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296183, '25031858584114', '爽口螺片', 15.00, '', 3, 224095, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296184, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224095, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296185, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224095, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296186, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224095, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296187, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224096, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296188, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224096, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296189, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224096, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296190, '25031844238132', '腊味三拼', 68.00, '', 1, 224096, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296191, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224096, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296192, '25031858584114', '爽口螺片', 15.00, '', 2, 224096, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296193, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224096, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296194, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224096, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296195, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224097, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296196, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224097, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296197, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224097, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296198, '25031858584114', '爽口螺片', 15.00, '', 1, 224097, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296199, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224097, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296200, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224098, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296201, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224098, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296202, '25031844238132', '腊味三拼', 68.00, '', 2, 224098, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296203, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224098, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296204, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224098, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296205, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224098, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296206, '25031858584114', '爽口螺片', 15.00, '', 4, 224098, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296207, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224098, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296208, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224098, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296209, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224099, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296210, '25031844238132', '腊味三拼', 68.00, '', 1, 224099, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224099, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296212, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224099, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296213, '25031858584114', '爽口螺片', 15.00, '', 2, 224099, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296214, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224099, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296215, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224099, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296216, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224099, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296217, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224100, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296218, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224100, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296219, '25031844238132', '腊味三拼', 68.00, '', 2, 224100, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296220, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224100, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296221, '25031858584114', '爽口螺片', 15.00, '', 3, 224100, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296222, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224100, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296223, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224100, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296224, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224100, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224100, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296226, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224101, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296227, '25031844238132', '腊味三拼', 68.00, '', 1, 224101, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296228, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224101, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296229, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224101, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296230, '25031858584114', '爽口螺片', 15.00, '', 2, 224101, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296231, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224101, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296232, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224101, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296233, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224101, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224102, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296235, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224102, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296236, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224102, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296237, '25031858584114', '爽口螺片', 15.00, '', 1, 224102, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296238, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224102, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296239, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224102, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296240, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224102, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296241, '25031844238132', '腊味三拼', 68.00, '', 1, 224102, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296242, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224102, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296243, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224103, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296244, '25031844238132', '腊味三拼', 68.00, '', 1, 224103, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296245, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224103, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296246, '25031858584114', '爽口螺片', 15.00, '', 2, 224103, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296247, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224103, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296248, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224103, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296249, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224103, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296250, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224104, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296251, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224104, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296252, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224104, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296253, '25031844238132', '腊味三拼', 68.00, '', 2, 224104, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296254, '25031858584114', '爽口螺片', 15.00, '', 4, 224104, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296255, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224104, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296256, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224104, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296257, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224104, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296258, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224104, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296259, '25031844238132', '腊味三拼', 68.00, '', 1, 224105, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296260, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224105, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296261, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224105, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296262, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224105, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296263, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224105, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296264, '25031858584114', '爽口螺片', 15.00, '', 1, 224105, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296265, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224105, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296266, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224105, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296267, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224105, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296268, '25031844238132', '腊味三拼', 68.00, '', 1, 224106, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296269, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224106, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296270, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224106, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296271, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224106, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296272, '25031858584114', '爽口螺片', 15.00, '', 1, 224106, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296273, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224106, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296274, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224106, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296275, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224107, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296276, '25031844238132', '腊味三拼', 68.00, '', 2, 224107, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296277, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224107, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296278, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224107, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296279, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224107, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296280, '25031858584114', '爽口螺片', 15.00, '', 6, 224107, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296281, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224107, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296282, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224107, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296283, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224107, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296284, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224108, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296285, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224108, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296286, '25031844238132', '腊味三拼', 68.00, '', 1, 224108, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296287, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224108, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296288, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224108, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296289, '25031858584114', '爽口螺片', 15.00, '', 5, 224108, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296290, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224108, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296291, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224108, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296292, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224108, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296293, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224109, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296294, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224109, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296295, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224109, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296296, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224109, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296297, '25031858584114', '爽口螺片', 15.00, '', 3, 224109, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296298, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224109, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296299, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224109, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296300, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224109, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296301, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224110, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296302, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224110, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296303, '25031858584114', '爽口螺片', 15.00, '', 2, 224110, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296304, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224110, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296305, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224110, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296306, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224110, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296307, '25031844238132', '腊味三拼', 68.00, '', 1, 224110, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296308, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224110, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296309, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224111, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296310, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224111, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296311, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224111, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296312, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224111, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296313, '25031858584114', '爽口螺片', 15.00, '', 1, 224111, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296314, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224111, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296315, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224111, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296316, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224112, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296317, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224112, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296318, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224112, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296319, '25031844238132', '腊味三拼', 68.00, '', 2, 224112, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296320, '25031858584114', '爽口螺片', 15.00, '', 3, 224112, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296321, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224112, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296322, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224112, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296323, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224112, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296324, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224112, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296325, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224113, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296326, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224113, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296327, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224113, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296328, '25031858584114', '爽口螺片', 15.00, '', 2, 224113, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296329, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224113, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296330, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224113, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296331, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224113, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296332, '25031844238132', '腊味三拼', 68.00, '', 2, 224114, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296333, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224114, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296334, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224114, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296335, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224114, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296336, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224114, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296337, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224114, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296338, '25031858584114', '爽口螺片', 15.00, '', 5, 224114, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296339, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224114, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296340, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224114, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296341, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224115, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296342, '25031844238132', '腊味三拼', 68.00, '', 1, 224115, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296343, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224115, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296344, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224115, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296345, '25031858584114', '爽口螺片', 15.00, '', 4, 224115, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296346, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224115, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296347, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224115, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296348, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224116, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296349, '25031858584114', '爽口螺片', 15.00, '', 1, 224116, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296350, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224116, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296351, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224116, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296352, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224116, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296353, '25031844238132', '腊味三拼', 68.00, '', 1, 224117, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296354, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224117, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296355, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224117, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296356, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224117, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296357, '25031858584114', '爽口螺片', 15.00, '', 1, 224117, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296358, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224117, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296359, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224117, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296360, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224118, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296361, '25031844238132', '腊味三拼', 68.00, '', 1, 224118, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296362, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224118, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296363, '25031858584114', '爽口螺片', 15.00, '', 4, 224118, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296364, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224118, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296365, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224118, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296366, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224118, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296367, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224119, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296368, '25031844238132', '腊味三拼', 68.00, '', 1, 224119, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296369, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224119, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296370, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224119, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296371, '25031858584114', '爽口螺片', 15.00, '', 2, 224119, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296372, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224119, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296373, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224119, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296374, '25031844238132', '腊味三拼', 68.00, '', 2, 224120, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296375, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224120, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296376, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224120, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296377, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224120, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296378, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224120, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296379, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224120, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296380, '25031858584114', '爽口螺片', 15.00, '', 5, 224120, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296381, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224120, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296382, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224120, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296383, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224121, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296384, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224121, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296385, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224121, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296386, '25031844238132', '腊味三拼', 68.00, '', 2, 224121, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296387, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224121, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296388, '25031858584114', '爽口螺片', 15.00, '', 3, 224121, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296389, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224121, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296390, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224121, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296391, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224121, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296392, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224122, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296393, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224122, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296394, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224122, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296395, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224122, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296396, '25031858584114', '爽口螺片', 15.00, '', 2, 224122, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296397, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224122, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296398, '25031844238132', '腊味三拼', 68.00, '', 2, 224123, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296399, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224123, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296400, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224123, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296401, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224123, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296402, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224123, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296403, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224123, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296404, '25031858584114', '爽口螺片', 15.00, '', 3, 224123, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296405, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224123, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296406, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224124, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296407, '25031844238132', '腊味三拼', 68.00, '', 1, 224124, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296408, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224124, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296409, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224124, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296410, '25031858584114', '爽口螺片', 15.00, '', 6, 224124, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296411, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224124, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296412, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224124, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296413, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224124, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296414, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224124, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296415, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224125, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296416, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224125, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296417, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224125, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296418, '25031844238132', '腊味三拼', 68.00, '', 2, 224125, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296419, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224125, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296420, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224125, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296421, '25031858584114', '爽口螺片', 15.00, '', 5, 224125, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296422, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224125, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296423, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224125, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296424, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224126, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296425, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224126, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296426, '25031844238132', '腊味三拼', 68.00, '', 1, 224126, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296427, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224126, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296428, '25031858584114', '爽口螺片', 15.00, '', 3, 224126, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296429, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224126, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296430, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224126, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296431, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224126, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296432, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224126, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296433, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224127, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296434, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224127, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296435, '25031858584114', '爽口螺片', 15.00, '', 2, 224127, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296436, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224127, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296437, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224127, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296438, '25031844238132', '腊味三拼', 68.00, '', 1, 224127, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296439, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224127, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296440, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224127, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296441, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224127, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296442, '25031844238132', '腊味三拼', 68.00, '', 1, 224128, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296443, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224128, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296444, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224128, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296445, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224128, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296446, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224128, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296447, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224128, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296448, '25031858584114', '爽口螺片', 15.00, '', 3, 224128, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296449, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224128, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296450, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224128, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296451, '25031844238132', '腊味三拼', 68.00, '', 1, 224129, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296452, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224129, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296453, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224129, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296454, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224129, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296455, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224129, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296456, '25031858584114', '爽口螺片', 15.00, '', 1, 224129, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296457, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224129, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296458, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224129, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296459, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224130, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296460, '25031844238132', '腊味三拼', 68.00, '', 1, 224130, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296461, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224130, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296462, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224130, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296463, '25031858584114', '爽口螺片', 15.00, '', 4, 224130, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296464, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224130, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296465, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224130, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296466, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224130, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296467, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224131, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296468, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224131, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296469, '25031844238132', '腊味三拼', 68.00, '', 1, 224131, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296470, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224131, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296471, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224131, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296472, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224131, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296473, '25031858584114', '爽口螺片', 15.00, '', 6, 224131, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296474, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224131, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296475, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224131, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296476, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224132, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296477, '25031844238132', '腊味三拼', 68.00, '', 1, 224132, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296478, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224132, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296479, '25031858584114', '爽口螺片', 15.00, '', 5, 224132, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296480, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224132, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296481, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224132, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296482, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224132, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296483, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224132, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296484, '25031844238132', '腊味三拼', 68.00, '', 2, 224133, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296485, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224133, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296486, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224133, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296487, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224133, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296488, '25031858584114', '爽口螺片', 15.00, '', 7, 224133, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296489, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224133, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296490, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224133, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296491, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224133, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296492, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224133, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296493, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224134, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296494, '25031844238132', '腊味三拼', 68.00, '', 1, 224134, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296495, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224134, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296496, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224134, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296497, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224134, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296498, '25031858584114', '爽口螺片', 15.00, '', 3, 224134, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296499, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224134, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296500, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224134, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296501, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224134, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296502, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224135, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296503, '25031844238132', '腊味三拼', 68.00, '', 1, 224135, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296504, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224135, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296505, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224135, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296506, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224135, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296507, '25031858584114', '爽口螺片', 15.00, '', 2, 224135, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296508, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224135, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296509, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224135, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296510, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224135, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296511, '25031844238132', '腊味三拼', 68.00, '', 2, 224136, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296512, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224136, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296513, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224136, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296514, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224136, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296515, '25031858584114', '爽口螺片', 15.00, '', 5, 224136, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296516, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224136, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296517, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224136, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296518, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224136, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296519, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224137, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296520, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224137, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296521, '25031858584114', '爽口螺片', 15.00, '', 2, 224137, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296522, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224137, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296523, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224137, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296524, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224138, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296525, '25031844238132', '腊味三拼', 68.00, '', 2, 224138, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296526, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224138, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296527, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224138, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296528, '25031858584114', '爽口螺片', 15.00, '', 3, 224138, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296529, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224138, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296530, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224138, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296531, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224138, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296532, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224138, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296533, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224139, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296534, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224139, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296535, '25031844238132', '腊味三拼', 68.00, '', 1, 224139, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296536, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224139, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296537, '25031858584114', '爽口螺片', 15.00, '', 2, 224139, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296538, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224139, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296539, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224139, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296540, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224139, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296541, '25031844238132', '腊味三拼', 68.00, '', 2, 224140, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224140, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296543, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224140, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296544, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224140, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296545, '25031858584114', '爽口螺片', 15.00, '', 2, 224140, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296546, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224140, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296547, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224140, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296548, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224140, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296549, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224140, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296550, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224141, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296551, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224141, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296552, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224141, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296553, '25031858584114', '爽口螺片', 15.00, '', 1, 224141, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296554, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224141, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296555, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224141, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296556, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224142, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296557, '25031844238132', '腊味三拼', 68.00, '', 1, 224142, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296558, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224142, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296559, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224142, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296560, '25031858584114', '爽口螺片', 15.00, '', 1, 224142, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296561, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224142, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296562, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224142, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296563, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224142, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296564, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224143, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296565, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224143, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296566, '25031844238132', '腊味三拼', 68.00, '', 1, 224143, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296567, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224143, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296568, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224143, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296569, '25031858584114', '爽口螺片', 15.00, '', 2, 224143, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296570, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224143, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296571, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224143, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296572, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224143, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296573, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224144, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296574, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224144, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296575, '25031858584114', '爽口螺片', 15.00, '', 1, 224144, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296576, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224144, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296577, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224144, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296578, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224144, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296579, '25031844238132', '腊味三拼', 68.00, '', 1, 224144, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296580, '25031844238132', '腊味三拼', 68.00, '', 1, 224145, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296581, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224145, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296582, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224145, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296583, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224145, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296584, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224145, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296585, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224145, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296586, '25031858584114', '爽口螺片', 15.00, '', 3, 224145, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296587, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224145, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296588, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224145, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296589, '25031844238132', '腊味三拼', 68.00, '', 1, 224146, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296590, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224146, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296591, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224146, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296592, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224146, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296593, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224146, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296594, '25031858584114', '爽口螺片', 15.00, '', 2, 224146, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296595, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224146, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296596, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224146, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296597, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224147, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296598, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224147, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296599, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224147, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296600, '25031844238132', '腊味三拼', 68.00, '', 1, 224147, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296601, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224147, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296602, '25031858584114', '爽口螺片', 15.00, '', 3, 224147, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296603, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224147, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296604, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224147, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296605, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224147, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296606, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224148, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296607, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224148, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296608, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224148, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296609, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224148, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296610, '25031858584114', '爽口螺片', 15.00, '', 3, 224148, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296611, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224148, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224148, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296613, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224148, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296614, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224149, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296615, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224149, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296616, '25031844238132', '腊味三拼', 68.00, '', 2, 224149, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296617, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224149, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296618, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224149, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296619, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224149, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296620, '25031858584114', '爽口螺片', 15.00, '', 6, 224149, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296621, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224149, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296622, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224149, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296623, '25031844238132', '腊味三拼', 68.00, '', 2, 224150, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296624, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224150, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296625, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224150, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296626, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224150, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296627, '25031858584114', '爽口螺片', 15.00, '', 4, 224150, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296628, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224150, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296629, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224150, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296630, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224150, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296631, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224150, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296632, '25031844238132', '腊味三拼', 68.00, '', 2, 224151, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296633, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224151, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296634, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224151, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296635, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224151, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296636, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224151, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296637, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224151, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296638, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224151, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296639, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224151, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296640, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224152, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296641, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224152, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296642, '25031844238132', '腊味三拼', 68.00, '', 1, 224152, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296643, '25031858584114', '爽口螺片', 15.00, '', 3, 224152, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296644, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224152, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296645, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224152, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224152, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296647, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224152, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296648, '25031844238132', '腊味三拼', 68.00, '', 2, 224153, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296649, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224153, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296650, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224153, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296651, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224153, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296652, '25031858584114', '爽口螺片', 15.00, '', 3, 224153, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296653, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224153, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296654, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224153, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296655, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224153, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296656, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224154, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296657, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224154, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296658, '25031858584114', '爽口螺片', 15.00, '', 2, 224154, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296659, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224154, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296660, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224154, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296661, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224154, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296662, '25031844238132', '腊味三拼', 68.00, '', 2, 224155, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296663, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224155, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296664, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224155, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296665, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224155, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296666, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224155, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296667, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224155, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296668, '25031858584114', '爽口螺片', 15.00, '', 4, 224155, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296669, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224155, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296670, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224155, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296671, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224156, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296672, '25031844238132', '腊味三拼', 68.00, '', 1, 224156, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296673, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224156, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296674, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224156, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296675, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224156, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296676, '25031858584114', '爽口螺片', 15.00, '', 2, 224156, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296677, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224156, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296678, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224156, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296679, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224156, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296680, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224157, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296681, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224157, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296682, '25031858584114', '爽口螺片', 15.00, '', 1, 224157, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296683, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224157, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296684, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224157, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296685, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224157, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296686, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224158, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296687, '25031844238132', '腊味三拼', 68.00, '', 2, 224158, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296688, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224158, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296689, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224158, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296690, '25031858584114', '爽口螺片', 15.00, '', 3, 224158, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296691, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224158, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296692, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224158, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296693, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224158, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296694, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224159, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296695, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224159, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296696, '25031844238132', '腊味三拼', 68.00, '', 1, 224159, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296697, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224159, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296698, '25031858584114', '爽口螺片', 15.00, '', 4, 224159, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296699, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224159, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296700, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224159, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296701, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224159, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296702, '25031844238132', '腊味三拼', 68.00, '', 1, 224160, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296703, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224160, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296704, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224160, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296705, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224160, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296706, '25031858584114', '爽口螺片', 15.00, '', 3, 224160, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296707, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224160, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296708, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224160, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224160, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224160, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296711, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224161, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296712, '25031844238132', '腊味三拼', 68.00, '', 1, 224161, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296713, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224161, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296714, '25031858584114', '爽口螺片', 15.00, '', 1, 224161, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296715, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224161, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296716, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224161, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296717, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224161, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296718, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224161, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296719, '25031844238132', '腊味三拼', 68.00, '', 1, 224162, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296720, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224162, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296721, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224162, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296722, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224162, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296723, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224162, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296724, '25031858584114', '爽口螺片', 15.00, '', 2, 224162, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296725, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224162, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296726, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224162, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224162, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296728, '25031844238132', '腊味三拼', 68.00, '', 2, 224163, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296729, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224163, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296730, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224163, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296731, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224163, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296732, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224163, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296733, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224163, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296734, '25031858584114', '爽口螺片', 15.00, '', 4, 224163, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296735, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224163, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296736, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224163, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296737, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224164, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296738, '25031844238132', '腊味三拼', 68.00, '', 1, 224164, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296739, '25031858584114', '爽口螺片', 15.00, '', 3, 224164, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296740, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224164, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296741, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224164, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296742, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224164, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296743, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224164, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296744, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224165, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296745, '25031844238132', '腊味三拼', 68.00, '', 2, 224165, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296746, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224165, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296747, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224165, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296748, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224165, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296749, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224165, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296750, '25031858584114', '爽口螺片', 15.00, '', 5, 224165, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296751, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224165, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296752, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224165, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296753, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224166, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296754, '25031844238132', '腊味三拼', 68.00, '', 2, 224166, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296755, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224166, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296756, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224166, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296757, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224166, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296758, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224166, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296759, '25031858584114', '爽口螺片', 15.00, '', 1, 224166, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296760, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224166, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296761, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224166, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296762, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224167, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296763, '25031844238132', '腊味三拼', 68.00, '', 1, 224167, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296764, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224167, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296765, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224167, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296766, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224167, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296767, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224167, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296768, '25031858584114', '爽口螺片', 15.00, '', 3, 224167, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296769, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224167, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296770, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224167, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296771, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224168, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296772, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224168, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296773, '25031844238132', '腊味三拼', 68.00, '', 2, 224168, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296774, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224168, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296775, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224168, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296776, '25031858584114', '爽口螺片', 15.00, '', 3, 224168, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296777, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224168, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296778, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224168, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296779, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224168, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296780, '25031844238132', '腊味三拼', 68.00, '', 1, 224169, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296781, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224169, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296782, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224169, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296783, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224169, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296784, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224169, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296785, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224169, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296786, '25031858584114', '爽口螺片', 15.00, '', 4, 224169, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296787, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224169, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224169, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296789, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224170, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296790, '25031844238132', '腊味三拼', 68.00, '', 1, 224170, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296791, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224170, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296792, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224170, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296793, '25031858584114', '爽口螺片', 15.00, '', 2, 224170, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296794, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224170, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296795, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224170, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296796, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224170, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296797, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224171, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296798, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224171, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296799, '25031858584114', '爽口螺片', 15.00, '', 2, 224171, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296800, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224171, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296801, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224171, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296802, '25031844238132', '腊味三拼', 68.00, '', 1, 224171, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296803, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224171, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296804, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224171, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296805, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224172, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296806, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224172, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296807, '25031844238132', '腊味三拼', 68.00, '', 1, 224172, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296808, '25031858584114', '爽口螺片', 15.00, '', 3, 224172, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296809, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224172, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296810, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224172, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296811, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224172, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296812, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224172, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296813, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224173, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296814, '25031844238132', '腊味三拼', 68.00, '', 1, 224173, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296815, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224173, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296816, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224173, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296817, '25031858584114', '爽口螺片', 15.00, '', 3, 224173, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296818, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224173, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296819, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224173, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296820, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224173, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296821, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224174, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296822, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224174, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296823, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224174, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296824, '25031844238132', '腊味三拼', 68.00, '', 2, 224174, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296825, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224174, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296826, '25031858584114', '爽口螺片', 15.00, '', 4, 224174, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296827, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224174, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296828, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224174, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296829, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224174, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296830, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224175, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296831, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224175, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296832, '25031844238132', '腊味三拼', 68.00, '', 1, 224175, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296833, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224175, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296834, '25031858584114', '爽口螺片', 15.00, '', 2, 224175, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296835, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224175, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296836, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224175, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296837, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224175, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296838, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224176, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296839, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224176, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296840, '25031844238132', '腊味三拼', 68.00, '', 2, 224176, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296841, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224176, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296842, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224176, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296843, '25031858584114', '爽口螺片', 15.00, '', 5, 224176, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296844, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224176, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296845, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224176, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296846, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224176, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296847, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224177, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296848, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224177, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296849, '25031844238132', '腊味三拼', 68.00, '', 1, 224177, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296850, '25031858584114', '爽口螺片', 15.00, '', 1, 224177, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296851, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224177, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296852, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224177, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296853, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224177, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296854, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224177, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296855, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224178, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296856, '25031858584114', '爽口螺片', 15.00, '', 2, 224178, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296857, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224178, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296858, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224178, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296859, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224178, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296860, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224179, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296861, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224179, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296862, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224179, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296863, '25031844238132', '腊味三拼', 68.00, '', 2, 224179, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296864, '25031858584114', '爽口螺片', 15.00, '', 2, 224179, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296865, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224179, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296866, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224179, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296867, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224179, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296868, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224179, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296869, '25031844238132', '腊味三拼', 68.00, '', 1, 224180, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296870, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224180, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296871, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224180, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296872, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224180, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296873, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224180, '热菜', 0.00, 99, 194, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296874, '25031858584114', '爽口螺片', 15.00, '', 2, 224180, '热菜', 0.00, 99, 195, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296875, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224180, '热菜', 0.00, 99, 193, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296876, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224180, '小吃', 0.00, 100, 196, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296877, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224180, '小吃', 0.00, 100, 197, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296878, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224181, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:08', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296879, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224181, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296880, '25031844238132', '腊味三拼', 68.00, '', 1, 224181, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296881, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224181, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296882, '25031858584114', '爽口螺片', 15.00, '', 1, 224181, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296883, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224181, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224181, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296885, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224181, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296886, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224181, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296887, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224182, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296888, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224182, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296889, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224182, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296890, '25031844238132', '腊味三拼', 68.00, '', 2, 224182, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296891, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224182, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296892, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224182, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296893, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224182, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296894, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224182, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296895, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224183, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296896, '25031844238132', '腊味三拼', 68.00, '', 1, 224183, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296897, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224183, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296898, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224183, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296899, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224183, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296900, '25031858584114', '爽口螺片', 15.00, '', 3, 224183, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224183, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296902, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224183, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296903, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224183, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296904, '25031844238132', '腊味三拼', 68.00, '', 1, 224184, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296905, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224184, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296906, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224184, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224184, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296908, '25031858584114', '爽口螺片', 15.00, '', 4, 224184, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296909, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224184, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296910, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224184, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296911, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224184, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296912, '25031844238132', '腊味三拼', 68.00, '', 2, 224185, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296913, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224185, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296914, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224185, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296915, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224185, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296916, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224185, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296917, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224185, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296918, '25031858584114', '爽口螺片', 15.00, '', 2, 224185, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296919, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224185, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296920, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224185, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296921, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224186, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296922, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224186, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296923, '25031858584114', '爽口螺片', 15.00, '', 1, 224186, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296924, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224186, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296925, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224186, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296926, '25031844238132', '腊味三拼', 68.00, '', 2, 224187, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296927, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224187, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296928, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224187, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296929, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224187, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296930, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224187, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296931, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224187, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296932, '25031858584114', '爽口螺片', 15.00, '', 4, 224187, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296933, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224187, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296934, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224187, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296935, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224188, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296936, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224188, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296937, '25031844238132', '腊味三拼', 68.00, '', 2, 224188, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296938, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224188, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296939, '25031858584114', '爽口螺片', 15.00, '', 5, 224188, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296940, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224188, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296941, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224188, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296942, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224188, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296943, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224188, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296944, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224189, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296945, '25031844238132', '腊味三拼', 68.00, '', 1, 224189, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296946, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224189, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296947, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224189, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296948, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224189, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296949, '25031858584114', '爽口螺片', 15.00, '', 3, 224189, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296950, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224189, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296951, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224189, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296952, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224189, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296953, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224190, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296954, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224190, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296955, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224190, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296956, '25031844238132', '腊味三拼', 68.00, '', 1, 224190, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296957, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224190, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296958, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224190, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296959, '25031858584114', '爽口螺片', 15.00, '', 3, 224190, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296960, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224190, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296961, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224190, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296962, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224191, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296963, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224191, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296964, '25031844238132', '腊味三拼', 68.00, '', 1, 224191, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296965, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224191, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296966, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224191, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296967, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224191, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296968, '25031858584114', '爽口螺片', 15.00, '', 2, 224191, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296969, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224191, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296970, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224191, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296971, '25031844238132', '腊味三拼', 68.00, '', 1, 224192, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296972, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224192, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296973, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224192, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296974, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224192, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296975, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224192, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296976, '25031858584114', '爽口螺片', 15.00, '', 3, 224192, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296977, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224192, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296978, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224192, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296979, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224192, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296980, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224193, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296981, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224193, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296982, '25031844238132', '腊味三拼', 68.00, '', 1, 224193, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296983, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224193, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296984, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224193, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296985, '25031858584114', '爽口螺片', 15.00, '', 3, 224193, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296986, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224193, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296987, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224193, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296988, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224194, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296989, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224194, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296990, '25031844238132', '腊味三拼', 68.00, '', 1, 224194, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296991, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224194, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296992, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224194, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296993, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224194, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296994, '25031858584114', '爽口螺片', 15.00, '', 7, 224194, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296995, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224194, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296996, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224194, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296997, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224195, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296998, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224195, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2296999, '25031844238132', '腊味三拼', 68.00, '', 1, 224195, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297000, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224195, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297001, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224195, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297002, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224195, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297003, '25031858584114', '爽口螺片', 15.00, '', 4, 224195, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297004, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224195, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297005, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224195, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297006, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224196, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224196, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297008, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224196, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297009, '25031858584114', '爽口螺片', 15.00, '', 2, 224196, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297010, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224196, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297011, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224196, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297012, '25031844238132', '腊味三拼', 68.00, '', 1, 224196, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297013, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224197, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297014, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224197, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297015, '25031844238132', '腊味三拼', 68.00, '', 2, 224197, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297016, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224197, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297017, '25031858584114', '爽口螺片', 15.00, '', 5, 224197, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297018, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224197, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297019, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224197, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297020, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224197, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297021, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224197, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297022, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224198, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297023, '25031844238132', '腊味三拼', 68.00, '', 1, 224198, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297024, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224198, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297025, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224198, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297026, '25031858584114', '爽口螺片', 15.00, '', 3, 224198, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297027, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224198, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297028, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224198, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297029, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224198, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297030, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224198, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297031, '25031844238132', '腊味三拼', 68.00, '', 1, 224199, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297032, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224199, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297033, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224199, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297034, '25031858584114', '爽口螺片', 15.00, '', 4, 224199, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297035, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224199, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297036, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224199, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297037, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224199, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297038, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224199, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297039, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224200, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297040, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224200, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297041, '25031844238132', '腊味三拼', 68.00, '', 1, 224200, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297042, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224200, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297043, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224200, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297044, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224200, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297045, '25031858584114', '爽口螺片', 15.00, '', 2, 224200, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297046, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224200, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297047, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224200, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297048, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224201, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297049, '25031844238132', '腊味三拼', 68.00, '', 2, 224201, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297050, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224201, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297051, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224201, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297052, '25031858584114', '爽口螺片', 15.00, '', 4, 224201, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224201, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297054, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224201, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297055, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224201, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297056, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224201, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297057, '25031844238132', '腊味三拼', 68.00, '', 1, 224202, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297058, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224202, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297059, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224202, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297060, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224202, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224202, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297062, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224202, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297063, '25031858584114', '爽口螺片', 15.00, '', 5, 224202, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297064, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224202, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297065, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224202, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297066, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224203, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297067, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224203, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297068, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224203, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297069, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224203, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297070, '25031858584114', '爽口螺片', 15.00, '', 2, 224203, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297071, '25031844238132', '腊味三拼', 68.00, '', 1, 224203, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297072, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224203, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297073, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224203, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297074, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224203, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297075, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224204, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297076, '25031844238132', '腊味三拼', 68.00, '', 2, 224204, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297077, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224204, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297078, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224204, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297079, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224204, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297080, '25031858584114', '爽口螺片', 15.00, '', 4, 224204, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297081, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224204, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297082, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224204, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297083, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224204, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224205, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297085, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224205, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297086, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224205, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297087, '25031858584114', '爽口螺片', 15.00, '', 2, 224205, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297088, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224205, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297089, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224205, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297090, '25031844238132', '腊味三拼', 68.00, '', 1, 224205, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297091, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224206, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297092, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224206, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297093, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224206, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297094, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224206, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297095, '25031858584114', '爽口螺片', 15.00, '', 3, 224206, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297096, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224206, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297097, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224206, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297098, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224207, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297099, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224207, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297100, '25031858584114', '爽口螺片', 15.00, '', 1, 224207, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297101, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224207, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297102, '25031844238132', '腊味三拼', 68.00, '', 1, 224207, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297103, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224207, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297104, '25031844238132', '腊味三拼', 68.00, '', 1, 224208, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297105, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224208, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297106, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224208, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297107, '25031858584114', '爽口螺片', 15.00, '', 2, 224208, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297108, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224208, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224208, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224208, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297111, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224209, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297112, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224209, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297113, '25031844238132', '腊味三拼', 68.00, '', 3, 224209, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297114, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224209, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297115, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224209, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297116, '25031858584114', '爽口螺片', 15.00, '', 5, 224209, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297117, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224209, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297118, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224209, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297119, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224209, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297120, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224210, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297121, '25031844238132', '腊味三拼', 68.00, '', 1, 224210, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297122, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224210, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297123, '25031858584114', '爽口螺片', 15.00, '', 3, 224210, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297124, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224210, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297125, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224210, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297126, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224210, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297127, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224211, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297128, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224211, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297129, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224211, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297130, '25031844238132', '腊味三拼', 68.00, '', 1, 224211, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297131, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224211, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297132, '25031858584114', '爽口螺片', 15.00, '', 1, 224211, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297133, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224211, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297134, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224211, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297135, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224211, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297136, '25031844238132', '腊味三拼', 68.00, '', 1, 224212, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297137, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224212, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297138, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224212, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297139, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224212, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297140, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224212, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297141, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224212, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297142, '25031858584114', '爽口螺片', 15.00, '', 3, 224212, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297143, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224212, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297144, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224212, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297145, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224213, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297146, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224213, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297147, '25031844238132', '腊味三拼', 68.00, '', 1, 224213, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297148, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224213, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297149, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224213, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297150, '25031858584114', '爽口螺片', 15.00, '', 3, 224213, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297151, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224213, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297152, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224213, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297153, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224213, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297154, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224214, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297155, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224214, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297156, '25031858584114', '爽口螺片', 15.00, '', 2, 224214, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297157, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224214, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297158, '25031844238132', '腊味三拼', 68.00, '', 1, 224214, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297159, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224215, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297160, '25031844238132', '腊味三拼', 68.00, '', 1, 224215, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297161, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224215, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297162, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224215, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297163, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224215, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297164, '25031858584114', '爽口螺片', 15.00, '', 3, 224215, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297165, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224215, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297166, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224215, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297167, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224215, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297168, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224216, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297169, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224216, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297170, '25031844238132', '腊味三拼', 68.00, '', 1, 224216, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297171, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224216, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297172, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224216, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297173, '25031858584114', '爽口螺片', 15.00, '', 5, 224216, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297174, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224216, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297175, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224216, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297176, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224216, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297177, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224217, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297178, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224217, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297179, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224217, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297180, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224217, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297181, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224217, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297182, '25031858584114', '爽口螺片', 15.00, '', 2, 224217, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297183, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224217, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297184, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224217, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297185, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224218, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297186, '25031844238132', '腊味三拼', 68.00, '', 3, 224218, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297187, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224218, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297188, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224218, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297189, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224218, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297190, '25031858584114', '爽口螺片', 15.00, '', 5, 224218, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297191, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224218, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297192, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224218, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297193, '25031844238132', '腊味三拼', 68.00, '', 1, 224219, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297194, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224219, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297195, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224219, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297196, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224219, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297197, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224219, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297198, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224219, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297199, '25031858584114', '爽口螺片', 15.00, '', 2, 224219, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297200, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224219, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297201, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224219, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297202, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224220, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297203, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224220, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297204, '25031844238132', '腊味三拼', 68.00, '', 2, 224220, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297205, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224220, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297206, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224220, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297207, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224220, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297208, '25031858584114', '爽口螺片', 15.00, '', 5, 224220, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297209, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224220, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297210, '25031844238132', '腊味三拼', 68.00, '', 2, 224221, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297211, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224221, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297212, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224221, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297213, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224221, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297214, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224221, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297215, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224221, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297216, '25031858584114', '爽口螺片', 15.00, '', 3, 224221, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297217, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224221, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297218, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224221, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297219, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224222, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297220, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224222, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297221, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224222, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297222, '25031844238132', '腊味三拼', 68.00, '', 2, 224222, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224222, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297224, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224222, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297225, '25031858584114', '爽口螺片', 15.00, '', 6, 224222, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297226, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224222, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297227, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224222, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297228, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224223, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297229, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224223, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297230, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224223, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297231, '25031844238132', '腊味三拼', 68.00, '', 2, 224223, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297232, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224223, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297233, '25031858584114', '爽口螺片', 15.00, '', 5, 224223, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297234, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224223, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297235, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224223, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297236, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224223, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297237, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224224, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297238, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224224, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297239, '25031844238132', '腊味三拼', 68.00, '', 1, 224224, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297240, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224224, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224224, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297242, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224224, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297243, '25031858584114', '爽口螺片', 15.00, '', 6, 224224, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297244, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224224, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297245, '25031844238132', '腊味三拼', 68.00, '', 1, 224225, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297246, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224225, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224225, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297248, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224225, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297249, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224225, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297250, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224225, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297251, '25031858584114', '爽口螺片', 15.00, '', 4, 224225, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297252, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224225, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297253, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224225, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297254, '25031844238132', '腊味三拼', 68.00, '', 1, 224226, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297255, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224226, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297256, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224226, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297257, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224226, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297258, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224226, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297259, '25031858584114', '爽口螺片', 15.00, '', 4, 224226, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297260, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224226, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297261, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224226, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297262, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224226, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297263, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224227, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297264, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224227, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297265, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224227, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297266, '25031844238132', '腊味三拼', 68.00, '', 2, 224227, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297267, '25031858584114', '爽口螺片', 15.00, '', 1, 224227, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297268, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224227, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297269, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224227, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297270, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224227, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297271, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224227, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297272, '25031844238132', '腊味三拼', 68.00, '', 1, 224228, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297273, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224228, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297274, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224228, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297275, '25031858584114', '爽口螺片', 15.00, '', 1, 224228, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297276, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224228, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297277, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224228, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297278, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224228, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297279, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224229, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297280, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224229, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297281, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224229, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297282, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224229, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297283, '25031858584114', '爽口螺片', 15.00, '', 1, 224229, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297284, '25031844238132', '腊味三拼', 68.00, '', 1, 224229, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297285, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224229, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297286, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224230, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297287, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224230, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297288, '25031858584114', '爽口螺片', 15.00, '', 2, 224230, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297289, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224230, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297290, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224230, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297291, '25031844238132', '腊味三拼', 68.00, '', 1, 224230, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297292, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224230, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297293, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224230, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297294, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224231, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297295, '25031844238132', '腊味三拼', 68.00, '', 2, 224231, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297296, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224231, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297297, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224231, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297298, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224231, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297299, '25031858584114', '爽口螺片', 15.00, '', 5, 224231, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297300, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224231, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297301, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224231, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297302, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224231, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297303, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224232, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297304, '25031844238132', '腊味三拼', 68.00, '', 1, 224232, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297305, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224232, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297306, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224232, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297307, '25031858584114', '爽口螺片', 15.00, '', 1, 224232, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297308, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224232, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297309, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224232, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297310, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224232, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297311, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224232, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297312, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224233, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297313, '25031844238132', '腊味三拼', 68.00, '', 1, 224233, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297314, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224233, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297315, '25031858584114', '爽口螺片', 15.00, '', 1, 224233, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297316, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224233, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297317, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224233, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297318, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224233, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297319, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224234, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297320, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224234, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297321, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224234, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297322, '25031844238132', '腊味三拼', 68.00, '', 1, 224234, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297323, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224234, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297324, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224234, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297325, '25031858584114', '爽口螺片', 15.00, '', 6, 224234, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297326, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224234, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297327, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224234, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297328, '25031844238132', '腊味三拼', 68.00, '', 1, 224235, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297329, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224235, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297330, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224235, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297331, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224235, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297332, '25031858584114', '爽口螺片', 15.00, '', 3, 224235, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297333, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224235, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297334, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224235, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297335, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224235, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297336, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224235, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297337, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224236, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297338, '25031844238132', '腊味三拼', 68.00, '', 2, 224236, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297339, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224236, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297340, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224236, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297341, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224236, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297342, '25031858584114', '爽口螺片', 15.00, '', 3, 224236, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297343, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224236, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297344, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224236, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297345, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224236, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297346, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224237, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297347, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224237, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297348, '25031858584114', '爽口螺片', 15.00, '', 2, 224237, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297349, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224237, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297350, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224237, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297351, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224237, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297352, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224237, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297353, '25031844238132', '腊味三拼', 68.00, '', 1, 224237, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297354, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224237, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297355, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224238, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297356, '25031844238132', '腊味三拼', 68.00, '', 2, 224238, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297357, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224238, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297358, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224238, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297359, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224238, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297360, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224238, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297361, '25031858584114', '爽口螺片', 15.00, '', 5, 224238, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297362, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224238, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297363, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224238, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297364, '25031844238132', '腊味三拼', 68.00, '', 2, 224239, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297365, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224239, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297366, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224239, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297367, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224239, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297368, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224239, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297369, '25031858584114', '爽口螺片', 15.00, '', 3, 224239, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297370, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224239, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297371, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224239, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297372, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224239, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297373, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224240, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224240, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297375, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224240, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297376, '25031844238132', '腊味三拼', 68.00, '', 2, 224240, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297377, '25031858584114', '爽口螺片', 15.00, '', 6, 224240, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297378, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224240, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297379, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224240, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297380, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224240, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297381, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224240, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297382, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224241, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297383, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224241, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297384, '25031858584114', '爽口螺片', 15.00, '', 2, 224241, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297385, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224241, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297386, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224241, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224241, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297388, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224242, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297389, '25031844238132', '腊味三拼', 68.00, '', 2, 224242, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297390, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224242, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297391, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224242, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297392, '25031858584114', '爽口螺片', 15.00, '', 4, 224242, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297393, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224242, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297394, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224242, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297395, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224242, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297396, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224242, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297397, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224243, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297398, '25031844238132', '腊味三拼', 68.00, '', 1, 224243, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297399, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224243, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297400, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224243, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297401, '25031858584114', '爽口螺片', 15.00, '', 1, 224243, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297402, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224243, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297403, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224243, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297404, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224244, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297405, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224244, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297406, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224244, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297407, '25031858584114', '爽口螺片', 15.00, '', 2, 224244, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297408, '25031844238132', '腊味三拼', 68.00, '', 1, 224244, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297409, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224245, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297410, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224245, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297411, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224245, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297412, '25031858584114', '爽口螺片', 15.00, '', 2, 224245, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297413, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224245, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297414, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224245, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297415, '25031844238132', '腊味三拼', 68.00, '', 1, 224246, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297416, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224246, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297417, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224246, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297418, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224246, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297419, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224246, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297420, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224246, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297421, '25031858584114', '爽口螺片', 15.00, '', 2, 224246, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297422, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224246, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297423, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224246, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297424, '25031844238132', '腊味三拼', 68.00, '', 1, 224247, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297425, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224247, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297426, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224247, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297427, '25031858584114', '爽口螺片', 15.00, '', 1, 224247, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297428, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224247, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297429, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224247, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297430, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224247, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297431, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224248, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297432, '25031844238132', '腊味三拼', 68.00, '', 1, 224248, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297433, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224248, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297434, '25031858584114', '爽口螺片', 15.00, '', 2, 224248, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297435, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224248, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297436, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224248, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297437, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224248, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297438, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224249, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297439, '25031844238132', '腊味三拼', 68.00, '', 1, 224249, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297440, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224249, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297441, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224249, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297442, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224249, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297443, '25031858584114', '爽口螺片', 15.00, '', 3, 224249, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297444, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224249, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297445, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224249, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297446, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224250, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297447, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224250, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297448, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224250, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297449, '25031844238132', '腊味三拼', 68.00, '', 1, 224250, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297450, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224250, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297451, '25031858584114', '爽口螺片', 15.00, '', 2, 224250, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297452, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224250, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297453, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224250, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297454, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224250, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297455, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224251, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297456, '25031844238132', '腊味三拼', 68.00, '', 1, 224251, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297457, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224251, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297458, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224251, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297459, '25031858584114', '爽口螺片', 15.00, '', 5, 224251, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297460, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224251, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297461, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224251, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297462, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224251, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297463, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224252, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297464, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224252, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297465, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224252, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297466, '25031844238132', '腊味三拼', 68.00, '', 1, 224252, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297467, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224252, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297468, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224252, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297469, '25031858584114', '爽口螺片', 15.00, '', 2, 224252, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297470, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224252, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297471, '25031844238132', '腊味三拼', 68.00, '', 1, 224253, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297472, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224253, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297473, '25031858584114', '爽口螺片', 15.00, '', 2, 224253, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297474, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224253, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297475, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224253, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297476, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224253, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297477, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224253, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297478, '25031844238132', '腊味三拼', 68.00, '', 1, 224254, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297479, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224254, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297480, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224254, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297481, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224254, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297482, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224254, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297483, '25031858584114', '爽口螺片', 15.00, '', 5, 224254, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297484, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224254, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297485, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224254, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297486, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224255, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297487, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224255, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297488, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224255, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297489, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224255, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297490, '25031858584114', '爽口螺片', 15.00, '', 1, 224255, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297491, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224255, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297492, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224255, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297493, '25031844238132', '腊味三拼', 68.00, '', 1, 224256, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297494, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224256, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297495, '25031858584114', '爽口螺片', 15.00, '', 1, 224256, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297496, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224256, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297497, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224256, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297498, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224256, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297499, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224256, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297500, '25031844238132', '腊味三拼', 68.00, '', 1, 224257, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297501, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224257, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297502, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224257, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297503, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224257, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297504, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224257, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297505, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224257, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297506, '25031858584114', '爽口螺片', 15.00, '', 3, 224257, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297507, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224257, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297508, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224257, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297509, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224258, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297510, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224258, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297511, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224258, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297512, '25031844238132', '腊味三拼', 68.00, '', 1, 224258, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297513, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224258, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297514, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224258, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297515, '25031858584114', '爽口螺片', 15.00, '', 4, 224258, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297516, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224258, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297517, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224258, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297518, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224259, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297519, '25031844238132', '腊味三拼', 68.00, '', 2, 224259, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297520, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224259, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297521, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224259, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297522, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224259, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297523, '25031858584114', '爽口螺片', 15.00, '', 3, 224259, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297524, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224259, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297525, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224259, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297526, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224259, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297527, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224260, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297528, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224260, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297529, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224260, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297530, '25031844238132', '腊味三拼', 68.00, '', 1, 224260, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297531, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224260, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297532, '25031858584114', '爽口螺片', 15.00, '', 2, 224260, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297533, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224260, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297534, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224260, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297535, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224260, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297536, '25031844238132', '腊味三拼', 68.00, '', 1, 224261, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297537, '25031858584114', '爽口螺片', 15.00, '', 2, 224261, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297538, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224261, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297539, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224261, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297540, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224261, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297541, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224261, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224262, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297543, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224262, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297544, '25031844238132', '腊味三拼', 68.00, '', 1, 224262, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297545, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224262, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297546, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224262, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297547, '25031858584114', '爽口螺片', 15.00, '', 2, 224262, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297548, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224262, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224262, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297550, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224262, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297551, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224263, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297552, '25031844238132', '腊味三拼', 68.00, '', 2, 224263, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297553, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224263, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297554, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224263, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297555, '25031858584114', '爽口螺片', 15.00, '', 5, 224263, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297556, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224263, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297557, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224263, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224263, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297559, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224263, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297560, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224264, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297561, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224264, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297562, '25031858584114', '爽口螺片', 15.00, '', 2, 224264, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297563, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224264, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297564, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224264, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297565, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224264, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297566, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224265, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297567, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224265, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297568, '25031844238132', '腊味三拼', 68.00, '', 3, 224265, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297569, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224265, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297570, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224265, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297571, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224265, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297572, '25031858584114', '爽口螺片', 15.00, '', 4, 224265, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297573, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224265, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297574, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224265, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297575, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224266, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297576, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224266, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297577, '25031844238132', '腊味三拼', 68.00, '', 1, 224266, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297578, '25031858584114', '爽口螺片', 15.00, '', 4, 224266, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297579, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224266, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297580, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224266, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297581, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224266, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297582, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224266, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297583, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224267, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297584, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224267, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297585, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224267, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297586, '25031844238132', '腊味三拼', 68.00, '', 2, 224267, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297587, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224267, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297588, '25031858584114', '爽口螺片', 15.00, '', 1, 224267, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297589, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224267, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297590, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224267, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297591, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224267, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297592, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224268, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297593, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224268, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297594, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224268, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297595, '25031844238132', '腊味三拼', 68.00, '', 3, 224268, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297596, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224268, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297597, '25031858584114', '爽口螺片', 15.00, '', 5, 224268, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297598, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224268, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297599, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224268, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297600, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224268, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297601, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224269, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297602, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224269, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297603, '25031844238132', '腊味三拼', 68.00, '', 2, 224269, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297604, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224269, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297605, '25031858584114', '爽口螺片', 15.00, '', 4, 224269, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297606, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224269, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297607, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224269, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297608, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224269, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297609, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224270, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297610, '25031844238132', '腊味三拼', 68.00, '', 1, 224270, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297611, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224270, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297612, '25031858584114', '爽口螺片', 15.00, '', 3, 224270, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297613, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224270, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297614, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224270, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297615, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224270, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297616, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224271, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297617, '25031844238132', '腊味三拼', 68.00, '', 1, 224271, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297618, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224271, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297619, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224271, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297620, '25031858584114', '爽口螺片', 15.00, '', 2, 224271, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297621, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224271, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297622, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224271, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297623, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224271, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297624, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224271, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297625, '25031844238132', '腊味三拼', 68.00, '', 2, 224272, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297626, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224272, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297627, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224272, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297628, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224272, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297629, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224272, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297630, '25031858584114', '爽口螺片', 15.00, '', 5, 224272, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297631, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224272, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297632, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224272, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297633, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224272, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297634, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224273, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297635, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224273, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297636, '25031844238132', '腊味三拼', 68.00, '', 3, 224273, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297637, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224273, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297638, '25031858584114', '爽口螺片', 15.00, '', 4, 224273, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297639, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224273, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297640, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224273, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297641, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224273, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297642, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224273, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297643, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224274, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297644, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224274, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297645, '25031844238132', '腊味三拼', 68.00, '', 2, 224274, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297646, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224274, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297647, '25031858584114', '爽口螺片', 15.00, '', 3, 224274, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297648, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224274, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297649, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224274, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297650, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224274, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297651, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224274, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297652, '25031844238132', '腊味三拼', 68.00, '', 1, 224275, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297653, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224275, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297654, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224275, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297655, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224275, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297656, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224275, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297657, '25031858584114', '爽口螺片', 15.00, '', 1, 224275, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297658, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224275, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297659, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224275, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297660, '25031844238132', '腊味三拼', 68.00, '', 3, 224276, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297661, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224276, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297662, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224276, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297663, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224276, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297664, '25031858584114', '爽口螺片', 15.00, '', 4, 224276, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297665, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224276, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297666, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224276, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297667, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224276, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297668, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224276, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297669, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224277, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297670, '25031844238132', '腊味三拼', 68.00, '', 1, 224277, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297671, '25031858584114', '爽口螺片', 15.00, '', 1, 224277, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297672, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224277, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297673, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224277, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297674, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224277, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297675, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224277, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297676, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224278, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297677, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224278, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297678, '25031844238132', '腊味三拼', 68.00, '', 1, 224278, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297679, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224278, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297680, '25031858584114', '爽口螺片', 15.00, '', 6, 224278, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297681, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224278, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297682, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224278, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297683, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224278, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297684, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224278, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297685, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224279, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297686, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224279, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297687, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224279, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297688, '25031858584114', '爽口螺片', 15.00, '', 1, 224279, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297689, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224279, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297690, '25031844238132', '腊味三拼', 68.00, '', 1, 224279, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297691, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224279, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297692, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224279, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297693, '25031844238132', '腊味三拼', 68.00, '', 1, 224280, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297694, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224280, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297695, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224280, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297696, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224280, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297697, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224280, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297698, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224280, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297699, '25031858584114', '爽口螺片', 15.00, '', 5, 224280, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297700, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224280, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297701, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224281, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297702, '25031844238132', '腊味三拼', 68.00, '', 2, 224281, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297703, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224281, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297704, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224281, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297705, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224281, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297706, '25031858584114', '爽口螺片', 15.00, '', 3, 224281, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297707, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224281, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297708, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224281, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224281, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224282, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297711, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224282, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297712, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224282, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297713, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224282, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297714, '25031858584114', '爽口螺片', 15.00, '', 2, 224282, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297715, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224282, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297716, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224282, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297717, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224282, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297718, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224283, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297719, '25031844238132', '腊味三拼', 68.00, '', 1, 224283, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297720, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224283, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297721, '25031858584114', '爽口螺片', 15.00, '', 3, 224283, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297722, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224283, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297723, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224283, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297724, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224283, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297725, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224284, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297726, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224284, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297727, '25031858584114', '爽口螺片', 15.00, '', 1, 224284, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297728, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224284, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297729, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224284, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297730, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224284, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297731, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224284, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297732, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224285, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297733, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224285, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297734, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224285, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297735, '25031844238132', '腊味三拼', 68.00, '', 2, 224285, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297736, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224285, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297737, '25031858584114', '爽口螺片', 15.00, '', 4, 224285, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297738, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224285, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297739, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224285, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297740, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224285, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297741, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224286, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297742, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224286, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297743, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224286, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297744, '25031844238132', '腊味三拼', 68.00, '', 2, 224286, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297745, '25031858584114', '爽口螺片', 15.00, '', 4, 224286, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297746, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224286, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297747, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224286, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297748, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224286, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297749, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224286, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297750, '25031844238132', '腊味三拼', 68.00, '', 2, 224287, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297751, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224287, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297752, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224287, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297753, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224287, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297754, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224287, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297755, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224287, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297756, '25031858584114', '爽口螺片', 15.00, '', 4, 224287, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297757, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224287, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297758, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224287, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297759, '25031844238132', '腊味三拼', 68.00, '', 2, 224288, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297760, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224288, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297761, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224288, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297762, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224288, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297763, '25031858584114', '爽口螺片', 15.00, '', 4, 224288, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297764, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224288, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297765, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224288, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297766, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224288, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297767, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224288, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297768, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224289, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297769, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224289, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297770, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224289, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297771, '25031858584114', '爽口螺片', 15.00, '', 2, 224289, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297772, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224289, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297773, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224289, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297774, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224289, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297775, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224290, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297776, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224290, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297777, '25031844238132', '腊味三拼', 68.00, '', 1, 224290, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297778, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224290, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297779, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224290, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297780, '25031858584114', '爽口螺片', 15.00, '', 2, 224290, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297781, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224290, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297782, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224290, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297783, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224291, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297784, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224291, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297785, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224291, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297786, '25031844238132', '腊味三拼', 68.00, '', 1, 224291, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297787, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224291, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297788, '25031858584114', '爽口螺片', 15.00, '', 2, 224291, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297789, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224291, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297790, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224291, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297791, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224291, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297792, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224292, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297793, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224292, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297794, '25031858584114', '爽口螺片', 15.00, '', 1, 224292, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297795, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224292, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297796, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224292, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297797, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224292, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297798, '25031844238132', '腊味三拼', 68.00, '', 1, 224292, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297799, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224292, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297800, '25031844238132', '腊味三拼', 68.00, '', 2, 224293, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297801, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224293, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297802, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224293, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297803, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224293, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297804, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224293, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297805, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224293, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297806, '25031858584114', '爽口螺片', 15.00, '', 3, 224293, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297807, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224293, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297808, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224293, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297809, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224294, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297810, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224294, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297811, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224294, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297812, '25031858584114', '爽口螺片', 15.00, '', 3, 224294, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297813, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224294, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297814, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224294, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297815, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224294, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297816, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224294, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297817, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224295, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297818, '25031844238132', '腊味三拼', 68.00, '', 1, 224295, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297819, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224295, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297820, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224295, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297821, '25031858584114', '爽口螺片', 15.00, '', 2, 224295, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297822, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224295, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297823, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224295, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297824, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224295, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224295, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297826, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224296, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297827, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224296, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297828, '25031844238132', '腊味三拼', 68.00, '', 3, 224296, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297829, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224296, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297830, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224296, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297831, '25031858584114', '爽口螺片', 15.00, '', 6, 224296, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297832, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224296, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297833, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224296, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297834, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224296, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297835, '25031844238132', '腊味三拼', 68.00, '', 1, 224297, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297836, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224297, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297837, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224297, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297838, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224297, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297839, '25031858584114', '爽口螺片', 15.00, '', 2, 224297, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297840, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224297, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297841, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224297, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297842, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224297, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297843, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224297, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297844, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224298, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297845, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224298, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297846, '25031844238132', '腊味三拼', 68.00, '', 2, 224298, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297847, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224298, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297848, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224298, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297849, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224298, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297850, '25031858584114', '爽口螺片', 15.00, '', 3, 224298, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297851, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224298, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297852, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224299, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297853, '25031844238132', '腊味三拼', 68.00, '', 2, 224299, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297854, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224299, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297855, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224299, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297856, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224299, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297857, '25031858584114', '爽口螺片', 15.00, '', 4, 224299, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297858, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224299, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297859, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224299, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297860, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224299, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297861, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224300, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297862, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224300, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297863, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224300, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297864, '25031844238132', '腊味三拼', 68.00, '', 1, 224300, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297865, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224300, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297866, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224300, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297867, '25031858584114', '爽口螺片', 15.00, '', 4, 224300, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297868, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224300, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297869, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224300, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297870, '25031844238132', '腊味三拼', 68.00, '', 2, 224301, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297871, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224301, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297872, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224301, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297873, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224301, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297874, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224301, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297875, '25031858584114', '爽口螺片', 15.00, '', 4, 224301, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297876, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224301, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297877, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224301, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297878, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224301, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297879, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224302, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224302, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297881, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224302, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297882, '25031844238132', '腊味三拼', 68.00, '', 1, 224302, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297883, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224302, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224302, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297885, '25031858584114', '爽口螺片', 15.00, '', 4, 224302, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297886, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224302, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224302, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297888, '25031844238132', '腊味三拼', 68.00, '', 3, 224303, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297889, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224303, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297890, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224303, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297891, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224303, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297892, '25031858584114', '爽口螺片', 15.00, '', 4, 224303, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297893, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224303, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297894, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224303, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297895, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224303, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297896, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224303, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297897, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224304, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297898, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224304, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297899, '25031858584114', '爽口螺片', 15.00, '', 2, 224304, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297900, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224304, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224304, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297902, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224304, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297903, '25031844238132', '腊味三拼', 68.00, '', 2, 224305, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297904, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224305, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297905, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224305, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297906, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224305, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224305, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297908, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224305, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297909, '25031858584114', '爽口螺片', 15.00, '', 5, 224305, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297910, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224305, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297911, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224305, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297912, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224306, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297913, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224306, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297914, '25031858584114', '爽口螺片', 15.00, '', 3, 224306, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297915, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224306, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297916, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224306, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297917, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224306, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297918, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224306, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297919, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224307, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297920, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224307, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297921, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224307, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297922, '25031844238132', '腊味三拼', 68.00, '', 1, 224307, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297923, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224307, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224307, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297925, '25031858584114', '爽口螺片', 15.00, '', 2, 224307, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297926, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224307, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297927, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224307, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297928, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224308, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297929, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224308, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297930, '25031844238132', '腊味三拼', 68.00, '', 2, 224308, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297931, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224308, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297932, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224308, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297933, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224308, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297934, '25031858584114', '爽口螺片', 15.00, '', 3, 224308, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297935, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224308, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297936, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224309, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297937, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224309, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297938, '25031844238132', '腊味三拼', 68.00, '', 2, 224309, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297939, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224309, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297940, '25031858584114', '爽口螺片', 15.00, '', 4, 224309, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297941, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224309, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297942, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224309, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297943, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224309, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297944, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224309, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297945, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224310, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297946, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224310, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297947, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224310, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297948, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224310, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297949, '25031858584114', '爽口螺片', 15.00, '', 1, 224310, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297950, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224310, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297951, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224310, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297952, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224310, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297953, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224311, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297954, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224311, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297955, '25031844238132', '腊味三拼', 68.00, '', 1, 224311, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297956, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224311, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297957, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224311, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297958, '25031858584114', '爽口螺片', 15.00, '', 3, 224311, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297959, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224311, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297960, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224311, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297961, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224312, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297962, '25031844238132', '腊味三拼', 68.00, '', 1, 224312, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297963, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224312, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297964, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224312, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297965, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224312, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297966, '25031858584114', '爽口螺片', 15.00, '', 4, 224312, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297967, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224312, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297968, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224312, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297969, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224312, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297970, '25031844238132', '腊味三拼', 68.00, '', 1, 224313, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297971, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224313, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297972, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224313, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297973, '25031858584114', '爽口螺片', 15.00, '', 2, 224313, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297974, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224313, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297975, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224313, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297976, '25031844238132', '腊味三拼', 68.00, '', 1, 224314, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297977, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224314, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297978, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224314, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297979, '25031858584114', '爽口螺片', 15.00, '', 2, 224314, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297980, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224314, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297981, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224314, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297982, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224314, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297983, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224314, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297984, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224315, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297985, '25031844238132', '腊味三拼', 68.00, '', 1, 224315, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297986, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224315, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297987, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224315, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297988, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224315, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297989, '25031858584114', '爽口螺片', 15.00, '', 3, 224315, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297990, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224315, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297991, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224315, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297992, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224315, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297993, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224316, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297994, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224316, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297995, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224316, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297996, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224316, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297997, '25031858584114', '爽口螺片', 15.00, '', 1, 224316, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297998, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224316, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2297999, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224316, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298000, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224317, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298001, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224317, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298002, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224317, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298003, '25031844238132', '腊味三拼', 68.00, '', 2, 224317, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298004, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224317, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298005, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224317, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298006, '25031858584114', '爽口螺片', 15.00, '', 3, 224317, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224317, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298008, '25031844238132', '腊味三拼', 68.00, '', 2, 224318, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298009, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224318, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298010, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224318, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298011, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224318, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298012, '25031858584114', '爽口螺片', 15.00, '', 4, 224318, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298013, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224318, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224318, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298015, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224318, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224318, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298017, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224319, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298018, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224319, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298019, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224319, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298020, '25031844238132', '腊味三拼', 68.00, '', 1, 224319, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298021, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224319, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298022, '25031858584114', '爽口螺片', 15.00, '', 4, 224319, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298023, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224319, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298024, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224319, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298025, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224319, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298026, '25031844238132', '腊味三拼', 68.00, '', 2, 224320, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298027, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224320, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298028, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224320, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298029, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224320, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298030, '25031858584114', '爽口螺片', 15.00, '', 6, 224320, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298031, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224320, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298032, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224320, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224320, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298034, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224320, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298035, '25031844238132', '腊味三拼', 68.00, '', 2, 224321, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298036, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224321, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298037, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224321, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298038, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224321, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298039, '25031858584114', '爽口螺片', 15.00, '', 5, 224321, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298040, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224321, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298041, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224321, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224321, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298043, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224321, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298044, '25031844238132', '腊味三拼', 68.00, '', 2, 224322, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298045, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224322, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298046, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224322, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298047, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224322, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298048, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224322, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298049, '25031858584114', '爽口螺片', 15.00, '', 2, 224322, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298050, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224322, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298051, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224322, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298052, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224322, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298053, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224323, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298054, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224323, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298055, '25031844238132', '腊味三拼', 68.00, '', 1, 224323, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298056, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224323, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298057, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224323, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298058, '25031858584114', '爽口螺片', 15.00, '', 6, 224323, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298059, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224323, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298060, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224323, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298061, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224323, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298062, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224324, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298063, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224324, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298064, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224324, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298065, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224324, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298066, '25031858584114', '爽口螺片', 15.00, '', 1, 224324, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298067, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224324, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298068, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224324, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298069, '25031844238132', '腊味三拼', 68.00, '', 1, 224324, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298070, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224324, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298071, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224325, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298072, '25031858584114', '爽口螺片', 15.00, '', 2, 224325, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298073, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224325, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298074, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224325, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298075, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224325, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298076, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224325, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298077, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224326, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298078, '25031844238132', '腊味三拼', 68.00, '', 1, 224326, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298079, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224326, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298080, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224326, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298081, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224326, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298082, '25031858584114', '爽口螺片', 15.00, '', 4, 224326, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298083, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224326, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224326, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298085, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224326, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298086, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224327, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298087, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224327, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298088, '25031844238132', '腊味三拼', 68.00, '', 1, 224327, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298089, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224327, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298090, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224327, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298091, '25031858584114', '爽口螺片', 15.00, '', 4, 224327, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298092, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224327, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298093, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224327, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298094, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224328, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298095, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224328, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298096, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224328, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298097, '25031844238132', '腊味三拼', 68.00, '', 1, 224328, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298098, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224328, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298099, '25031858584114', '爽口螺片', 15.00, '', 6, 224328, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298100, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224328, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224328, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298102, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224328, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298103, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224329, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298104, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224329, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298105, '25031844238132', '腊味三拼', 68.00, '', 1, 224329, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298106, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224329, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298107, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224329, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298108, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224329, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224329, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224329, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298111, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224330, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298112, '25031844238132', '腊味三拼', 68.00, '', 1, 224330, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298113, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224330, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298114, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224330, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298115, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224330, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298116, '25031858584114', '爽口螺片', 15.00, '', 2, 224330, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298117, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224330, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298118, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224330, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298119, '25031844238132', '腊味三拼', 68.00, '', 1, 224331, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298120, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224331, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298121, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224331, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298122, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224331, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298123, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224331, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298124, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224331, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298125, '25031858584114', '爽口螺片', 15.00, '', 3, 224331, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298126, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224331, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298127, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224331, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298128, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224332, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298129, '25031844238132', '腊味三拼', 68.00, '', 1, 224332, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298130, '25031858584114', '爽口螺片', 15.00, '', 3, 224332, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298131, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224332, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298132, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224332, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298133, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224332, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298134, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224332, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298135, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224333, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298136, '25031844238132', '腊味三拼', 68.00, '', 1, 224333, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298137, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224333, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298138, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224333, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298139, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224333, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298140, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224333, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298141, '25031858584114', '爽口螺片', 15.00, '', 3, 224333, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298142, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224333, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298143, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224333, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298144, '25031844238132', '腊味三拼', 68.00, '', 1, 224334, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298145, '25031858584114', '爽口螺片', 15.00, '', 1, 224334, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298146, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224334, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298147, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224334, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298148, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224334, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298149, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224334, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298150, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224335, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298151, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224335, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298152, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224335, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298153, '25031844238132', '腊味三拼', 68.00, '', 2, 224335, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298154, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224335, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298155, '25031858584114', '爽口螺片', 15.00, '', 3, 224335, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224335, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298157, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224335, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298158, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224335, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298159, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224336, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298160, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224336, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298161, '25031858584114', '爽口螺片', 15.00, '', 1, 224336, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298162, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224336, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298163, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224336, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298164, '25031844238132', '腊味三拼', 68.00, '', 1, 224336, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298165, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224337, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298166, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224337, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298167, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224337, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298168, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224337, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298169, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224337, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298170, '25031858584114', '爽口螺片', 15.00, '', 1, 224337, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298171, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224337, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298172, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224337, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298173, '25031844238132', '腊味三拼', 68.00, '', 2, 224338, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298174, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224338, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298175, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224338, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298176, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224338, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298177, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224338, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298178, '25031858584114', '爽口螺片', 15.00, '', 4, 224338, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298179, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224338, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298180, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224338, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298181, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224338, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298182, '25031844238132', '腊味三拼', 68.00, '', 2, 224339, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298183, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224339, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298184, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224339, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298185, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224339, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298186, '25031858584114', '爽口螺片', 15.00, '', 5, 224339, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298187, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224339, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298188, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224339, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298189, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224339, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298190, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224339, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298191, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224340, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298192, '25031844238132', '腊味三拼', 68.00, '', 2, 224340, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298193, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224340, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298194, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224340, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298195, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224340, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298196, '25031858584114', '爽口螺片', 15.00, '', 5, 224340, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298197, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224340, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298198, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224340, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298199, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224340, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298200, '25031844238132', '腊味三拼', 68.00, '', 1, 224341, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298201, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224341, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298202, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224341, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298203, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224341, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298204, '25031858584114', '爽口螺片', 15.00, '', 1, 224341, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298205, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224341, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298206, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224341, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298207, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224342, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298208, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224342, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298209, '25031844238132', '腊味三拼', 68.00, '', 1, 224342, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298210, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224342, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298211, '25031858584114', '爽口螺片', 15.00, '', 4, 224342, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298212, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224342, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298213, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224342, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298214, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224342, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298215, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224342, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298216, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224343, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298217, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224343, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298218, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224343, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298219, '25031844238132', '腊味三拼', 68.00, '', 1, 224343, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298220, '25031858584114', '爽口螺片', 15.00, '', 3, 224343, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298221, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224343, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298222, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224343, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298223, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224343, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298224, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224343, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298225, '25031844238132', '腊味三拼', 68.00, '', 1, 224344, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298226, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224344, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298227, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224344, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298228, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224344, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298229, '25031858584114', '爽口螺片', 15.00, '', 2, 224344, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298230, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224344, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298231, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224344, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298232, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224344, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298233, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224344, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298234, '25031844238132', '腊味三拼', 68.00, '', 1, 224345, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298235, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224345, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298236, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224345, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298237, '25031858584114', '爽口螺片', 15.00, '', 3, 224345, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298238, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224345, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298239, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224345, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298240, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224345, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298241, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224346, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298242, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224346, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298243, '25031858584114', '爽口螺片', 15.00, '', 1, 224346, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298244, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224346, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298245, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224346, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298246, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224346, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224346, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298248, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224347, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298249, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224347, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298250, '25031844238132', '腊味三拼', 68.00, '', 2, 224347, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298251, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224347, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298252, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224347, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298253, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224347, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298254, '25031858584114', '爽口螺片', 15.00, '', 2, 224347, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298255, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224347, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298256, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224347, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298257, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224348, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298258, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224348, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298259, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224348, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298260, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224348, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298261, '25031858584114', '爽口螺片', 15.00, '', 2, 224348, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298262, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224348, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298263, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224348, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298264, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224348, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298265, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224349, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298266, '25031844238132', '腊味三拼', 68.00, '', 1, 224349, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298267, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224349, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298268, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224349, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298269, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224349, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298270, '25031858584114', '爽口螺片', 15.00, '', 5, 224349, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298271, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224349, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298272, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224349, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298273, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224350, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298274, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224350, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298275, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224350, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298276, '25031858584114', '爽口螺片', 15.00, '', 2, 224350, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298277, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224350, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298278, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224350, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298279, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224351, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298280, '25031844238132', '腊味三拼', 68.00, '', 3, 224351, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298281, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224351, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298282, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224351, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298283, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224351, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298284, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224351, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298285, '25031858584114', '爽口螺片', 15.00, '', 4, 224351, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298286, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224351, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298287, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224351, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298288, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224352, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298289, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224352, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298290, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224352, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298291, '25031844238132', '腊味三拼', 68.00, '', 2, 224352, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298292, '25031858584114', '爽口螺片', 15.00, '', 3, 224352, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224352, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298294, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224352, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298295, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224352, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298296, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224352, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298297, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224353, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298298, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224353, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298299, '25031858584114', '爽口螺片', 15.00, '', 2, 224353, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298300, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224353, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298301, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224353, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298302, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224353, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298303, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224353, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298304, '25031844238132', '腊味三拼', 68.00, '', 1, 224353, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298305, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224353, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298306, '25031844238132', '腊味三拼', 68.00, '', 1, 224354, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224354, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298308, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224354, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298309, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224354, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298310, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224354, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298311, '25031858584114', '爽口螺片', 15.00, '', 5, 224354, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298312, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224354, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298313, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224354, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224354, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298315, '25031844238132', '腊味三拼', 68.00, '', 1, 224355, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298316, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224355, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298317, '25031858584114', '爽口螺片', 15.00, '', 1, 224355, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298318, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224355, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298319, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224355, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298320, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224355, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298321, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224355, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298322, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224356, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298323, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224356, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298324, '25031844238132', '腊味三拼', 68.00, '', 1, 224356, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298325, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224356, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298326, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224356, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298327, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224356, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298328, '25031858584114', '爽口螺片', 15.00, '', 6, 224356, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298329, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224356, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298330, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224356, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298331, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224357, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298332, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224357, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298333, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224357, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298334, '25031858584114', '爽口螺片', 15.00, '', 1, 224357, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298335, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224357, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298336, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224357, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298337, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224357, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298338, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224358, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298339, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224358, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298340, '25031844238132', '腊味三拼', 68.00, '', 1, 224358, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298341, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224358, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298342, '25031858584114', '爽口螺片', 15.00, '', 6, 224358, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298343, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224358, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298344, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224358, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298345, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224358, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298346, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224358, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298347, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224359, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298348, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224359, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298349, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224359, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298350, '25031858584114', '爽口螺片', 15.00, '', 2, 224359, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298351, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224359, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298352, '25031844238132', '腊味三拼', 68.00, '', 1, 224359, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298353, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224359, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298354, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224359, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298355, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224360, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298356, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224360, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298357, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224360, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298358, '25031858584114', '爽口螺片', 15.00, '', 2, 224360, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298359, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224360, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298360, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224360, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298361, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224360, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298362, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224360, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298363, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224361, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298364, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224361, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298365, '25031844238132', '腊味三拼', 68.00, '', 1, 224361, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298366, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224361, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298367, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224361, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298368, '25031858584114', '爽口螺片', 15.00, '', 2, 224361, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298369, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224361, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298370, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224361, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298371, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224362, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298372, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224362, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298373, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224362, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298374, '25031858584114', '爽口螺片', 15.00, '', 1, 224362, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298375, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224362, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298376, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224362, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298377, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224362, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298378, '25031844238132', '腊味三拼', 68.00, '', 1, 224362, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298379, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224363, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298380, '25031844238132', '腊味三拼', 68.00, '', 1, 224363, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298381, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224363, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298382, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224363, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298383, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224363, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298384, '25031858584114', '爽口螺片', 15.00, '', 7, 224363, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298385, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224363, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298386, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224363, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298387, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224363, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298388, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224364, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298389, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224364, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298390, '25031858584114', '爽口螺片', 15.00, '', 1, 224364, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298391, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224364, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298392, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224364, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298393, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224364, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298394, '25031844238132', '腊味三拼', 68.00, '', 1, 224364, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298395, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224365, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298396, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224365, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298397, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224365, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298398, '25031844238132', '腊味三拼', 68.00, '', 2, 224365, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298399, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224365, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298400, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224365, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298401, '25031858584114', '爽口螺片', 15.00, '', 2, 224365, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298402, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224365, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298403, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224365, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298404, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224366, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298405, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224366, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298406, '25031844238132', '腊味三拼', 68.00, '', 3, 224366, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298407, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224366, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298408, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224366, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298409, '25031858584114', '爽口螺片', 15.00, '', 4, 224366, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298410, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224366, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298411, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224366, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298412, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224366, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298413, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224367, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298414, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224367, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298415, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224367, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298416, '25031844238132', '腊味三拼', 68.00, '', 1, 224367, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298417, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224367, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298418, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224367, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298419, '25031858584114', '爽口螺片', 15.00, '', 3, 224367, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298420, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224367, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298421, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224367, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298422, '25031844238132', '腊味三拼', 68.00, '', 2, 224368, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298423, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224368, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298424, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224368, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298425, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224368, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298426, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224368, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298427, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224368, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298428, '25031858584114', '爽口螺片', 15.00, '', 3, 224368, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298429, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224368, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298430, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224368, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298431, '25031844238132', '腊味三拼', 68.00, '', 2, 224369, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298432, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224369, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298433, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224369, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298434, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224369, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298435, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224369, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298436, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224369, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298437, '25031858584114', '爽口螺片', 15.00, '', 4, 224369, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298438, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224369, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298439, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224369, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298440, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224370, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298441, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224370, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298442, '25031844238132', '腊味三拼', 68.00, '', 1, 224370, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298443, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224370, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298444, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224370, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298445, '25031858584114', '爽口螺片', 15.00, '', 1, 224370, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298446, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224370, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298447, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224370, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298448, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224370, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298449, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224371, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298450, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224371, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298451, '25031844238132', '腊味三拼', 68.00, '', 1, 224371, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298452, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224371, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298453, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224371, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298454, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224371, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298455, '25031858584114', '爽口螺片', 15.00, '', 3, 224371, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298456, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224371, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298457, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224371, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298458, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224372, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298459, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224372, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298460, '25031844238132', '腊味三拼', 68.00, '', 1, 224372, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298461, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224372, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298462, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224372, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298463, '25031858584114', '爽口螺片', 15.00, '', 3, 224372, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298464, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224372, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298465, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224372, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298466, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224373, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298467, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224373, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298468, '25031844238132', '腊味三拼', 68.00, '', 1, 224373, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298469, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224373, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298470, '25031858584114', '爽口螺片', 15.00, '', 1, 224373, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298471, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224373, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298472, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224373, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298473, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224373, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298474, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224374, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298475, '25031844238132', '腊味三拼', 68.00, '', 1, 224374, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298476, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224374, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298477, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224374, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298478, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224374, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298479, '25031858584114', '爽口螺片', 15.00, '', 3, 224374, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298480, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224374, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298481, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224374, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298482, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224374, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298483, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224375, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298484, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224375, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298485, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224375, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298486, '25031858584114', '爽口螺片', 15.00, '', 1, 224375, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298487, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224375, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298488, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224375, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298489, '25031844238132', '腊味三拼', 68.00, '', 1, 224375, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298490, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224375, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298491, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224375, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298492, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224376, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298493, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224376, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298494, '25031844238132', '腊味三拼', 68.00, '', 2, 224376, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298495, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224376, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298496, '25031858584114', '爽口螺片', 15.00, '', 2, 224376, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298497, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224376, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298498, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224376, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298499, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224376, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298500, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224376, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298501, '25031844238132', '腊味三拼', 68.00, '', 1, 224377, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298502, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224377, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298503, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224377, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298504, '25031858584114', '爽口螺片', 15.00, '', 2, 224377, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298505, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224377, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298506, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224377, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298507, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224377, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298508, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224377, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298509, '25031844238132', '腊味三拼', 68.00, '', 2, 224378, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298510, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224378, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298511, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224378, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298512, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224378, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298513, '25031858584114', '爽口螺片', 15.00, '', 4, 224378, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298514, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224378, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298515, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224378, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298516, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224378, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298517, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224379, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298518, '25031844238132', '腊味三拼', 68.00, '', 1, 224379, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298519, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224379, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298520, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224379, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298521, '25031858584114', '爽口螺片', 15.00, '', 3, 224379, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298522, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224379, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298523, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224379, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298524, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224379, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298525, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224379, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298526, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224380, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298527, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224380, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298528, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224380, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298529, '25031858584114', '爽口螺片', 15.00, '', 2, 224380, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298530, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224380, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298531, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224380, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298532, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224380, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298533, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224381, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298534, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224381, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298535, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224381, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298536, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224381, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298537, '25031858584114', '爽口螺片', 15.00, '', 1, 224381, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298538, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224381, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298539, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224381, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298540, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224382, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298541, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224382, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298542, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224382, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298543, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224382, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298544, '25031858584114', '爽口螺片', 15.00, '', 1, 224382, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298545, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224382, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298546, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224382, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298547, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224383, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298548, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224383, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298549, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224383, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298550, '25031844238132', '腊味三拼', 68.00, '', 1, 224383, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298551, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224383, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298552, '25031858584114', '爽口螺片', 15.00, '', 2, 224383, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298553, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224383, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298554, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224383, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298555, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224383, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298556, '25031844238132', '腊味三拼', 68.00, '', 1, 224384, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298557, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224384, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298558, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224384, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298559, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224384, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298560, '25031858584114', '爽口螺片', 15.00, '', 3, 224384, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298561, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224384, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298562, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224384, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298563, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224384, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298564, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224384, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298565, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224385, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298566, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224385, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298567, '25031844238132', '腊味三拼', 68.00, '', 2, 224385, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298568, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224385, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298569, '25031858584114', '爽口螺片', 15.00, '', 3, 224385, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298570, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224385, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298571, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224385, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298572, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224385, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298573, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224385, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298574, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224386, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298575, '25031858584114', '爽口螺片', 15.00, '', 3, 224386, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298576, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224386, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298577, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224386, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298578, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224386, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298579, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224386, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298580, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224387, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298581, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224387, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298582, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224387, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298583, '25031844238132', '腊味三拼', 68.00, '', 2, 224387, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298584, '25031858584114', '爽口螺片', 15.00, '', 4, 224387, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298585, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224387, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298586, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224387, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298587, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224387, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298588, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224387, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298589, '25031844238132', '腊味三拼', 68.00, '', 2, 224388, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298590, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224388, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298591, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224388, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298592, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224388, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298593, '25031858584114', '爽口螺片', 15.00, '', 3, 224388, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298594, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224388, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298595, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224388, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298596, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224388, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298597, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224388, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298598, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224389, '小吃', 0.00, 100, 197, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298599, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224389, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298600, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224389, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298601, '25031858584114', '爽口螺片', 15.00, '', 2, 224389, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298602, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224389, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298603, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224389, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298604, '25031844238132', '腊味三拼', 68.00, '', 1, 224389, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298605, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224389, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298606, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224390, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298607, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224390, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298608, '25031844238132', '腊味三拼', 68.00, '', 2, 224390, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298609, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224390, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298610, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224390, '热菜', 0.00, 99, 194, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298611, '25031858584114', '爽口螺片', 15.00, '', 3, 224390, '热菜', 0.00, 99, 195, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298612, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224390, '热菜', 0.00, 99, 193, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298613, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224390, '小吃', 0.00, 100, 196, '2025-03-18 15:23:09', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298614, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224390, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298615, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224391, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298616, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224391, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298617, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224391, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298618, '25031858584114', '爽口螺片', 15.00, '', 2, 224391, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298619, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224391, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298620, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224391, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298621, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224392, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298622, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224392, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298623, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224392, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298624, '25031844238132', '腊味三拼', 68.00, '', 1, 224392, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298625, '25031858584114', '爽口螺片', 15.00, '', 1, 224392, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298626, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224392, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298627, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224392, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298628, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224393, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298629, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224393, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298630, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224393, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298631, '25031858584114', '爽口螺片', 15.00, '', 4, 224393, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298632, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224393, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298633, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224393, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298634, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224393, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298635, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224393, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298636, '25031844238132', '腊味三拼', 68.00, '', 2, 224394, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298637, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224394, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298638, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224394, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298639, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224394, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298640, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224394, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298641, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224394, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298642, '25031858584114', '爽口螺片', 15.00, '', 5, 224394, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298643, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224394, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298644, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224394, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298645, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224395, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224395, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298647, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224395, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298648, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224395, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298649, '25031858584114', '爽口螺片', 15.00, '', 1, 224395, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298650, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224395, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224395, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298652, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224395, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298653, '25031844238132', '腊味三拼', 68.00, '', 1, 224396, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298654, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224396, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298655, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224396, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298656, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224396, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298657, '25031858584114', '爽口螺片', 15.00, '', 4, 224396, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298658, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224396, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298659, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224396, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298660, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224396, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298661, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224396, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298662, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224397, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298663, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224397, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298664, '25031844238132', '腊味三拼', 68.00, '', 1, 224397, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298665, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224397, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298666, '25031858584114', '爽口螺片', 15.00, '', 4, 224397, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298667, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224397, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298668, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224397, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298669, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224397, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298670, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224398, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298671, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224398, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298672, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224398, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298673, '25031858584114', '爽口螺片', 15.00, '', 1, 224398, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298674, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224398, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298675, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224398, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298676, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224399, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298677, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224399, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298678, '25031858584114', '爽口螺片', 15.00, '', 2, 224399, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298679, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224399, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298680, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224399, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298681, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224399, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298682, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224399, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298683, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224399, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298684, '25031844238132', '腊味三拼', 68.00, '', 1, 224399, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298685, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224400, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298686, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224400, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298687, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224400, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298688, '25031844238132', '腊味三拼', 68.00, '', 2, 224400, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298689, '25031858584114', '爽口螺片', 15.00, '', 3, 224400, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298690, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224400, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298691, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224400, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298692, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224400, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298693, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224400, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298694, '25031844238132', '腊味三拼', 68.00, '', 1, 224401, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298695, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224401, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298696, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224401, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298697, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224401, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298698, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224401, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298699, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224401, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298700, '25031858584114', '爽口螺片', 15.00, '', 3, 224401, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298701, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224401, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298702, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224401, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298703, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224402, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298704, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224402, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298705, '25031844238132', '腊味三拼', 68.00, '', 1, 224402, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298706, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224402, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298707, '25031858584114', '爽口螺片', 15.00, '', 3, 224402, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298708, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224402, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224402, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224402, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298711, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224403, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298712, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224403, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298713, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224403, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298714, '25031844238132', '腊味三拼', 68.00, '', 1, 224403, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298715, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224403, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298716, '25031858584114', '爽口螺片', 15.00, '', 2, 224403, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298717, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224403, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298718, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224403, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298719, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224403, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298720, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224404, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298721, '25031844238132', '腊味三拼', 68.00, '', 1, 224404, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298722, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224404, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298723, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224404, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298724, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224404, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298725, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224404, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298726, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224404, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224404, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298728, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224405, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298729, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224405, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298730, '25031844238132', '腊味三拼', 68.00, '', 1, 224405, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298731, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224405, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298732, '25031858584114', '爽口螺片', 15.00, '', 1, 224405, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298733, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224405, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298734, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224405, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298735, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224405, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298736, '25031844238132', '腊味三拼', 68.00, '', 1, 224406, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298737, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224406, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298738, '25031858584114', '爽口螺片', 15.00, '', 4, 224406, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298739, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224406, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298740, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224406, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298741, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224406, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298742, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224406, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298743, '25031844238132', '腊味三拼', 68.00, '', 2, 224407, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298744, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224407, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298745, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224407, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298746, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224407, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298747, '25031858584114', '爽口螺片', 15.00, '', 5, 224407, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298748, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224407, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298749, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224407, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298750, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224407, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298751, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224407, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298752, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224408, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298753, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224408, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298754, '25031858584114', '爽口螺片', 15.00, '', 1, 224408, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298755, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224408, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298756, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224408, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298757, '25031844238132', '腊味三拼', 68.00, '', 1, 224408, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298758, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224408, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298759, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224409, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298760, '25031844238132', '腊味三拼', 68.00, '', 2, 224409, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298761, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224409, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298762, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224409, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298763, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224409, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298764, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224409, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298765, '25031858584114', '爽口螺片', 15.00, '', 1, 224409, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298766, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224409, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298767, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224409, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298768, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224410, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298769, '25031844238132', '腊味三拼', 68.00, '', 1, 224410, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298770, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224410, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298771, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224410, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298772, '25031858584114', '爽口螺片', 15.00, '', 3, 224410, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298773, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224410, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298774, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224410, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298775, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224410, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298776, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224411, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298777, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224411, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298778, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224411, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298779, '25031844238132', '腊味三拼', 68.00, '', 2, 224411, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298780, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224411, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298781, '25031858584114', '爽口螺片', 15.00, '', 2, 224411, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298782, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224411, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298783, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224411, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298784, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224411, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298785, '25031844238132', '腊味三拼', 68.00, '', 2, 224412, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298786, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224412, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298787, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224412, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298788, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224412, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298789, '25031858584114', '爽口螺片', 15.00, '', 5, 224412, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298790, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224412, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298791, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224412, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298792, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224412, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298793, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224413, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298794, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224413, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298795, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224413, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298796, '25031858584114', '爽口螺片', 15.00, '', 2, 224413, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298797, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224413, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298798, '25031844238132', '腊味三拼', 68.00, '', 1, 224413, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224414, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298800, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224414, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298801, '25031858584114', '爽口螺片', 15.00, '', 2, 224414, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298802, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224414, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298803, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224414, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298804, '25031844238132', '腊味三拼', 68.00, '', 1, 224414, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298805, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224414, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298806, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224414, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298807, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224414, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298808, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224415, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298809, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224415, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298810, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224415, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298811, '25031844238132', '腊味三拼', 68.00, '', 1, 224415, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298812, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224415, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298813, '25031858584114', '爽口螺片', 15.00, '', 6, 224415, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298814, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224415, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298815, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224415, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298816, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224415, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298817, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224416, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298818, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224416, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298819, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224416, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298820, '25031844238132', '腊味三拼', 68.00, '', 1, 224416, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298821, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224416, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298822, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224416, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298823, '25031858584114', '爽口螺片', 15.00, '', 5, 224416, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298824, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224416, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224416, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298826, '25031844238132', '腊味三拼', 68.00, '', 1, 224417, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298827, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224417, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298828, '25031858584114', '爽口螺片', 15.00, '', 2, 224417, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298829, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224417, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298830, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224417, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298831, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224417, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298832, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224417, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298833, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224418, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298834, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224418, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298835, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224418, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298836, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224418, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298837, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224418, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298838, '25031858584114', '爽口螺片', 15.00, '', 3, 224418, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298839, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224418, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298840, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224418, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298841, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224419, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298842, '25031844238132', '腊味三拼', 68.00, '', 2, 224419, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298843, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224419, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298844, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224419, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298845, '25031858584114', '爽口螺片', 15.00, '', 4, 224419, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298846, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224419, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298847, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224419, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298848, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224419, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298849, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224419, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298850, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224420, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298851, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224420, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298852, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224420, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298853, '25031844238132', '腊味三拼', 68.00, '', 1, 224420, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298854, '25031858584114', '爽口螺片', 15.00, '', 1, 224420, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298855, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224420, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298856, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224420, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298857, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224420, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298858, '25031844238132', '腊味三拼', 68.00, '', 1, 224421, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298859, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224421, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298860, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224421, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298861, '25031858584114', '爽口螺片', 15.00, '', 3, 224421, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298862, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224421, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298863, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224421, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298864, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224421, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298865, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224421, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298866, '25031844238132', '腊味三拼', 68.00, '', 1, 224422, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298867, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224422, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298868, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224422, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298869, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224422, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298870, '25031858584114', '爽口螺片', 15.00, '', 4, 224422, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298871, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224422, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298872, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224422, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298873, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224422, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298874, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224423, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298875, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224423, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298876, '25031844238132', '腊味三拼', 68.00, '', 2, 224423, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298877, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224423, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298878, '25031858584114', '爽口螺片', 15.00, '', 3, 224423, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298879, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224423, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298880, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224423, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298881, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224423, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298882, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224423, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298883, '25031844238132', '腊味三拼', 68.00, '', 1, 224424, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298884, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224424, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298885, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224424, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298886, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224424, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298887, '25031858584114', '爽口螺片', 15.00, '', 3, 224424, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298888, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224424, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298889, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224424, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298890, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224425, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298891, '25031844238132', '腊味三拼', 68.00, '', 2, 224425, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298892, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224425, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298893, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224425, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298894, '25031858584114', '爽口螺片', 15.00, '', 2, 224425, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298895, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224425, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298896, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224425, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298897, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224425, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298898, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224426, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298899, '25031844238132', '腊味三拼', 68.00, '', 1, 224426, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298900, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224426, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224426, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298902, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224426, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298903, '25031858584114', '爽口螺片', 15.00, '', 6, 224426, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298904, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224426, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224426, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298906, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224427, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298907, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224427, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298908, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224427, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298909, '25031844238132', '腊味三拼', 68.00, '', 2, 224427, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298910, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224427, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298911, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224427, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298912, '25031858584114', '爽口螺片', 15.00, '', 3, 224427, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298913, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224427, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298914, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224427, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298915, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224428, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298916, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224428, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298917, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224428, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298918, '25031844238132', '腊味三拼', 68.00, '', 3, 224428, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298919, '25031858584114', '爽口螺片', 15.00, '', 4, 224428, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298920, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224428, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298921, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224428, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298922, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224428, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298923, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224428, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298924, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224429, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298925, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224429, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298926, '25031844238132', '腊味三拼', 68.00, '', 1, 224429, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298927, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224429, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298928, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224429, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298929, '25031858584114', '爽口螺片', 15.00, '', 5, 224429, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298930, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224429, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298931, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224429, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298932, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224429, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298933, '25031844238132', '腊味三拼', 68.00, '', 2, 224430, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298934, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224430, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298935, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224430, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298936, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224430, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298937, '25031858584114', '爽口螺片', 15.00, '', 3, 224430, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298938, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224430, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298939, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224430, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298940, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224430, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298941, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224430, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298942, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224431, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298943, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224431, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298944, '25031844238132', '腊味三拼', 68.00, '', 1, 224431, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298945, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224431, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298946, '25031858584114', '爽口螺片', 15.00, '', 2, 224431, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298947, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224431, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298948, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224431, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298949, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224431, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298950, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224431, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298951, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224432, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298952, '25031844238132', '腊味三拼', 68.00, '', 1, 224432, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298953, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224432, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298954, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224432, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298955, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224432, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298956, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224432, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298957, '25031858584114', '爽口螺片', 15.00, '', 2, 224432, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298958, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224432, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298959, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224432, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298960, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224433, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298961, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224433, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298962, '25031844238132', '腊味三拼', 68.00, '', 1, 224433, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298963, '25031858584114', '爽口螺片', 15.00, '', 3, 224433, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298964, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224433, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298965, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224433, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298966, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224433, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298967, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224433, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298968, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224434, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298969, '25031844238132', '腊味三拼', 68.00, '', 1, 224434, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298970, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224434, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298971, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224434, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298972, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224434, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298973, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224434, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298974, '25031858584114', '爽口螺片', 15.00, '', 6, 224434, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298975, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224434, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298976, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224434, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298977, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224435, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298978, '25031844238132', '腊味三拼', 68.00, '', 2, 224435, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298979, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224435, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298980, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224435, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298981, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224435, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298982, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224435, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298983, '25031858584114', '爽口螺片', 15.00, '', 4, 224435, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298984, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224435, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298985, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224435, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298986, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224436, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298987, '25031844238132', '腊味三拼', 68.00, '', 2, 224436, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298988, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224436, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298989, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224436, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298990, '25031858584114', '爽口螺片', 15.00, '', 3, 224436, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298991, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224436, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298992, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224436, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298993, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224436, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298994, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224436, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298995, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224437, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298996, '25031844238132', '腊味三拼', 68.00, '', 2, 224437, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298997, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224437, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298998, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224437, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2298999, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224437, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299000, '25031858584114', '爽口螺片', 15.00, '', 2, 224437, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299001, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224437, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299002, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224437, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299003, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224437, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299004, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224438, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299005, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224438, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299006, '25031844238132', '腊味三拼', 68.00, '', 2, 224438, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299007, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224438, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299008, '25031858584114', '爽口螺片', 15.00, '', 5, 224438, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299009, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224438, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299010, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224438, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299011, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224438, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299012, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224439, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299013, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224439, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299014, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224439, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299015, '25031844238132', '腊味三拼', 68.00, '', 2, 224439, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299016, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224439, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299017, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224439, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299018, '25031858584114', '爽口螺片', 15.00, '', 7, 224439, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299019, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224439, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299020, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224439, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299021, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224440, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299022, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224440, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299023, '25031844238132', '腊味三拼', 68.00, '', 2, 224440, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299024, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224440, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299025, '25031858584114', '爽口螺片', 15.00, '', 3, 224440, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299026, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224440, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299027, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224440, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299028, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224440, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299029, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224440, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299030, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224441, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299031, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224441, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299032, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224441, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299033, '25031844238132', '腊味三拼', 68.00, '', 2, 224441, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299034, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224441, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299035, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224441, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299036, '25031858584114', '爽口螺片', 15.00, '', 7, 224441, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299037, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224441, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299038, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224441, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299039, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224442, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299040, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224442, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299041, '25031844238132', '腊味三拼', 68.00, '', 1, 224442, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299042, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224442, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299043, '25031858584114', '爽口螺片', 15.00, '', 4, 224442, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299044, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224442, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299045, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224442, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299046, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224442, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299047, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224442, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299048, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224443, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299049, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224443, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299050, '25031844238132', '腊味三拼', 68.00, '', 2, 224443, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299051, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224443, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299052, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224443, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224443, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299054, '25031858584114', '爽口螺片', 15.00, '', 5, 224443, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299055, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224443, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299056, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224443, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299057, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224444, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224444, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299059, '25031844238132', '腊味三拼', 68.00, '', 1, 224444, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299060, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224444, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299061, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224444, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299062, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224444, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299063, '25031858584114', '爽口螺片', 15.00, '', 2, 224444, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299064, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224444, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299065, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224444, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299066, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224445, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299067, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224445, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299068, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224445, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299069, '25031844238132', '腊味三拼', 68.00, '', 1, 224445, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299070, '25031858584114', '爽口螺片', 15.00, '', 5, 224445, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299071, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224445, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299072, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224445, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299073, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224445, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299074, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224445, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299075, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224446, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299076, '25031844238132', '腊味三拼', 68.00, '', 1, 224446, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299077, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224446, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299078, '25031858584114', '爽口螺片', 15.00, '', 1, 224446, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299079, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224446, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299080, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224446, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299081, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224446, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299082, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224447, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299083, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224447, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299084, '25031844238132', '腊味三拼', 68.00, '', 1, 224447, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299085, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224447, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299086, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224447, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299087, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224447, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299088, '25031858584114', '爽口螺片', 15.00, '', 5, 224447, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299089, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224447, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299090, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224447, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299091, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224448, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299092, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224448, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224448, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299094, '25031844238132', '腊味三拼', 68.00, '', 3, 224448, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299095, '25031858584114', '爽口螺片', 15.00, '', 7, 224448, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299096, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224448, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299097, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224448, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299098, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224448, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299099, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224448, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299100, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224449, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299101, '25031844238132', '腊味三拼', 68.00, '', 1, 224449, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299102, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224449, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299103, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224449, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299104, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224449, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299105, '25031858584114', '爽口螺片', 15.00, '', 1, 224449, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299106, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224449, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299107, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224449, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299108, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224449, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299109, '25031844238132', '腊味三拼', 68.00, '', 3, 224450, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299110, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224450, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299111, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224450, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299112, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224450, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299113, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224450, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299114, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224450, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299115, '25031858584114', '爽口螺片', 15.00, '', 6, 224450, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299116, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224450, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299117, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224450, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299118, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224451, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299119, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224451, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299120, '25031844238132', '腊味三拼', 68.00, '', 1, 224451, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299121, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224451, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299122, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224451, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299123, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224451, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299124, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224451, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299125, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224451, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299126, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224452, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299127, '25031844238132', '腊味三拼', 68.00, '', 2, 224452, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299128, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224452, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299129, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224452, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299130, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224452, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299131, '25031858584114', '爽口螺片', 15.00, '', 6, 224452, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299132, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224452, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299133, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224452, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299134, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224452, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299135, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224453, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299136, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224453, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299137, '25031844238132', '腊味三拼', 68.00, '', 1, 224453, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299138, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224453, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299139, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224453, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299140, '25031858584114', '爽口螺片', 15.00, '', 5, 224453, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299141, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224453, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224453, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299143, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224453, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299144, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224454, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299145, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224454, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299146, '25031858584114', '爽口螺片', 15.00, '', 3, 224454, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299147, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224454, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299148, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224454, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299149, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224454, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299150, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224454, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299151, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224455, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299152, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224455, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299153, '25031858584114', '爽口螺片', 15.00, '', 3, 224455, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299154, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224455, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299155, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224455, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299156, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224455, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299157, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224455, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299158, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224456, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299159, '25031844238132', '腊味三拼', 68.00, '', 3, 224456, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299160, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224456, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299161, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224456, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299162, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224456, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299163, '25031858584114', '爽口螺片', 15.00, '', 7, 224456, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299164, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224456, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299165, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224456, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299166, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224456, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299167, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224457, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299168, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224457, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299169, '25031844238132', '腊味三拼', 68.00, '', 2, 224457, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299170, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224457, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299171, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224457, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224457, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299173, '25031858584114', '爽口螺片', 15.00, '', 4, 224457, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299174, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224457, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299175, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224458, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299176, '25031844238132', '腊味三拼', 68.00, '', 1, 224458, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299177, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224458, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299178, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224458, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299179, '25031858584114', '爽口螺片', 15.00, '', 5, 224458, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299180, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224458, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299181, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224458, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299182, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224458, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299183, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224458, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299184, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224459, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299185, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224459, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299186, '25031844238132', '腊味三拼', 68.00, '', 1, 224459, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299187, '25031858584114', '爽口螺片', 15.00, '', 4, 224459, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299188, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224459, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299189, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224459, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299190, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224459, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299191, '25031844238132', '腊味三拼', 68.00, '', 2, 224460, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299192, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224460, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299193, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224460, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299194, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224460, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299195, '25031858584114', '爽口螺片', 15.00, '', 3, 224460, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299196, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224460, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299197, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224460, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299198, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224460, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299199, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224460, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299200, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224461, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299201, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224461, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299202, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224461, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299203, '25031844238132', '腊味三拼', 68.00, '', 2, 224461, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299204, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224461, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299205, '25031858584114', '爽口螺片', 15.00, '', 4, 224461, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299206, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224461, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299207, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224461, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299208, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224461, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299209, '25031844238132', '腊味三拼', 68.00, '', 2, 224462, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299210, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224462, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299211, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224462, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299212, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224462, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299213, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224462, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299214, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224462, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299215, '25031858584114', '爽口螺片', 15.00, '', 2, 224462, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299216, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224462, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299217, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224462, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299218, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224463, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299219, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224463, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299220, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224463, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299221, '25031844238132', '腊味三拼', 68.00, '', 2, 224463, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299222, '25031858584114', '爽口螺片', 15.00, '', 3, 224463, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224463, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299224, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224463, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224463, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299226, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224463, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299227, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224464, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299228, '25031844238132', '腊味三拼', 68.00, '', 2, 224464, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299229, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224464, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299230, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224464, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299231, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224464, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299232, '25031858584114', '爽口螺片', 15.00, '', 3, 224464, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299233, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224464, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299234, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224464, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299235, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224464, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299236, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224465, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299237, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224465, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299238, '25031844238132', '腊味三拼', 68.00, '', 2, 224465, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299239, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224465, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299240, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224465, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299241, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224465, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299242, '25031858584114', '爽口螺片', 15.00, '', 1, 224465, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299243, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224465, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299244, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224465, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299245, '25031844238132', '腊味三拼', 68.00, '', 1, 224466, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299246, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224466, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299247, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224466, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299248, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224466, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299249, '25031858584114', '爽口螺片', 15.00, '', 7, 224466, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299250, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224466, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299251, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224466, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299252, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224466, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299253, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224466, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299254, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224467, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299255, '25031844238132', '腊味三拼', 68.00, '', 3, 224467, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299256, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224467, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299257, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224467, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299258, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224467, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299259, '25031858584114', '爽口螺片', 15.00, '', 6, 224467, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299260, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224467, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299261, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224467, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299262, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224467, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299263, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224468, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299264, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224468, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299265, '25031844238132', '腊味三拼', 68.00, '', 1, 224468, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299266, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224468, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299267, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224468, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299268, '25031858584114', '爽口螺片', 15.00, '', 5, 224468, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299269, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224468, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299270, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224468, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299271, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224469, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299272, '25031844238132', '腊味三拼', 68.00, '', 1, 224469, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299273, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224469, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299274, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224469, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299275, '25031858584114', '爽口螺片', 15.00, '', 2, 224469, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299276, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224469, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299277, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224469, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299278, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224470, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299279, '25031844238132', '腊味三拼', 68.00, '', 1, 224470, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299280, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224470, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299281, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224470, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299282, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224470, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299283, '25031858584114', '爽口螺片', 15.00, '', 5, 224470, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299284, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224470, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299285, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224470, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299286, '25031844238132', '腊味三拼', 68.00, '', 1, 224471, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299287, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224471, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299288, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224471, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299289, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224471, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299290, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224471, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299291, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224471, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299292, '25031858584114', '爽口螺片', 15.00, '', 5, 224471, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299293, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224471, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299294, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224471, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299295, '25031844238132', '腊味三拼', 68.00, '', 3, 224472, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299296, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224472, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299297, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224472, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299298, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224472, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299299, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224472, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299300, '25031858584114', '爽口螺片', 15.00, '', 9, 224472, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299301, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224472, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299302, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224472, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299303, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224472, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299304, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224473, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299305, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224473, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299306, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224473, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299307, '25031844238132', '腊味三拼', 68.00, '', 1, 224473, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299308, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224473, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299309, '25031858584114', '爽口螺片', 15.00, '', 3, 224473, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299310, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224473, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299311, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224473, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299312, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224473, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299313, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224474, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299314, '25031844238132', '腊味三拼', 68.00, '', 1, 224474, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299315, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224474, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299316, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224474, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299317, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224474, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299318, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224474, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299319, '25031858584114', '爽口螺片', 15.00, '', 4, 224474, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224474, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299321, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224474, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299322, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224475, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299323, '25031844238132', '腊味三拼', 68.00, '', 2, 224475, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299324, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224475, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299325, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224475, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299326, '25031858584114', '爽口螺片', 15.00, '', 4, 224475, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299327, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224475, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299328, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224475, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299329, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224475, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299330, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224475, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299331, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224476, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299332, '25031844238132', '腊味三拼', 68.00, '', 1, 224476, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299333, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224476, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299334, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224476, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299335, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224476, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299336, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224476, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299337, '25031858584114', '爽口螺片', 15.00, '', 3, 224476, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299338, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224476, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299339, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224476, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299340, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224477, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299341, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224477, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299342, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224477, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299343, '25031844238132', '腊味三拼', 68.00, '', 2, 224477, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299344, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224477, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299345, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224477, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299346, '25031858584114', '爽口螺片', 15.00, '', 4, 224477, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299347, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224477, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299348, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224477, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299349, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224478, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299350, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224478, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299351, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224478, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299352, '25031844238132', '腊味三拼', 68.00, '', 2, 224478, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299353, '25031858584114', '爽口螺片', 15.00, '', 7, 224478, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299354, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224478, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299355, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224478, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299356, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224478, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299357, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224478, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299358, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224479, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299359, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224479, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299360, '25031844238132', '腊味三拼', 68.00, '', 3, 224479, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299361, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224479, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299362, '25031858584114', '爽口螺片', 15.00, '', 7, 224479, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299363, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224479, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299364, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224479, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299365, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224479, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299366, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224479, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299367, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224480, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299368, '25031844238132', '腊味三拼', 68.00, '', 1, 224480, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299369, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224480, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299370, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224480, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299371, '25031858584114', '爽口螺片', 15.00, '', 1, 224480, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299372, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224480, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299373, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224480, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299374, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224480, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299375, '25031844238132', '腊味三拼', 68.00, '', 2, 224481, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299376, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224481, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299377, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224481, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299378, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224481, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299379, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224481, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299380, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224481, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299381, '25031858584114', '爽口螺片', 15.00, '', 4, 224481, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299382, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224481, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299383, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224481, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299384, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224482, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299385, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224482, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299386, '25031844238132', '腊味三拼', 68.00, '', 1, 224482, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224482, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299388, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224482, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299389, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224482, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299390, '25031858584114', '爽口螺片', 15.00, '', 1, 224482, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299391, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224482, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299392, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224482, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299393, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224483, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299394, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224483, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299395, '25031844238132', '腊味三拼', 68.00, '', 1, 224483, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299396, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224483, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299397, '25031858584114', '爽口螺片', 15.00, '', 4, 224483, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299398, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224483, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299399, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224483, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299400, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224483, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299401, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224483, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299402, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224484, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299403, '25031844238132', '腊味三拼', 68.00, '', 2, 224484, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299404, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224484, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299405, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224484, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299406, '25031858584114', '爽口螺片', 15.00, '', 3, 224484, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299407, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224484, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299408, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224484, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299409, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224484, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299410, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224484, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299411, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224485, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299412, '25031844238132', '腊味三拼', 68.00, '', 2, 224485, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299413, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224485, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299414, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224485, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299415, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224485, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299416, '25031858584114', '爽口螺片', 15.00, '', 6, 224485, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299417, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224485, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299418, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224485, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299419, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224485, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299420, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224486, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299421, '25031844238132', '腊味三拼', 68.00, '', 2, 224486, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299422, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224486, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299423, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224486, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299424, '25031858584114', '爽口螺片', 15.00, '', 6, 224486, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299425, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224486, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299426, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224486, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299427, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224486, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299428, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224486, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299429, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224487, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299430, '25031844238132', '腊味三拼', 68.00, '', 3, 224487, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299431, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224487, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299432, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224487, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299433, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224487, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299434, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224487, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299435, '25031858584114', '爽口螺片', 15.00, '', 7, 224487, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299436, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224487, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299437, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224487, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299438, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224488, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299439, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224488, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299440, '25031844238132', '腊味三拼', 68.00, '', 2, 224488, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299441, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224488, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299442, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224488, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299443, '25031858584114', '爽口螺片', 15.00, '', 8, 224488, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299444, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224488, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299445, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224488, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299446, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224488, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299447, '25031844238132', '腊味三拼', 68.00, '', 1, 224489, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299448, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224489, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299449, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224489, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299450, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224489, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299451, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224489, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299452, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224489, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299453, '25031858584114', '爽口螺片', 15.00, '', 4, 224489, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299454, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224489, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299455, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224489, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299456, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224490, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299457, '25031844238132', '腊味三拼', 68.00, '', 1, 224490, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299458, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224490, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299459, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224490, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299460, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224490, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299461, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224490, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299462, '25031858584114', '爽口螺片', 15.00, '', 3, 224490, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299463, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224490, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299464, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224490, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299465, '25031844238132', '腊味三拼', 68.00, '', 1, 224491, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299466, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224491, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299467, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224491, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299468, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224491, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299469, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224491, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299470, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224491, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299471, '25031858584114', '爽口螺片', 15.00, '', 3, 224491, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299472, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224491, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299473, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224491, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299474, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224492, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299475, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224492, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299476, '25031844238132', '腊味三拼', 68.00, '', 1, 224492, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299477, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224492, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299478, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224492, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299479, '25031858584114', '爽口螺片', 15.00, '', 2, 224492, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299480, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224492, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299481, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224492, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299482, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224492, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299483, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224493, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299484, '25031844238132', '腊味三拼', 68.00, '', 1, 224493, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299485, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224493, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299486, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224493, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299487, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224493, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299488, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224493, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299489, '25031858584114', '爽口螺片', 15.00, '', 3, 224493, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299490, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224493, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299491, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224493, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299492, '25031844238132', '腊味三拼', 68.00, '', 1, 224494, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299493, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224494, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299494, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224494, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299495, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224494, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299496, '25031858584114', '爽口螺片', 15.00, '', 3, 224494, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299497, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224494, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299498, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224494, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299499, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224494, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299500, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224494, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299501, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224495, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299502, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224495, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299503, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224495, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299504, '25031844238132', '腊味三拼', 68.00, '', 1, 224495, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299505, '25031858584114', '爽口螺片', 15.00, '', 3, 224495, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299506, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224495, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299507, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224495, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299508, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224495, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299509, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224495, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299510, '25031844238132', '腊味三拼', 68.00, '', 1, 224496, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299511, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224496, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299512, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224496, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299513, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224496, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299514, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224496, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299515, '25031858584114', '爽口螺片', 15.00, '', 3, 224496, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299516, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224496, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299517, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224496, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299518, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224496, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299519, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224497, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299520, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224497, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299521, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224497, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299522, '25031858584114', '爽口螺片', 15.00, '', 1, 224497, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299523, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224497, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299524, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224497, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299525, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224497, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299526, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224498, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299527, '25031844238132', '腊味三拼', 68.00, '', 1, 224498, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299528, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224498, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299529, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224498, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299530, '25031858584114', '爽口螺片', 15.00, '', 1, 224498, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299531, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224498, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299532, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224498, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299533, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224498, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299534, '25031844238132', '腊味三拼', 68.00, '', 1, 224499, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299535, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224499, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299536, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224499, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299537, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224499, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299538, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224499, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299539, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224499, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299540, '25031858584114', '爽口螺片', 15.00, '', 2, 224499, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299541, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224499, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299542, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224499, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299543, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224500, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299544, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224500, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299545, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224500, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299546, '25031844238132', '腊味三拼', 68.00, '', 1, 224500, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299547, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224500, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299548, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224500, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299549, '25031858584114', '爽口螺片', 15.00, '', 6, 224500, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299550, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224500, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299551, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224500, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299552, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224501, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299553, '25031844238132', '腊味三拼', 68.00, '', 2, 224501, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299554, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224501, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299555, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224501, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299556, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224501, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299557, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224501, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299558, '25031858584114', '爽口螺片', 15.00, '', 2, 224501, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299559, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224501, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299560, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224501, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299561, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224502, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299562, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224502, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299563, '25031844238132', '腊味三拼', 68.00, '', 1, 224502, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299564, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224502, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299565, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224502, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299566, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224502, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299567, '25031858584114', '爽口螺片', 15.00, '', 3, 224502, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299568, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224502, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299569, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224502, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224503, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299571, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224503, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299572, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224503, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299573, '25031844238132', '腊味三拼', 68.00, '', 3, 224503, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299574, '25031858584114', '爽口螺片', 15.00, '', 7, 224503, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299575, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224503, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299576, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224503, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299577, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224503, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299578, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224503, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299579, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224504, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299580, '25031844238132', '腊味三拼', 68.00, '', 2, 224504, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299581, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224504, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299582, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224504, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299583, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224504, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299584, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224504, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299585, '25031858584114', '爽口螺片', 15.00, '', 8, 224504, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299586, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224504, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299587, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224504, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299588, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224505, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299589, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224505, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299590, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224505, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299591, '25031844238132', '腊味三拼', 68.00, '', 2, 224505, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299592, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224505, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299593, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224505, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299594, '25031858584114', '爽口螺片', 15.00, '', 6, 224505, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299595, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224505, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299596, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224505, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299597, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224506, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299598, '25031844238132', '腊味三拼', 68.00, '', 2, 224506, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299599, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224506, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299600, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224506, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299601, '25031858584114', '爽口螺片', 15.00, '', 4, 224506, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299602, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224506, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299603, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224506, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299604, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224506, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299605, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224506, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299606, '25031844238132', '腊味三拼', 68.00, '', 1, 224507, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299607, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224507, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299608, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224507, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299609, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224507, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299610, '25031858584114', '爽口螺片', 15.00, '', 3, 224507, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299611, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224507, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224507, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299613, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224507, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299614, '25031844238132', '腊味三拼', 68.00, '', 1, 224508, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299615, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224508, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224508, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299617, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224508, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299618, '25031858584114', '爽口螺片', 15.00, '', 1, 224508, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299619, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224508, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299620, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224508, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299621, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224508, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299622, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224508, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224509, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299624, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224509, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299625, '25031844238132', '腊味三拼', 68.00, '', 2, 224509, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299626, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224509, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299627, '25031858584114', '爽口螺片', 15.00, '', 2, 224509, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299628, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224509, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299629, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224509, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224509, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299631, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224510, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299632, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224510, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299633, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224510, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299634, '25031844238132', '腊味三拼', 68.00, '', 2, 224510, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299635, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224510, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299636, '25031858584114', '爽口螺片', 15.00, '', 4, 224510, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299637, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224510, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299638, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224510, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299639, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224510, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299640, '25031844238132', '腊味三拼', 68.00, '', 2, 224511, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299641, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224511, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299642, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224511, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299643, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224511, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299644, '25031858584114', '爽口螺片', 15.00, '', 3, 224511, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299645, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224511, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299646, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224511, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299647, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224511, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299648, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224512, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299649, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224512, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299650, '25031844238132', '腊味三拼', 68.00, '', 2, 224512, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299651, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224512, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299652, '25031858584114', '爽口螺片', 15.00, '', 6, 224512, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299653, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224512, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299654, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224512, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299655, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224512, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299656, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224512, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299657, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224513, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299658, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224513, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299659, '25031858584114', '爽口螺片', 15.00, '', 4, 224513, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299660, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224513, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299661, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224513, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299662, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224513, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299663, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224513, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299664, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224514, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299665, '25031844238132', '腊味三拼', 68.00, '', 1, 224514, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299666, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224514, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299667, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224514, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299668, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224514, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299669, '25031858584114', '爽口螺片', 15.00, '', 2, 224514, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299670, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224514, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299671, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224514, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299672, '25031844238132', '腊味三拼', 68.00, '', 1, 224515, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299673, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224515, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299674, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224515, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299675, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224515, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299676, '25031858584114', '爽口螺片', 15.00, '', 5, 224515, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299677, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224515, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299678, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224515, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299679, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224515, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299680, '25031844238132', '腊味三拼', 68.00, '', 2, 224516, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299681, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224516, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299682, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224516, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299683, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224516, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299684, '25031858584114', '爽口螺片', 15.00, '', 6, 224516, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299685, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224516, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299686, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224516, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299687, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224516, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299688, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224516, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299689, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224517, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299690, '25031844238132', '腊味三拼', 68.00, '', 1, 224517, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299691, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224517, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299692, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224517, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299693, '25031858584114', '爽口螺片', 15.00, '', 3, 224517, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299694, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224517, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299695, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224518, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299696, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224518, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299697, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224518, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299698, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224518, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299699, '25031858584114', '爽口螺片', 15.00, '', 2, 224518, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299700, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224518, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299701, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224518, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299702, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224519, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299703, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224519, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299704, '25031844238132', '腊味三拼', 68.00, '', 1, 224519, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299705, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224519, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299706, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224519, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299707, '25031858584114', '爽口螺片', 15.00, '', 1, 224519, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299708, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224519, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299709, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224519, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299710, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224519, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299711, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224520, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299712, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224520, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299713, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224520, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299714, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224520, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299715, '25031858584114', '爽口螺片', 15.00, '', 3, 224520, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299716, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224520, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299717, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224520, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299718, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224521, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299719, '25031844238132', '腊味三拼', 68.00, '', 2, 224521, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299720, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224521, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299721, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224521, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299722, '25031858584114', '爽口螺片', 15.00, '', 2, 224521, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299723, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224521, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299724, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224521, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299725, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224521, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299726, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224521, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299727, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224522, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299728, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224522, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299729, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224522, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299730, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224522, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299731, '25031858584114', '爽口螺片', 15.00, '', 3, 224522, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299732, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224522, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299733, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224522, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299734, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224522, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299735, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224523, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299736, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224523, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299737, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224523, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299738, '25031844238132', '腊味三拼', 68.00, '', 2, 224523, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299739, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224523, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299740, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224523, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299741, '25031858584114', '爽口螺片', 15.00, '', 5, 224523, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299742, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224523, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299743, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224523, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299744, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224524, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299745, '25031844238132', '腊味三拼', 68.00, '', 2, 224524, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299746, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224524, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299747, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224524, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299748, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224524, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299749, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224524, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299750, '25031858584114', '爽口螺片', 15.00, '', 7, 224524, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299751, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224524, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299752, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224524, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299753, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224525, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299754, '25031844238132', '腊味三拼', 68.00, '', 2, 224525, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299755, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224525, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299756, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224525, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299757, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224525, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299758, '25031858584114', '爽口螺片', 15.00, '', 4, 224525, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299759, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224525, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299760, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224525, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299761, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224525, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299762, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224526, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299763, '25031844238132', '腊味三拼', 68.00, '', 1, 224526, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299764, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224526, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299765, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224526, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299766, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224526, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299767, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224526, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299768, '25031858584114', '爽口螺片', 15.00, '', 4, 224526, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299769, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224526, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299770, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224526, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299771, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224527, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299772, '25031844238132', '腊味三拼', 68.00, '', 1, 224527, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299773, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224527, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299774, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224527, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299775, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224527, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299776, '25031858584114', '爽口螺片', 15.00, '', 5, 224527, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299777, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224527, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299778, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224527, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299779, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224527, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299780, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224528, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299781, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224528, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299782, '25031844238132', '腊味三拼', 68.00, '', 2, 224528, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299783, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224528, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299784, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224528, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299785, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224528, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299786, '25031858584114', '爽口螺片', 15.00, '', 3, 224528, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299787, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224528, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224528, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299789, '25031844238132', '腊味三拼', 68.00, '', 2, 224529, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299790, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224529, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299791, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224529, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299792, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224529, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299793, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224529, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299794, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224529, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299795, '25031858584114', '爽口螺片', 15.00, '', 6, 224529, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299796, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224529, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299797, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224529, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299798, '25031844238132', '腊味三拼', 68.00, '', 1, 224530, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299799, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224530, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299800, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224530, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299801, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224530, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299802, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224530, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299803, '25031858584114', '爽口螺片', 15.00, '', 6, 224530, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299804, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224530, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299805, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224530, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299806, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224530, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299807, '25031844238132', '腊味三拼', 68.00, '', 1, 224531, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299808, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224531, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299809, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224531, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299810, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224531, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299811, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224531, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299812, '25031858584114', '爽口螺片', 15.00, '', 5, 224531, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299813, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224531, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299814, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224531, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299815, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224531, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299816, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224532, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299817, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224532, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299818, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224532, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299819, '25031844238132', '腊味三拼', 68.00, '', 2, 224532, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299820, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224532, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299821, '25031858584114', '爽口螺片', 15.00, '', 4, 224532, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299822, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224532, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299823, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224532, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299824, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224532, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299825, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224533, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299826, '25031844238132', '腊味三拼', 68.00, '', 1, 224533, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299827, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224533, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299828, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224533, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299829, '25031858584114', '爽口螺片', 15.00, '', 5, 224533, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299830, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224533, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299831, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224533, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299832, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224533, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299833, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224533, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299834, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224534, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299835, '25031844238132', '腊味三拼', 68.00, '', 2, 224534, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299836, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224534, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299837, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224534, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299838, '25031858584114', '爽口螺片', 15.00, '', 3, 224534, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299839, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224534, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299840, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224534, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299841, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224534, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299842, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224534, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299843, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224535, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299844, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224535, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299845, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224535, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299846, '25031844238132', '腊味三拼', 68.00, '', 2, 224535, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299847, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224535, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299848, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224535, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299849, '25031858584114', '爽口螺片', 15.00, '', 7, 224535, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299850, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224535, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299851, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224535, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299852, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224536, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299853, '25031844238132', '腊味三拼', 68.00, '', 2, 224536, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299854, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224536, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299855, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224536, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299856, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224536, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299857, '25031858584114', '爽口螺片', 15.00, '', 6, 224536, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299858, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224536, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299859, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224536, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299860, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224536, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299861, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224537, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299862, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224537, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299863, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224537, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299864, '25031844238132', '腊味三拼', 68.00, '', 2, 224537, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299865, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224537, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299866, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224537, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299867, '25031858584114', '爽口螺片', 15.00, '', 3, 224537, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299868, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224537, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299869, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224537, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299870, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224538, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299871, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224538, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299872, '25031844238132', '腊味三拼', 68.00, '', 2, 224538, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299873, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224538, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299874, '25031858584114', '爽口螺片', 15.00, '', 2, 224538, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299875, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224538, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299876, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224538, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299877, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224538, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299878, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224538, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299879, '25031844238132', '腊味三拼', 68.00, '', 1, 224539, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224539, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299881, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224539, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299882, '25031858584114', '爽口螺片', 15.00, '', 2, 224539, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299883, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224539, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299884, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224539, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299885, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224539, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299886, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224540, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299887, '25031844238132', '腊味三拼', 68.00, '', 1, 224540, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299888, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224540, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299889, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224540, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299890, '25031858584114', '爽口螺片', 15.00, '', 5, 224540, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299891, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224540, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299892, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224540, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299893, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224540, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299894, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224540, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299895, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224541, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299896, '25031844238132', '腊味三拼', 68.00, '', 1, 224541, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299897, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224541, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299898, '25031858584114', '爽口螺片', 15.00, '', 2, 224541, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299899, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224541, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299900, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224541, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299901, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224541, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299902, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224542, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299903, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224542, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299904, '25031844238132', '腊味三拼', 68.00, '', 2, 224542, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299905, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224542, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299906, '25031858584114', '爽口螺片', 15.00, '', 3, 224542, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224542, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299908, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224542, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299909, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224542, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299910, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224542, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299911, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224543, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299912, '25031844238132', '腊味三拼', 68.00, '', 2, 224543, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299913, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224543, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299914, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224543, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299915, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224543, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299916, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224543, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299917, '25031858584114', '爽口螺片', 15.00, '', 4, 224543, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299918, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224543, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299919, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224543, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299920, '25031844238132', '腊味三拼', 68.00, '', 1, 224544, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299921, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224544, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299922, '25031858584114', '爽口螺片', 15.00, '', 2, 224544, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299923, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224544, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224544, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299925, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224544, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299926, '25031844238132', '腊味三拼', 68.00, '', 2, 224545, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299927, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224545, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299928, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224545, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299929, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224545, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299930, '25031858584114', '爽口螺片', 15.00, '', 3, 224545, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299931, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224545, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299932, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224545, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299933, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224545, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299934, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224546, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299935, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224546, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299936, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224546, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299937, '25031844238132', '腊味三拼', 68.00, '', 2, 224546, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299938, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224546, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299939, '25031858584114', '爽口螺片', 15.00, '', 4, 224546, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299940, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224546, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299941, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224546, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299942, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224546, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299943, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224547, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299944, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224547, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299945, '25031844238132', '腊味三拼', 68.00, '', 1, 224547, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299946, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224547, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299947, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224547, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299948, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224547, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299949, '25031858584114', '爽口螺片', 15.00, '', 2, 224547, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299950, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224547, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299951, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224547, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299952, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224548, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299953, '25031844238132', '腊味三拼', 68.00, '', 2, 224548, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299954, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224548, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299955, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224548, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299956, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224548, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299957, '25031858584114', '爽口螺片', 15.00, '', 6, 224548, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299958, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224548, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299959, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224548, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299960, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224548, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299961, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224549, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299962, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224549, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299963, '25031858584114', '爽口螺片', 15.00, '', 1, 224549, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299964, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224549, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299965, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224549, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299966, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224549, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299967, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224549, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299968, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224550, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299969, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224550, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299970, '25031844238132', '腊味三拼', 68.00, '', 2, 224550, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299971, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224550, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299972, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224550, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299973, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224550, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299974, '25031858584114', '爽口螺片', 15.00, '', 4, 224550, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299975, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224550, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299976, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224550, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299977, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224551, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299978, '25031844238132', '腊味三拼', 68.00, '', 2, 224551, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299979, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224551, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299980, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224551, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299981, '25031858584114', '爽口螺片', 15.00, '', 3, 224551, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299982, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224551, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299983, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224551, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299984, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224551, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299985, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224551, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299986, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224552, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299987, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224552, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299988, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224552, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299989, '25031844238132', '腊味三拼', 68.00, '', 2, 224552, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299990, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224552, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299991, '25031858584114', '爽口螺片', 15.00, '', 8, 224552, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299992, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224552, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299993, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224552, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299994, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224552, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299995, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224553, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299996, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224553, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299997, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224553, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299998, '25031844238132', '腊味三拼', 68.00, '', 3, 224553, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2299999, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224553, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300000, '25031858584114', '爽口螺片', 15.00, '', 3, 224553, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300001, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224553, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300002, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224553, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300003, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224553, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300004, '25031844238132', '腊味三拼', 68.00, '', 2, 224554, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300005, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224554, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300006, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224554, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300007, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224554, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300008, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224554, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300009, '25031858584114', '爽口螺片', 15.00, '', 3, 224554, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300010, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224554, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300011, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224554, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300012, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224554, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300013, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224555, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300014, '25031844238132', '腊味三拼', 68.00, '', 2, 224555, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300015, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224555, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300016, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224555, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300017, '25031858584114', '爽口螺片', 15.00, '', 4, 224555, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300018, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224555, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300019, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224555, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300020, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224555, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300021, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224555, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300022, '25031844238132', '腊味三拼', 68.00, '', 2, 224556, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300023, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224556, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300024, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224556, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300025, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224556, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300026, '25031858584114', '爽口螺片', 15.00, '', 6, 224556, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300027, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224556, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300028, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224556, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300029, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224556, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300030, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224556, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300031, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224557, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300032, '25031844238132', '腊味三拼', 68.00, '', 2, 224557, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300033, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224557, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300034, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224557, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300035, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224557, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300036, '25031858584114', '爽口螺片', 15.00, '', 4, 224557, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300037, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224557, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300038, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224557, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300039, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224557, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300040, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224558, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300041, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224558, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300042, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224558, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300043, '25031844238132', '腊味三拼', 68.00, '', 2, 224558, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300044, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224558, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300045, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224558, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300046, '25031858584114', '爽口螺片', 15.00, '', 5, 224558, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300047, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224558, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300048, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224558, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300049, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224559, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300050, '25031844238132', '腊味三拼', 68.00, '', 1, 224559, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300051, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224559, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300052, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224559, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300053, '25031858584114', '爽口螺片', 15.00, '', 2, 224559, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300054, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224559, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300055, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224559, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300056, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224559, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300057, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224560, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224560, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300059, '25031844238132', '腊味三拼', 68.00, '', 3, 224560, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300060, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224560, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224560, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300062, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224560, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300063, '25031858584114', '爽口螺片', 15.00, '', 5, 224560, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300064, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224560, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300065, '25031844238132', '腊味三拼', 68.00, '', 1, 224561, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300066, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224561, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300067, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224561, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300068, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224561, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300069, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224561, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300070, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224561, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300071, '25031858584114', '爽口螺片', 15.00, '', 3, 224561, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300072, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224561, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300073, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224561, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300074, '25031844238132', '腊味三拼', 68.00, '', 2, 224562, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300075, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224562, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300076, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224562, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300077, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224562, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300078, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224562, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300079, '25031858584114', '爽口螺片', 15.00, '', 5, 224562, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224562, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300081, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224562, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300082, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224562, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300083, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224563, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300084, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224563, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300085, '25031844238132', '腊味三拼', 68.00, '', 2, 224563, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300086, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224563, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300087, '25031858584114', '爽口螺片', 15.00, '', 3, 224563, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300088, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224563, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300089, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224563, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300090, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224563, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300091, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224563, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300092, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224564, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300093, '25031844238132', '腊味三拼', 68.00, '', 1, 224564, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300094, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224564, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300095, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224564, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300096, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224564, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300097, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224564, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300098, '25031858584114', '爽口螺片', 15.00, '', 1, 224564, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300099, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224564, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300100, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224564, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300101, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224565, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300102, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224565, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300103, '25031844238132', '腊味三拼', 68.00, '', 3, 224565, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300104, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224565, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300105, '25031858584114', '爽口螺片', 15.00, '', 3, 224565, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300106, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224565, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300107, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224565, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300108, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224565, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300109, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224565, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300110, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224566, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300111, '25031844238132', '腊味三拼', 68.00, '', 2, 224566, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300112, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224566, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300113, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224566, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300114, '25031858584114', '爽口螺片', 15.00, '', 7, 224566, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300115, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224566, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300116, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224566, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300117, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224566, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300118, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224566, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300119, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224567, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300120, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224567, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300121, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224567, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300122, '25031844238132', '腊味三拼', 68.00, '', 2, 224567, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300123, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224567, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300124, '25031858584114', '爽口螺片', 15.00, '', 3, 224567, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300125, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224567, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300126, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224567, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300127, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224567, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300128, '25031844238132', '腊味三拼', 68.00, '', 2, 224568, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300129, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224568, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300130, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224568, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300131, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224568, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300132, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224568, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300133, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224568, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300134, '25031858584114', '爽口螺片', 15.00, '', 6, 224568, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300135, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224568, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300136, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224568, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300137, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224569, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300138, '25031844238132', '腊味三拼', 68.00, '', 1, 224569, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300139, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224569, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300140, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224569, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300141, '25031858584114', '爽口螺片', 15.00, '', 3, 224569, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300142, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224569, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300143, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224569, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300144, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224569, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300145, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224569, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300146, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224570, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300147, '25031844238132', '腊味三拼', 68.00, '', 2, 224570, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300148, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224570, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300149, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224570, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300150, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224570, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300151, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224570, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300152, '25031858584114', '爽口螺片', 15.00, '', 6, 224570, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300153, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224570, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300154, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224571, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300155, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224571, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300156, '25031844238132', '腊味三拼', 68.00, '', 2, 224571, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300157, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224571, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300158, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224571, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300159, '25031858584114', '爽口螺片', 15.00, '', 3, 224571, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300160, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224571, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300161, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224571, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300162, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224572, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300163, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224572, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300164, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224572, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300165, '25031844238132', '腊味三拼', 68.00, '', 1, 224572, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300166, '25031858584114', '爽口螺片', 15.00, '', 4, 224572, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300167, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224572, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300168, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224572, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300169, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224572, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300170, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224572, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300171, '25031844238132', '腊味三拼', 68.00, '', 2, 224573, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300172, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224573, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300173, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224573, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300174, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224573, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300175, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224573, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300176, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224573, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300177, '25031858584114', '爽口螺片', 15.00, '', 5, 224573, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300178, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224573, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300179, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224573, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300180, '25031844238132', '腊味三拼', 68.00, '', 1, 224574, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300181, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224574, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300182, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224574, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300183, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224574, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300184, '25031858584114', '爽口螺片', 15.00, '', 2, 224574, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300185, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224574, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300186, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224574, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300187, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224574, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300188, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224574, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300189, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224575, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300190, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224575, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300191, '25031844238132', '腊味三拼', 68.00, '', 1, 224575, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300192, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224575, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300193, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224575, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300194, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224575, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300195, '25031858584114', '爽口螺片', 15.00, '', 6, 224575, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300196, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224575, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300197, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224575, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300198, '25031844238132', '腊味三拼', 68.00, '', 1, 224576, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300199, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224576, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300200, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224576, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300201, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224576, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300202, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224576, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300203, '25031858584114', '爽口螺片', 15.00, '', 6, 224576, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300204, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224576, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300205, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224576, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300206, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224576, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300207, '25031844238132', '腊味三拼', 68.00, '', 1, 224577, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300208, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224577, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300209, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224577, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300210, '25031858584114', '爽口螺片', 15.00, '', 4, 224577, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300211, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224577, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300212, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224577, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300213, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224577, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300214, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224577, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300215, '25031844238132', '腊味三拼', 68.00, '', 3, 224578, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300216, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224578, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300217, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224578, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300218, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224578, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300219, '25031858584114', '爽口螺片', 15.00, '', 5, 224578, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300220, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224578, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300221, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224578, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300222, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224578, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300223, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224578, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300224, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224579, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300225, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224579, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300226, '25031844238132', '腊味三拼', 68.00, '', 1, 224579, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300227, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224579, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300228, '25031858584114', '爽口螺片', 15.00, '', 4, 224579, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300229, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224579, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300230, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224579, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300231, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224579, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300232, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224579, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300233, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224580, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300234, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224580, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300235, '25031844238132', '腊味三拼', 68.00, '', 1, 224580, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300236, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224580, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300237, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224580, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300238, '25031858584114', '爽口螺片', 15.00, '', 5, 224580, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300239, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224580, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300240, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224580, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300241, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224580, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300242, '25031844238132', '腊味三拼', 68.00, '', 1, 224581, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300243, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224581, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300244, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224581, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300245, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224581, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300246, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224581, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300247, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224581, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300248, '25031858584114', '爽口螺片', 15.00, '', 4, 224581, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300249, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224581, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300250, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224581, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300251, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224582, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300252, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224582, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300253, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224582, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300254, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224582, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300255, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224582, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300256, '25031858584114', '爽口螺片', 15.00, '', 2, 224582, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300257, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224582, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300258, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224582, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300259, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224583, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300260, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224583, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300261, '25031844238132', '腊味三拼', 68.00, '', 1, 224583, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300262, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224583, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300263, '25031858584114', '爽口螺片', 15.00, '', 3, 224583, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300264, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224583, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300265, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224583, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300266, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224583, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300267, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224583, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300268, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224584, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300269, '25031844238132', '腊味三拼', 68.00, '', 1, 224584, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300270, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224584, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300271, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224584, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300272, '25031858584114', '爽口螺片', 15.00, '', 2, 224584, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300273, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224584, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300274, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224584, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300275, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224584, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300276, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224584, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300277, '25031844238132', '腊味三拼', 68.00, '', 2, 224585, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300278, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224585, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300279, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224585, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300280, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224585, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300281, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224585, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300282, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224585, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300283, '25031858584114', '爽口螺片', 15.00, '', 6, 224585, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300284, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224585, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300285, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224585, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300286, '25031844238132', '腊味三拼', 68.00, '', 2, 224586, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300287, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224586, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300288, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224586, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300289, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224586, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300290, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224586, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300291, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224586, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300292, '25031858584114', '爽口螺片', 15.00, '', 3, 224586, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300293, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224586, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300294, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224586, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300295, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224587, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300296, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224587, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300297, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224587, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300298, '25031844238132', '腊味三拼', 68.00, '', 2, 224587, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300299, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224587, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300300, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224587, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300301, '25031858584114', '爽口螺片', 15.00, '', 7, 224587, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300302, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224587, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300303, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224587, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300304, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224588, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300305, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224588, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300306, '25031844238132', '腊味三拼', 68.00, '', 2, 224588, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300307, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224588, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300308, '25031858584114', '爽口螺片', 15.00, '', 6, 224588, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300309, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224588, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300310, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224588, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300311, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224588, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300312, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224588, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300313, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224589, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300314, '25031844238132', '腊味三拼', 68.00, '', 1, 224589, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300315, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224589, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300316, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224589, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300317, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224589, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300318, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224589, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300319, '25031858584114', '爽口螺片', 15.00, '', 6, 224589, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224589, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300321, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224589, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300322, '25031844238132', '腊味三拼', 68.00, '', 1, 224590, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300323, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224590, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300324, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224590, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300325, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224590, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300326, '25031858584114', '爽口螺片', 15.00, '', 3, 224590, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300327, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224590, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300328, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224590, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300329, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224590, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300330, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224590, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300331, '25031844238132', '腊味三拼', 68.00, '', 2, 224591, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300332, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224591, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300333, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224591, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300334, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224591, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300335, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224591, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300336, '25031858584114', '爽口螺片', 15.00, '', 6, 224591, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300337, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224591, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300338, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224591, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300339, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224591, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300340, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224592, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300341, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224592, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300342, '25031844238132', '腊味三拼', 68.00, '', 1, 224592, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300343, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224592, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300344, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224592, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300345, '25031858584114', '爽口螺片', 15.00, '', 5, 224592, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300346, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224592, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300347, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224592, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300348, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224593, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300349, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224593, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300350, '25031844238132', '腊味三拼', 68.00, '', 1, 224593, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300351, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224593, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300352, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224593, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300353, '25031858584114', '爽口螺片', 15.00, '', 2, 224593, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300354, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224593, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300355, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224593, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300356, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224593, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300357, '25031844238132', '腊味三拼', 68.00, '', 1, 224594, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300358, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224594, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300359, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224594, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300360, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224594, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300361, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224594, '热菜', 0.00, 99, 194, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300362, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224594, '热菜', 0.00, 99, 193, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300363, '25031858584114', '爽口螺片', 15.00, '', 3, 224594, '热菜', 0.00, 99, 195, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300364, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224594, '小吃', 0.00, 100, 197, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300365, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224594, '小吃', 0.00, 100, 196, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300366, '25031844238132', '腊味三拼', 68.00, '', 1, 224595, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300367, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224595, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:10', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300368, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224595, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300369, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224595, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300370, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224595, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300371, '25031858584114', '爽口螺片', 15.00, '', 6, 224595, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300372, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224595, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300373, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224595, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300374, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224595, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300375, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224596, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300376, '25031844238132', '腊味三拼', 68.00, '', 1, 224596, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300377, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224596, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300378, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224596, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300379, '25031858584114', '爽口螺片', 15.00, '', 4, 224596, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300380, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224596, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300381, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224596, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300382, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224596, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300383, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224596, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300384, '25031844238132', '腊味三拼', 68.00, '', 1, 224597, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300385, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224597, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300386, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224597, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224597, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300388, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224597, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300389, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224597, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300390, '25031858584114', '爽口螺片', 15.00, '', 4, 224597, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300391, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224597, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300392, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224597, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300393, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224598, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300394, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224598, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300395, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224598, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300396, '25031844238132', '腊味三拼', 68.00, '', 2, 224598, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300397, '25031858584114', '爽口螺片', 15.00, '', 3, 224598, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300398, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224598, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300399, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224598, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300400, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224598, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300401, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224598, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300402, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224599, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300403, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224599, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300404, '25031844238132', '腊味三拼', 68.00, '', 3, 224599, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300405, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224599, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300406, '25031858584114', '爽口螺片', 15.00, '', 6, 224599, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300407, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224599, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300408, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224599, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300409, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224599, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300410, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224599, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300411, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224600, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300412, '25031844238132', '腊味三拼', 68.00, '', 1, 224600, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300413, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224600, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300414, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224600, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300415, '25031858584114', '爽口螺片', 15.00, '', 3, 224600, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300416, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224600, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300417, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224600, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300418, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224600, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300419, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224601, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300420, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224601, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300421, '25031844238132', '腊味三拼', 68.00, '', 2, 224601, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300422, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224601, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300423, '25031858584114', '爽口螺片', 15.00, '', 1, 224601, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300424, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224601, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300425, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224601, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300426, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224601, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300427, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224601, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300428, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224602, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300429, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224602, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300430, '25031844238132', '腊味三拼', 68.00, '', 1, 224602, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300431, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224602, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300432, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224602, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300433, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224602, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300434, '25031858584114', '爽口螺片', 15.00, '', 6, 224602, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300435, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224602, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300436, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224602, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300437, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224603, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300438, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224603, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300439, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224603, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300440, '25031844238132', '腊味三拼', 68.00, '', 2, 224603, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300441, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224603, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300442, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224603, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300443, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224603, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300444, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224603, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300445, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224604, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300446, '25031844238132', '腊味三拼', 68.00, '', 1, 224604, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300447, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224604, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300448, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224604, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300449, '25031858584114', '爽口螺片', 15.00, '', 4, 224604, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300450, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224604, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300451, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224604, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300452, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224604, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300453, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224604, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300454, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224605, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300455, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224605, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300456, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224605, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300457, '25031844238132', '腊味三拼', 68.00, '', 2, 224605, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300458, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224605, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300459, '25031858584114', '爽口螺片', 15.00, '', 5, 224605, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300460, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224605, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300461, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224605, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300462, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224605, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300463, '25031844238132', '腊味三拼', 68.00, '', 2, 224606, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300464, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224606, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300465, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224606, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300466, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224606, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300467, '25031858584114', '爽口螺片', 15.00, '', 4, 224606, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300468, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224606, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300469, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224606, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300470, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224606, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300471, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224606, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300472, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224607, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300473, '25031844238132', '腊味三拼', 68.00, '', 3, 224607, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300474, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224607, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300475, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224607, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300476, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224607, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300477, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224607, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300478, '25031858584114', '爽口螺片', 15.00, '', 7, 224607, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300479, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224607, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300480, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224607, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300481, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224608, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300482, '25031844238132', '腊味三拼', 68.00, '', 1, 224608, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300483, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224608, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300484, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224608, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300485, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224608, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300486, '25031858584114', '爽口螺片', 15.00, '', 2, 224608, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300487, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224608, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300488, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224608, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300489, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224609, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300490, '25031844238132', '腊味三拼', 68.00, '', 2, 224609, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300491, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224609, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300492, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224609, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300493, '25031858584114', '爽口螺片', 15.00, '', 3, 224609, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224609, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300495, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224609, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300496, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224609, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300497, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224609, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300498, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224610, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300499, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224610, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300500, '25031844238132', '腊味三拼', 68.00, '', 1, 224610, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300501, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224610, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300502, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224610, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300503, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224610, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300504, '25031858584114', '爽口螺片', 15.00, '', 2, 224610, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300505, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224610, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300506, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224610, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300507, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224611, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300508, '25031844238132', '腊味三拼', 68.00, '', 1, 224611, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300509, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224611, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300510, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224611, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300511, '25031858584114', '爽口螺片', 15.00, '', 1, 224611, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300512, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224611, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300513, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224611, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300514, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224611, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224612, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300516, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224612, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300517, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224612, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300518, '25031844238132', '腊味三拼', 68.00, '', 1, 224612, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300519, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224612, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300520, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224612, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300521, '25031858584114', '爽口螺片', 15.00, '', 4, 224612, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300522, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224612, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300523, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224612, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300524, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224613, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300525, '25031844238132', '腊味三拼', 68.00, '', 1, 224613, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300526, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224613, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300527, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224613, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300528, '25031858584114', '爽口螺片', 15.00, '', 5, 224613, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300529, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224613, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300530, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224613, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300531, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224613, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300532, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224613, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300533, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224614, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300534, '25031844238132', '腊味三拼', 68.00, '', 2, 224614, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300535, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224614, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300536, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224614, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300537, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224614, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300538, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224614, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300539, '25031858584114', '爽口螺片', 15.00, '', 6, 224614, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300540, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224614, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300541, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224614, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224615, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300543, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224615, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300544, '25031844238132', '腊味三拼', 68.00, '', 2, 224615, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300545, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224615, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300546, '25031858584114', '爽口螺片', 15.00, '', 7, 224615, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300547, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224615, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300548, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224615, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224615, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300550, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224615, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300551, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224616, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300552, '25031844238132', '腊味三拼', 68.00, '', 1, 224616, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300553, '25031858584114', '爽口螺片', 15.00, '', 2, 224616, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300554, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224616, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300555, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224616, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300556, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224616, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300557, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224616, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300558, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224617, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300559, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224617, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300560, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224617, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300561, '25031844238132', '腊味三拼', 68.00, '', 2, 224617, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300562, '25031858584114', '爽口螺片', 15.00, '', 4, 224617, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300563, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224617, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300564, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224617, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300565, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224617, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300566, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224617, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300567, '25031844238132', '腊味三拼', 68.00, '', 2, 224618, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300568, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224618, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300569, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224618, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224618, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300571, '25031858584114', '爽口螺片', 15.00, '', 3, 224618, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300572, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224618, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300573, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224618, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300574, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224618, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300575, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224618, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300576, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224619, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300577, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224619, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300578, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224619, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300579, '25031844238132', '腊味三拼', 68.00, '', 1, 224619, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300580, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224619, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300581, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224619, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300582, '25031858584114', '爽口螺片', 15.00, '', 3, 224619, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300583, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224619, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300584, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224619, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300585, '25031844238132', '腊味三拼', 68.00, '', 1, 224620, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300586, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224620, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300587, '25031858584114', '爽口螺片', 15.00, '', 2, 224620, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300588, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224620, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300589, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224620, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300590, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224620, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300591, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224620, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300592, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224621, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300593, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224621, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300594, '25031844238132', '腊味三拼', 68.00, '', 2, 224621, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300595, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224621, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300596, '25031858584114', '爽口螺片', 15.00, '', 3, 224621, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300597, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224621, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300598, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224621, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300599, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224621, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300600, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224621, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300601, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224622, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300602, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224622, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300603, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224622, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300604, '25031844238132', '腊味三拼', 68.00, '', 1, 224622, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300605, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224622, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300606, '25031858584114', '爽口螺片', 15.00, '', 8, 224622, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300607, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224622, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300608, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224622, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300609, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224622, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300610, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224623, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300611, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224623, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300612, '25031844238132', '腊味三拼', 68.00, '', 2, 224623, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300613, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224623, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300614, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224623, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300615, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224623, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300616, '25031858584114', '爽口螺片', 15.00, '', 6, 224623, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300617, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224623, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300618, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224623, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300619, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224624, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300620, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224624, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300621, '25031844238132', '腊味三拼', 68.00, '', 2, 224624, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300622, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224624, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300623, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224624, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300624, '25031858584114', '爽口螺片', 15.00, '', 5, 224624, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300625, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224624, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300626, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224624, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300627, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224624, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300628, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224625, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300629, '25031844238132', '腊味三拼', 68.00, '', 1, 224625, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300630, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224625, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300631, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224625, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300632, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224625, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300633, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224625, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300634, '25031858584114', '爽口螺片', 15.00, '', 2, 224625, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300635, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224625, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300636, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224625, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300637, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224626, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300638, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224626, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300639, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224626, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300640, '25031844238132', '腊味三拼', 68.00, '', 2, 224626, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300641, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224626, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300642, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224626, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300643, '25031858584114', '爽口螺片', 15.00, '', 3, 224626, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300644, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224626, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300645, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224626, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300646, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224627, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300647, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224627, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300648, '25031844238132', '腊味三拼', 68.00, '', 2, 224627, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300649, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224627, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300650, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224627, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300651, '25031858584114', '爽口螺片', 15.00, '', 4, 224627, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300652, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224627, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300653, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224627, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300654, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224627, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300655, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224628, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300656, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224628, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300657, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224628, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300658, '25031844238132', '腊味三拼', 68.00, '', 1, 224628, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300659, '25031858584114', '爽口螺片', 15.00, '', 2, 224628, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300660, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224628, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300661, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224628, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300662, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224628, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300663, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224628, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300664, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224629, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300665, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224629, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300666, '25031844238132', '腊味三拼', 68.00, '', 1, 224629, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300667, '25031858584114', '爽口螺片', 15.00, '', 6, 224629, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300668, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224629, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300669, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224629, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300670, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224629, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300671, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224629, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300672, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224630, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300673, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224630, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300674, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224630, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300675, '25031844238132', '腊味三拼', 68.00, '', 2, 224630, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300676, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224630, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300677, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224630, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300678, '25031858584114', '爽口螺片', 15.00, '', 3, 224630, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300679, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224630, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300680, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224630, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300681, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224631, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300682, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224631, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300683, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224631, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300684, '25031844238132', '腊味三拼', 68.00, '', 3, 224631, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300685, '25031858584114', '爽口螺片', 15.00, '', 9, 224631, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300686, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224631, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300687, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224631, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300688, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224631, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300689, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224631, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300690, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224632, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300691, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224632, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300692, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224632, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300693, '25031844238132', '腊味三拼', 68.00, '', 1, 224632, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300694, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224632, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300695, '25031858584114', '爽口螺片', 15.00, '', 6, 224632, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300696, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224632, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300697, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224632, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300698, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224632, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300699, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224633, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300700, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224633, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300701, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224633, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300702, '25031844238132', '腊味三拼', 68.00, '', 2, 224633, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300703, '25031858584114', '爽口螺片', 15.00, '', 2, 224633, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300704, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224633, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300705, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224633, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300706, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224633, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300707, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224633, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300708, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224634, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300709, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224634, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300710, '25031844238132', '腊味三拼', 68.00, '', 2, 224634, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300711, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224634, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300712, '25031858584114', '爽口螺片', 15.00, '', 4, 224634, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300713, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224634, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300714, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224634, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300715, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224634, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300716, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224634, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300717, '25031844238132', '腊味三拼', 68.00, '', 2, 224635, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300718, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224635, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300719, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224635, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300720, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224635, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300721, '25031858584114', '爽口螺片', 15.00, '', 2, 224635, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300722, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224635, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300723, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224635, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300724, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224635, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300725, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224635, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300726, '25031844238132', '腊味三拼', 68.00, '', 2, 224636, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300727, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224636, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300728, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224636, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300729, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224636, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300730, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224636, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300731, '25031858584114', '爽口螺片', 15.00, '', 4, 224636, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300732, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224636, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300733, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224636, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300734, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224636, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300735, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224637, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300736, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224637, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300737, '25031844238132', '腊味三拼', 68.00, '', 2, 224637, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300738, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224637, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300739, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224637, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300740, '25031858584114', '爽口螺片', 15.00, '', 4, 224637, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300741, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224637, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300742, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224637, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300743, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224637, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300744, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224638, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300745, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224638, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300746, '25031844238132', '腊味三拼', 68.00, '', 1, 224638, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300747, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224638, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300748, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224638, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300749, '25031858584114', '爽口螺片', 15.00, '', 6, 224638, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300750, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224638, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300751, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224638, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300752, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224638, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300753, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224639, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300754, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224639, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300755, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224639, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300756, '25031844238132', '腊味三拼', 68.00, '', 2, 224639, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300757, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224639, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300758, '25031858584114', '爽口螺片', 15.00, '', 3, 224639, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300759, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224639, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300760, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224639, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300761, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224640, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300762, '25031844238132', '腊味三拼', 68.00, '', 2, 224640, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300763, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224640, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300764, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224640, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300765, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224640, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300766, '25031858584114', '爽口螺片', 15.00, '', 3, 224640, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300767, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224640, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300768, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224640, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300769, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224641, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300770, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224641, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300771, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224641, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300772, '25031844238132', '腊味三拼', 68.00, '', 3, 224641, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300773, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224641, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300774, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224641, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300775, '25031858584114', '爽口螺片', 15.00, '', 7, 224641, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300776, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224641, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300777, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224641, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300778, '25031844238132', '腊味三拼', 68.00, '', 1, 224642, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300779, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224642, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300780, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224642, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300781, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224642, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300782, '25031858584114', '爽口螺片', 15.00, '', 4, 224642, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300783, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224642, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300784, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224642, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300785, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224642, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300786, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224642, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300787, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224643, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300788, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224643, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300789, '25031844238132', '腊味三拼', 68.00, '', 1, 224643, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300790, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224643, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300791, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224643, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300792, '25031858584114', '爽口螺片', 15.00, '', 2, 224643, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300793, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224643, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300794, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224643, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300795, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224644, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300796, '25031844238132', '腊味三拼', 68.00, '', 2, 224644, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300797, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224644, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300798, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224644, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300799, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224644, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300800, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224644, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300801, '25031858584114', '爽口螺片', 15.00, '', 4, 224644, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300802, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224644, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300803, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224644, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300804, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224645, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300805, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224645, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300806, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224645, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300807, '25031844238132', '腊味三拼', 68.00, '', 1, 224645, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300808, '25031858584114', '爽口螺片', 15.00, '', 5, 224645, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300809, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224645, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300810, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224645, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300811, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224645, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300812, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224645, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300813, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224646, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300814, '25031844238132', '腊味三拼', 68.00, '', 2, 224646, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300815, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224646, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300816, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224646, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300817, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224646, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300818, '25031858584114', '爽口螺片', 15.00, '', 5, 224646, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300819, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224646, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300820, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224646, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300821, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224646, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300822, '25031844238132', '腊味三拼', 68.00, '', 2, 224647, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300823, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224647, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300824, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224647, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300825, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224647, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300826, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224647, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300827, '25031858584114', '爽口螺片', 15.00, '', 4, 224647, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300828, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224647, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300829, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224647, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300830, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224647, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300831, '25031844238132', '腊味三拼', 68.00, '', 1, 224648, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300832, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224648, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300833, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224648, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300834, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224648, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300835, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224648, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300836, '25031858584114', '爽口螺片', 15.00, '', 1, 224648, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300837, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224648, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300838, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224648, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300839, '25031844238132', '腊味三拼', 68.00, '', 2, 224649, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300840, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224649, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300841, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224649, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300842, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224649, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300843, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224649, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300844, '25031858584114', '爽口螺片', 15.00, '', 5, 224649, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300845, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224649, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300846, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224649, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300847, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224649, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300848, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224650, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300849, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224650, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300850, '25031844238132', '腊味三拼', 68.00, '', 2, 224650, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300851, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224650, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300852, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224650, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300853, '25031858584114', '爽口螺片', 15.00, '', 2, 224650, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300854, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224650, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300855, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224650, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300856, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224650, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300857, '25031844238132', '腊味三拼', 68.00, '', 3, 224651, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300858, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224651, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300859, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224651, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300860, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224651, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300861, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224651, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300862, '25031858584114', '爽口螺片', 15.00, '', 6, 224651, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300863, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224651, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300864, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224651, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300865, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224651, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300866, '25031844238132', '腊味三拼', 68.00, '', 2, 224652, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300867, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224652, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300868, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224652, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300869, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224652, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300870, '25031858584114', '爽口螺片', 15.00, '', 5, 224652, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300871, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224652, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300872, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224652, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300873, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224652, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300874, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224652, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300875, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224653, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300876, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224653, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300877, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224653, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300878, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224653, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300879, '25031858584114', '爽口螺片', 15.00, '', 1, 224653, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300880, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224653, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300881, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224653, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300882, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224653, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300883, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224654, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300884, '25031844238132', '腊味三拼', 68.00, '', 1, 224654, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300885, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224654, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300886, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224654, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300887, '25031858584114', '爽口螺片', 15.00, '', 5, 224654, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300888, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224654, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300889, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224654, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300890, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224654, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300891, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224654, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300892, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224655, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300893, '25031844238132', '腊味三拼', 68.00, '', 1, 224655, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300894, '25031858584114', '爽口螺片', 15.00, '', 1, 224655, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300895, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224655, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300896, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224655, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300897, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224655, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300898, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224655, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300899, '25031844238132', '腊味三拼', 68.00, '', 1, 224656, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300900, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224656, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300901, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224656, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300902, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224656, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300903, '25031858584114', '爽口螺片', 15.00, '', 4, 224656, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300904, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224656, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300905, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224656, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300906, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224656, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300907, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224656, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300908, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224657, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300909, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224657, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300910, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224657, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300911, '25031844238132', '腊味三拼', 68.00, '', 3, 224657, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300912, '25031858584114', '爽口螺片', 15.00, '', 8, 224657, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300913, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224657, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300914, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224657, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300915, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224657, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300916, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224657, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300917, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224658, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300918, '25031844238132', '腊味三拼', 68.00, '', 2, 224658, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300919, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224658, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300920, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224658, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300921, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224658, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300922, '25031858584114', '爽口螺片', 15.00, '', 4, 224658, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300923, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224658, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300924, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224658, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300925, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224658, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300926, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224659, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300927, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224659, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300928, '25031844238132', '腊味三拼', 68.00, '', 2, 224659, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300929, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224659, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300930, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224659, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300931, '25031858584114', '爽口螺片', 15.00, '', 8, 224659, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300932, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224659, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300933, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224659, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300934, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224659, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300935, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224660, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300936, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224660, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300937, '25031844238132', '腊味三拼', 68.00, '', 1, 224660, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300938, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224660, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300939, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224660, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300940, '25031858584114', '爽口螺片', 15.00, '', 5, 224660, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300941, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224660, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300942, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224660, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300943, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224660, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300944, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224661, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300945, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224661, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300946, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224661, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300947, '25031844238132', '腊味三拼', 68.00, '', 2, 224661, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300948, '25031858584114', '爽口螺片', 15.00, '', 3, 224661, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300949, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224661, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300950, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224661, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300951, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224661, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300952, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224661, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300953, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224662, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300954, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224662, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300955, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224662, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300956, '25031844238132', '腊味三拼', 68.00, '', 2, 224662, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300957, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224662, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300958, '25031858584114', '爽口螺片', 15.00, '', 5, 224662, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300959, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224662, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300960, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224662, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300961, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224662, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300962, '25031844238132', '腊味三拼', 68.00, '', 1, 224663, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300963, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224663, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300964, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224663, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300965, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224663, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300966, '25031858584114', '爽口螺片', 15.00, '', 5, 224663, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300967, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224663, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300968, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224663, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300969, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224663, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300970, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224663, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300971, '25031844238132', '腊味三拼', 68.00, '', 1, 224664, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300972, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224664, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300973, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224664, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300974, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224664, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300975, '25031858584114', '爽口螺片', 15.00, '', 1, 224664, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300976, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224664, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300977, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224664, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300978, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224664, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300979, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224664, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300980, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224665, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300981, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224665, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300982, '25031844238132', '腊味三拼', 68.00, '', 1, 224665, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300983, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224665, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300984, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224665, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300985, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224665, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300986, '25031858584114', '爽口螺片', 15.00, '', 4, 224665, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300987, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224665, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300988, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224665, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300989, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224666, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300990, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224666, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300991, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224666, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300992, '25031844238132', '腊味三拼', 68.00, '', 1, 224666, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300993, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224666, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300994, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224666, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300995, '25031858584114', '爽口螺片', 15.00, '', 4, 224666, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300996, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224666, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300997, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224666, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300998, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224667, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2300999, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224667, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301000, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224667, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301001, '25031844238132', '腊味三拼', 68.00, '', 2, 224667, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301002, '25031858584114', '爽口螺片', 15.00, '', 2, 224667, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301003, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224667, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301004, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224667, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301005, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224667, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301006, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224667, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301007, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224668, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301008, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224668, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301009, '25031844238132', '腊味三拼', 68.00, '', 1, 224668, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301010, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224668, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301011, '25031858584114', '爽口螺片', 15.00, '', 8, 224668, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301012, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224668, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301013, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224668, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301014, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224668, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301015, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224668, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301016, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224669, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301017, '25031844238132', '腊味三拼', 68.00, '', 3, 224669, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301018, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224669, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301019, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224669, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301020, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224669, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301021, '25031858584114', '爽口螺片', 15.00, '', 1, 224669, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301022, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224669, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301023, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224669, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301024, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224669, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301025, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224670, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301026, '25031844238132', '腊味三拼', 68.00, '', 2, 224670, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301027, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224670, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301028, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224670, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301029, '25031858584114', '爽口螺片', 15.00, '', 4, 224670, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301030, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224670, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301031, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224670, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301032, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224670, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224670, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301034, '25031844238132', '腊味三拼', 68.00, '', 1, 224671, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301035, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224671, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301036, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224671, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301037, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224671, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301038, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224671, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301039, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224671, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301040, '25031858584114', '爽口螺片', 15.00, '', 6, 224671, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301041, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224671, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224671, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301043, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224672, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301044, '25031844238132', '腊味三拼', 68.00, '', 1, 224672, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301045, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224672, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301046, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224672, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301047, '25031858584114', '爽口螺片', 15.00, '', 6, 224672, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301048, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224672, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301049, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224672, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301050, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224672, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301051, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224672, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301052, '25031844238132', '腊味三拼', 68.00, '', 2, 224673, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301053, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224673, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301054, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224673, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301055, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224673, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301056, '25031858584114', '爽口螺片', 15.00, '', 7, 224673, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301057, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224673, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301058, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224673, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301059, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224673, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301060, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224673, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301061, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224674, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301062, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224674, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301063, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224674, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301064, '25031844238132', '腊味三拼', 68.00, '', 1, 224674, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301065, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224674, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301066, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224674, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301067, '25031858584114', '爽口螺片', 15.00, '', 2, 224674, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301068, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224674, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301069, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224674, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301070, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224675, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301071, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224675, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301072, '25031844238132', '腊味三拼', 68.00, '', 2, 224675, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301073, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224675, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301074, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224675, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301075, '25031858584114', '爽口螺片', 15.00, '', 2, 224675, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301076, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224675, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301077, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224675, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301078, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224675, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301079, '25031844238132', '腊味三拼', 68.00, '', 2, 224676, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301080, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224676, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301081, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224676, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301082, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224676, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301083, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224676, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301084, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224676, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301085, '25031858584114', '爽口螺片', 15.00, '', 4, 224676, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301086, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224676, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301087, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224676, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301088, '25031844238132', '腊味三拼', 68.00, '', 1, 224677, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301089, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224677, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301090, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224677, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301091, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224677, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301092, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224677, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301093, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224677, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301094, '25031858584114', '爽口螺片', 15.00, '', 2, 224677, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301095, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224677, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301096, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224678, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301097, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224678, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301098, '25031844238132', '腊味三拼', 68.00, '', 1, 224678, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301099, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224678, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301100, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224678, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301101, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224678, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301102, '25031858584114', '爽口螺片', 15.00, '', 2, 224678, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301103, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224678, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301104, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224678, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301105, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224679, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301106, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224679, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301107, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224679, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301108, '25031844238132', '腊味三拼', 68.00, '', 1, 224679, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301109, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224679, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301110, '25031858584114', '爽口螺片', 15.00, '', 4, 224679, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301111, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224679, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301112, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224679, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301113, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224680, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301114, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224680, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301115, '25031844238132', '腊味三拼', 68.00, '', 2, 224680, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301116, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224680, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301117, '25031858584114', '爽口螺片', 15.00, '', 5, 224680, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301118, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224680, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301119, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224680, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301120, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224680, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301121, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224680, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301122, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224681, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301123, '25031844238132', '腊味三拼', 68.00, '', 1, 224681, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301124, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224681, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301125, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224681, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301126, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224681, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301127, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224681, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301128, '25031858584114', '爽口螺片', 15.00, '', 2, 224681, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301129, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224681, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301130, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224681, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301131, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224682, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301132, '25031844238132', '腊味三拼', 68.00, '', 2, 224682, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301133, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224682, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301134, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224682, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301135, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224682, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301136, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224682, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301137, '25031858584114', '爽口螺片', 15.00, '', 7, 224682, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301138, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224682, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301139, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224682, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301140, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224683, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301141, '25031844238132', '腊味三拼', 68.00, '', 2, 224683, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301142, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224683, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301143, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224683, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301144, '25031858584114', '爽口螺片', 15.00, '', 4, 224683, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301145, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224683, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301146, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224683, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301147, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224683, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301148, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224683, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301149, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224684, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301150, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224684, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301151, '25031844238132', '腊味三拼', 68.00, '', 2, 224684, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301152, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224684, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301153, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224684, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301154, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224684, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301155, '25031858584114', '爽口螺片', 15.00, '', 3, 224684, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301156, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224684, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301157, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224685, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301158, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224685, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301159, '25031844238132', '腊味三拼', 68.00, '', 1, 224685, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301160, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224685, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301161, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224685, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301162, '25031858584114', '爽口螺片', 15.00, '', 3, 224685, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301163, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224685, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301164, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224685, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301165, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224685, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301166, '25031844238132', '腊味三拼', 68.00, '', 2, 224686, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301167, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224686, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301168, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224686, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301169, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224686, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301170, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224686, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301171, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224686, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301172, '25031858584114', '爽口螺片', 15.00, '', 4, 224686, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301173, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224686, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301174, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224686, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301175, '25031844238132', '腊味三拼', 68.00, '', 2, 224687, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301176, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224687, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301177, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224687, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301178, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224687, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301179, '25031858584114', '爽口螺片', 15.00, '', 2, 224687, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301180, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224687, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301181, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224687, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301182, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224687, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301183, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224687, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301184, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224688, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301185, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224688, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301186, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224688, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301187, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224688, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301188, '25031858584114', '爽口螺片', 15.00, '', 2, 224688, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301189, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224688, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301190, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224688, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301191, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224689, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301192, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224689, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301193, '25031844238132', '腊味三拼', 68.00, '', 1, 224689, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301194, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224689, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301195, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224689, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301196, '25031858584114', '爽口螺片', 15.00, '', 4, 224689, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301197, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224689, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301198, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224689, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301199, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224689, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301200, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224690, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301201, '25031844238132', '腊味三拼', 68.00, '', 1, 224690, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301202, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224690, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301203, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224690, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301204, '25031858584114', '爽口螺片', 15.00, '', 3, 224690, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301205, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224690, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301206, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224690, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301207, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224690, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301208, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224690, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301209, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224691, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301210, '25031844238132', '腊味三拼', 68.00, '', 3, 224691, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301211, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224691, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301212, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224691, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301213, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224691, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301214, '25031858584114', '爽口螺片', 15.00, '', 7, 224691, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301215, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224691, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301216, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224691, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301217, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224691, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301218, '25031844238132', '腊味三拼', 68.00, '', 2, 224692, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301219, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224692, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301220, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224692, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301221, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224692, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301222, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224692, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301223, '25031858584114', '爽口螺片', 15.00, '', 5, 224692, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301224, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224692, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224692, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301226, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224692, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301227, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224693, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301228, '25031844238132', '腊味三拼', 68.00, '', 2, 224693, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301229, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224693, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301230, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224693, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301231, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224693, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301232, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224693, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301233, '25031858584114', '爽口螺片', 15.00, '', 4, 224693, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224693, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301235, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224693, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301236, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224694, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301237, '25031844238132', '腊味三拼', 68.00, '', 2, 224694, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301238, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224694, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301239, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224694, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301240, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224694, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301241, '25031858584114', '爽口螺片', 15.00, '', 3, 224694, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301242, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224694, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301243, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224694, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301244, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224694, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301245, '25031844238132', '腊味三拼', 68.00, '', 1, 224695, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301246, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224695, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224695, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301248, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224695, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301249, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224695, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301250, '25031858584114', '爽口螺片', 15.00, '', 4, 224695, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301251, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224695, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301252, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224695, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301253, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224696, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301254, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224696, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301255, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224696, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301256, '25031844238132', '腊味三拼', 68.00, '', 2, 224696, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301257, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224696, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301258, '25031858584114', '爽口螺片', 15.00, '', 6, 224696, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301259, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224696, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301260, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224696, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301261, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224696, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301262, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224697, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301263, '25031844238132', '腊味三拼', 68.00, '', 2, 224697, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301264, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224697, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301265, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224697, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301266, '25031858584114', '爽口螺片', 15.00, '', 3, 224697, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301267, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224697, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301268, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224697, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301269, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224697, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301270, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224697, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301271, '25031844238132', '腊味三拼', 68.00, '', 2, 224698, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301272, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224698, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301273, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224698, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301274, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224698, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301275, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224698, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301276, '25031858584114', '爽口螺片', 15.00, '', 1, 224698, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301277, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224698, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301278, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224698, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301279, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224699, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301280, '25031844238132', '腊味三拼', 68.00, '', 2, 224699, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301281, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224699, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301282, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224699, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301283, '25031858584114', '爽口螺片', 15.00, '', 2, 224699, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301284, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224699, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301285, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224699, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301286, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224699, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301287, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224700, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301288, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224700, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301289, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224700, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301290, '25031844238132', '腊味三拼', 68.00, '', 2, 224700, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301291, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224700, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301292, '25031858584114', '爽口螺片', 15.00, '', 4, 224700, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224700, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301294, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224700, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301295, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224701, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301296, '25031844238132', '腊味三拼', 68.00, '', 2, 224701, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301297, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224701, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301298, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224701, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301299, '25031858584114', '爽口螺片', 15.00, '', 6, 224701, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301300, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224701, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301301, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224701, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301302, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224701, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301303, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224701, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301304, '25031844238132', '腊味三拼', 68.00, '', 3, 224702, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301305, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224702, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301306, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224702, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301307, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224702, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301308, '25031858584114', '爽口螺片', 15.00, '', 3, 224702, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301309, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224702, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301310, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224702, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301311, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224702, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301312, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224702, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301313, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224703, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301314, '25031844238132', '腊味三拼', 68.00, '', 2, 224703, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301315, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224703, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301316, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224703, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301317, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224703, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301318, '25031858584114', '爽口螺片', 15.00, '', 3, 224703, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301319, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224703, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224703, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301321, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224703, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301322, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224704, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301323, '25031844238132', '腊味三拼', 68.00, '', 2, 224704, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301324, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224704, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301325, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224704, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301326, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224704, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301327, '25031858584114', '爽口螺片', 15.00, '', 4, 224704, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301328, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224704, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301329, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224704, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301330, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224704, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301331, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224705, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301332, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224705, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301333, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224705, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301334, '25031844238132', '腊味三拼', 68.00, '', 1, 224705, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301335, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224705, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301336, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224705, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301337, '25031858584114', '爽口螺片', 15.00, '', 1, 224705, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301338, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224705, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301339, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224705, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301340, '25031844238132', '腊味三拼', 68.00, '', 2, 224706, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301341, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224706, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301342, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224706, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301343, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224706, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301344, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224706, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301345, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224706, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301346, '25031858584114', '爽口螺片', 15.00, '', 5, 224706, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301347, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224706, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301348, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224706, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301349, '25031844238132', '腊味三拼', 68.00, '', 1, 224707, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301350, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224707, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301351, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224707, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301352, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224707, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301353, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224707, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301354, '25031858584114', '爽口螺片', 15.00, '', 1, 224707, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301355, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224707, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301356, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224707, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301357, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224707, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301358, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224708, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301359, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224708, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301360, '25031844238132', '腊味三拼', 68.00, '', 1, 224708, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301361, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224708, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301362, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224708, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301363, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224708, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301364, '25031858584114', '爽口螺片', 15.00, '', 4, 224708, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301365, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224708, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301366, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224708, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301367, '25031844238132', '腊味三拼', 68.00, '', 2, 224709, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301368, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224709, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301369, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224709, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301370, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224709, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301371, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224709, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301372, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224709, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301373, '25031858584114', '爽口螺片', 15.00, '', 3, 224709, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301374, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224709, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301375, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224709, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301376, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224710, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301377, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224710, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301378, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224710, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301379, '25031844238132', '腊味三拼', 68.00, '', 3, 224710, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301380, '25031858584114', '爽口螺片', 15.00, '', 4, 224710, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301381, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224710, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301382, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224710, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301383, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224710, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301384, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224710, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301385, '25031844238132', '腊味三拼', 68.00, '', 2, 224711, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301386, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224711, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224711, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301388, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224711, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301389, '25031858584114', '爽口螺片', 15.00, '', 6, 224711, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301390, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224711, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301391, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224711, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301392, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224711, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301393, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224711, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301394, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224712, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301395, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224712, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301396, '25031844238132', '腊味三拼', 68.00, '', 1, 224712, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301397, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224712, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301398, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224712, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301399, '25031858584114', '爽口螺片', 15.00, '', 1, 224712, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301400, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224712, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301401, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224712, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301402, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224713, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301403, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224713, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301404, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224713, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301405, '25031844238132', '腊味三拼', 68.00, '', 1, 224713, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301406, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224713, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301407, '25031858584114', '爽口螺片', 15.00, '', 5, 224713, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301408, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224713, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301409, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224713, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301410, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224713, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301411, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224714, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301412, '25031844238132', '腊味三拼', 68.00, '', 1, 224714, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301413, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224714, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301414, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224714, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301415, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224714, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301416, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224714, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301417, '25031858584114', '爽口螺片', 15.00, '', 2, 224714, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301418, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224714, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301419, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224714, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301420, '25031844238132', '腊味三拼', 68.00, '', 2, 224715, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301421, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224715, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301422, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224715, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301423, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224715, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301424, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224715, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301425, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224715, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301426, '25031858584114', '爽口螺片', 15.00, '', 3, 224715, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301427, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224715, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301428, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224715, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301429, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224716, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301430, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224716, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301431, '25031844238132', '腊味三拼', 68.00, '', 2, 224716, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301432, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224716, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301433, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224716, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301434, '25031858584114', '爽口螺片', 15.00, '', 5, 224716, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301435, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224716, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301436, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224716, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301437, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224716, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301438, '25031844238132', '腊味三拼', 68.00, '', 1, 224717, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301439, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224717, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301440, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224717, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301441, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224717, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301442, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224717, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301443, '25031858584114', '爽口螺片', 15.00, '', 3, 224717, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301444, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224717, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301445, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224717, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301446, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224718, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301447, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224718, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301448, '25031844238132', '腊味三拼', 68.00, '', 2, 224718, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301449, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224718, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301450, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224718, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301451, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224718, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301452, '25031858584114', '爽口螺片', 15.00, '', 6, 224718, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301453, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224718, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301454, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224718, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301455, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224719, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301456, '25031844238132', '腊味三拼', 68.00, '', 2, 224719, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301457, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224719, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301458, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224719, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301459, '25031858584114', '爽口螺片', 15.00, '', 4, 224719, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301460, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224719, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301461, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224719, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301462, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224719, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301463, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224719, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301464, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224720, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301465, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224720, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301466, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224720, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301467, '25031858584114', '爽口螺片', 15.00, '', 1, 224720, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301468, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224720, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301469, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224720, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301470, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224720, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301471, '25031844238132', '腊味三拼', 68.00, '', 1, 224721, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301472, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224721, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301473, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224721, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301474, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224721, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301475, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224721, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301476, '25031858584114', '爽口螺片', 15.00, '', 8, 224721, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301477, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224721, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301478, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224721, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301479, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224721, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301480, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224722, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301481, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224722, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301482, '25031844238132', '腊味三拼', 68.00, '', 2, 224722, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301483, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224722, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301484, '25031858584114', '爽口螺片', 15.00, '', 4, 224722, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301485, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224722, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301486, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224722, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301487, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224722, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301488, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224722, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301489, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224723, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301490, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224723, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301491, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224723, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301492, '25031844238132', '腊味三拼', 68.00, '', 2, 224723, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301493, '25031858584114', '爽口螺片', 15.00, '', 3, 224723, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301494, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224723, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301495, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224723, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301496, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224723, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301497, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224723, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301498, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224724, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301499, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224724, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301500, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224724, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301501, '25031844238132', '腊味三拼', 68.00, '', 1, 224724, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301502, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224724, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301503, '25031858584114', '爽口螺片', 15.00, '', 2, 224724, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301504, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224724, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301505, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224724, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301506, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224724, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301507, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224725, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301508, '25031844238132', '腊味三拼', 68.00, '', 2, 224725, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301509, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224725, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301510, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224725, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301511, '25031858584114', '爽口螺片', 15.00, '', 3, 224725, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301512, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224725, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301513, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224725, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301514, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224725, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301515, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224725, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301516, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224726, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301517, '25031844238132', '腊味三拼', 68.00, '', 1, 224726, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301518, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224726, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301519, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224726, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224726, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301521, '25031858584114', '爽口螺片', 15.00, '', 5, 224726, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301522, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224726, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301523, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224726, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301524, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224726, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301525, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224727, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224727, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301527, '25031844238132', '腊味三拼', 68.00, '', 2, 224727, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301528, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224727, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301529, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224727, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301530, '25031858584114', '爽口螺片', 15.00, '', 2, 224727, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301531, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224727, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301532, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224727, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301533, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224727, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301534, '25031844238132', '腊味三拼', 68.00, '', 2, 224728, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301535, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224728, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301536, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224728, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301537, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224728, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301538, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224728, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301539, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224728, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301540, '25031858584114', '爽口螺片', 15.00, '', 3, 224728, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301541, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224728, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301542, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224728, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301543, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224729, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301544, '25031844238132', '腊味三拼', 68.00, '', 2, 224729, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301545, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224729, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301546, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224729, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301547, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224729, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301548, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224729, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301549, '25031858584114', '爽口螺片', 15.00, '', 5, 224729, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301550, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224729, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301551, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224729, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301552, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224730, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301553, '25031844238132', '腊味三拼', 68.00, '', 1, 224730, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301554, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224730, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301555, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224730, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301556, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224730, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301557, '25031858584114', '爽口螺片', 15.00, '', 3, 224730, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301558, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224730, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301559, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224730, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301560, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224731, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301561, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224731, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301562, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224731, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301563, '25031844238132', '腊味三拼', 68.00, '', 1, 224731, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301564, '25031858584114', '爽口螺片', 15.00, '', 5, 224731, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301565, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224731, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301566, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224731, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301567, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224731, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301568, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224731, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301569, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224732, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224732, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301571, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224732, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301572, '25031844238132', '腊味三拼', 68.00, '', 2, 224732, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301573, '25031858584114', '爽口螺片', 15.00, '', 2, 224732, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301574, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224732, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301575, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224732, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301576, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224732, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301577, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224732, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301578, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224733, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301579, '25031844238132', '腊味三拼', 68.00, '', 1, 224733, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301580, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224733, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301581, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224733, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301582, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224733, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301583, '25031858584114', '爽口螺片', 15.00, '', 7, 224733, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301584, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224733, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301585, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224733, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301586, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224733, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301587, '25031844238132', '腊味三拼', 68.00, '', 2, 224734, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301588, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224734, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301589, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224734, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301590, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224734, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301591, '25031858584114', '爽口螺片', 15.00, '', 3, 224734, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301592, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224734, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301593, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224734, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301594, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224734, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301595, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224734, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301596, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224735, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301597, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224735, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301598, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224735, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301599, '25031844238132', '腊味三拼', 68.00, '', 1, 224735, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301600, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224735, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301601, '25031858584114', '爽口螺片', 15.00, '', 2, 224735, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301602, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224735, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301603, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224735, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301604, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224735, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301605, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224736, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301606, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224736, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301607, '25031844238132', '腊味三拼', 68.00, '', 1, 224736, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301608, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224736, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301609, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224736, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301610, '25031858584114', '爽口螺片', 15.00, '', 4, 224736, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301611, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224736, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301612, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224736, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301613, '25031844238132', '腊味三拼', 68.00, '', 1, 224737, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301614, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224737, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301615, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224737, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301616, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224737, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301617, '25031858584114', '爽口螺片', 15.00, '', 2, 224737, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301618, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224737, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301619, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224737, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301620, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224737, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301621, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224738, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301622, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224738, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224738, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301624, '25031844238132', '腊味三拼', 68.00, '', 3, 224738, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301625, '25031858584114', '爽口螺片', 15.00, '', 5, 224738, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301626, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224738, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301627, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224738, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301628, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224738, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301629, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224738, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301630, '25031844238132', '腊味三拼', 68.00, '', 3, 224739, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301631, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224739, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301632, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224739, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301633, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224739, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301634, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224739, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301635, '25031858584114', '爽口螺片', 15.00, '', 7, 224739, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301636, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224739, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301637, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224739, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301638, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224739, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301639, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224740, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301640, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224740, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301641, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224740, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301642, '25031844238132', '腊味三拼', 68.00, '', 2, 224740, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301643, '25031858584114', '爽口螺片', 15.00, '', 5, 224740, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301644, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224740, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301645, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224740, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301646, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224740, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301647, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224740, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301648, '25031844238132', '腊味三拼', 68.00, '', 2, 224741, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301649, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224741, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301650, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224741, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224741, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301652, '25031858584114', '爽口螺片', 15.00, '', 7, 224741, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224741, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301654, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224741, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301655, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224741, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301656, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224741, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301657, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224742, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301658, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224742, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301659, '25031858584114', '爽口螺片', 15.00, '', 4, 224742, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301660, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224742, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301661, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224742, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301662, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224742, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301663, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224742, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301664, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224743, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301665, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224743, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301666, '25031844238132', '腊味三拼', 68.00, '', 1, 224743, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301667, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224743, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301668, '25031858584114', '爽口螺片', 15.00, '', 5, 224743, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301669, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224743, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301670, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224743, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301671, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224744, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301672, '25031844238132', '腊味三拼', 68.00, '', 2, 224744, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301673, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224744, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301674, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224744, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301675, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224744, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301676, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224744, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301677, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224744, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301678, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224744, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301679, '25031844238132', '腊味三拼', 68.00, '', 2, 224745, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301680, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224745, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301681, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224745, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301682, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224745, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301683, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224745, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301684, '25031858584114', '爽口螺片', 15.00, '', 6, 224745, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301685, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224745, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301686, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224745, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301687, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224745, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301688, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224746, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301689, '25031844238132', '腊味三拼', 68.00, '', 2, 224746, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301690, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224746, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301691, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224746, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301692, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224746, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301693, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224746, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301694, '25031858584114', '爽口螺片', 15.00, '', 7, 224746, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301695, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224746, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301696, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224746, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301697, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224747, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301698, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224747, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301699, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224747, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301700, '25031844238132', '腊味三拼', 68.00, '', 2, 224747, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301701, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224747, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301702, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224747, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301703, '25031858584114', '爽口螺片', 15.00, '', 5, 224747, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301704, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224747, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301705, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224747, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301706, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224748, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301707, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224748, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301708, '25031844238132', '腊味三拼', 68.00, '', 1, 224748, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301709, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224748, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301710, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224748, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301711, '25031858584114', '爽口螺片', 15.00, '', 3, 224748, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301712, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224748, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301713, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224748, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301714, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224748, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301715, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224749, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301716, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224749, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301717, '25031844238132', '腊味三拼', 68.00, '', 1, 224749, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301718, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224749, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301719, '25031858584114', '爽口螺片', 15.00, '', 5, 224749, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301720, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224749, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301721, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224749, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301722, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224749, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301723, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224749, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301724, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224750, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301725, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224750, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301726, '25031844238132', '腊味三拼', 68.00, '', 2, 224750, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301727, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224750, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301728, '25031858584114', '爽口螺片', 15.00, '', 8, 224750, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301729, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224750, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301730, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224750, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301731, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224750, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301732, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224750, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301733, '25031844238132', '腊味三拼', 68.00, '', 2, 224751, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301734, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224751, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301735, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224751, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301736, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224751, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301737, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224751, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301738, '25031858584114', '爽口螺片', 15.00, '', 4, 224751, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301739, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224751, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301740, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224751, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301741, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224751, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301742, '25031844238132', '腊味三拼', 68.00, '', 2, 224752, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301743, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224752, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301744, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224752, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301745, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224752, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301746, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224752, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301747, '25031858584114', '爽口螺片', 15.00, '', 7, 224752, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301748, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224752, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301749, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224752, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301750, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224752, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301751, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224753, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301752, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224753, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301753, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224753, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301754, '25031844238132', '腊味三拼', 68.00, '', 1, 224753, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301755, '25031858584114', '爽口螺片', 15.00, '', 7, 224753, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301756, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224753, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301757, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224753, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301758, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224753, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301759, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224753, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301760, '25031844238132', '腊味三拼', 68.00, '', 2, 224754, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301761, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224754, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301762, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224754, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301763, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224754, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301764, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224754, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301765, '25031858584114', '爽口螺片', 15.00, '', 5, 224754, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301766, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224754, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301767, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224754, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301768, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224755, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301769, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224755, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301770, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224755, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301771, '25031844238132', '腊味三拼', 68.00, '', 1, 224755, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301772, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224755, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301773, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224755, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301774, '25031858584114', '爽口螺片', 15.00, '', 5, 224755, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301775, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224755, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301776, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224755, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301777, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224756, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301778, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224756, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301779, '25031858584114', '爽口螺片', 15.00, '', 2, 224756, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301780, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224756, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301781, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224756, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301782, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224756, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301783, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224756, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301784, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224757, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301785, '25031844238132', '腊味三拼', 68.00, '', 2, 224757, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301786, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224757, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301787, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224757, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301788, '25031858584114', '爽口螺片', 15.00, '', 4, 224757, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301789, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224757, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301790, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224757, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301791, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224757, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301792, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224757, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301793, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224758, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301794, '25031844238132', '腊味三拼', 68.00, '', 1, 224758, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301795, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224758, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301796, '25031858584114', '爽口螺片', 15.00, '', 4, 224758, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301797, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224758, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301798, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224758, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301799, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224758, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301800, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224758, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301801, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224759, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301802, '25031844238132', '腊味三拼', 68.00, '', 3, 224759, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301803, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224759, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301804, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224759, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301805, '25031858584114', '爽口螺片', 15.00, '', 3, 224759, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301806, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224759, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301807, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224759, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301808, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224759, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301809, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224759, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301810, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224760, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301811, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224760, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301812, '25031844238132', '腊味三拼', 68.00, '', 2, 224760, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301813, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224760, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301814, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224760, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301815, '25031858584114', '爽口螺片', 15.00, '', 5, 224760, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301816, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224760, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301817, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224760, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301818, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224760, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301819, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224761, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301820, '25031844238132', '腊味三拼', 68.00, '', 1, 224761, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301821, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224761, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301822, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224761, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301823, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 224761, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301824, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224761, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301825, '25031858584114', '爽口螺片', 15.00, '', 1, 224761, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224761, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301827, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224761, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301828, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224762, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301829, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224762, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301830, '25031844238132', '腊味三拼', 68.00, '', 1, 224762, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301831, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224762, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301832, '25031858584114', '爽口螺片', 15.00, '', 2, 224762, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301833, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224762, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301834, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224762, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301835, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224762, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301836, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224763, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301837, '25031844238132', '腊味三拼', 68.00, '', 2, 224763, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301838, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224763, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301839, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224763, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301840, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224763, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301841, '25031858584114', '爽口螺片', 15.00, '', 3, 224763, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301842, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224763, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301843, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224763, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301844, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224763, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301845, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224764, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301846, '25031844238132', '腊味三拼', 68.00, '', 1, 224764, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301847, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224764, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301848, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224764, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301849, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224764, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301850, '25031858584114', '爽口螺片', 15.00, '', 6, 224764, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301851, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224764, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301852, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224764, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301853, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224764, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301854, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224765, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301855, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224765, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301856, '25031844238132', '腊味三拼', 68.00, '', 1, 224765, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301857, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224765, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301858, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224765, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301859, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224765, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301860, '25031858584114', '爽口螺片', 15.00, '', 3, 224765, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301861, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224765, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301862, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224766, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301863, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224766, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301864, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224766, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301865, '25031844238132', '腊味三拼', 68.00, '', 2, 224766, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301866, '25031858584114', '爽口螺片', 15.00, '', 6, 224766, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301867, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224766, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301868, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224766, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301869, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224766, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301870, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224766, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301871, '25031844238132', '腊味三拼', 68.00, '', 1, 224767, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301872, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224767, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301873, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224767, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301874, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224767, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301875, '25031858584114', '爽口螺片', 15.00, '', 5, 224767, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301876, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224767, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301877, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224767, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301878, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224767, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301879, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224767, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301880, '25031844238132', '腊味三拼', 68.00, '', 2, 224768, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301881, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224768, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301882, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224768, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301883, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224768, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224768, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301885, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224768, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301886, '25031858584114', '爽口螺片', 15.00, '', 5, 224768, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224768, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301888, '25031844238132', '腊味三拼', 68.00, '', 2, 224769, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301889, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224769, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301890, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224769, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301891, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224769, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301892, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224769, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301893, '25031858584114', '爽口螺片', 15.00, '', 3, 224769, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301894, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224769, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301895, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224769, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301896, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224769, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301897, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224770, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301898, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224770, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301899, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224770, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301900, '25031844238132', '腊味三拼', 68.00, '', 1, 224770, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301901, '25031858584114', '爽口螺片', 15.00, '', 3, 224770, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301902, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224770, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301903, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224770, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301904, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224770, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224770, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301906, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224771, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301907, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224771, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301908, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224771, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301909, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224771, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301910, '25031858584114', '爽口螺片', 15.00, '', 3, 224771, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301911, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224771, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301912, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224771, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301913, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224772, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301914, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224772, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301915, '25031844238132', '腊味三拼', 68.00, '', 2, 224772, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301916, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224772, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301917, '25031858584114', '爽口螺片', 15.00, '', 4, 224772, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301918, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224772, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301919, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224772, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301920, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224772, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301921, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224772, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301922, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224773, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301923, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224773, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301924, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224773, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301925, '25031844238132', '腊味三拼', 68.00, '', 3, 224773, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301926, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224773, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301927, '25031858584114', '爽口螺片', 15.00, '', 6, 224773, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301928, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224773, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301929, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224773, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301930, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224773, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301931, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224774, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301932, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224774, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301933, '25031844238132', '腊味三拼', 68.00, '', 2, 224774, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301934, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224774, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301935, '25031858584114', '爽口螺片', 15.00, '', 7, 224774, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301936, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224774, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301937, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224774, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301938, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224774, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301939, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224774, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301940, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224775, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301941, '25031844238132', '腊味三拼', 68.00, '', 3, 224775, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301942, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224775, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301943, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224775, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301944, '25031858584114', '爽口螺片', 15.00, '', 5, 224775, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301945, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224775, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301946, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224775, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301947, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224775, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301948, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224775, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301949, '25031844238132', '腊味三拼', 68.00, '', 2, 224776, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301950, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224776, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301951, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224776, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301952, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224776, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301953, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224776, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301954, '25031858584114', '爽口螺片', 15.00, '', 5, 224776, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301955, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224776, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301956, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224776, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301957, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224776, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301958, '25031844238132', '腊味三拼', 68.00, '', 1, 224777, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301959, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224777, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301960, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224777, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301961, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224777, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301962, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224777, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301963, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224777, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301964, '25031858584114', '爽口螺片', 15.00, '', 6, 224777, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301965, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224777, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301966, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224777, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301967, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224778, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301968, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224778, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301969, '25031844238132', '腊味三拼', 68.00, '', 3, 224778, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301970, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224778, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301971, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224778, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301972, '25031858584114', '爽口螺片', 15.00, '', 4, 224778, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301973, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224778, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301974, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224778, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301975, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224778, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301976, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224779, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301977, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224779, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301978, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224779, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301979, '25031844238132', '腊味三拼', 68.00, '', 3, 224779, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301980, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224779, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301981, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224779, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301982, '25031858584114', '爽口螺片', 15.00, '', 6, 224779, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301983, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224779, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301984, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224779, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301985, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224780, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301986, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224780, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301987, '25031844238132', '腊味三拼', 68.00, '', 2, 224780, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301988, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224780, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301989, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224780, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301990, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224780, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301991, '25031858584114', '爽口螺片', 15.00, '', 5, 224780, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301992, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224780, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301993, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224780, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301994, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224781, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301995, '25031844238132', '腊味三拼', 68.00, '', 2, 224781, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301996, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224781, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301997, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224781, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301998, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224781, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2301999, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224781, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302000, '25031858584114', '爽口螺片', 15.00, '', 4, 224781, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302001, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224781, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302002, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224781, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302003, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224782, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302004, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224782, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302005, '25031844238132', '腊味三拼', 68.00, '', 3, 224782, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302006, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224782, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302007, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224782, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302008, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224782, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302009, '25031858584114', '爽口螺片', 15.00, '', 10, 224782, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302010, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224782, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302011, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224782, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302012, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224783, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302013, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224783, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302014, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224783, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302015, '25031844238132', '腊味三拼', 68.00, '', 1, 224783, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302016, '25031858584114', '爽口螺片', 15.00, '', 3, 224783, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302017, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224783, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302018, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224783, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302019, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224783, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302020, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224783, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302021, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224784, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302022, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224784, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302023, '25031844238132', '腊味三拼', 68.00, '', 1, 224784, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302024, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224784, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302025, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224784, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302026, '25031858584114', '爽口螺片', 15.00, '', 6, 224784, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302027, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224784, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302028, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224784, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302029, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224784, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302030, '25031844238132', '腊味三拼', 68.00, '', 2, 224785, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302031, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224785, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302032, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224785, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302033, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224785, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302034, '25031858584114', '爽口螺片', 15.00, '', 5, 224785, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302035, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224785, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302036, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224785, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302037, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224785, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302038, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224785, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302039, '25031844238132', '腊味三拼', 68.00, '', 2, 224786, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302040, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224786, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302041, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224786, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302042, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224786, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302043, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224786, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302044, '25031858584114', '爽口螺片', 15.00, '', 6, 224786, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302045, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224786, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302046, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224786, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302047, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224786, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302048, '25031844238132', '腊味三拼', 68.00, '', 3, 224787, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302049, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224787, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302050, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224787, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302051, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224787, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302052, '25031858584114', '爽口螺片', 15.00, '', 7, 224787, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224787, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302054, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224787, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302055, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224787, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302056, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224787, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302057, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224788, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224788, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302059, '25031844238132', '腊味三拼', 68.00, '', 3, 224788, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302060, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224788, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224788, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302062, '25031858584114', '爽口螺片', 15.00, '', 5, 224788, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302063, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224788, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302064, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224788, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302065, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224788, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302066, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224789, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302067, '25031844238132', '腊味三拼', 68.00, '', 1, 224789, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302068, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224789, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302069, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224789, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302070, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224789, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302071, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224789, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302072, '25031858584114', '爽口螺片', 15.00, '', 5, 224789, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302073, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224789, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302074, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224789, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302075, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224790, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302076, '25031844238132', '腊味三拼', 68.00, '', 2, 224790, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302077, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224790, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302078, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224790, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302079, '25031858584114', '爽口螺片', 15.00, '', 3, 224790, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302080, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224790, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302081, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224790, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302082, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224790, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302083, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224790, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302084, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224791, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302085, '25031844238132', '腊味三拼', 68.00, '', 3, 224791, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302086, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224791, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302087, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224791, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302088, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224791, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302089, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224791, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302090, '25031858584114', '爽口螺片', 15.00, '', 5, 224791, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302091, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224791, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302092, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224791, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224792, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302094, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224792, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302095, '25031844238132', '腊味三拼', 68.00, '', 1, 224792, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302096, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224792, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302097, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224792, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224792, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302099, '25031858584114', '爽口螺片', 15.00, '', 6, 224792, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302100, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224792, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224792, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302102, '25031844238132', '腊味三拼', 68.00, '', 2, 224793, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302103, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224793, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302104, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224793, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302105, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224793, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302106, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224793, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302107, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224793, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302108, '25031858584114', '爽口螺片', 15.00, '', 5, 224793, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224793, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224793, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302111, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224794, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302112, '25031844238132', '腊味三拼', 68.00, '', 2, 224794, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302113, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224794, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302114, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224794, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302115, '25031858584114', '爽口螺片', 15.00, '', 4, 224794, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302116, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224794, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302117, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224794, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302118, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224794, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302119, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224794, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302120, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224795, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302121, '25031844238132', '腊味三拼', 68.00, '', 2, 224795, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302122, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224795, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302123, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224795, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302124, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224795, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302125, '25031858584114', '爽口螺片', 15.00, '', 9, 224795, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302126, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224795, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302127, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224795, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302128, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 8, 224795, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302129, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224796, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302130, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224796, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302131, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224796, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302132, '25031844238132', '腊味三拼', 68.00, '', 2, 224796, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302133, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224796, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302134, '25031858584114', '爽口螺片', 15.00, '', 3, 224796, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302135, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224796, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302136, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224796, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302137, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224796, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302138, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224797, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302139, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224797, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302140, '25031844238132', '腊味三拼', 68.00, '', 3, 224797, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302141, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224797, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302142, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224797, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224797, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302144, '25031858584114', '爽口螺片', 15.00, '', 4, 224797, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302145, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224797, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302146, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224797, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302147, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224798, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302148, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224798, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302149, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224798, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302150, '25031844238132', '腊味三拼', 68.00, '', 1, 224798, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302151, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224798, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302152, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224798, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302153, '25031858584114', '爽口螺片', 15.00, '', 3, 224798, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302154, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224798, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302155, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224798, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302156, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224799, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302157, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224799, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302158, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224799, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302159, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224799, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302160, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224799, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302161, '25031858584114', '爽口螺片', 15.00, '', 5, 224799, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302162, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224799, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302163, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224799, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302164, '25031844238132', '腊味三拼', 68.00, '', 2, 224800, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302165, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224800, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302166, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224800, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302167, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224800, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302168, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224800, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302169, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224800, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302170, '25031858584114', '爽口螺片', 15.00, '', 3, 224800, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302171, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224800, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302172, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224800, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302173, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224801, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302174, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224801, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302175, '25031844238132', '腊味三拼', 68.00, '', 2, 224801, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302176, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224801, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302177, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224801, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302178, '25031858584114', '爽口螺片', 15.00, '', 7, 224801, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302179, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224801, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302180, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224801, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302181, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224801, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302182, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224802, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302183, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224802, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302184, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224802, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302185, '25031844238132', '腊味三拼', 68.00, '', 2, 224802, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302186, '25031858584114', '爽口螺片', 15.00, '', 7, 224802, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302187, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224802, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302188, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224802, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302189, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224802, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302190, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224802, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302191, '25031844238132', '腊味三拼', 68.00, '', 1, 224803, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302192, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224803, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302193, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224803, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302194, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224803, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302195, '25031858584114', '爽口螺片', 15.00, '', 9, 224803, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302196, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224803, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302197, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224803, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302198, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224803, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302199, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224803, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302200, '25031844238132', '腊味三拼', 68.00, '', 2, 224804, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302201, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224804, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302202, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224804, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302203, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224804, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302204, '25031858584114', '爽口螺片', 15.00, '', 2, 224804, '热菜', 0.00, 99, 195, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302205, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224804, '热菜', 0.00, 99, 194, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302206, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224804, '热菜', 0.00, 99, 193, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302207, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224804, '小吃', 0.00, 100, 196, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302208, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224804, '小吃', 0.00, 100, 197, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302209, '25031844238132', '腊味三拼', 68.00, '', 1, 224805, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:11', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302210, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224805, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224805, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302212, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224805, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302213, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224805, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302214, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224805, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302215, '25031858584114', '爽口螺片', 15.00, '', 9, 224805, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302216, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224805, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302217, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224805, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302218, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224806, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302219, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224806, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302220, '25031844238132', '腊味三拼', 68.00, '', 2, 224806, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302221, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224806, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302222, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224806, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224806, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302224, '25031858584114', '爽口螺片', 15.00, '', 6, 224806, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224806, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302226, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224806, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302227, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224807, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302228, '25031844238132', '腊味三拼', 68.00, '', 2, 224807, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302229, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224807, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302230, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224807, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302231, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224807, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302232, '25031858584114', '爽口螺片', 15.00, '', 3, 224807, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302233, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224807, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224807, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302235, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224807, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302236, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224808, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302237, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224808, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302238, '25031844238132', '腊味三拼', 68.00, '', 2, 224808, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302239, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224808, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302240, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224808, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302241, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224808, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302242, '25031858584114', '爽口螺片', 15.00, '', 5, 224808, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302243, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224808, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302244, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224809, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302245, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224809, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302246, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224809, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302247, '25031844238132', '腊味三拼', 68.00, '', 2, 224809, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302248, '25031858584114', '爽口螺片', 15.00, '', 5, 224809, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302249, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224809, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302250, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224809, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302251, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224809, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302252, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224809, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302253, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224810, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302254, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224810, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302255, '25031844238132', '腊味三拼', 68.00, '', 1, 224810, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302256, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224810, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302257, '25031858584114', '爽口螺片', 15.00, '', 4, 224810, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302258, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224810, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302259, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224810, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302260, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224810, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302261, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224810, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302262, '25031844238132', '腊味三拼', 68.00, '', 2, 224811, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302263, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224811, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302264, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224811, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302265, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224811, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302266, '25031858584114', '爽口螺片', 15.00, '', 3, 224811, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302267, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224811, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302268, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224811, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302269, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224811, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302270, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224811, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302271, '25031844238132', '腊味三拼', 68.00, '', 2, 224812, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302272, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224812, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302273, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224812, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302274, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224812, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302275, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224812, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302276, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224812, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302277, '25031858584114', '爽口螺片', 15.00, '', 4, 224812, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302278, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224812, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302279, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224812, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302280, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224813, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302281, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224813, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302282, '25031844238132', '腊味三拼', 68.00, '', 2, 224813, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302283, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224813, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302284, '25031858584114', '爽口螺片', 15.00, '', 3, 224813, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302285, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224813, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302286, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224813, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302287, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224813, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302288, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224813, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302289, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224814, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302290, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224814, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302291, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224814, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302292, '25031844238132', '腊味三拼', 68.00, '', 1, 224814, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224814, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302294, '25031858584114', '爽口螺片', 15.00, '', 7, 224814, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302295, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224814, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302296, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224814, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302297, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224814, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302298, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224815, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302299, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224815, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302300, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224815, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302301, '25031844238132', '腊味三拼', 68.00, '', 2, 224815, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302302, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224815, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302303, '25031858584114', '爽口螺片', 15.00, '', 5, 224815, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302304, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224815, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302305, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224815, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302306, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224815, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224816, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302308, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224816, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302309, '25031844238132', '腊味三拼', 68.00, '', 1, 224816, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302310, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224816, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302311, '25031858584114', '爽口螺片', 15.00, '', 6, 224816, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302312, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224816, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302313, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224816, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224816, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302315, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224816, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302316, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224817, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302317, '25031844238132', '腊味三拼', 68.00, '', 2, 224817, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302318, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224817, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302319, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224817, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302320, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224817, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302321, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224817, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302322, '25031858584114', '爽口螺片', 15.00, '', 6, 224817, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302323, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224817, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302324, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224817, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302325, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224818, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302326, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224818, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302327, '25031844238132', '腊味三拼', 68.00, '', 2, 224818, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302328, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224818, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302329, '25031858584114', '爽口螺片', 15.00, '', 4, 224818, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302330, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224818, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302331, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224818, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302332, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224818, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302333, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224818, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302334, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224819, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302335, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224819, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302336, '25031844238132', '腊味三拼', 68.00, '', 4, 224819, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302337, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224819, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302338, '25031858584114', '爽口螺片', 15.00, '', 5, 224819, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302339, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224819, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302340, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224819, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302341, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224819, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302342, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224819, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302343, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224820, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302344, '25031844238132', '腊味三拼', 68.00, '', 2, 224820, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302345, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224820, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302346, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224820, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302347, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224820, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302348, '25031858584114', '爽口螺片', 15.00, '', 8, 224820, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302349, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224820, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302350, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224820, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302351, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224820, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302352, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224821, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302353, '25031844238132', '腊味三拼', 68.00, '', 1, 224821, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302354, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224821, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302355, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224821, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302356, '25031858584114', '爽口螺片', 15.00, '', 8, 224821, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302357, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224821, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302358, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224821, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302359, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224821, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302360, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224821, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302361, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224822, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302362, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224822, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302363, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224822, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302364, '25031844238132', '腊味三拼', 68.00, '', 3, 224822, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302365, '25031858584114', '爽口螺片', 15.00, '', 8, 224822, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302366, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224822, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302367, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224822, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302368, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224822, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302369, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224822, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302370, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224823, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302371, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224823, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302372, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224823, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302373, '25031844238132', '腊味三拼', 68.00, '', 2, 224823, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302374, '25031858584114', '爽口螺片', 15.00, '', 6, 224823, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302375, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224823, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302376, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224823, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302377, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224823, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302378, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224823, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302379, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224824, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302380, '25031844238132', '腊味三拼', 68.00, '', 3, 224824, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302381, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224824, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302382, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224824, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302383, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224824, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302384, '25031858584114', '爽口螺片', 15.00, '', 8, 224824, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302385, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224824, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302386, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224824, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302387, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224824, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302388, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224825, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302389, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224825, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302390, '25031844238132', '腊味三拼', 68.00, '', 3, 224825, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302391, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224825, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302392, '25031858584114', '爽口螺片', 15.00, '', 7, 224825, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302393, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224825, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302394, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224825, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302395, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224825, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302396, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224825, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302397, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224826, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302398, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224826, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302399, '25031844238132', '腊味三拼', 68.00, '', 1, 224826, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302400, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224826, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302401, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224826, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302402, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224826, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302403, '25031858584114', '爽口螺片', 15.00, '', 6, 224826, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302404, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224826, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302405, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224826, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302406, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224827, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302407, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224827, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302408, '25031844238132', '腊味三拼', 68.00, '', 2, 224827, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302409, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224827, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302410, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224827, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302411, '25031858584114', '爽口螺片', 15.00, '', 4, 224827, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302412, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224827, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302413, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224827, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302414, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224827, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302415, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224828, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302416, '25031844238132', '腊味三拼', 68.00, '', 2, 224828, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302417, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224828, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302418, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224828, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302419, '25031858584114', '爽口螺片', 15.00, '', 5, 224828, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302420, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224828, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302421, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224828, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302422, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224828, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302423, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224828, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302424, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224829, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302425, '25031844238132', '腊味三拼', 68.00, '', 2, 224829, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302426, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224829, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302427, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224829, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302428, '25031858584114', '爽口螺片', 15.00, '', 7, 224829, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302429, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224829, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302430, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224829, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302431, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224829, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302432, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224829, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302433, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224830, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302434, '25031844238132', '腊味三拼', 68.00, '', 2, 224830, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302435, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224830, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302436, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224830, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302437, '25031858584114', '爽口螺片', 15.00, '', 6, 224830, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302438, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224830, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302439, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224830, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302440, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224830, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302441, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224830, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302442, '25031844238132', '腊味三拼', 68.00, '', 2, 224831, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302443, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224831, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302444, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224831, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302445, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224831, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302446, '25031858584114', '爽口螺片', 15.00, '', 7, 224831, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302447, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224831, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302448, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224831, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302449, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224831, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302450, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224831, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302451, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224832, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302452, '25031844238132', '腊味三拼', 68.00, '', 2, 224832, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302453, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224832, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302454, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224832, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302455, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224832, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302456, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224832, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302457, '25031858584114', '爽口螺片', 15.00, '', 4, 224832, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302458, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224832, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302459, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224832, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302460, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224833, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302461, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224833, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302462, '25031844238132', '腊味三拼', 68.00, '', 2, 224833, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302463, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224833, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302464, '25031858584114', '爽口螺片', 15.00, '', 6, 224833, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302465, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224833, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302466, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224833, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302467, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224833, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302468, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224833, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302469, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224834, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302470, '25031844238132', '腊味三拼', 68.00, '', 2, 224834, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302471, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224834, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302472, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224834, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302473, '25031858584114', '爽口螺片', 15.00, '', 5, 224834, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302474, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224834, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302475, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224834, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302476, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224834, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302477, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224834, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302478, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224835, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302479, '25031844238132', '腊味三拼', 68.00, '', 3, 224835, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302480, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224835, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302481, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224835, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302482, '25031858584114', '爽口螺片', 15.00, '', 8, 224835, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302483, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224835, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302484, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224835, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302485, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224835, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302486, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224835, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302487, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224836, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302488, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224836, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302489, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224836, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302490, '25031844238132', '腊味三拼', 68.00, '', 1, 224836, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302491, '25031858584114', '爽口螺片', 15.00, '', 3, 224836, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302492, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224836, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302493, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224836, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302494, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224836, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302495, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224836, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302496, '25031844238132', '腊味三拼', 68.00, '', 2, 224837, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302497, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224837, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302498, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224837, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302499, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224837, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302500, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224837, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302501, '25031858584114', '爽口螺片', 15.00, '', 5, 224837, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302502, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224837, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302503, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224837, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302504, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224837, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302505, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224838, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302506, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224838, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302507, '25031844238132', '腊味三拼', 68.00, '', 1, 224838, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302508, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224838, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302509, '25031858584114', '爽口螺片', 15.00, '', 7, 224838, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302510, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224838, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302511, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224838, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302512, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224838, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302513, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224838, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302514, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224839, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302515, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224839, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302516, '25031844238132', '腊味三拼', 68.00, '', 1, 224839, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302517, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224839, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302518, '25031858584114', '爽口螺片', 15.00, '', 5, 224839, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302519, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224839, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224839, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302521, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224839, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302522, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224839, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302523, '25031844238132', '腊味三拼', 68.00, '', 2, 224840, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302524, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224840, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302525, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224840, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302526, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224840, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302527, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224840, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302528, '25031858584114', '爽口螺片', 15.00, '', 6, 224840, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302529, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224840, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302530, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224840, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302531, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224840, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302532, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224841, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302533, '25031844238132', '腊味三拼', 68.00, '', 2, 224841, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302534, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224841, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302535, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224841, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302536, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224841, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302537, '25031858584114', '爽口螺片', 15.00, '', 4, 224841, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302538, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224841, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302539, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224841, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302540, '25031844238132', '腊味三拼', 68.00, '', 3, 224842, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302541, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224842, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302542, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224842, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302543, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224842, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302544, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224842, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302545, '25031858584114', '爽口螺片', 15.00, '', 10, 224842, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302546, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224842, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302547, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224842, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302548, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224842, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302549, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224843, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302550, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224843, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302551, '25031844238132', '腊味三拼', 68.00, '', 2, 224843, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302552, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224843, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302553, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224843, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302554, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224843, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302555, '25031858584114', '爽口螺片', 15.00, '', 5, 224843, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302556, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224843, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302557, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224843, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302558, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224844, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302559, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224844, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302560, '25031844238132', '腊味三拼', 68.00, '', 2, 224844, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302561, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224844, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302562, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224844, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302563, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224844, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302564, '25031858584114', '爽口螺片', 15.00, '', 4, 224844, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302565, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224844, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302566, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224844, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302567, '25031844238132', '腊味三拼', 68.00, '', 2, 224845, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302568, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224845, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302569, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224845, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302570, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224845, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302571, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224845, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302572, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224845, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302573, '25031858584114', '爽口螺片', 15.00, '', 6, 224845, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302574, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224845, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302575, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224845, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302576, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224846, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302577, '25031844238132', '腊味三拼', 68.00, '', 3, 224846, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302578, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224846, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302579, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224846, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302580, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224846, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302581, '25031858584114', '爽口螺片', 15.00, '', 10, 224846, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302582, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224846, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302583, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224846, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302584, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224846, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302585, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224847, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302586, '25031844238132', '腊味三拼', 68.00, '', 2, 224847, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302587, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224847, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302588, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224847, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302589, '25031858584114', '爽口螺片', 15.00, '', 5, 224847, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302590, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224847, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302591, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224847, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302592, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224847, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302593, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224847, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302594, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224848, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302595, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224848, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302596, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224848, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302597, '25031844238132', '腊味三拼', 68.00, '', 3, 224848, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302598, '25031858584114', '爽口螺片', 15.00, '', 9, 224848, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302599, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224848, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302600, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224848, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302601, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224848, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302602, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224848, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302603, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224849, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302604, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224849, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302605, '25031844238132', '腊味三拼', 68.00, '', 3, 224849, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302606, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224849, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302607, '25031858584114', '爽口螺片', 15.00, '', 4, 224849, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302608, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224849, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302609, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224849, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302610, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224849, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302611, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224849, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302612, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224850, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302613, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224850, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302614, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224850, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302615, '25031844238132', '腊味三拼', 68.00, '', 2, 224850, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302616, '25031858584114', '爽口螺片', 15.00, '', 9, 224850, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302617, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224850, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302618, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224850, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302619, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224850, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302620, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224850, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302621, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224851, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302622, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224851, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302623, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224851, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302624, '25031844238132', '腊味三拼', 68.00, '', 3, 224851, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302625, '25031858584114', '爽口螺片', 15.00, '', 8, 224851, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302626, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224851, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302627, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224851, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302628, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224851, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302629, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224851, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302630, '25031844238132', '腊味三拼', 68.00, '', 2, 224852, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302631, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224852, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302632, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224852, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302633, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224852, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302634, '25031858584114', '爽口螺片', 15.00, '', 3, 224852, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302635, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224852, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302636, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224852, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302637, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224852, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302638, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224852, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302639, '25031844238132', '腊味三拼', 68.00, '', 2, 224853, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302640, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224853, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302641, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224853, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302642, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224853, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302643, '25031858584114', '爽口螺片', 15.00, '', 6, 224853, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302644, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224853, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302645, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224853, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224853, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302647, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224853, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302648, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224854, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302649, '25031844238132', '腊味三拼', 68.00, '', 2, 224854, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302650, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224854, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224854, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302652, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224854, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302653, '25031858584114', '爽口螺片', 15.00, '', 4, 224854, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302654, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224854, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302655, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224854, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302656, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224854, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302657, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224855, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302658, '25031844238132', '腊味三拼', 68.00, '', 1, 224855, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302659, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224855, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302660, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224855, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302661, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224855, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302662, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224855, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302663, '25031858584114', '爽口螺片', 15.00, '', 6, 224855, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302664, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224855, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302665, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224855, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302666, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224856, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302667, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224856, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302668, '25031844238132', '腊味三拼', 68.00, '', 1, 224856, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302669, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224856, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302670, '25031858584114', '爽口螺片', 15.00, '', 3, 224856, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302671, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224856, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302672, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224856, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302673, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224856, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302674, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224856, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302675, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224857, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302676, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224857, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302677, '25031844238132', '腊味三拼', 68.00, '', 3, 224857, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302678, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224857, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302679, '25031858584114', '爽口螺片', 15.00, '', 3, 224857, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302680, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224857, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302681, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224857, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302682, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224857, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302683, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224857, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302684, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224858, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302685, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224858, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302686, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224858, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302687, '25031844238132', '腊味三拼', 68.00, '', 3, 224858, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302688, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224858, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302689, '25031858584114', '爽口螺片', 15.00, '', 4, 224858, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302690, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224858, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302691, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224858, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302692, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224858, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302693, '25031844238132', '腊味三拼', 68.00, '', 2, 224859, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302694, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224859, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302695, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224859, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302696, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224859, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302697, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224859, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302698, '25031858584114', '爽口螺片', 15.00, '', 7, 224859, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302699, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224859, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302700, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224859, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302701, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224859, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302702, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224860, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302703, '25031844238132', '腊味三拼', 68.00, '', 1, 224860, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302704, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224860, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302705, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224860, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302706, '25031858584114', '爽口螺片', 15.00, '', 4, 224860, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302707, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224860, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302708, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224860, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224860, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224860, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302711, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224861, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302712, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224861, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302713, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224861, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302714, '25031844238132', '腊味三拼', 68.00, '', 2, 224861, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302715, '25031858584114', '爽口螺片', 15.00, '', 7, 224861, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302716, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224861, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302717, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224861, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302718, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224861, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302719, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224861, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302720, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224862, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302721, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224862, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302722, '25031844238132', '腊味三拼', 68.00, '', 2, 224862, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302723, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224862, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302724, '25031858584114', '爽口螺片', 15.00, '', 6, 224862, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302725, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224862, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302726, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224862, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224862, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302728, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224862, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302729, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224863, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302730, '25031844238132', '腊味三拼', 68.00, '', 1, 224863, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302731, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224863, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302732, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224863, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302733, '25031858584114', '爽口螺片', 15.00, '', 4, 224863, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302734, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224863, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302735, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224863, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302736, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224863, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302737, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224863, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302738, '25031844238132', '腊味三拼', 68.00, '', 2, 224864, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302739, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224864, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302740, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224864, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302741, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224864, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302742, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224864, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302743, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224864, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302744, '25031858584114', '爽口螺片', 15.00, '', 3, 224864, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302745, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224864, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302746, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224864, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302747, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224865, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302748, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224865, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302749, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224865, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302750, '25031844238132', '腊味三拼', 68.00, '', 2, 224865, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302751, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224865, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302752, '25031858584114', '爽口螺片', 15.00, '', 10, 224865, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302753, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224865, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302754, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224865, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302755, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224865, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302756, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224866, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302757, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224866, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302758, '25031844238132', '腊味三拼', 68.00, '', 3, 224866, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302759, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224866, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302760, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224866, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302761, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224866, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302762, '25031858584114', '爽口螺片', 15.00, '', 7, 224866, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302763, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224866, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302764, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224866, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302765, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224867, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302766, '25031844238132', '腊味三拼', 68.00, '', 1, 224867, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302767, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224867, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302768, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224867, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302769, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224867, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302770, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224867, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302771, '25031858584114', '爽口螺片', 15.00, '', 4, 224867, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302772, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224867, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302773, '25031844238132', '腊味三拼', 68.00, '', 2, 224868, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302774, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224868, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302775, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224868, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302776, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224868, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302777, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224868, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302778, '25031858584114', '爽口螺片', 15.00, '', 5, 224868, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302779, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224868, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302780, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224868, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302781, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224868, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302782, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224869, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302783, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224869, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302784, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224869, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302785, '25031844238132', '腊味三拼', 68.00, '', 1, 224869, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302786, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224869, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302787, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224869, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302788, '25031858584114', '爽口螺片', 15.00, '', 4, 224869, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302789, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224869, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302790, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224869, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302791, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224870, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302792, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224870, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302793, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224870, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302794, '25031844238132', '腊味三拼', 68.00, '', 2, 224870, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302795, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224870, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302796, '25031858584114', '爽口螺片', 15.00, '', 5, 224870, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302797, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224870, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302798, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224870, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224870, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302800, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224871, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302801, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224871, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302802, '25031844238132', '腊味三拼', 68.00, '', 3, 224871, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302803, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224871, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302804, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224871, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302805, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224871, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302806, '25031858584114', '爽口螺片', 15.00, '', 5, 224871, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302807, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224871, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302808, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224871, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302809, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224872, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302810, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224872, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302811, '25031844238132', '腊味三拼', 68.00, '', 2, 224872, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302812, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224872, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302813, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224872, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302814, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224872, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302815, '25031858584114', '爽口螺片', 15.00, '', 6, 224872, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302816, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224872, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302817, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224872, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302818, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224873, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302819, '25031844238132', '腊味三拼', 68.00, '', 4, 224873, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302820, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224873, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302821, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224873, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302822, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224873, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302823, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224873, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302824, '25031858584114', '爽口螺片', 15.00, '', 10, 224873, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224873, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224873, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302827, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224874, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302828, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224874, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302829, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224874, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302830, '25031844238132', '腊味三拼', 68.00, '', 4, 224874, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302831, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224874, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302832, '25031858584114', '爽口螺片', 15.00, '', 7, 224874, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302833, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224874, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302834, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224874, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302835, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224874, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302836, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224875, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302837, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224875, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302838, '25031844238132', '腊味三拼', 68.00, '', 3, 224875, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302839, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224875, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302840, '25031858584114', '爽口螺片', 15.00, '', 3, 224875, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302841, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224875, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302842, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224875, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302843, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224875, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302844, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224875, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302845, '25031844238132', '腊味三拼', 68.00, '', 2, 224876, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302846, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224876, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302847, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224876, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302848, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224876, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302849, '25031858584114', '爽口螺片', 15.00, '', 4, 224876, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302850, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224876, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302851, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224876, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302852, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224876, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302853, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224877, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302854, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224877, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302855, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224877, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302856, '25031844238132', '腊味三拼', 68.00, '', 2, 224877, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302857, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224877, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302858, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224877, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302859, '25031858584114', '爽口螺片', 15.00, '', 3, 224877, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302860, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224877, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302861, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224877, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302862, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224878, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302863, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224878, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302864, '25031844238132', '腊味三拼', 68.00, '', 2, 224878, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302865, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224878, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302866, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224878, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302867, '25031858584114', '爽口螺片', 15.00, '', 5, 224878, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302868, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224878, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302869, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224878, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302870, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224878, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302871, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224879, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302872, '25031844238132', '腊味三拼', 68.00, '', 2, 224879, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302873, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224879, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302874, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224879, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302875, '25031858584114', '爽口螺片', 15.00, '', 9, 224879, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302876, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224879, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302877, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224879, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302878, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224879, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302879, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224879, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224880, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302881, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224880, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302882, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224880, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302883, '25031844238132', '腊味三拼', 68.00, '', 3, 224880, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224880, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302885, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224880, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302886, '25031858584114', '爽口螺片', 15.00, '', 8, 224880, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224880, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302888, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224880, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302889, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224881, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302890, '25031844238132', '腊味三拼', 68.00, '', 2, 224881, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302891, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224881, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302892, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224881, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302893, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224881, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302894, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224881, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302895, '25031858584114', '爽口螺片', 15.00, '', 3, 224881, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302896, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224881, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302897, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224882, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302898, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224882, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302899, '25031844238132', '腊味三拼', 68.00, '', 1, 224882, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302900, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224882, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224882, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302902, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224882, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302903, '25031858584114', '爽口螺片', 15.00, '', 3, 224882, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302904, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224882, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224882, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302906, '25031844238132', '腊味三拼', 68.00, '', 4, 224883, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302907, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224883, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302908, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224883, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302909, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224883, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302910, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224883, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302911, '25031858584114', '爽口螺片', 15.00, '', 6, 224883, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302912, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224883, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302913, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224883, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302914, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224883, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302915, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224884, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302916, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224884, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302917, '25031844238132', '腊味三拼', 68.00, '', 4, 224884, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302918, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224884, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302919, '25031858584114', '爽口螺片', 15.00, '', 6, 224884, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302920, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224884, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302921, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224884, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302922, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224884, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302923, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224884, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302924, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224885, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302925, '25031844238132', '腊味三拼', 68.00, '', 1, 224885, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302926, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224885, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302927, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224885, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302928, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224885, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302929, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224885, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302930, '25031858584114', '爽口螺片', 15.00, '', 5, 224885, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302931, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224885, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302932, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224885, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302933, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224886, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302934, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224886, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302935, '25031844238132', '腊味三拼', 68.00, '', 3, 224886, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302936, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224886, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302937, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224886, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302938, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224886, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302939, '25031858584114', '爽口螺片', 15.00, '', 7, 224886, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302940, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224886, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302941, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224886, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302942, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224887, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302943, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224887, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302944, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224887, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302945, '25031844238132', '腊味三拼', 68.00, '', 2, 224887, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302946, '25031858584114', '爽口螺片', 15.00, '', 7, 224887, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302947, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224887, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302948, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224887, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302949, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224887, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302950, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224888, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302951, '25031844238132', '腊味三拼', 68.00, '', 2, 224888, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302952, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224888, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302953, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224888, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302954, '25031858584114', '爽口螺片', 15.00, '', 6, 224888, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302955, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224888, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302956, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224888, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302957, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224888, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302958, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224888, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302959, '25031844238132', '腊味三拼', 68.00, '', 1, 224889, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302960, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224889, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302961, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224889, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302962, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224889, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302963, '25031858584114', '爽口螺片', 15.00, '', 5, 224889, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302964, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224889, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302965, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224889, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302966, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224889, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302967, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224890, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302968, '25031844238132', '腊味三拼', 68.00, '', 1, 224890, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302969, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224890, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302970, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224890, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302971, '25031858584114', '爽口螺片', 15.00, '', 9, 224890, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302972, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224890, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302973, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224890, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302974, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224890, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302975, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224890, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302976, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224891, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302977, '25031844238132', '腊味三拼', 68.00, '', 3, 224891, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302978, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224891, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302979, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224891, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302980, '25031858584114', '爽口螺片', 15.00, '', 4, 224891, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302981, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224891, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302982, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224891, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302983, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224891, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302984, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224891, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302985, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224892, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302986, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224892, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302987, '25031844238132', '腊味三拼', 68.00, '', 1, 224892, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302988, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224892, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302989, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224892, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302990, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224892, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302991, '25031858584114', '爽口螺片', 15.00, '', 6, 224892, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302992, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224892, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302993, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224892, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302994, '25031844238132', '腊味三拼', 68.00, '', 1, 224893, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302995, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224893, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302996, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224893, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302997, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224893, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302998, '25031858584114', '爽口螺片', 15.00, '', 4, 224893, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2302999, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224893, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303000, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224893, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303001, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224893, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303002, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224893, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303003, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224894, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303004, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224894, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303005, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224894, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303006, '25031844238132', '腊味三拼', 68.00, '', 2, 224894, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303007, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224894, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303008, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224894, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303009, '25031858584114', '爽口螺片', 15.00, '', 4, 224894, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303010, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224894, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303011, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224894, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303012, '25031844238132', '腊味三拼', 68.00, '', 2, 224895, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303013, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224895, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303014, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224895, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303015, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224895, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303016, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224895, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303017, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224895, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303018, '25031858584114', '爽口螺片', 15.00, '', 3, 224895, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303019, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224895, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303020, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224895, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303021, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224896, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303022, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224896, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303023, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224896, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303024, '25031844238132', '腊味三拼', 68.00, '', 1, 224896, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303025, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224896, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303026, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224896, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303027, '25031858584114', '爽口螺片', 15.00, '', 3, 224896, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303028, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224896, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303029, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224896, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303030, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224897, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303031, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224897, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303032, '25031844238132', '腊味三拼', 68.00, '', 2, 224897, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303033, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224897, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303034, '25031858584114', '爽口螺片', 15.00, '', 3, 224897, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303035, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224897, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303036, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224897, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303037, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224897, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303038, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224897, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303039, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224898, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303040, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224898, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303041, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224898, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303042, '25031844238132', '腊味三拼', 68.00, '', 1, 224898, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303043, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224898, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303044, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224898, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303045, '25031858584114', '爽口螺片', 15.00, '', 10, 224898, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303046, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224898, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303047, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224898, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303048, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224899, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303049, '25031844238132', '腊味三拼', 68.00, '', 2, 224899, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303050, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224899, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303051, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224899, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303052, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224899, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224899, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303054, '25031858584114', '爽口螺片', 15.00, '', 2, 224899, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303055, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224899, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303056, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224899, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303057, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224900, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303058, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224900, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303059, '25031844238132', '腊味三拼', 68.00, '', 2, 224900, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303060, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224900, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224900, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303062, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224900, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303063, '25031858584114', '爽口螺片', 15.00, '', 2, 224900, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303064, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224900, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303065, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224900, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303066, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224901, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303067, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224901, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303068, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224901, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303069, '25031844238132', '腊味三拼', 68.00, '', 2, 224901, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303070, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224901, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303071, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224901, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303072, '25031858584114', '爽口螺片', 15.00, '', 5, 224901, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303073, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224901, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303074, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224901, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303075, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224902, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303076, '25031844238132', '腊味三拼', 68.00, '', 2, 224902, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303077, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224902, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303078, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224902, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303079, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224902, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303080, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224902, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303081, '25031858584114', '爽口螺片', 15.00, '', 3, 224902, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303082, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224902, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303083, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224902, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303084, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224903, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303085, '25031844238132', '腊味三拼', 68.00, '', 3, 224903, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303086, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224903, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303087, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224903, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303088, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224903, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303089, '25031858584114', '爽口螺片', 15.00, '', 4, 224903, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303090, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224903, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303091, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224903, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303092, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224903, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303093, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224904, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303094, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224904, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303095, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224904, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303096, '25031844238132', '腊味三拼', 68.00, '', 2, 224904, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303097, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224904, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303098, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224904, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303099, '25031858584114', '爽口螺片', 15.00, '', 5, 224904, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303100, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224904, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224904, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303102, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224905, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303103, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224905, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303104, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224905, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303105, '25031844238132', '腊味三拼', 68.00, '', 3, 224905, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303106, '25031858584114', '爽口螺片', 15.00, '', 8, 224905, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303107, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224905, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303108, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224905, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224905, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224905, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303111, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224906, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303112, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224906, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303113, '25031844238132', '腊味三拼', 68.00, '', 1, 224906, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303114, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224906, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303115, '25031858584114', '爽口螺片', 15.00, '', 4, 224906, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303116, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224906, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303117, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224906, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303118, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224906, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303119, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224906, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303120, '25031844238132', '腊味三拼', 68.00, '', 3, 224907, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303121, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224907, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303122, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224907, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303123, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224907, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303124, '25031858584114', '爽口螺片', 15.00, '', 9, 224907, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303125, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224907, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303126, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224907, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303127, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224907, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303128, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224907, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303129, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224908, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303130, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224908, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303131, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224908, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303132, '25031844238132', '腊味三拼', 68.00, '', 3, 224908, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303133, '25031858584114', '爽口螺片', 15.00, '', 4, 224908, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303134, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224908, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303135, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224908, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303136, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224908, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303137, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224908, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303138, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224909, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303139, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224909, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303140, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224909, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303141, '25031844238132', '腊味三拼', 68.00, '', 2, 224909, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303142, '25031858584114', '爽口螺片', 15.00, '', 5, 224909, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224909, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303144, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224909, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303145, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224909, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303146, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224909, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303147, '25031844238132', '腊味三拼', 68.00, '', 2, 224910, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303148, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224910, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303149, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224910, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303150, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224910, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303151, '25031858584114', '爽口螺片', 15.00, '', 5, 224910, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303152, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224910, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303153, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224910, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303154, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224910, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303155, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224910, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303156, '25031844238132', '腊味三拼', 68.00, '', 3, 224911, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303157, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224911, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303158, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224911, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303159, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224911, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303160, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224911, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303161, '25031858584114', '爽口螺片', 15.00, '', 3, 224911, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303162, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224911, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303163, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224911, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303164, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224911, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303165, '25031844238132', '腊味三拼', 68.00, '', 4, 224912, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303166, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224912, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303167, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224912, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303168, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224912, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303169, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224912, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303170, '25031858584114', '爽口螺片', 15.00, '', 4, 224912, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303171, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224912, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303172, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224912, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303173, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224912, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303174, '25031844238132', '腊味三拼', 68.00, '', 1, 224913, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303175, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224913, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303176, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224913, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303177, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224913, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303178, '25031858584114', '爽口螺片', 15.00, '', 9, 224913, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303179, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224913, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303180, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224913, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303181, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224913, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303182, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224913, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303183, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224914, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303184, '25031844238132', '腊味三拼', 68.00, '', 1, 224914, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303185, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224914, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303186, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224914, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303187, '25031858584114', '爽口螺片', 15.00, '', 5, 224914, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303188, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224914, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303189, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224914, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303190, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224914, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303191, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224914, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303192, '25031844238132', '腊味三拼', 68.00, '', 2, 224915, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303193, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224915, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303194, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224915, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303195, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224915, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303196, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224915, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303197, '25031858584114', '爽口螺片', 15.00, '', 3, 224915, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303198, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224915, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303199, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224915, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303200, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224915, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303201, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224916, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303202, '25031844238132', '腊味三拼', 68.00, '', 3, 224916, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303203, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224916, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303204, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224916, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303205, '25031858584114', '爽口螺片', 15.00, '', 4, 224916, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303206, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224916, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303207, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224916, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303208, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224916, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303209, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224916, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303210, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224917, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224917, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303212, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224917, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303213, '25031844238132', '腊味三拼', 68.00, '', 3, 224917, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303214, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224917, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303215, '25031858584114', '爽口螺片', 15.00, '', 3, 224917, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303216, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224917, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303217, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224917, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303218, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224917, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303219, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224918, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303220, '25031844238132', '腊味三拼', 68.00, '', 2, 224918, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303221, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224918, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303222, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224918, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224918, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303224, '25031858584114', '爽口螺片', 15.00, '', 3, 224918, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303225, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224918, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303226, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224918, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303227, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224918, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303228, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224919, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303229, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224919, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303230, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224919, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303231, '25031844238132', '腊味三拼', 68.00, '', 2, 224919, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303232, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 224919, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303233, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224919, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303234, '25031858584114', '爽口螺片', 15.00, '', 3, 224919, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303235, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224919, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303236, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224919, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303237, '25031844238132', '腊味三拼', 68.00, '', 2, 224920, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303238, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224920, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303239, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224920, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303240, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224920, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224920, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303242, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224920, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303243, '25031858584114', '爽口螺片', 15.00, '', 2, 224920, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303244, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224920, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303245, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224920, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303246, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224921, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303247, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224921, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303248, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224921, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303249, '25031844238132', '腊味三拼', 68.00, '', 2, 224921, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303250, '25031858584114', '爽口螺片', 15.00, '', 7, 224921, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303251, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224921, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303252, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224921, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303253, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224921, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303254, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224921, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303255, '25031844238132', '腊味三拼', 68.00, '', 1, 224922, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303256, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224922, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303257, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224922, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303258, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224922, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303259, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224922, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303260, '25031858584114', '爽口螺片', 15.00, '', 3, 224922, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303261, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224922, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303262, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224922, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303263, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224922, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303264, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224923, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303265, '25031844238132', '腊味三拼', 68.00, '', 2, 224923, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303266, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224923, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303267, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224923, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303268, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224923, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303269, '25031858584114', '爽口螺片', 15.00, '', 4, 224923, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303270, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224923, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303271, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224923, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303272, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224923, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303273, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224924, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303274, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224924, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303275, '25031844238132', '腊味三拼', 68.00, '', 2, 224924, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303276, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224924, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303277, '25031858584114', '爽口螺片', 15.00, '', 4, 224924, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303278, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224924, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303279, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224924, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303280, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224924, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303281, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224924, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303282, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224925, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303283, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224925, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303284, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224925, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303285, '25031844238132', '腊味三拼', 68.00, '', 3, 224925, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303286, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224925, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303287, '25031858584114', '爽口螺片', 15.00, '', 4, 224925, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303288, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224925, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303289, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224925, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303290, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224925, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303291, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224926, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303292, '25031844238132', '腊味三拼', 68.00, '', 1, 224926, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303293, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224926, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303294, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224926, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303295, '25031858584114', '爽口螺片', 15.00, '', 6, 224926, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303296, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224926, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303297, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224926, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303298, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224926, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303299, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224926, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303300, '25031844238132', '腊味三拼', 68.00, '', 2, 224927, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303301, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224927, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303302, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224927, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303303, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224927, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303304, '25031858584114', '爽口螺片', 15.00, '', 4, 224927, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303305, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224927, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303306, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224927, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303307, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224927, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303308, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224927, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303309, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224928, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303310, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224928, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303311, '25031844238132', '腊味三拼', 68.00, '', 1, 224928, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303312, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224928, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303313, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224928, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303314, '25031858584114', '爽口螺片', 15.00, '', 3, 224928, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303315, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224928, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303316, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224928, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303317, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224929, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303318, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224929, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303319, '25031844238132', '腊味三拼', 68.00, '', 3, 224929, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303320, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224929, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303321, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224929, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303322, '25031858584114', '爽口螺片', 15.00, '', 4, 224929, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303323, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224929, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303324, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224929, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303325, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224929, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303326, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224930, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303327, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224930, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303328, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224930, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303329, '25031844238132', '腊味三拼', 68.00, '', 4, 224930, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303330, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224930, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303331, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224930, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303332, '25031858584114', '爽口螺片', 15.00, '', 7, 224930, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303333, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224930, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303334, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224930, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303335, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224931, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303336, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224931, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303337, '25031844238132', '腊味三拼', 68.00, '', 2, 224931, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303338, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224931, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303339, '25031858584114', '爽口螺片', 15.00, '', 1, 224931, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303340, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224931, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224931, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303342, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224931, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303343, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224931, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303344, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224932, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303345, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224932, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303346, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224932, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303347, '25031844238132', '腊味三拼', 68.00, '', 1, 224932, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303348, '25031858584114', '爽口螺片', 15.00, '', 9, 224932, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303349, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224932, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303350, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224932, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303351, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224932, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303352, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224932, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303353, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224933, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303354, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224933, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303355, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224933, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303356, '25031844238132', '腊味三拼', 68.00, '', 2, 224933, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303357, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224933, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303358, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224933, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303359, '25031858584114', '爽口螺片', 15.00, '', 4, 224933, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303360, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224933, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303361, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224933, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303362, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224934, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303363, '25031844238132', '腊味三拼', 68.00, '', 3, 224934, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303364, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224934, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303365, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224934, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303366, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224934, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303367, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224934, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303368, '25031858584114', '爽口螺片', 15.00, '', 7, 224934, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303369, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224934, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303370, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224934, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303371, '25031844238132', '腊味三拼', 68.00, '', 2, 224935, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303372, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224935, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303373, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224935, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303374, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224935, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303375, '25031858584114', '爽口螺片', 15.00, '', 7, 224935, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303376, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224935, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303377, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224935, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303378, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224935, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303379, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224935, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303380, '25031844238132', '腊味三拼', 68.00, '', 3, 224936, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303381, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224936, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303382, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224936, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303383, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224936, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303384, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224936, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303385, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224936, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303386, '25031858584114', '爽口螺片', 15.00, '', 5, 224936, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303387, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224936, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303388, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224936, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303389, '25031844238132', '腊味三拼', 68.00, '', 3, 224937, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303390, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224937, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303391, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224937, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303392, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224937, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303393, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224937, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303394, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224937, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303395, '25031858584114', '爽口螺片', 15.00, '', 7, 224937, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303396, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224937, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303397, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224937, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303398, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224938, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303399, '25031844238132', '腊味三拼', 68.00, '', 3, 224938, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303400, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224938, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303401, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224938, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303402, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224938, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303403, '25031858584114', '爽口螺片', 15.00, '', 5, 224938, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303404, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224938, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303405, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224938, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224938, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303407, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224939, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303408, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224939, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303409, '25031844238132', '腊味三拼', 68.00, '', 2, 224939, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303410, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224939, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303411, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224939, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303412, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224939, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303413, '25031858584114', '爽口螺片', 15.00, '', 6, 224939, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303414, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224939, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303415, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224939, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303416, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224940, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303417, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224940, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303418, '25031844238132', '腊味三拼', 68.00, '', 2, 224940, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303419, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224940, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303420, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224940, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303421, '25031858584114', '爽口螺片', 15.00, '', 6, 224940, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303422, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224940, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303423, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224940, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303424, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224940, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303425, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224941, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303426, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224941, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303427, '25031844238132', '腊味三拼', 68.00, '', 1, 224941, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303428, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224941, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303429, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224941, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303430, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224941, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303431, '25031858584114', '爽口螺片', 15.00, '', 7, 224941, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303432, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224941, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303433, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224941, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303434, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224942, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303435, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224942, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303436, '25031844238132', '腊味三拼', 68.00, '', 2, 224942, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303437, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224942, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303438, '25031858584114', '爽口螺片', 15.00, '', 3, 224942, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303439, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224942, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303440, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224942, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303441, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224942, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303442, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224942, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303443, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224943, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303444, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224943, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303445, '25031844238132', '腊味三拼', 68.00, '', 3, 224943, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303446, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224943, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303447, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224943, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303448, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224943, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303449, '25031858584114', '爽口螺片', 15.00, '', 5, 224943, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303450, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224943, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303451, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224943, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303452, '25031844238132', '腊味三拼', 68.00, '', 3, 224944, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303453, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224944, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224944, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303455, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224944, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303456, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224944, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303457, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224944, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303458, '25031858584114', '爽口螺片', 15.00, '', 7, 224944, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303459, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224944, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303460, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224944, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303461, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224945, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303462, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224945, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303463, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224945, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303464, '25031844238132', '腊味三拼', 68.00, '', 2, 224945, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303465, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224945, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303466, '25031858584114', '爽口螺片', 15.00, '', 6, 224945, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303467, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224945, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303468, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224945, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303469, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224945, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303470, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224946, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303471, '25031844238132', '腊味三拼', 68.00, '', 1, 224946, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303472, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224946, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303473, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224946, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303474, '25031858584114', '爽口螺片', 15.00, '', 5, 224946, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303475, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224946, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303476, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224946, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303477, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224946, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303478, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224946, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303479, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224947, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303480, '25031844238132', '腊味三拼', 68.00, '', 2, 224947, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303481, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224947, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303482, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224947, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303483, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224947, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303484, '25031858584114', '爽口螺片', 15.00, '', 4, 224947, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303485, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224947, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303486, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224947, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303487, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224947, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303488, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224948, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303489, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224948, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303490, '25031844238132', '腊味三拼', 68.00, '', 3, 224948, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303491, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224948, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303492, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224948, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303493, '25031858584114', '爽口螺片', 15.00, '', 8, 224948, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224948, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303495, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224948, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303496, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224948, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303497, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224949, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303498, '25031844238132', '腊味三拼', 68.00, '', 3, 224949, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303499, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224949, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303500, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224949, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303501, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224949, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303502, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224949, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303503, '25031858584114', '爽口螺片', 15.00, '', 5, 224949, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303504, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224949, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303505, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224949, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303506, '25031844238132', '腊味三拼', 68.00, '', 2, 224950, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303507, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224950, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303508, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224950, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303509, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224950, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303510, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224950, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303511, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224950, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303512, '25031858584114', '爽口螺片', 15.00, '', 8, 224950, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303513, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224950, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303514, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224950, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303515, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224951, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303516, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224951, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303517, '25031844238132', '腊味三拼', 68.00, '', 3, 224951, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303518, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224951, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303519, '25031858584114', '爽口螺片', 15.00, '', 5, 224951, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303520, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224951, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303521, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224951, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303522, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224951, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303523, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224951, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303524, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224952, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303525, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224952, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224952, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303527, '25031844238132', '腊味三拼', 68.00, '', 2, 224952, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303528, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224952, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303529, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224952, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303530, '25031858584114', '爽口螺片', 15.00, '', 3, 224952, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303531, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224952, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303532, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224952, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303533, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224953, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303534, '25031844238132', '腊味三拼', 68.00, '', 1, 224953, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303535, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224953, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303536, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224953, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303537, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224953, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303538, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224953, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303539, '25031858584114', '爽口螺片', 15.00, '', 6, 224953, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303540, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224953, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303541, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224953, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303542, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224954, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303543, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224954, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303544, '25031844238132', '腊味三拼', 68.00, '', 1, 224954, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303545, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224954, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303546, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224954, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303547, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224954, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303548, '25031858584114', '爽口螺片', 15.00, '', 5, 224954, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303549, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224954, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303550, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224954, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303551, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224955, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303552, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224955, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303553, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224955, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303554, '25031844238132', '腊味三拼', 68.00, '', 2, 224955, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303555, '25031858584114', '爽口螺片', 15.00, '', 7, 224955, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303556, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224955, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303557, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224955, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224955, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303559, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224955, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303560, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224956, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303561, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224956, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303562, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224956, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303563, '25031844238132', '腊味三拼', 68.00, '', 2, 224956, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303564, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224956, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303565, '25031858584114', '爽口螺片', 15.00, '', 4, 224956, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303566, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224956, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303567, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224956, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303568, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224956, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303569, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224957, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224957, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303571, '25031844238132', '腊味三拼', 68.00, '', 2, 224957, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303572, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224957, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303573, '25031858584114', '爽口螺片', 15.00, '', 3, 224957, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303574, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224957, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303575, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224957, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303576, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224957, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303577, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224957, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303578, '25031844238132', '腊味三拼', 68.00, '', 2, 224958, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303579, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224958, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303580, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224958, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303581, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224958, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303582, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224958, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303583, '25031858584114', '爽口螺片', 15.00, '', 4, 224958, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303584, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224958, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303585, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224958, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303586, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224958, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303587, '25031844238132', '腊味三拼', 68.00, '', 2, 224959, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303588, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224959, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303589, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224959, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303590, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224959, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303591, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224959, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303592, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224959, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303593, '25031858584114', '爽口螺片', 15.00, '', 4, 224959, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303594, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224959, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303595, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224959, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303596, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224960, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303597, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224960, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303598, '25031844238132', '腊味三拼', 68.00, '', 2, 224960, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303599, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224960, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303600, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224960, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303601, '25031858584114', '爽口螺片', 15.00, '', 7, 224960, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303602, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224960, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303603, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224960, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303604, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224960, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303605, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224961, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303606, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224961, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303607, '25031844238132', '腊味三拼', 68.00, '', 3, 224961, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303608, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224961, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303609, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224961, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303610, '25031858584114', '爽口螺片', 15.00, '', 11, 224961, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303611, '25031812369149', '九转盘龙鳝', 128.00, '', 11, 224961, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224961, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303613, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224961, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303614, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224962, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303615, '25031844238132', '腊味三拼', 68.00, '', 2, 224962, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303616, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224962, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303617, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224962, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303618, '25031858584114', '爽口螺片', 15.00, '', 6, 224962, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303619, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224962, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303620, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224962, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303621, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224962, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303622, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224962, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303623, '25031844238132', '腊味三拼', 68.00, '', 2, 224963, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303624, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224963, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303625, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224963, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303626, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224963, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303627, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224963, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303628, '25031858584114', '爽口螺片', 15.00, '', 6, 224963, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303629, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224963, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224963, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303631, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224963, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303632, '25031844238132', '腊味三拼', 68.00, '', 1, 224964, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303633, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224964, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303634, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224964, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303635, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224964, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303636, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224964, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303637, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224964, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303638, '25031858584114', '爽口螺片', 15.00, '', 5, 224964, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303639, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224964, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303640, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224964, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303641, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224965, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303642, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224965, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303643, '25031844238132', '腊味三拼', 68.00, '', 2, 224965, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303644, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224965, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303645, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224965, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303646, '25031858584114', '爽口螺片', 15.00, '', 7, 224965, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303647, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224965, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303648, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224965, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303649, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224965, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303650, '25031844238132', '腊味三拼', 68.00, '', 3, 224966, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303651, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224966, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303652, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224966, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303653, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224966, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303654, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224966, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303655, '25031858584114', '爽口螺片', 15.00, '', 4, 224966, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303656, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224966, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303657, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224966, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303658, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224966, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303659, '25031844238132', '腊味三拼', 68.00, '', 3, 224967, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303660, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224967, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303661, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224967, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303662, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224967, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303663, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224967, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303664, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224967, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303665, '25031858584114', '爽口螺片', 15.00, '', 8, 224967, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303666, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224967, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303667, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224967, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303668, '25031844238132', '腊味三拼', 68.00, '', 3, 224968, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303669, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224968, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303670, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224968, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303671, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224968, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303672, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224968, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303673, '25031858584114', '爽口螺片', 15.00, '', 4, 224968, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303674, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224968, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303675, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224968, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303676, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224968, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303677, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224969, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303678, '25031844238132', '腊味三拼', 68.00, '', 2, 224969, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303679, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224969, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303680, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224969, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303681, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224969, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303682, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224969, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303683, '25031858584114', '爽口螺片', 15.00, '', 4, 224969, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303684, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224969, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303685, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224969, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303686, '25031844238132', '腊味三拼', 68.00, '', 1, 224970, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303687, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224970, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303688, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224970, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303689, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224970, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303690, '25031858584114', '爽口螺片', 15.00, '', 8, 224970, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303691, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224970, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303692, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224970, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303693, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224970, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303694, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224970, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303695, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224971, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303696, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224971, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303697, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224971, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303698, '25031844238132', '腊味三拼', 68.00, '', 2, 224971, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303699, '25031858584114', '爽口螺片', 15.00, '', 9, 224971, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303700, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224971, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303701, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224971, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303702, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224971, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303703, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224971, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303704, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224972, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303705, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224972, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303706, '25031844238132', '腊味三拼', 68.00, '', 2, 224972, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303707, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224972, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303708, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224972, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303709, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224972, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303710, '25031858584114', '爽口螺片', 15.00, '', 5, 224972, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303711, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224972, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303712, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224972, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303713, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224973, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303714, '25031844238132', '腊味三拼', 68.00, '', 2, 224973, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303715, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224973, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303716, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224973, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303717, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224973, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303718, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224973, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303719, '25031858584114', '爽口螺片', 15.00, '', 7, 224973, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303720, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224973, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303721, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224973, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303722, '25031844238132', '腊味三拼', 68.00, '', 3, 224974, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303723, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224974, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303724, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224974, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303725, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224974, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303726, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224974, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303727, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224974, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303728, '25031858584114', '爽口螺片', 15.00, '', 4, 224974, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303729, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224974, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303730, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224974, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303731, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224975, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303732, '25031844238132', '腊味三拼', 68.00, '', 2, 224975, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303733, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224975, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303734, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224975, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303735, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224975, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303736, '25031858584114', '爽口螺片', 15.00, '', 7, 224975, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303737, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224975, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303738, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224975, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303739, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224975, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303740, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224976, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303741, '25031844238132', '腊味三拼', 68.00, '', 2, 224976, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303742, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224976, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303743, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224976, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303744, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224976, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303745, '25031858584114', '爽口螺片', 15.00, '', 4, 224976, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303746, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224976, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303747, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224976, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303748, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224976, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303749, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224977, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303750, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224977, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303751, '25031844238132', '腊味三拼', 68.00, '', 2, 224977, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303752, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224977, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303753, '25031858584114', '爽口螺片', 15.00, '', 2, 224977, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303754, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 224977, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303755, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 224977, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303756, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224977, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303757, '25031844238132', '腊味三拼', 68.00, '', 1, 224978, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303758, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224978, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303759, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224978, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303760, '25031858584114', '爽口螺片', 15.00, '', 5, 224978, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303761, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224978, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303762, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224978, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303763, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224978, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303764, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224978, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303765, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224979, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303766, '25031844238132', '腊味三拼', 68.00, '', 2, 224979, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303767, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224979, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303768, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224979, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303769, '25031858584114', '爽口螺片', 15.00, '', 9, 224979, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303770, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224979, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303771, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224979, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303772, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 224979, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303773, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 224979, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303774, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224980, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303775, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224980, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303776, '25031844238132', '腊味三拼', 68.00, '', 3, 224980, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303777, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224980, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303778, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224980, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303779, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224980, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303780, '25031858584114', '爽口螺片', 15.00, '', 6, 224980, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303781, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224980, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303782, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224980, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303783, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224981, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303784, '25031844238132', '腊味三拼', 68.00, '', 3, 224981, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303785, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 224981, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303786, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224981, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303787, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 11, 224981, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303788, '25031858584114', '爽口螺片', 15.00, '', 10, 224981, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303789, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224981, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303790, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224981, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303791, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224981, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303792, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224982, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303793, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224982, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303794, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224982, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303795, '25031844238132', '腊味三拼', 68.00, '', 3, 224982, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303796, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224982, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303797, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224982, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303798, '25031858584114', '爽口螺片', 15.00, '', 6, 224982, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224982, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303800, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224982, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303801, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224983, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303802, '25031844238132', '腊味三拼', 68.00, '', 1, 224983, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303803, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224983, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303804, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224983, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303805, '25031858584114', '爽口螺片', 15.00, '', 3, 224983, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303806, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224983, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303807, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224983, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303808, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224983, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303809, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224983, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303810, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224984, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303811, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224984, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303812, '25031844238132', '腊味三拼', 68.00, '', 1, 224984, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303813, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224984, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303814, '25031858584114', '爽口螺片', 15.00, '', 4, 224984, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303815, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224984, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303816, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224984, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303817, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224984, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303818, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224984, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303819, '25031844238132', '腊味三拼', 68.00, '', 2, 224985, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303820, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224985, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303821, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224985, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303822, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224985, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303823, '25031858584114', '爽口螺片', 15.00, '', 4, 224985, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303824, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224985, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303825, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224985, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224985, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303827, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 224985, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303828, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224986, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303829, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224986, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303830, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224986, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303831, '25031844238132', '腊味三拼', 68.00, '', 4, 224986, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303832, '25031858584114', '爽口螺片', 15.00, '', 10, 224986, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303833, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 11, 224986, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303834, '25031812369149', '九转盘龙鳝', 128.00, '', 11, 224986, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303835, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224986, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303836, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224986, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303837, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224987, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303838, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224987, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303839, '25031844238132', '腊味三拼', 68.00, '', 2, 224987, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303840, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224987, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303841, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224987, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303842, '25031858584114', '爽口螺片', 15.00, '', 6, 224987, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303843, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224987, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303844, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224987, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303845, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224987, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303846, '25031844238132', '腊味三拼', 68.00, '', 4, 224988, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303847, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 224988, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303848, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224988, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303849, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 224988, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303850, '25031858584114', '爽口螺片', 15.00, '', 5, 224988, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303851, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224988, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303852, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224988, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303853, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224988, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303854, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 224988, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303855, '25031844238132', '腊味三拼', 68.00, '', 2, 224989, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303856, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224989, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303857, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224989, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303858, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224989, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303859, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 224989, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303860, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 224989, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303861, '25031858584114', '爽口螺片', 15.00, '', 5, 224989, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303862, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224989, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303863, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224989, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303864, '25031844238132', '腊味三拼', 68.00, '', 2, 224990, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303865, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224990, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303866, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224990, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303867, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224990, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303868, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 224990, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303869, '25031858584114', '爽口螺片', 15.00, '', 10, 224990, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303870, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 224990, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303871, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224990, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303872, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224990, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303873, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224991, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303874, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224991, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303875, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224991, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303876, '25031844238132', '腊味三拼', 68.00, '', 3, 224991, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303877, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 224991, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303878, '25031858584114', '爽口螺片', 15.00, '', 7, 224991, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303879, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 224991, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303880, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224991, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303881, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224991, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303882, '25031844238132', '腊味三拼', 68.00, '', 2, 224992, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303883, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224992, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303884, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224992, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303885, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224992, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303886, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224992, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303887, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224992, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303888, '25031858584114', '爽口螺片', 15.00, '', 5, 224992, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303889, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224992, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303890, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224992, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303891, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224993, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303892, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224993, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303893, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224993, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303894, '25031844238132', '腊味三拼', 68.00, '', 1, 224993, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303895, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224993, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303896, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224993, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303897, '25031858584114', '爽口螺片', 15.00, '', 3, 224993, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303898, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 224993, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303899, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 224993, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303900, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 224994, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303901, '25031844238132', '腊味三拼', 68.00, '', 2, 224994, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303902, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224994, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303903, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224994, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303904, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 224994, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303905, '25031858584114', '爽口螺片', 15.00, '', 10, 224994, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303906, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 224994, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303907, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 224994, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303908, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224994, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303909, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224995, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303910, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224995, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303911, '25031844238132', '腊味三拼', 68.00, '', 3, 224995, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303912, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224995, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303913, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224995, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303914, '25031858584114', '爽口螺片', 15.00, '', 4, 224995, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303915, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224995, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303916, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224995, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303917, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224995, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303918, '25031844238132', '腊味三拼', 68.00, '', 2, 224996, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303919, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 224996, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303920, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224996, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303921, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224996, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303922, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 224996, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303923, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 224996, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303924, '25031858584114', '爽口螺片', 15.00, '', 6, 224996, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303925, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 224996, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303926, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 224996, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303927, '25031844238132', '腊味三拼', 68.00, '', 2, 224997, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303928, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224997, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303929, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224997, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303930, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 224997, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303931, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 224997, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303932, '25031858584114', '爽口螺片', 15.00, '', 7, 224997, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303933, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 224997, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303934, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 224997, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303935, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 224997, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303936, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 224998, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303937, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 224998, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303938, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 224998, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303939, '25031844238132', '腊味三拼', 68.00, '', 1, 224998, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303940, '25031858584114', '爽口螺片', 15.00, '', 5, 224998, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303941, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 224998, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303942, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 224998, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303943, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224998, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303944, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 224998, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303945, '25031844238132', '腊味三拼', 68.00, '', 3, 224999, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303946, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 224999, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303947, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 224999, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303948, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 224999, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303949, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 224999, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303950, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 224999, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303951, '25031858584114', '爽口螺片', 15.00, '', 4, 224999, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303952, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 224999, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303953, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 224999, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303954, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225000, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303955, '25031844238132', '腊味三拼', 68.00, '', 2, 225000, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303956, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225000, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303957, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225000, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303958, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225000, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303959, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225000, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303960, '25031858584114', '爽口螺片', 15.00, '', 2, 225000, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303961, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225000, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303962, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225000, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303963, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225001, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303964, '25031844238132', '腊味三拼', 68.00, '', 2, 225001, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303965, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225001, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303966, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225001, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303967, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225001, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303968, '25031858584114', '爽口螺片', 15.00, '', 5, 225001, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303969, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225001, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303970, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225001, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303971, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225001, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303972, '25031844238132', '腊味三拼', 68.00, '', 3, 225002, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303973, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225002, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303974, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225002, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303975, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225002, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303976, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225002, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303977, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225002, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303978, '25031858584114', '爽口螺片', 15.00, '', 6, 225002, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303979, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225002, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303980, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225002, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303981, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225003, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303982, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225003, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303983, '25031844238132', '腊味三拼', 68.00, '', 3, 225003, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303984, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225003, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303985, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225003, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303986, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225003, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303987, '25031858584114', '爽口螺片', 15.00, '', 9, 225003, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303988, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225003, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303989, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225003, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303990, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225004, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303991, '25031844238132', '腊味三拼', 68.00, '', 1, 225004, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225004, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303993, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225004, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303994, '25031858584114', '爽口螺片', 15.00, '', 7, 225004, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303995, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225004, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303996, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225004, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303997, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225004, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303998, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225004, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2303999, '25031844238132', '腊味三拼', 68.00, '', 2, 225005, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304000, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225005, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304001, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225005, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304002, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225005, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304003, '25031858584114', '爽口螺片', 15.00, '', 9, 225005, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304004, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225005, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304005, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225005, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304006, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225005, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225005, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304008, '25031844238132', '腊味三拼', 68.00, '', 1, 225006, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304009, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225006, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304010, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225006, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304011, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225006, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304012, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225006, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304013, '25031858584114', '爽口螺片', 15.00, '', 3, 225006, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225006, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304015, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225006, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304016, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225006, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304017, '25031844238132', '腊味三拼', 68.00, '', 2, 225007, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304018, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225007, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304019, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225007, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304020, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225007, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304021, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225007, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304022, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225007, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304023, '25031858584114', '爽口螺片', 15.00, '', 5, 225007, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304024, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225007, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304025, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225007, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304026, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225008, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304027, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225008, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304028, '25031844238132', '腊味三拼', 68.00, '', 2, 225008, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304029, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225008, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304030, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225008, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304031, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225008, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304032, '25031858584114', '爽口螺片', 15.00, '', 6, 225008, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225008, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304034, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225008, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304035, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225009, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304036, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225009, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304037, '25031844238132', '腊味三拼', 68.00, '', 2, 225009, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304038, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225009, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304039, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225009, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304040, '25031858584114', '爽口螺片', 15.00, '', 3, 225009, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304041, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225009, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225009, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304043, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225009, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304044, '25031844238132', '腊味三拼', 68.00, '', 2, 225010, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304045, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225010, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304046, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225010, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304047, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225010, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304048, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225010, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304049, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225010, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304050, '25031858584114', '爽口螺片', 15.00, '', 4, 225010, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304051, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225010, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304052, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225010, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304053, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225011, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304054, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225011, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304055, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225011, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304056, '25031844238132', '腊味三拼', 68.00, '', 2, 225011, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304057, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225011, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304058, '25031858584114', '爽口螺片', 15.00, '', 4, 225011, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304059, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225011, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304060, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225011, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304061, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225011, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304062, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225012, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304063, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225012, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304064, '25031844238132', '腊味三拼', 68.00, '', 2, 225012, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304065, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225012, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304066, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225012, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304067, '25031858584114', '爽口螺片', 15.00, '', 8, 225012, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304068, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225012, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304069, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225012, '小吃', 0.00, 100, 196, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304070, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225012, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304071, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225013, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304072, '25031844238132', '腊味三拼', 68.00, '', 2, 225013, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304073, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225013, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304074, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225013, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304075, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225013, '热菜', 0.00, 99, 193, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304076, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225013, '热菜', 0.00, 99, 194, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304077, '25031858584114', '爽口螺片', 15.00, '', 8, 225013, '热菜', 0.00, 99, 195, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304078, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225013, '小吃', 0.00, 100, 197, '2025-03-18 15:23:12', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304079, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225013, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304080, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225014, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304081, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225014, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304082, '25031844238132', '腊味三拼', 68.00, '', 2, 225014, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304083, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225014, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304084, '25031858584114', '爽口螺片', 15.00, '', 2, 225014, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304085, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225014, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304086, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225014, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304087, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225014, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304088, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225014, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304089, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225015, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304090, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225015, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304091, '25031844238132', '腊味三拼', 68.00, '', 2, 225015, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304092, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225015, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304093, '25031858584114', '爽口螺片', 15.00, '', 6, 225015, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304094, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225015, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304095, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225015, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304096, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225015, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304097, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225015, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304098, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225016, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304099, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225016, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304100, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225016, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304101, '25031844238132', '腊味三拼', 68.00, '', 3, 225016, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304102, '25031858584114', '爽口螺片', 15.00, '', 5, 225016, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304103, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225016, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304104, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225016, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304105, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225016, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304106, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225016, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304107, '25031844238132', '腊味三拼', 68.00, '', 2, 225017, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304108, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225017, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304109, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225017, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304110, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225017, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304111, '25031858584114', '爽口螺片', 15.00, '', 3, 225017, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304112, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225017, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304113, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225017, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304114, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225017, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304115, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225017, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304116, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225018, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304117, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225018, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304118, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225018, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304119, '25031844238132', '腊味三拼', 68.00, '', 3, 225018, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304120, '25031858584114', '爽口螺片', 15.00, '', 5, 225018, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304121, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225018, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304122, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225018, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304123, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225018, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304124, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225018, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304125, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225019, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304126, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225019, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304127, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225019, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304128, '25031844238132', '腊味三拼', 68.00, '', 2, 225019, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304129, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225019, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304130, '25031858584114', '爽口螺片', 15.00, '', 2, 225019, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304131, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225019, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225019, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304133, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225020, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304134, '25031844238132', '腊味三拼', 68.00, '', 3, 225020, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304135, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225020, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304136, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225020, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304137, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225020, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304138, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225020, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304139, '25031858584114', '爽口螺片', 15.00, '', 7, 225020, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304140, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225020, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225020, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304142, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225021, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304143, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225021, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304144, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225021, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304145, '25031844238132', '腊味三拼', 68.00, '', 2, 225021, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304146, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225021, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304147, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225021, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304148, '25031858584114', '爽口螺片', 15.00, '', 3, 225021, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304149, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225021, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304150, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225021, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304151, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225022, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304152, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225022, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304153, '25031844238132', '腊味三拼', 68.00, '', 2, 225022, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304154, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225022, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304155, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225022, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304156, '25031858584114', '爽口螺片', 15.00, '', 6, 225022, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304157, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225022, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304158, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225022, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304159, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225022, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304160, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225023, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304161, '25031844238132', '腊味三拼', 68.00, '', 3, 225023, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304162, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225023, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304163, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225023, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304164, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225023, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304165, '25031858584114', '爽口螺片', 15.00, '', 4, 225023, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304166, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225023, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304167, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225023, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304168, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225023, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304169, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225024, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304170, '25031844238132', '腊味三拼', 68.00, '', 2, 225024, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304171, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225024, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304172, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225024, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304173, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225024, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304174, '25031858584114', '爽口螺片', 15.00, '', 5, 225024, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304175, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225024, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304176, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225024, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304177, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225024, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304178, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225025, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304179, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225025, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304180, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225025, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304181, '25031844238132', '腊味三拼', 68.00, '', 3, 225025, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304182, '25031858584114', '爽口螺片', 15.00, '', 9, 225025, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304183, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225025, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304184, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225025, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304185, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225025, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304186, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225025, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304187, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225026, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304188, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225026, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304189, '25031844238132', '腊味三拼', 68.00, '', 2, 225026, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304190, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225026, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304191, '25031858584114', '爽口螺片', 15.00, '', 8, 225026, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304192, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225026, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304193, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225026, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304194, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225026, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304195, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225026, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304196, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225027, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304197, '25031844238132', '腊味三拼', 68.00, '', 1, 225027, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304198, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225027, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304199, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225027, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304200, '25031858584114', '爽口螺片', 15.00, '', 5, 225027, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304201, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225027, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304202, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225027, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304203, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225027, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304204, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225027, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304205, '25031844238132', '腊味三拼', 68.00, '', 2, 225028, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304206, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225028, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304207, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225028, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304208, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225028, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304209, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225028, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304210, '25031858584114', '爽口螺片', 15.00, '', 3, 225028, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304211, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225028, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304212, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225028, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304213, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225028, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304214, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225029, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304215, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225029, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304216, '25031844238132', '腊味三拼', 68.00, '', 2, 225029, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304217, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225029, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304218, '25031858584114', '爽口螺片', 15.00, '', 5, 225029, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304219, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225029, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304220, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225029, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304221, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225029, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304222, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225029, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304223, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225030, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304224, '25031844238132', '腊味三拼', 68.00, '', 1, 225030, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304225, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225030, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304226, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225030, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304227, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225030, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304228, '25031858584114', '爽口螺片', 15.00, '', 5, 225030, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304229, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225030, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304230, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225030, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304231, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225030, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304232, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225031, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304233, '25031844238132', '腊味三拼', 68.00, '', 3, 225031, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304234, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225031, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304235, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225031, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304236, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225031, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304237, '25031858584114', '爽口螺片', 15.00, '', 3, 225031, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304238, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225031, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304239, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225031, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304240, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225031, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304241, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225032, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304242, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225032, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304243, '25031844238132', '腊味三拼', 68.00, '', 1, 225032, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304244, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225032, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304245, '25031858584114', '爽口螺片', 15.00, '', 4, 225032, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304246, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225032, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304247, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225032, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304248, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225032, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304249, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225032, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304250, '25031844238132', '腊味三拼', 68.00, '', 1, 225033, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304251, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225033, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304252, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225033, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304253, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225033, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304254, '25031858584114', '爽口螺片', 15.00, '', 5, 225033, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304255, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225033, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304256, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225033, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304257, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225033, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304258, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225033, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304259, '25031844238132', '腊味三拼', 68.00, '', 3, 225034, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304260, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225034, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304261, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225034, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304262, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225034, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304263, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225034, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304264, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225034, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304265, '25031858584114', '爽口螺片', 15.00, '', 10, 225034, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304266, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225034, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304267, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225034, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304268, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225035, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304269, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225035, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304270, '25031844238132', '腊味三拼', 68.00, '', 1, 225035, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304271, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225035, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304272, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225035, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304273, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225035, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304274, '25031858584114', '爽口螺片', 15.00, '', 6, 225035, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304275, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225035, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304276, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225035, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304277, '25031844238132', '腊味三拼', 68.00, '', 1, 225036, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304278, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225036, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304279, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225036, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304280, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225036, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304281, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225036, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304282, '25031858584114', '爽口螺片', 15.00, '', 3, 225036, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304283, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225036, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304284, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225036, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304285, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225036, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304286, '25031844238132', '腊味三拼', 68.00, '', 1, 225037, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304287, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225037, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304288, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225037, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304289, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225037, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304290, '25031858584114', '爽口螺片', 15.00, '', 3, 225037, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304291, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225037, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304292, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225037, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304293, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225037, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304294, '25031844238132', '腊味三拼', 68.00, '', 4, 225038, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304295, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225038, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304296, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225038, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304297, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225038, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304298, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225038, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304299, '25031858584114', '爽口螺片', 15.00, '', 5, 225038, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304300, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225038, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304301, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225038, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304302, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225038, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304303, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225039, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304304, '25031844238132', '腊味三拼', 68.00, '', 2, 225039, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304305, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225039, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304306, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225039, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304307, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225039, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304308, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225039, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304309, '25031858584114', '爽口螺片', 15.00, '', 3, 225039, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304310, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225039, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304311, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225039, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304312, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225040, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304313, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225040, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304314, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225040, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304315, '25031844238132', '腊味三拼', 68.00, '', 3, 225040, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304316, '25031858584114', '爽口螺片', 15.00, '', 8, 225040, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304317, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225040, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304318, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225040, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304319, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225040, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225040, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304321, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225041, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304322, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225041, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304323, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225041, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304324, '25031844238132', '腊味三拼', 68.00, '', 2, 225041, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304325, '25031858584114', '爽口螺片', 15.00, '', 3, 225041, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304326, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225041, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304327, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225041, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304328, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225041, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304329, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225041, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304330, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225042, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304331, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225042, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304332, '25031844238132', '腊味三拼', 68.00, '', 1, 225042, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304333, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225042, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304334, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225042, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304335, '25031858584114', '爽口螺片', 15.00, '', 5, 225042, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304336, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225042, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304337, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225042, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304338, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225042, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304339, '25031844238132', '腊味三拼', 68.00, '', 1, 225043, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304340, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225043, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304341, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225043, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304342, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225043, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304343, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225043, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304344, '25031858584114', '爽口螺片', 15.00, '', 4, 225043, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304345, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225043, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304346, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225043, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304347, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225043, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304348, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225044, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304349, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225044, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304350, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225044, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304351, '25031844238132', '腊味三拼', 68.00, '', 2, 225044, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304352, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225044, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304353, '25031858584114', '爽口螺片', 15.00, '', 7, 225044, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304354, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225044, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304355, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225044, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304356, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225044, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304357, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225045, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304358, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225045, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304359, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225045, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304360, '25031844238132', '腊味三拼', 68.00, '', 3, 225045, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304361, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225045, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304362, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225045, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304363, '25031858584114', '爽口螺片', 15.00, '', 8, 225045, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304364, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225045, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304365, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225045, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304366, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225046, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304367, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225046, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304368, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225046, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304369, '25031844238132', '腊味三拼', 68.00, '', 1, 225046, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304370, '25031858584114', '爽口螺片', 15.00, '', 7, 225046, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304371, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225046, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304372, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225046, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304373, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225046, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304374, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225046, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304375, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225047, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304376, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225047, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304377, '25031844238132', '腊味三拼', 68.00, '', 2, 225047, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304378, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225047, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304379, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225047, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304380, '25031858584114', '爽口螺片', 15.00, '', 6, 225047, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304381, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225047, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304382, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225047, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304383, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225047, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304384, '25031844238132', '腊味三拼', 68.00, '', 2, 225048, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304385, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225048, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304386, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225048, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225048, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304388, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225048, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304389, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225048, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304390, '25031858584114', '爽口螺片', 15.00, '', 3, 225048, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304391, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225048, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304392, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225048, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304393, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225049, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304394, '25031844238132', '腊味三拼', 68.00, '', 1, 225049, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304395, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225049, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304396, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225049, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304397, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225049, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304398, '25031858584114', '爽口螺片', 15.00, '', 4, 225049, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304399, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225049, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304400, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225049, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304401, '25031844238132', '腊味三拼', 68.00, '', 2, 225050, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304402, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225050, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304403, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225050, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304404, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225050, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304405, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225050, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304406, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225050, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304407, '25031858584114', '爽口螺片', 15.00, '', 5, 225050, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304408, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225050, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304409, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225050, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304410, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225051, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304411, '25031844238132', '腊味三拼', 68.00, '', 2, 225051, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304412, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225051, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304413, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225051, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304414, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225051, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304415, '25031858584114', '爽口螺片', 15.00, '', 6, 225051, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304416, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225051, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304417, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225051, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304418, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225051, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304419, '25031844238132', '腊味三拼', 68.00, '', 2, 225052, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304420, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225052, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304421, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225052, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304422, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225052, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304423, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225052, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304424, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225052, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304425, '25031858584114', '爽口螺片', 15.00, '', 5, 225052, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304426, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225052, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304427, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225052, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304428, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225053, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304429, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225053, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304430, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225053, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304431, '25031844238132', '腊味三拼', 68.00, '', 2, 225053, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304432, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225053, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304433, '25031858584114', '爽口螺片', 15.00, '', 7, 225053, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304434, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225053, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304435, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225053, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304436, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225053, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304437, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225054, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304438, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225054, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304439, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225054, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304440, '25031844238132', '腊味三拼', 68.00, '', 2, 225054, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304441, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225054, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304442, '25031858584114', '爽口螺片', 15.00, '', 6, 225054, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304443, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225054, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304444, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225054, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304445, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225054, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304446, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225055, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304447, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225055, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304448, '25031844238132', '腊味三拼', 68.00, '', 1, 225055, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304449, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225055, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304450, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225055, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304451, '25031858584114', '爽口螺片', 15.00, '', 4, 225055, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304452, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225055, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304453, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225055, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304454, '25031844238132', '腊味三拼', 68.00, '', 2, 225056, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304455, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225056, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304456, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225056, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304457, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225056, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304458, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225056, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304459, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225056, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304460, '25031858584114', '爽口螺片', 15.00, '', 4, 225056, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304461, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225056, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304462, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225056, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304463, '25031844238132', '腊味三拼', 68.00, '', 2, 225057, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304464, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225057, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304465, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225057, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304466, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225057, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304467, '25031858584114', '爽口螺片', 15.00, '', 7, 225057, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304468, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225057, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304469, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225057, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304470, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225057, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304471, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225057, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304472, '25031844238132', '腊味三拼', 68.00, '', 1, 225058, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304473, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225058, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304474, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225058, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304475, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225058, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304476, '25031858584114', '爽口螺片', 15.00, '', 5, 225058, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304477, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225058, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304478, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225058, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304479, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225058, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304480, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225058, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304481, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225059, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304482, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225059, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304483, '25031844238132', '腊味三拼', 68.00, '', 3, 225059, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304484, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225059, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304485, '25031858584114', '爽口螺片', 15.00, '', 8, 225059, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304486, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225059, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304487, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225059, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304488, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225059, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304489, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225059, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304490, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225060, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304491, '25031844238132', '腊味三拼', 68.00, '', 2, 225060, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304492, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225060, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304493, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225060, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225060, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304495, '25031858584114', '爽口螺片', 15.00, '', 4, 225060, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304496, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225060, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304497, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225060, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304498, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225060, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304499, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225061, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304500, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225061, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304501, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225061, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304502, '25031844238132', '腊味三拼', 68.00, '', 2, 225061, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304503, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225061, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304504, '25031858584114', '爽口螺片', 15.00, '', 4, 225061, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304505, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225061, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304506, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225061, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304507, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225061, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304508, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225062, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304509, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225062, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304510, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225062, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304511, '25031844238132', '腊味三拼', 68.00, '', 2, 225062, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304512, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225062, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304513, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225062, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304514, '25031858584114', '爽口螺片', 15.00, '', 5, 225062, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304515, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225062, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304516, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225062, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304517, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225063, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304518, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225063, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304519, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225063, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304520, '25031844238132', '腊味三拼', 68.00, '', 3, 225063, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304521, '25031858584114', '爽口螺片', 15.00, '', 5, 225063, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304522, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225063, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304523, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225063, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304524, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225063, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304525, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225063, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304526, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225064, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304527, '25031844238132', '腊味三拼', 68.00, '', 2, 225064, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304528, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225064, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304529, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225064, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304530, '25031858584114', '爽口螺片', 15.00, '', 6, 225064, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304531, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225064, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304532, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225064, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304533, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225064, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304534, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225064, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304535, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225065, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304536, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225065, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304537, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225065, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304538, '25031844238132', '腊味三拼', 68.00, '', 3, 225065, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304539, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225065, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304540, '25031858584114', '爽口螺片', 15.00, '', 7, 225065, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304541, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225065, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304542, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225065, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304543, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225065, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304544, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225066, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304545, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225066, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304546, '25031844238132', '腊味三拼', 68.00, '', 4, 225066, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304547, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225066, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304548, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225066, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304549, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225066, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304550, '25031858584114', '爽口螺片', 15.00, '', 5, 225066, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304551, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225066, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304552, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225066, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304553, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225067, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304554, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225067, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304555, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225067, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304556, '25031844238132', '腊味三拼', 68.00, '', 2, 225067, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304557, '25031858584114', '爽口螺片', 15.00, '', 7, 225067, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304558, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225067, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304559, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225067, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304560, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225067, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304561, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225067, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304562, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225068, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304563, '25031844238132', '腊味三拼', 68.00, '', 2, 225068, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304564, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225068, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304565, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225068, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304566, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225068, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304567, '25031858584114', '爽口螺片', 15.00, '', 4, 225068, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304568, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225068, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304569, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225068, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304570, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225068, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304571, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225069, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304572, '25031844238132', '腊味三拼', 68.00, '', 2, 225069, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304573, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225069, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304574, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225069, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304575, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225069, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304576, '25031858584114', '爽口螺片', 15.00, '', 5, 225069, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304577, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225069, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304578, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225069, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304579, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225069, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304580, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225070, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304581, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225070, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304582, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225070, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304583, '25031844238132', '腊味三拼', 68.00, '', 1, 225070, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304584, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225070, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304585, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225070, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304586, '25031858584114', '爽口螺片', 15.00, '', 5, 225070, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304587, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225070, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304588, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225070, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304589, '25031844238132', '腊味三拼', 68.00, '', 2, 225071, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304590, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225071, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304591, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225071, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304592, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225071, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304593, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225071, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304594, '25031858584114', '爽口螺片', 15.00, '', 5, 225071, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304595, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225071, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304596, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225071, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304597, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225071, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304598, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225072, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304599, '25031844238132', '腊味三拼', 68.00, '', 2, 225072, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304600, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225072, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304601, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225072, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304602, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225072, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304603, '25031858584114', '爽口螺片', 15.00, '', 5, 225072, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304604, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225072, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304605, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225072, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304606, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225072, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304607, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225073, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304608, '25031844238132', '腊味三拼', 68.00, '', 1, 225073, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304609, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225073, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304610, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225073, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304611, '25031858584114', '爽口螺片', 15.00, '', 5, 225073, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304612, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225073, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304613, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225073, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304614, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225073, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304615, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225073, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225074, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304617, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225074, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304618, '25031844238132', '腊味三拼', 68.00, '', 1, 225074, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304619, '25031858584114', '爽口螺片', 15.00, '', 6, 225074, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304620, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225074, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304621, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225074, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304622, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225074, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304623, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225074, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304624, '25031844238132', '腊味三拼', 68.00, '', 1, 225075, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304625, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225075, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304626, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225075, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304627, '25031858584114', '爽口螺片', 15.00, '', 4, 225075, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304628, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225075, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304629, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225075, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225075, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304631, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225075, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304632, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225076, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304633, '25031844238132', '腊味三拼', 68.00, '', 2, 225076, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304634, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225076, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304635, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225076, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304636, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225076, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304637, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225076, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304638, '25031858584114', '爽口螺片', 15.00, '', 4, 225076, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304639, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225076, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304640, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225076, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304641, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225077, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304642, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225077, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304643, '25031844238132', '腊味三拼', 68.00, '', 2, 225077, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304644, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225077, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304645, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225077, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304646, '25031858584114', '爽口螺片', 15.00, '', 3, 225077, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304647, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225077, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304648, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225077, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304649, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225077, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304650, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225078, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225078, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304652, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225078, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304653, '25031844238132', '腊味三拼', 68.00, '', 2, 225078, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304654, '25031858584114', '爽口螺片', 15.00, '', 2, 225078, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304655, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225078, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304656, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225078, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304657, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225078, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304658, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225078, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304659, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225079, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304660, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225079, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304661, '25031844238132', '腊味三拼', 68.00, '', 1, 225079, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304662, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225079, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304663, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225079, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304664, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225079, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304665, '25031858584114', '爽口螺片', 15.00, '', 7, 225079, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304666, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225079, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304667, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225079, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304668, '25031844238132', '腊味三拼', 68.00, '', 1, 225080, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304669, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225080, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304670, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225080, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304671, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225080, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304672, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225080, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304673, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225080, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304674, '25031858584114', '爽口螺片', 15.00, '', 7, 225080, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304675, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225080, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225080, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304677, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225081, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304678, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225081, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304679, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225081, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304680, '25031844238132', '腊味三拼', 68.00, '', 2, 225081, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304681, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225081, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304682, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225081, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304683, '25031858584114', '爽口螺片', 15.00, '', 8, 225081, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304684, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225081, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304685, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225081, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304686, '25031844238132', '腊味三拼', 68.00, '', 2, 225082, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304687, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225082, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304688, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225082, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304689, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225082, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304690, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225082, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304691, '25031858584114', '爽口螺片', 15.00, '', 8, 225082, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304692, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225082, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304693, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225082, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304694, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225082, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304695, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225083, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304696, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225083, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304697, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225083, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304698, '25031844238132', '腊味三拼', 68.00, '', 2, 225083, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304699, '25031858584114', '爽口螺片', 15.00, '', 3, 225083, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304700, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225083, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304701, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225083, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304702, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225083, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304703, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225083, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304704, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225084, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304705, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225084, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304706, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225084, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304707, '25031844238132', '腊味三拼', 68.00, '', 2, 225084, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304708, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225084, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304709, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225084, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304710, '25031858584114', '爽口螺片', 15.00, '', 7, 225084, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304711, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225084, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304712, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225084, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304713, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225085, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304714, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225085, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304715, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225085, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304716, '25031844238132', '腊味三拼', 68.00, '', 2, 225085, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304717, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225085, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304718, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225085, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304719, '25031858584114', '爽口螺片', 15.00, '', 3, 225085, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304720, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225085, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304721, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225086, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304722, '25031844238132', '腊味三拼', 68.00, '', 2, 225086, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304723, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225086, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304724, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225086, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304725, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225086, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304726, '25031858584114', '爽口螺片', 15.00, '', 6, 225086, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304727, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225086, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304728, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225086, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304729, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225086, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304730, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225087, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304731, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225087, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304732, '25031844238132', '腊味三拼', 68.00, '', 2, 225087, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304733, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225087, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304734, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225087, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304735, '25031858584114', '爽口螺片', 15.00, '', 7, 225087, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304736, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225087, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304737, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225087, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304738, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225087, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304739, '25031844238132', '腊味三拼', 68.00, '', 2, 225088, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304740, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225088, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304741, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225088, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304742, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225088, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304743, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225088, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304744, '25031858584114', '爽口螺片', 15.00, '', 4, 225088, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304745, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225088, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304746, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225088, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304747, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225088, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304748, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225089, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304749, '25031844238132', '腊味三拼', 68.00, '', 1, 225089, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304750, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225089, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304751, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225089, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304752, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225089, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304753, '25031858584114', '爽口螺片', 15.00, '', 5, 225089, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304754, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225089, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304755, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225089, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304756, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225089, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304757, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225090, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304758, '25031844238132', '腊味三拼', 68.00, '', 1, 225090, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304759, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225090, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304760, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225090, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304761, '25031858584114', '爽口螺片', 15.00, '', 7, 225090, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304762, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225090, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304763, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225090, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304764, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225090, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304765, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225090, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304766, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225091, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304767, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225091, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304768, '25031844238132', '腊味三拼', 68.00, '', 2, 225091, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304769, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225091, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304770, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225091, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304771, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225091, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304772, '25031858584114', '爽口螺片', 15.00, '', 5, 225091, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304773, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225091, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304774, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225092, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304775, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225092, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304776, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225092, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304777, '25031844238132', '腊味三拼', 68.00, '', 3, 225092, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304778, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225092, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304779, '25031858584114', '爽口螺片', 15.00, '', 7, 225092, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304780, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225092, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304781, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225092, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304782, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225092, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304783, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225093, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304784, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225093, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304785, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225093, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304786, '25031844238132', '腊味三拼', 68.00, '', 3, 225093, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304787, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225093, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304788, '25031858584114', '爽口螺片', 15.00, '', 6, 225093, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304789, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225093, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304790, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225093, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304791, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225093, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304792, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225094, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304793, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225094, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304794, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225094, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304795, '25031844238132', '腊味三拼', 68.00, '', 3, 225094, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304796, '25031858584114', '爽口螺片', 15.00, '', 9, 225094, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304797, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225094, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304798, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225094, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225094, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304800, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225094, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304801, '25031844238132', '腊味三拼', 68.00, '', 3, 225095, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304802, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225095, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304803, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225095, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304804, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225095, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304805, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225095, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304806, '25031858584114', '爽口螺片', 15.00, '', 9, 225095, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304807, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225095, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304808, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225095, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304809, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225095, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304810, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225096, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304811, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225096, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304812, '25031844238132', '腊味三拼', 68.00, '', 4, 225096, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304813, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225096, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304814, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225096, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304815, '25031858584114', '爽口螺片', 15.00, '', 5, 225096, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304816, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225096, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304817, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225096, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304818, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225096, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304819, '25031844238132', '腊味三拼', 68.00, '', 3, 225097, '凉菜', 0.00, 98, 191, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304820, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225097, '凉菜', 0.00, 98, 192, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304821, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225097, '凉菜', 0.00, 98, 189, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304822, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225097, '凉菜', 0.00, 98, 190, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304823, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225097, '热菜', 0.00, 99, 194, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304824, '25031858584114', '爽口螺片', 15.00, '', 9, 225097, '热菜', 0.00, 99, 195, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304825, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225097, '热菜', 0.00, 99, 193, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304826, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225097, '小吃', 0.00, 100, 196, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304827, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225097, '小吃', 0.00, 100, 197, '2025-03-18 15:23:13', NULL, 0, '13551265325', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304828, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225098, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304829, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225098, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304830, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225098, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304831, '25031844238132', '腊味三拼', 68.00, '', 2, 225098, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304832, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225098, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304833, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225098, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304834, '25031858584114', '爽口螺片', 15.00, '', 3, 225098, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304835, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225098, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304836, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225098, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304837, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225099, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304838, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225099, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304839, '25031858584114', '爽口螺片', 15.00, '', 1, 225099, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304840, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225099, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304841, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225099, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304842, '25031844238132', '腊味三拼', 68.00, '', 1, 225099, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304843, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225100, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304844, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225100, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304845, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225100, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304846, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225100, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304847, '25031858584114', '爽口螺片', 15.00, '', 2, 225100, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304848, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225100, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304849, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225100, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304850, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225101, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304851, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225101, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304852, '25031844238132', '腊味三拼', 68.00, '', 2, 225101, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304853, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225101, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304854, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225101, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304855, '25031858584114', '爽口螺片', 15.00, '', 5, 225101, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304856, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225101, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304857, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225101, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304858, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225101, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304859, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225102, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304860, '25031858584114', '爽口螺片', 15.00, '', 3, 225102, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304861, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225102, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304862, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225102, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304863, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225102, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304864, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225102, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304865, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225103, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304866, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225103, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304867, '25031844238132', '腊味三拼', 68.00, '', 2, 225103, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304868, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225103, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304869, '25031858584114', '爽口螺片', 15.00, '', 5, 225103, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304870, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225103, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304871, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225103, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304872, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225103, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304873, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225103, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304874, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225104, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304875, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225104, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304876, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225104, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304877, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225104, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304878, '25031858584114', '爽口螺片', 15.00, '', 3, 225104, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304879, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225104, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304880, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225104, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304881, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225104, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304882, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225105, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304883, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225105, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304884, '25031844238132', '腊味三拼', 68.00, '', 2, 225105, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304885, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225105, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304886, '25031858584114', '爽口螺片', 15.00, '', 2, 225105, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304887, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225105, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304888, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225105, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304889, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225105, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304890, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225105, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304891, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225106, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304892, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225106, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304893, '25031844238132', '腊味三拼', 68.00, '', 1, 225106, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304894, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225106, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304895, '25031858584114', '爽口螺片', 15.00, '', 6, 225106, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304896, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225106, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304897, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225106, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304898, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225106, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304899, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225106, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304900, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225107, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304901, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225107, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304902, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225107, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304903, '25031858584114', '爽口螺片', 15.00, '', 3, 225107, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304904, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225107, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304905, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225107, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304906, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225107, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304907, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225108, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304908, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225108, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304909, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225108, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304910, '25031844238132', '腊味三拼', 68.00, '', 1, 225108, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304911, '25031858584114', '爽口螺片', 15.00, '', 4, 225108, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304912, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225108, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304913, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225108, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304914, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225108, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304915, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225108, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304916, '25031844238132', '腊味三拼', 68.00, '', 2, 225109, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304917, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225109, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304918, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225109, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304919, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225109, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304920, '25031858584114', '爽口螺片', 15.00, '', 6, 225109, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304921, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225109, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304922, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225109, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304923, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225109, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304924, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225109, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304925, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225110, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304926, '25031844238132', '腊味三拼', 68.00, '', 1, 225110, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304927, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225110, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304928, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225110, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304929, '25031858584114', '爽口螺片', 15.00, '', 2, 225110, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304930, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225110, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304931, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225110, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304932, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225110, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304933, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225110, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304934, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225111, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304935, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225111, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304936, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225111, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304937, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225111, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304938, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225111, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304939, '25031858584114', '爽口螺片', 15.00, '', 2, 225111, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304940, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225111, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304941, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225112, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304942, '25031844238132', '腊味三拼', 68.00, '', 1, 225112, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304943, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225112, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304944, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225112, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304945, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225112, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304946, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225112, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304947, '25031858584114', '爽口螺片', 15.00, '', 3, 225112, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304948, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225112, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304949, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225112, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304950, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225113, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304951, '25031844238132', '腊味三拼', 68.00, '', 1, 225113, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304952, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225113, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304953, '25031858584114', '爽口螺片', 15.00, '', 1, 225113, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304954, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225113, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304955, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225113, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304956, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225113, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304957, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225114, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304958, '25031858584114', '爽口螺片', 15.00, '', 2, 225114, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304959, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225114, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304960, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225114, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304961, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225114, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304962, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225114, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304963, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225115, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304964, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225115, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304965, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225115, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304966, '25031858584114', '爽口螺片', 15.00, '', 4, 225115, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304967, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225115, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304968, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225115, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304969, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225115, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304970, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225116, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304971, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225116, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304972, '25031844238132', '腊味三拼', 68.00, '', 3, 225116, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304973, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225116, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304974, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225116, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304975, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225116, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304976, '25031858584114', '爽口螺片', 15.00, '', 6, 225116, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304977, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225116, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304978, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225116, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304979, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225117, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225117, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304981, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225117, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304982, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225117, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304983, '25031858584114', '爽口螺片', 15.00, '', 1, 225117, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304984, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225117, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304985, '25031844238132', '腊味三拼', 68.00, '', 1, 225117, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304986, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225118, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304987, '25031844238132', '腊味三拼', 68.00, '', 2, 225118, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304988, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225118, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304989, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225118, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304990, '25031858584114', '爽口螺片', 15.00, '', 3, 225118, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304991, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225118, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304992, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225118, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304993, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225118, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304994, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225118, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304995, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225119, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304996, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225119, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304997, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225119, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304998, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225119, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2304999, '25031858584114', '爽口螺片', 15.00, '', 2, 225119, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305000, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225119, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305001, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225119, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305002, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225119, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305003, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225120, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305004, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225120, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305005, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225120, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305006, '25031844238132', '腊味三拼', 68.00, '', 2, 225120, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305007, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225120, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305008, '25031858584114', '爽口螺片', 15.00, '', 2, 225120, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305009, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225120, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305010, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225120, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305011, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225120, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305012, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225121, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305013, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225121, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305014, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225121, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305015, '25031844238132', '腊味三拼', 68.00, '', 2, 225121, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305016, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225121, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305017, '25031858584114', '爽口螺片', 15.00, '', 4, 225121, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305018, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225121, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305019, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225121, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305020, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225121, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305021, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225122, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305022, '25031844238132', '腊味三拼', 68.00, '', 1, 225122, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305023, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225122, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305024, '25031858584114', '爽口螺片', 15.00, '', 3, 225122, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305025, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225122, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305026, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225122, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305027, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225122, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305028, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225123, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305029, '25031844238132', '腊味三拼', 68.00, '', 1, 225123, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305030, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225123, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305031, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225123, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305032, '25031858584114', '爽口螺片', 15.00, '', 2, 225123, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305033, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225123, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305034, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225123, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305035, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225123, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305036, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225123, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305037, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225124, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305038, '25031844238132', '腊味三拼', 68.00, '', 2, 225124, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305039, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225124, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305040, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225124, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305041, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225124, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305042, '25031858584114', '爽口螺片', 15.00, '', 2, 225124, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305043, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225124, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305044, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225124, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305045, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225124, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305046, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225125, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305047, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225125, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305048, '25031844238132', '腊味三拼', 68.00, '', 2, 225125, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305049, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225125, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305050, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225125, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305051, '25031858584114', '爽口螺片', 15.00, '', 3, 225125, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305052, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225125, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305053, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225125, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305054, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225125, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305055, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225126, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305056, '25031844238132', '腊味三拼', 68.00, '', 1, 225126, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305057, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225126, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305058, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225126, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305059, '25031858584114', '爽口螺片', 15.00, '', 2, 225126, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305060, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225126, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225126, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305062, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225126, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305063, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225126, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305064, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225127, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305065, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225127, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305066, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225127, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305067, '25031844238132', '腊味三拼', 68.00, '', 2, 225127, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305068, '25031858584114', '爽口螺片', 15.00, '', 3, 225127, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305069, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225127, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305070, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225127, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305071, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225127, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305072, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225127, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305073, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225128, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305074, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225128, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305075, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225128, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305076, '25031858584114', '爽口螺片', 15.00, '', 1, 225128, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305077, '25031844238132', '腊味三拼', 68.00, '', 1, 225128, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305078, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225128, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305079, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225128, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305080, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225128, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305081, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225129, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305082, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225129, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305083, '25031858584114', '爽口螺片', 15.00, '', 1, 225129, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305084, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225129, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305085, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225129, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305086, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225129, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305087, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225129, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305088, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225130, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305089, '25031844238132', '腊味三拼', 68.00, '', 2, 225130, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305090, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225130, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305091, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225130, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305092, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225130, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305093, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225130, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305094, '25031858584114', '爽口螺片', 15.00, '', 3, 225130, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305095, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225130, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305096, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225130, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305097, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225131, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305098, '25031844238132', '腊味三拼', 68.00, '', 3, 225131, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305099, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225131, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305100, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225131, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305101, '25031858584114', '爽口螺片', 15.00, '', 4, 225131, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305102, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225131, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305103, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225131, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305104, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225131, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305105, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225131, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305106, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225132, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305107, '25031844238132', '腊味三拼', 68.00, '', 2, 225132, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305108, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225132, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305109, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225132, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305110, '25031858584114', '爽口螺片', 15.00, '', 3, 225132, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305111, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225132, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305112, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225132, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305113, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225132, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305114, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225132, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305115, '25031844238132', '腊味三拼', 68.00, '', 1, 225133, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305116, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225133, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305117, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225133, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305118, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225133, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305119, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225133, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305120, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225133, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305121, '25031858584114', '爽口螺片', 15.00, '', 5, 225133, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305122, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225133, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305123, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225133, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305124, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225134, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305125, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225134, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305126, '25031844238132', '腊味三拼', 68.00, '', 1, 225134, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305127, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225134, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305128, '25031858584114', '爽口螺片', 15.00, '', 4, 225134, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305129, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225134, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305130, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225134, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305131, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225134, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225134, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305133, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225135, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305134, '25031844238132', '腊味三拼', 68.00, '', 2, 225135, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305135, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225135, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305136, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225135, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305137, '25031858584114', '爽口螺片', 15.00, '', 4, 225135, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305138, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225135, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305139, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225135, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305140, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225135, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305141, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225135, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225136, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305143, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225136, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305144, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225136, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305145, '25031858584114', '爽口螺片', 15.00, '', 1, 225136, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305146, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225136, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305147, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225136, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305148, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225136, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305149, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225136, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305150, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225137, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305151, '25031844238132', '腊味三拼', 68.00, '', 2, 225137, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305152, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225137, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305153, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225137, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305154, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225137, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305155, '25031858584114', '爽口螺片', 15.00, '', 4, 225137, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225137, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305157, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225137, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305158, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225137, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305159, '25031844238132', '腊味三拼', 68.00, '', 1, 225138, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305160, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225138, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305161, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225138, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305162, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225138, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305163, '25031858584114', '爽口螺片', 15.00, '', 2, 225138, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305164, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225138, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305165, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225138, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305166, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225138, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305167, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225138, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305168, '25031844238132', '腊味三拼', 68.00, '', 1, 225139, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305169, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225139, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305170, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225139, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305171, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225139, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305172, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225139, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305173, '25031858584114', '爽口螺片', 15.00, '', 2, 225139, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305174, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225139, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305175, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225139, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305176, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225139, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305177, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225140, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305178, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225140, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305179, '25031844238132', '腊味三拼', 68.00, '', 2, 225140, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305180, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225140, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305181, '25031858584114', '爽口螺片', 15.00, '', 6, 225140, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305182, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225140, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305183, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225140, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305184, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225140, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305185, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225140, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305186, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225141, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305187, '25031844238132', '腊味三拼', 68.00, '', 1, 225141, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305188, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225141, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305189, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225141, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305190, '25031858584114', '爽口螺片', 15.00, '', 6, 225141, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305191, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225141, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305192, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225141, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305193, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225141, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305194, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225141, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305195, '25031844238132', '腊味三拼', 68.00, '', 2, 225142, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305196, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225142, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305197, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225142, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305198, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225142, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305199, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225142, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305200, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225142, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305201, '25031858584114', '爽口螺片', 15.00, '', 3, 225142, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305202, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225142, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305203, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225142, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305204, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225143, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305205, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225143, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305206, '25031844238132', '腊味三拼', 68.00, '', 1, 225143, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305207, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225143, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305208, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225143, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305209, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225143, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305210, '25031858584114', '爽口螺片', 15.00, '', 1, 225143, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305211, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225143, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305212, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225143, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305213, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225144, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305214, '25031844238132', '腊味三拼', 68.00, '', 2, 225144, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305215, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225144, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305216, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225144, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305217, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225144, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305218, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225144, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305219, '25031858584114', '爽口螺片', 15.00, '', 4, 225144, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305220, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225144, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305221, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225144, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305222, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225145, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305223, '25031844238132', '腊味三拼', 68.00, '', 1, 225145, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305224, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225145, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305225, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225145, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305226, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225145, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305227, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225145, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305228, '25031858584114', '爽口螺片', 15.00, '', 1, 225145, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305229, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225145, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305230, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225145, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305231, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225146, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305232, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225146, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305233, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225146, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305234, '25031844238132', '腊味三拼', 68.00, '', 1, 225146, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305235, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225146, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305236, '25031858584114', '爽口螺片', 15.00, '', 4, 225146, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305237, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225146, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305238, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225146, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305239, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225147, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305240, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225147, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225147, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305242, '25031858584114', '爽口螺片', 15.00, '', 3, 225147, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305243, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225147, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305244, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225147, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305245, '25031844238132', '腊味三拼', 68.00, '', 2, 225148, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305246, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225148, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305247, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225148, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305248, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225148, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305249, '25031858584114', '爽口螺片', 15.00, '', 4, 225148, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305250, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225148, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305251, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225148, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305252, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225148, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305253, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225148, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305254, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225149, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305255, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225149, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305256, '25031858584114', '爽口螺片', 15.00, '', 2, 225149, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305257, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225149, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305258, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225149, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305259, '25031844238132', '腊味三拼', 68.00, '', 1, 225149, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305260, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225149, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305261, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225149, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305262, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225150, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305263, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225150, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305264, '25031858584114', '爽口螺片', 15.00, '', 2, 225150, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305265, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225150, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305266, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225150, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305267, '25031844238132', '腊味三拼', 68.00, '', 1, 225150, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305268, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225150, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305269, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225150, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305270, '25031844238132', '腊味三拼', 68.00, '', 1, 225151, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305271, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225151, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305272, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225151, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305273, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225151, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305274, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225151, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305275, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225151, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305276, '25031858584114', '爽口螺片', 15.00, '', 3, 225151, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305277, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225151, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305278, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225151, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305279, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225152, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305280, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225152, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305281, '25031844238132', '腊味三拼', 68.00, '', 1, 225152, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305282, '25031858584114', '爽口螺片', 15.00, '', 2, 225152, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305283, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225152, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305284, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225152, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305285, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225152, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305286, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225152, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305287, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225153, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305288, '25031844238132', '腊味三拼', 68.00, '', 2, 225153, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305289, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225153, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305290, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225153, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305291, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225153, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305292, '25031858584114', '爽口螺片', 15.00, '', 6, 225153, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225153, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305294, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225153, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305295, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225153, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305296, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225154, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305297, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225154, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305298, '25031844238132', '腊味三拼', 68.00, '', 1, 225154, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305299, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225154, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305300, '25031858584114', '爽口螺片', 15.00, '', 3, 225154, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305301, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225154, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305302, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225154, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305303, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225154, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305304, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225154, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305305, '25031844238132', '腊味三拼', 68.00, '', 1, 225155, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305306, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225155, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225155, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305308, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225155, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305309, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225155, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305310, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225155, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305311, '25031858584114', '爽口螺片', 15.00, '', 3, 225155, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305312, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225155, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305313, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225155, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225156, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305315, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225156, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305316, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225156, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305317, '25031858584114', '爽口螺片', 15.00, '', 1, 225156, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305318, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225156, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305319, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225156, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305320, '25031844238132', '腊味三拼', 68.00, '', 1, 225156, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305321, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225156, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305322, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225157, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305323, '25031844238132', '腊味三拼', 68.00, '', 1, 225157, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305324, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225157, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305325, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225157, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305326, '25031858584114', '爽口螺片', 15.00, '', 2, 225157, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305327, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225157, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305328, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225157, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305329, '25031844238132', '腊味三拼', 68.00, '', 1, 225158, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305330, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225158, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305331, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225158, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305332, '25031858584114', '爽口螺片', 15.00, '', 3, 225158, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305333, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225158, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305334, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225158, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305335, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225158, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305336, '25031844238132', '腊味三拼', 68.00, '', 2, 225159, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305337, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225159, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305338, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225159, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305339, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225159, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305340, '25031858584114', '爽口螺片', 15.00, '', 2, 225159, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225159, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305342, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225159, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305343, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225159, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305344, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225159, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305345, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225160, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305346, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225160, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305347, '25031844238132', '腊味三拼', 68.00, '', 2, 225160, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305348, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225160, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305349, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225160, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305350, '25031858584114', '爽口螺片', 15.00, '', 2, 225160, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305351, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225160, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305352, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225160, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305353, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225160, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305354, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225161, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305355, '25031844238132', '腊味三拼', 68.00, '', 2, 225161, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305356, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225161, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305357, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225161, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305358, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225161, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305359, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225161, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305360, '25031858584114', '爽口螺片', 15.00, '', 4, 225161, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305361, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225161, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305362, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225161, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305363, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225162, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305364, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225162, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305365, '25031858584114', '爽口螺片', 15.00, '', 1, 225162, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305366, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225162, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305367, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225162, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305368, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225162, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305369, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225163, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305370, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225163, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305371, '25031844238132', '腊味三拼', 68.00, '', 2, 225163, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305372, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225163, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305373, '25031858584114', '爽口螺片', 15.00, '', 5, 225163, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305374, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225163, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305375, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225163, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305376, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225163, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305377, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225164, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305378, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225164, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305379, '25031858584114', '爽口螺片', 15.00, '', 1, 225164, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305380, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225164, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305381, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225164, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305382, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225164, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305383, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225165, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305384, '25031844238132', '腊味三拼', 68.00, '', 1, 225165, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305385, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225165, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305386, '25031858584114', '爽口螺片', 15.00, '', 6, 225165, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305387, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225165, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305388, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225165, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305389, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225165, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305390, '25031844238132', '腊味三拼', 68.00, '', 1, 225166, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305391, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225166, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305392, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225166, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305393, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225166, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305394, '25031858584114', '爽口螺片', 15.00, '', 2, 225166, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305395, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225166, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305396, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225166, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305397, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225166, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305398, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225166, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305399, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225167, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305400, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225167, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305401, '25031844238132', '腊味三拼', 68.00, '', 2, 225167, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305402, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225167, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305403, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225167, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305404, '25031858584114', '爽口螺片', 15.00, '', 4, 225167, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305405, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225167, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225167, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305407, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225167, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305408, '25031844238132', '腊味三拼', 68.00, '', 1, 225168, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305409, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225168, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305410, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225168, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305411, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225168, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305412, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225168, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305413, '25031858584114', '爽口螺片', 15.00, '', 3, 225168, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305414, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225168, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305415, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225168, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305416, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225168, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305417, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225169, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305418, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225169, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305419, '25031858584114', '爽口螺片', 15.00, '', 2, 225169, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305420, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225169, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305421, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225169, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305422, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225169, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305423, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225169, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305424, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225169, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305425, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225170, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305426, '25031844238132', '腊味三拼', 68.00, '', 1, 225170, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305427, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225170, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305428, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225170, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305429, '25031858584114', '爽口螺片', 15.00, '', 1, 225170, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305430, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225170, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305431, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225170, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305432, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225170, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305433, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225170, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305434, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225171, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305435, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225171, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305436, '25031844238132', '腊味三拼', 68.00, '', 1, 225171, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305437, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225171, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305438, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225171, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305439, '25031858584114', '爽口螺片', 15.00, '', 3, 225171, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305440, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225171, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305441, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225171, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305442, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225171, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305443, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225172, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305444, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225172, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305445, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225172, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305446, '25031844238132', '腊味三拼', 68.00, '', 2, 225172, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305447, '25031858584114', '爽口螺片', 15.00, '', 4, 225172, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305448, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225172, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305449, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225172, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305450, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225172, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305451, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225172, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305452, '25031844238132', '腊味三拼', 68.00, '', 2, 225173, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305453, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225173, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225173, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305455, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225173, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305456, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225173, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305457, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225173, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305458, '25031858584114', '爽口螺片', 15.00, '', 2, 225173, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305459, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225173, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305460, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225173, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305461, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225174, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305462, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225174, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305463, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225174, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305464, '25031844238132', '腊味三拼', 68.00, '', 2, 225174, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305465, '25031858584114', '爽口螺片', 15.00, '', 5, 225174, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305466, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225174, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305467, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225174, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305468, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225174, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305469, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225174, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305470, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225175, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305471, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225175, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305472, '25031844238132', '腊味三拼', 68.00, '', 1, 225175, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305473, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225175, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305474, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225175, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305475, '25031858584114', '爽口螺片', 15.00, '', 2, 225175, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305476, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225175, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305477, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225175, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305478, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225176, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305479, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225176, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305480, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225176, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305481, '25031844238132', '腊味三拼', 68.00, '', 2, 225176, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305482, '25031858584114', '爽口螺片', 15.00, '', 5, 225176, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305483, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225176, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305484, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225176, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305485, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225176, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305486, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225177, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305487, '25031844238132', '腊味三拼', 68.00, '', 1, 225177, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305488, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225177, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305489, '25031858584114', '爽口螺片', 15.00, '', 1, 225177, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305490, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225177, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305491, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225177, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305492, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225177, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305493, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225177, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305494, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225178, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305495, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225178, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305496, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225178, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305497, '25031844238132', '腊味三拼', 68.00, '', 1, 225178, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305498, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225178, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305499, '25031858584114', '爽口螺片', 15.00, '', 3, 225178, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305500, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225178, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305501, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225178, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305502, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225178, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305503, '25031844238132', '腊味三拼', 68.00, '', 2, 225179, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305504, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225179, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305505, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225179, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305506, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225179, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305507, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225179, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305508, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225179, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305509, '25031858584114', '爽口螺片', 15.00, '', 4, 225179, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305510, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225179, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305511, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225179, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305512, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225180, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305513, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225180, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305514, '25031844238132', '腊味三拼', 68.00, '', 1, 225180, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225180, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305516, '25031858584114', '爽口螺片', 15.00, '', 4, 225180, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305517, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225180, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305518, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225180, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305519, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225180, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305520, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225180, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305521, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225181, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305522, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225181, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305523, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225181, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305524, '25031844238132', '腊味三拼', 68.00, '', 2, 225181, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305525, '25031858584114', '爽口螺片', 15.00, '', 3, 225181, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305526, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225181, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305527, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225181, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305528, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225181, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305529, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225181, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305530, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225182, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305531, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225182, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305532, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225182, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305533, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225182, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305534, '25031858584114', '爽口螺片', 15.00, '', 3, 225182, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305535, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225182, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305536, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225182, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305537, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225183, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305538, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225183, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305539, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225183, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305540, '25031844238132', '腊味三拼', 68.00, '', 1, 225183, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305541, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225183, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305542, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225183, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305543, '25031858584114', '爽口螺片', 15.00, '', 5, 225183, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305544, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225183, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305545, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225183, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305546, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225184, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305547, '25031844238132', '腊味三拼', 68.00, '', 3, 225184, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305548, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225184, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305549, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225184, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305550, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225184, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305551, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225184, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305552, '25031858584114', '爽口螺片', 15.00, '', 6, 225184, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305553, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225184, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305554, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225184, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305555, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225185, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305556, '25031844238132', '腊味三拼', 68.00, '', 2, 225185, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305557, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225185, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305558, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225185, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305559, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225185, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305560, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225185, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305561, '25031858584114', '爽口螺片', 15.00, '', 2, 225185, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305562, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225185, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305563, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225185, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305564, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225186, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305565, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225186, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305566, '25031844238132', '腊味三拼', 68.00, '', 1, 225186, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305567, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225186, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305568, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225186, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305569, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225186, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305570, '25031858584114', '爽口螺片', 15.00, '', 3, 225186, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305571, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225186, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305572, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225186, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305573, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225187, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305574, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225187, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305575, '25031844238132', '腊味三拼', 68.00, '', 2, 225187, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305576, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225187, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305577, '25031858584114', '爽口螺片', 15.00, '', 3, 225187, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305578, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225187, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305579, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225187, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305580, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225187, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305581, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225187, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305582, '25031844238132', '腊味三拼', 68.00, '', 2, 225188, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305583, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225188, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305584, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225188, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305585, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225188, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305586, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225188, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305587, '25031858584114', '爽口螺片', 15.00, '', 4, 225188, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305588, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225188, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305589, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225188, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305590, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225188, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305591, '25031844238132', '腊味三拼', 68.00, '', 2, 225189, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305592, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225189, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305593, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225189, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305594, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225189, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305595, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225189, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305596, '25031858584114', '爽口螺片', 15.00, '', 4, 225189, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305597, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225189, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305598, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225189, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305599, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225189, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305600, '25031844238132', '腊味三拼', 68.00, '', 2, 225190, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305601, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225190, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305602, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225190, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305603, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225190, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305604, '25031858584114', '爽口螺片', 15.00, '', 3, 225190, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305605, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225190, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305606, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225190, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305607, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225190, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305608, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225190, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305609, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225191, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305610, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225191, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305611, '25031858584114', '爽口螺片', 15.00, '', 2, 225191, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305612, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225191, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305613, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225191, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305614, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225191, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305615, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225192, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305616, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225192, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305617, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225192, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305618, '25031844238132', '腊味三拼', 68.00, '', 1, 225192, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305619, '25031858584114', '爽口螺片', 15.00, '', 3, 225192, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305620, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225192, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305621, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225192, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305622, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225192, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305623, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225192, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305624, '25031844238132', '腊味三拼', 68.00, '', 1, 225193, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305625, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225193, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305626, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225193, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305627, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225193, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305628, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225193, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305629, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225193, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305630, '25031858584114', '爽口螺片', 15.00, '', 6, 225193, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305631, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225193, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305632, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225193, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305633, '25031844238132', '腊味三拼', 68.00, '', 1, 225194, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305634, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225194, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305635, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225194, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305636, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225194, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305637, '25031858584114', '爽口螺片', 15.00, '', 6, 225194, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305638, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225194, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305639, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225194, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305640, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225194, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305641, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225194, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305642, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225195, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305643, '25031844238132', '腊味三拼', 68.00, '', 2, 225195, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305644, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225195, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305645, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225195, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305646, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225195, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305647, '25031858584114', '爽口螺片', 15.00, '', 4, 225195, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305648, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225195, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305649, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225195, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305650, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225195, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225196, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305652, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225196, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305653, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225196, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305654, '25031844238132', '腊味三拼', 68.00, '', 1, 225196, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305655, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225196, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305656, '25031858584114', '爽口螺片', 15.00, '', 4, 225196, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305657, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225196, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305658, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225196, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305659, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225196, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305660, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225197, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305661, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225197, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305662, '25031844238132', '腊味三拼', 68.00, '', 1, 225197, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305663, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225197, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305664, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225197, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305665, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225197, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305666, '25031858584114', '爽口螺片', 15.00, '', 3, 225197, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305667, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225197, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305668, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225197, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305669, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225198, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305670, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225198, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305671, '25031844238132', '腊味三拼', 68.00, '', 1, 225198, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305672, '25031858584114', '爽口螺片', 15.00, '', 2, 225198, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305673, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225198, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305674, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225198, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305675, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225198, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225198, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305677, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225199, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305678, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225199, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305679, '25031844238132', '腊味三拼', 68.00, '', 1, 225199, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305680, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225199, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305681, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225199, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305682, '25031858584114', '爽口螺片', 15.00, '', 4, 225199, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305683, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225199, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305684, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225199, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305685, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225199, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305686, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225200, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305687, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225200, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305688, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225200, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305689, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225200, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305690, '25031858584114', '爽口螺片', 15.00, '', 1, 225200, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305691, '25031844238132', '腊味三拼', 68.00, '', 1, 225200, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305692, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225200, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305693, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225200, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305694, '25031844238132', '腊味三拼', 68.00, '', 1, 225201, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305695, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225201, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305696, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225201, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305697, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225201, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305698, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225201, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305699, '25031858584114', '爽口螺片', 15.00, '', 1, 225201, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305700, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225201, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305701, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225201, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305702, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225201, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305703, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225202, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305704, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225202, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305705, '25031844238132', '腊味三拼', 68.00, '', 1, 225202, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305706, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225202, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305707, '25031858584114', '爽口螺片', 15.00, '', 1, 225202, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305708, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225202, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225202, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225202, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305711, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225203, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305712, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225203, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305713, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225203, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305714, '25031844238132', '腊味三拼', 68.00, '', 2, 225203, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305715, '25031858584114', '爽口螺片', 15.00, '', 5, 225203, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305716, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225203, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305717, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225203, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305718, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225203, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305719, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225203, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305720, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225204, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305721, '25031858584114', '爽口螺片', 15.00, '', 2, 225204, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305722, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225204, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305723, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225204, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305724, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225204, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305725, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225205, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305726, '25031844238132', '腊味三拼', 68.00, '', 1, 225205, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305727, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225205, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305728, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225205, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305729, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225205, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305730, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225205, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305731, '25031858584114', '爽口螺片', 15.00, '', 5, 225205, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305732, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225205, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305733, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225205, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305734, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225206, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305735, '25031844238132', '腊味三拼', 68.00, '', 1, 225206, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305736, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225206, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305737, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225206, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305738, '25031858584114', '爽口螺片', 15.00, '', 5, 225206, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305739, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225206, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305740, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225206, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305741, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225206, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305742, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225206, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305743, '25031844238132', '腊味三拼', 68.00, '', 1, 225207, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305744, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225207, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305745, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225207, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305746, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225207, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305747, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225207, '热菜', 0.00, 99, 193, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305748, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225207, '热菜', 0.00, 99, 194, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305749, '25031858584114', '爽口螺片', 15.00, '', 6, 225207, '热菜', 0.00, 99, 195, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305750, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225207, '小吃', 0.00, 100, 197, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305751, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225207, '小吃', 0.00, 100, 196, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305752, '25031844238132', '腊味三拼', 68.00, '', 3, 225208, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305753, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225208, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305754, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225208, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:49', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305755, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225208, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305756, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225208, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305757, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225208, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305758, '25031858584114', '爽口螺片', 15.00, '', 7, 225208, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305759, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225208, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305760, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225208, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305761, '25031844238132', '腊味三拼', 68.00, '', 3, 225209, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305762, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225209, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305763, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225209, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305764, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225209, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305765, '25031858584114', '爽口螺片', 15.00, '', 1, 225209, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305766, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225209, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305767, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225209, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305768, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225209, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305769, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225210, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305770, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225210, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305771, '25031844238132', '腊味三拼', 68.00, '', 2, 225210, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305772, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225210, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305773, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225210, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305774, '25031858584114', '爽口螺片', 15.00, '', 3, 225210, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305775, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225210, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305776, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225210, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305777, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225210, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305778, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225211, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305779, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225211, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305780, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225211, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305781, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225211, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305782, '25031858584114', '爽口螺片', 15.00, '', 1, 225211, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305783, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225211, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305784, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225212, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305785, '25031844238132', '腊味三拼', 68.00, '', 2, 225212, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305786, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225212, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305787, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225212, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305788, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225212, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305789, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225212, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305790, '25031858584114', '爽口螺片', 15.00, '', 5, 225212, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305791, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225212, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305792, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225212, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305793, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225213, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305794, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225213, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305795, '25031844238132', '腊味三拼', 68.00, '', 2, 225213, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305796, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225213, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305797, '25031858584114', '爽口螺片', 15.00, '', 3, 225213, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305798, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225213, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305799, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225213, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305800, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225213, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305801, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225213, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305802, '25031844238132', '腊味三拼', 68.00, '', 1, 225214, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305803, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225214, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305804, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225214, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305805, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225214, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305806, '25031858584114', '爽口螺片', 15.00, '', 3, 225214, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305807, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225214, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305808, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225214, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305809, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225214, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305810, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225214, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305811, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225215, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305812, '25031844238132', '腊味三拼', 68.00, '', 1, 225215, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305813, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225215, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305814, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225215, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305815, '25031858584114', '爽口螺片', 15.00, '', 4, 225215, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305816, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225215, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305817, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225215, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305818, '25031844238132', '腊味三拼', 68.00, '', 1, 225216, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305819, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225216, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305820, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225216, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305821, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225216, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305822, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225216, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305823, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225216, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305824, '25031858584114', '爽口螺片', 15.00, '', 4, 225216, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305825, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225216, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305826, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225216, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305827, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225217, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305828, '25031844238132', '腊味三拼', 68.00, '', 1, 225217, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305829, '25031858584114', '爽口螺片', 15.00, '', 2, 225217, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305830, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225217, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305831, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225217, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305832, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225217, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305833, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225217, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305834, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225218, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305835, '25031844238132', '腊味三拼', 68.00, '', 2, 225218, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305836, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225218, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305837, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225218, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305838, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225218, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305839, '25031858584114', '爽口螺片', 15.00, '', 3, 225218, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305840, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225218, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305841, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225218, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305842, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225218, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305843, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225219, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305844, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225219, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305845, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225219, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305846, '25031844238132', '腊味三拼', 68.00, '', 2, 225219, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305847, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225219, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305848, '25031858584114', '爽口螺片', 15.00, '', 3, 225219, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305849, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225219, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305850, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225219, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305851, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225219, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305852, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225220, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305853, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225220, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305854, '25031844238132', '腊味三拼', 68.00, '', 1, 225220, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305855, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225220, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305856, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225220, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305857, '25031858584114', '爽口螺片', 15.00, '', 3, 225220, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305858, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225220, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305859, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225220, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305860, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225220, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305861, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225221, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305862, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225221, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305863, '25031844238132', '腊味三拼', 68.00, '', 1, 225221, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305864, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225221, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305865, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225221, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305866, '25031858584114', '爽口螺片', 15.00, '', 4, 225221, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305867, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225221, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305868, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225221, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305869, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225221, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305870, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225222, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305871, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225222, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305872, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225222, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305873, '25031844238132', '腊味三拼', 68.00, '', 2, 225222, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305874, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225222, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305875, '25031858584114', '爽口螺片', 15.00, '', 5, 225222, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305876, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225222, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305877, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225222, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305878, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225222, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305879, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225223, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305880, '25031844238132', '腊味三拼', 68.00, '', 1, 225223, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305881, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225223, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305882, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225223, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305883, '25031858584114', '爽口螺片', 15.00, '', 4, 225223, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225223, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305885, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225223, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305886, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225223, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305887, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225224, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305888, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225224, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305889, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225224, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305890, '25031844238132', '腊味三拼', 68.00, '', 2, 225224, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305891, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225224, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305892, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225224, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305893, '25031858584114', '爽口螺片', 15.00, '', 2, 225224, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305894, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225224, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305895, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225224, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305896, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225225, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305897, '25031844238132', '腊味三拼', 68.00, '', 1, 225225, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305898, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225225, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305899, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225225, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305900, '25031858584114', '爽口螺片', 15.00, '', 2, 225225, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305901, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225225, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305902, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225225, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305903, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225225, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305904, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225226, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305905, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225226, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305906, '25031844238132', '腊味三拼', 68.00, '', 2, 225226, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305907, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225226, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305908, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225226, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305909, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225226, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305910, '25031858584114', '爽口螺片', 15.00, '', 4, 225226, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305911, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225226, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305912, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225226, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305913, '25031844238132', '腊味三拼', 68.00, '', 1, 225227, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305914, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225227, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305915, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225227, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305916, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225227, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305917, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225227, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305918, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225227, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305919, '25031858584114', '爽口螺片', 15.00, '', 5, 225227, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305920, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225227, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305921, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225227, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305922, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225228, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305923, '25031844238132', '腊味三拼', 68.00, '', 1, 225228, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225228, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305925, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225228, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305926, '25031858584114', '爽口螺片', 15.00, '', 3, 225228, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305927, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225228, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305928, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225228, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305929, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225229, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305930, '25031844238132', '腊味三拼', 68.00, '', 2, 225229, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305931, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225229, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305932, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225229, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305933, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225229, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305934, '25031858584114', '爽口螺片', 15.00, '', 3, 225229, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305935, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225229, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305936, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225229, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305937, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225229, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305938, '25031844238132', '腊味三拼', 68.00, '', 2, 225230, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305939, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225230, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225230, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305941, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225230, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305942, '25031858584114', '爽口螺片', 15.00, '', 5, 225230, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305943, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225230, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305944, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225230, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305945, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225230, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305946, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225230, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305947, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225231, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305948, '25031844238132', '腊味三拼', 68.00, '', 2, 225231, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305949, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225231, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305950, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225231, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305951, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225231, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305952, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225231, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305953, '25031858584114', '爽口螺片', 15.00, '', 6, 225231, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305954, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225231, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305955, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225231, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305956, '25031844238132', '腊味三拼', 68.00, '', 2, 225232, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305957, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225232, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305958, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225232, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305959, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225232, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305960, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225232, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305961, '25031858584114', '爽口螺片', 15.00, '', 2, 225232, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305962, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225232, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305963, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225232, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305964, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225232, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305965, '25031844238132', '腊味三拼', 68.00, '', 1, 225233, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305966, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225233, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305967, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225233, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305968, '25031858584114', '爽口螺片', 15.00, '', 2, 225233, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305969, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225233, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305970, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225233, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305971, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225233, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305972, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225233, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305973, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225234, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305974, '25031844238132', '腊味三拼', 68.00, '', 2, 225234, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305975, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225234, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305976, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225234, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305977, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225234, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305978, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225234, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305979, '25031858584114', '爽口螺片', 15.00, '', 3, 225234, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225234, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305981, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225234, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305982, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225235, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305983, '25031844238132', '腊味三拼', 68.00, '', 1, 225235, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305984, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225235, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305985, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225235, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305986, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225235, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305987, '25031858584114', '爽口螺片', 15.00, '', 2, 225235, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305988, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225235, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305989, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225235, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305990, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225235, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305991, '25031844238132', '腊味三拼', 68.00, '', 2, 225236, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225236, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305993, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225236, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305994, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225236, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305995, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225236, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305996, '25031858584114', '爽口螺片', 15.00, '', 6, 225236, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305997, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225236, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305998, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225236, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2305999, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225236, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306000, '25031844238132', '腊味三拼', 68.00, '', 1, 225237, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306001, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225237, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306002, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225237, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306003, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225237, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306004, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225237, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306005, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225237, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306006, '25031858584114', '爽口螺片', 15.00, '', 3, 225237, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225237, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306008, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225237, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306009, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225238, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306010, '25031844238132', '腊味三拼', 68.00, '', 2, 225238, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306011, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225238, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306012, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225238, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306013, '25031858584114', '爽口螺片', 15.00, '', 4, 225238, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306014, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225238, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306015, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225238, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225238, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306017, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225238, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225239, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306019, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225239, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306020, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225239, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306021, '25031844238132', '腊味三拼', 68.00, '', 1, 225239, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306022, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225239, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306023, '25031858584114', '爽口螺片', 15.00, '', 4, 225239, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306024, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225239, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306025, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225239, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306026, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225240, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306027, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225240, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306028, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225240, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306029, '25031844238132', '腊味三拼', 68.00, '', 1, 225240, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306030, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225240, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306031, '25031858584114', '爽口螺片', 15.00, '', 3, 225240, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306032, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225240, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225240, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306034, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225241, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306035, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225241, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306036, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225241, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306037, '25031858584114', '爽口螺片', 15.00, '', 4, 225241, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306038, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225241, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306039, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225241, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306040, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225241, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306041, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225241, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306042, '25031844238132', '腊味三拼', 68.00, '', 1, 225242, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306043, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225242, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306044, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225242, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306045, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225242, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306046, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225242, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306047, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225242, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306048, '25031858584114', '爽口螺片', 15.00, '', 3, 225242, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306049, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225242, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306050, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225242, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306051, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225243, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306052, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225243, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306053, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225243, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306054, '25031844238132', '腊味三拼', 68.00, '', 2, 225243, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306055, '25031858584114', '爽口螺片', 15.00, '', 6, 225243, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306056, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225243, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306057, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225243, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306058, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225243, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306059, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225243, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306060, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225244, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306061, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225244, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306062, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225244, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306063, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225244, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306064, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225244, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306065, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225244, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306066, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225244, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306067, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225245, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306068, '25031844238132', '腊味三拼', 68.00, '', 2, 225245, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306069, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225245, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306070, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225245, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306071, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225245, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306072, '25031858584114', '爽口螺片', 15.00, '', 5, 225245, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306073, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225245, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306074, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225245, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306075, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225245, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306076, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225246, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306077, '25031844238132', '腊味三拼', 68.00, '', 1, 225246, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306078, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225246, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306079, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225246, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225246, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306081, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225246, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306082, '25031858584114', '爽口螺片', 15.00, '', 5, 225246, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306083, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225246, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225246, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306085, '25031844238132', '腊味三拼', 68.00, '', 1, 225247, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306086, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225247, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306087, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225247, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306088, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225247, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306089, '25031858584114', '爽口螺片', 15.00, '', 7, 225247, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306090, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225247, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306091, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225247, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306092, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225247, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306093, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225247, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306094, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225248, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306095, '25031844238132', '腊味三拼', 68.00, '', 2, 225248, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306096, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225248, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306097, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225248, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225248, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306099, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225248, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306100, '25031858584114', '爽口螺片', 15.00, '', 3, 225248, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225248, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306102, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225248, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306103, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225249, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306104, '25031844238132', '腊味三拼', 68.00, '', 2, 225249, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306105, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225249, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306106, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225249, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306107, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225249, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306108, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225249, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306109, '25031858584114', '爽口螺片', 15.00, '', 3, 225249, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306110, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225249, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306111, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225249, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306112, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225250, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306113, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225250, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306114, '25031844238132', '腊味三拼', 68.00, '', 1, 225250, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306115, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225250, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306116, '25031858584114', '爽口螺片', 15.00, '', 6, 225250, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306117, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225250, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306118, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225250, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306119, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225250, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306120, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225250, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306121, '25031844238132', '腊味三拼', 68.00, '', 1, 225251, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306122, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225251, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306123, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225251, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306124, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225251, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306125, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225251, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306126, '25031858584114', '爽口螺片', 15.00, '', 2, 225251, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306127, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225251, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306128, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225251, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306129, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225251, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306130, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225252, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306131, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225252, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306132, '25031844238132', '腊味三拼', 68.00, '', 2, 225252, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306133, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225252, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306134, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225252, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306135, '25031858584114', '爽口螺片', 15.00, '', 4, 225252, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306136, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225252, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306137, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225252, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306138, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225252, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306139, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225253, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306140, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225253, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306141, '25031844238132', '腊味三拼', 68.00, '', 1, 225253, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306142, '25031858584114', '爽口螺片', 15.00, '', 3, 225253, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225253, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306144, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225253, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306145, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225253, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306146, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225253, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306147, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225254, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306148, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225254, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306149, '25031844238132', '腊味三拼', 68.00, '', 1, 225254, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306150, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225254, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306151, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225254, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306152, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225254, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306153, '25031858584114', '爽口螺片', 15.00, '', 3, 225254, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306154, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225254, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306155, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225254, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306156, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225255, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306157, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225255, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306158, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225255, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306159, '25031844238132', '腊味三拼', 68.00, '', 1, 225255, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306160, '25031858584114', '爽口螺片', 15.00, '', 5, 225255, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306161, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225255, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306162, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225255, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306163, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225255, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306164, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225255, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306165, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225256, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306166, '25031844238132', '腊味三拼', 68.00, '', 2, 225256, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306167, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225256, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306168, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225256, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306169, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225256, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306170, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225256, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306171, '25031858584114', '爽口螺片', 15.00, '', 3, 225256, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306172, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225256, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306173, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225256, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306174, '25031844238132', '腊味三拼', 68.00, '', 1, 225257, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306175, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225257, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306176, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225257, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306177, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225257, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306178, '25031858584114', '爽口螺片', 15.00, '', 2, 225257, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306179, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225257, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306180, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225257, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306181, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225257, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306182, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225257, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306183, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225258, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306184, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225258, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306185, '25031844238132', '腊味三拼', 68.00, '', 2, 225258, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306186, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225258, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306187, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225258, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306188, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225258, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306189, '25031858584114', '爽口螺片', 15.00, '', 5, 225258, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306190, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225258, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306191, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225258, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306192, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225259, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306193, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225259, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306194, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225259, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306195, '25031844238132', '腊味三拼', 68.00, '', 2, 225259, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306196, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225259, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306197, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225259, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306198, '25031858584114', '爽口螺片', 15.00, '', 3, 225259, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306199, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225259, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306200, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225259, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306201, '25031844238132', '腊味三拼', 68.00, '', 1, 225260, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306202, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225260, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306203, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225260, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306204, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225260, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306205, '25031858584114', '爽口螺片', 15.00, '', 2, 225260, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306206, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225260, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306207, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225260, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306208, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225261, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306209, '25031844238132', '腊味三拼', 68.00, '', 3, 225261, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306210, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225261, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225261, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306212, '25031858584114', '爽口螺片', 15.00, '', 6, 225261, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306213, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225261, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306214, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225261, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306215, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225261, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306216, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225261, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306217, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225262, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306218, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225262, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306219, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225262, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306220, '25031844238132', '腊味三拼', 68.00, '', 2, 225262, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306221, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225262, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306222, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225262, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306223, '25031858584114', '爽口螺片', 15.00, '', 2, 225262, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306224, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225262, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225262, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306226, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225263, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306227, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225263, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306228, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225263, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306229, '25031844238132', '腊味三拼', 68.00, '', 2, 225263, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306230, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225263, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306231, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225263, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306232, '25031858584114', '爽口螺片', 15.00, '', 5, 225263, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306233, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225263, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225263, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306235, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225264, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306236, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225264, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306237, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225264, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306238, '25031844238132', '腊味三拼', 68.00, '', 1, 225264, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306239, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225264, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306240, '25031858584114', '爽口螺片', 15.00, '', 4, 225264, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306241, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225264, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306242, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225264, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306243, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225264, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306244, '25031844238132', '腊味三拼', 68.00, '', 1, 225265, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306245, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225265, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306246, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225265, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225265, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306248, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225265, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306249, '25031858584114', '爽口螺片', 15.00, '', 2, 225265, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306250, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225265, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306251, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225265, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306252, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225265, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306253, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225266, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306254, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225266, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306255, '25031844238132', '腊味三拼', 68.00, '', 2, 225266, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306256, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225266, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306257, '25031858584114', '爽口螺片', 15.00, '', 3, 225266, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306258, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225266, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306259, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225266, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306260, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225266, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306261, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225266, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306262, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225267, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306263, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225267, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306264, '25031844238132', '腊味三拼', 68.00, '', 2, 225267, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306265, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225267, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306266, '25031858584114', '爽口螺片', 15.00, '', 4, 225267, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306267, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225267, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306268, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225267, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306269, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225267, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306270, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225267, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306271, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225268, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306272, '25031844238132', '腊味三拼', 68.00, '', 2, 225268, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306273, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225268, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306274, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225268, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306275, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225268, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306276, '25031858584114', '爽口螺片', 15.00, '', 6, 225268, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306277, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225268, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306278, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225268, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306279, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225268, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306280, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225269, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306281, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225269, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306282, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225269, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306283, '25031844238132', '腊味三拼', 68.00, '', 2, 225269, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306284, '25031858584114', '爽口螺片', 15.00, '', 5, 225269, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306285, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225269, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306286, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225269, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306287, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225269, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306288, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225269, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306289, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225270, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306290, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225270, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306291, '25031844238132', '腊味三拼', 68.00, '', 1, 225270, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306292, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225270, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225270, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306294, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225270, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306295, '25031858584114', '爽口螺片', 15.00, '', 3, 225270, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306296, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225270, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306297, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225270, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306298, '25031844238132', '腊味三拼', 68.00, '', 2, 225271, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306299, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225271, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306300, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225271, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306301, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225271, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306302, '25031858584114', '爽口螺片', 15.00, '', 4, 225271, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306303, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225271, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306304, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225271, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306305, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225271, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306306, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225271, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225272, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306308, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225272, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306309, '25031844238132', '腊味三拼', 68.00, '', 1, 225272, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306310, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225272, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306311, '25031858584114', '爽口螺片', 15.00, '', 4, 225272, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306312, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225272, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306313, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225272, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225272, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306315, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225272, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306316, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225273, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306317, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225273, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306318, '25031844238132', '腊味三拼', 68.00, '', 1, 225273, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306319, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225273, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306320, '25031858584114', '爽口螺片', 15.00, '', 4, 225273, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306321, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225273, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306322, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225273, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306323, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225273, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306324, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225273, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306325, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225274, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306326, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225274, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306327, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225274, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306328, '25031844238132', '腊味三拼', 68.00, '', 2, 225274, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306329, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225274, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306330, '25031858584114', '爽口螺片', 15.00, '', 6, 225274, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306331, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225274, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306332, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225274, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306333, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225274, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306334, '25031844238132', '腊味三拼', 68.00, '', 2, 225275, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306335, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225275, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306336, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225275, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306337, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225275, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306338, '25031858584114', '爽口螺片', 15.00, '', 3, 225275, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306339, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225275, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306340, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225275, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306341, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225275, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306342, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225275, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306343, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225276, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306344, '25031844238132', '腊味三拼', 68.00, '', 1, 225276, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306345, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225276, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306346, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225276, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306347, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225276, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306348, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225276, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306349, '25031858584114', '爽口螺片', 15.00, '', 2, 225276, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306350, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225276, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306351, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225276, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306352, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225277, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306353, '25031844238132', '腊味三拼', 68.00, '', 1, 225277, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306354, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225277, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306355, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225277, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306356, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225277, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306357, '25031858584114', '爽口螺片', 15.00, '', 2, 225277, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306358, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225277, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306359, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225277, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306360, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225278, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306361, '25031844238132', '腊味三拼', 68.00, '', 2, 225278, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306362, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225278, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306363, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225278, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306364, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225278, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306365, '25031858584114', '爽口螺片', 15.00, '', 6, 225278, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306366, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225278, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306367, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225278, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306368, '25031844238132', '腊味三拼', 68.00, '', 3, 225279, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306369, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225279, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306370, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225279, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306371, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225279, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306372, '25031858584114', '爽口螺片', 15.00, '', 4, 225279, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306373, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225279, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306374, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225279, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306375, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225279, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306376, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225279, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306377, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225280, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306378, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225280, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306379, '25031844238132', '腊味三拼', 68.00, '', 2, 225280, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306380, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225280, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306381, '25031858584114', '爽口螺片', 15.00, '', 3, 225280, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306382, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225280, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306383, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225280, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306384, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225280, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306385, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225280, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306386, '25031844238132', '腊味三拼', 68.00, '', 2, 225281, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225281, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306388, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225281, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306389, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225281, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306390, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225281, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306391, '25031858584114', '爽口螺片', 15.00, '', 2, 225281, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306392, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225281, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306393, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225281, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306394, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225281, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306395, '25031844238132', '腊味三拼', 68.00, '', 1, 225282, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306396, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225282, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306397, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225282, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306398, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225282, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306399, '25031858584114', '爽口螺片', 15.00, '', 4, 225282, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306400, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225282, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306401, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225282, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306402, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225282, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306403, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225282, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306404, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225283, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306405, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225283, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306406, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225283, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306407, '25031844238132', '腊味三拼', 68.00, '', 1, 225283, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306408, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225283, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306409, '25031858584114', '爽口螺片', 15.00, '', 5, 225283, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306410, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225283, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306411, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225283, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306412, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225284, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306413, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225284, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306414, '25031844238132', '腊味三拼', 68.00, '', 1, 225284, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306415, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225284, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306416, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225284, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306417, '25031858584114', '爽口螺片', 15.00, '', 2, 225284, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306418, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225284, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306419, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225284, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306420, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225284, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306421, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225285, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306422, '25031844238132', '腊味三拼', 68.00, '', 3, 225285, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306423, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225285, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306424, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225285, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306425, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225285, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306426, '25031858584114', '爽口螺片', 15.00, '', 8, 225285, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306427, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225285, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306428, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225285, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306429, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225285, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306430, '25031844238132', '腊味三拼', 68.00, '', 1, 225286, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306431, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225286, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306432, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225286, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306433, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225286, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306434, '25031858584114', '爽口螺片', 15.00, '', 2, 225286, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306435, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225286, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306436, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225286, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306437, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225286, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306438, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225286, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306439, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225287, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306440, '25031844238132', '腊味三拼', 68.00, '', 2, 225287, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306441, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225287, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306442, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225287, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306443, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225287, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306444, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225287, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306445, '25031858584114', '爽口螺片', 15.00, '', 4, 225287, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306446, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225287, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306447, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225287, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306448, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225288, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306449, '25031844238132', '腊味三拼', 68.00, '', 2, 225288, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306450, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225288, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306451, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225288, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306452, '25031858584114', '鳝鱼伴侣手擀面', 15.00, '', 5, 225288, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306453, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225288, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306454, '25031816578122', '窝窝头爆鳝粒', 128.00, '', 5, 225288, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306455, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225288, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306456, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225288, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306457, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225289, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306458, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225289, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306459, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225289, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306460, '25031844238132', '腊味三拼', 68.00, '', 1, 225289, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306461, '25031816578122', '窝窝头爆鳝粒', 128.00, '', 4, 225289, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306462, '25031858584114', '鳝鱼伴侣手擀面', 15.00, '', 4, 225289, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306463, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225289, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306464, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225289, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306465, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225289, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306466, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225290, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306467, '25031844238132', '腊味三拼', 68.00, '', 2, 225290, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306468, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225290, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306469, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225290, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306470, '25031858584114', '爽口螺片', 15.00, '', 4, 225290, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306471, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225290, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306472, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225290, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306473, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225290, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306474, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225290, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306475, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225291, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306476, '25031844238132', '腊味三拼', 68.00, '', 2, 225291, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306477, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225291, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306478, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225291, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306479, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225291, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306480, '25031858584114', '爽口螺片', 15.00, '', 8, 225291, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306481, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225291, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306482, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225291, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306483, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225291, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306484, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225292, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306485, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225292, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306486, '25031844238132', '腊味三拼', 68.00, '', 3, 225292, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306487, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225292, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306488, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225292, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306489, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225292, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306490, '25031858584114', '爽口螺片', 15.00, '', 6, 225292, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306491, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225292, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306492, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225292, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306493, '25031844238132', '腊味三拼', 68.00, '', 2, 225293, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306494, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225293, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306495, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225293, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306496, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225293, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306497, '25031858584114', '爽口螺片', 15.00, '', 4, 225293, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306498, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225293, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306499, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225293, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306500, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225293, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306501, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225293, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306502, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225294, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306503, '25031844238132', '腊味三拼', 68.00, '', 1, 225294, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306504, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225294, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306505, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225294, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306506, '25031858584114', '爽口螺片', 15.00, '', 1, 225294, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306507, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225294, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306508, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225294, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306509, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225294, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306510, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225295, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306511, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225295, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306512, '25031844238132', '腊味三拼', 68.00, '', 1, 225295, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306513, '25031858584114', '爽口螺片', 15.00, '', 3, 225295, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306514, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225295, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306515, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225295, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306516, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225295, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306517, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225295, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306518, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225296, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306519, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225296, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306520, '25031844238132', '腊味三拼', 68.00, '', 2, 225296, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306521, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225296, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306522, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225296, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306523, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225296, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306524, '25031858584114', '爽口螺片', 15.00, '', 6, 225296, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306525, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225296, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306526, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225296, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306527, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225297, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306528, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225297, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306529, '25031844238132', '腊味三拼', 68.00, '', 1, 225297, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306530, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225297, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306531, '25031858584114', '爽口螺片', 15.00, '', 6, 225297, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306532, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225297, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306533, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225297, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306534, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225297, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306535, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225297, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306536, '25031844238132', '腊味三拼', 68.00, '', 1, 225298, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306537, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225298, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306538, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225298, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306539, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225298, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306540, '25031858584114', '爽口螺片', 15.00, '', 1, 225298, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306541, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225298, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306542, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225298, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306543, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225298, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306544, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225298, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306545, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225299, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306546, '25031844238132', '腊味三拼', 68.00, '', 2, 225299, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306547, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225299, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306548, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225299, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306549, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225299, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306550, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225299, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306551, '25031858584114', '爽口螺片', 15.00, '', 4, 225299, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306552, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225299, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306553, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225299, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306554, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225300, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306555, '25031844238132', '腊味三拼', 68.00, '', 2, 225300, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306556, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225300, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306557, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225300, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306558, '25031858584114', '爽口螺片', 15.00, '', 4, 225300, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306559, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225300, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306560, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225300, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306561, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225300, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306562, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225300, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306563, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225301, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306564, '25031844238132', '腊味三拼', 68.00, '', 2, 225301, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306565, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225301, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306566, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225301, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306567, '25031858584114', '爽口螺片', 15.00, '', 3, 225301, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306568, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225301, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306569, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225301, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306570, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225301, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306571, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225302, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306572, '25031844238132', '腊味三拼', 68.00, '', 2, 225302, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306573, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225302, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306574, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225302, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306575, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225302, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306576, '25031858584114', '爽口螺片', 15.00, '', 3, 225302, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306577, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225302, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306578, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225302, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306579, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225302, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306580, '25031844238132', '腊味三拼', 68.00, '', 1, 225303, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306581, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225303, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306582, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225303, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306583, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225303, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306584, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225303, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306585, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225303, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306586, '25031858584114', '爽口螺片', 15.00, '', 6, 225303, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306587, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225303, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306588, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225303, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306589, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225304, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306590, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225304, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306591, '25031844238132', '腊味三拼', 68.00, '', 2, 225304, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306592, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225304, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306593, '25031858584114', '爽口螺片', 15.00, '', 4, 225304, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306594, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225304, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306595, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225304, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306596, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225304, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306597, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225304, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306598, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225305, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306599, '25031844238132', '腊味三拼', 68.00, '', 1, 225305, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306600, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225305, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306601, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225305, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306602, '25031858584114', '爽口螺片', 15.00, '', 3, 225305, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306603, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225305, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306604, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225305, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306605, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225306, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306606, '25031844238132', '腊味三拼', 68.00, '', 2, 225306, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306607, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225306, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306608, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225306, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306609, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225306, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306610, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225306, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306611, '25031858584114', '爽口螺片', 15.00, '', 7, 225306, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225306, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306613, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225306, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306614, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225307, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306615, '25031844238132', '腊味三拼', 68.00, '', 1, 225307, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225307, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306617, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225307, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306618, '25031858584114', '爽口螺片', 15.00, '', 3, 225307, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306619, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225307, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306620, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225307, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306621, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225307, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306622, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225308, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306623, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225308, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306624, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225308, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306625, '25031844238132', '腊味三拼', 68.00, '', 1, 225308, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306626, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225308, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225308, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306628, '25031858584114', '爽口螺片', 15.00, '', 3, 225308, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306629, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225308, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225308, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306631, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225309, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306632, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225309, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306633, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225309, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306634, '25031844238132', '腊味三拼', 68.00, '', 1, 225309, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306635, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225309, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306636, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225309, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306637, '25031858584114', '爽口螺片', 15.00, '', 4, 225309, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306638, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225309, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306639, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225309, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306640, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225310, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306641, '25031844238132', '腊味三拼', 68.00, '', 3, 225310, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306642, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225310, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306643, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225310, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306644, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225310, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306645, '25031858584114', '爽口螺片', 15.00, '', 4, 225310, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306646, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225310, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306647, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225310, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306648, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225310, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306649, '25031844238132', '腊味三拼', 68.00, '', 1, 225311, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306650, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225311, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306651, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225311, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306652, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225311, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225311, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306654, '25031858584114', '爽口螺片', 15.00, '', 2, 225311, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306655, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225311, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306656, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225312, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306657, '25031844238132', '腊味三拼', 68.00, '', 1, 225312, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306658, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225312, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306659, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225312, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306660, '25031858584114', '爽口螺片', 15.00, '', 2, 225312, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306661, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225312, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306662, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225312, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306663, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225313, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306664, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225313, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306665, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225313, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306666, '25031844238132', '腊味三拼', 68.00, '', 2, 225313, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306667, '25031858584114', '爽口螺片', 15.00, '', 3, 225313, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306668, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225313, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306669, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225313, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306670, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225313, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306671, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225313, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306672, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225314, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306673, '25031844238132', '腊味三拼', 68.00, '', 2, 225314, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306674, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225314, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306675, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225314, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306676, '25031858584114', '爽口螺片', 15.00, '', 6, 225314, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306677, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225314, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306678, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225314, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306679, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225314, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306680, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225314, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306681, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225315, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306682, '25031844238132', '腊味三拼', 68.00, '', 3, 225315, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306683, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225315, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306684, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225315, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306685, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225315, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306686, '25031858584114', '爽口螺片', 15.00, '', 4, 225315, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306687, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225315, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306688, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225315, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306689, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225315, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306690, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225316, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306691, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225316, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306692, '25031844238132', '腊味三拼', 68.00, '', 2, 225316, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306693, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225316, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306694, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225316, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306695, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225316, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306696, '25031858584114', '爽口螺片', 15.00, '', 5, 225316, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306697, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225316, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306698, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225316, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306699, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225317, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306700, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225317, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306701, '25031844238132', '腊味三拼', 68.00, '', 1, 225317, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306702, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225317, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306703, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225317, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306704, '25031858584114', '爽口螺片', 15.00, '', 2, 225317, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306705, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225317, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306706, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225317, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306707, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225317, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306708, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225318, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306709, '25031844238132', '腊味三拼', 68.00, '', 1, 225318, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306710, '25031858584114', '爽口螺片', 15.00, '', 2, 225318, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306711, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225318, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306712, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225318, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306713, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225318, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306714, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225318, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306715, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225319, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306716, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225319, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306717, '25031844238132', '腊味三拼', 68.00, '', 2, 225319, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306718, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225319, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306719, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225319, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306720, '25031858584114', '爽口螺片', 15.00, '', 8, 225319, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306721, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225319, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306722, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225319, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306723, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225319, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306724, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225320, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306725, '25031844238132', '腊味三拼', 68.00, '', 1, 225320, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306726, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225320, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306727, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225320, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306728, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225320, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306729, '25031858584114', '爽口螺片', 15.00, '', 8, 225320, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306730, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225320, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306731, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225320, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306732, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225320, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306733, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225321, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306734, '25031844238132', '腊味三拼', 68.00, '', 2, 225321, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306735, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225321, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306736, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225321, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306737, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225321, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306738, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225321, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306739, '25031858584114', '爽口螺片', 15.00, '', 4, 225321, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306740, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225321, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306741, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225321, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306742, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225322, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306743, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225322, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306744, '25031844238132', '腊味三拼', 68.00, '', 1, 225322, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306745, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225322, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306746, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225322, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306747, '25031858584114', '爽口螺片', 15.00, '', 2, 225322, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306748, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225322, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306749, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225322, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306750, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225323, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306751, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225323, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306752, '25031844238132', '腊味三拼', 68.00, '', 1, 225323, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306753, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225323, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306754, '25031858584114', '爽口螺片', 15.00, '', 2, 225323, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306755, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225323, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306756, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225323, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306757, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225323, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306758, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225323, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306759, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225324, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306760, '25031844238132', '腊味三拼', 68.00, '', 1, 225324, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306761, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225324, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306762, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225324, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306763, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225324, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306764, '25031858584114', '爽口螺片', 15.00, '', 5, 225324, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306765, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225324, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306766, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225324, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306767, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225324, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306768, '25031844238132', '腊味三拼', 68.00, '', 1, 225325, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306769, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225325, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306770, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225325, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306771, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225325, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306772, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225325, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306773, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225325, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306774, '25031858584114', '爽口螺片', 15.00, '', 2, 225325, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306775, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225325, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306776, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225325, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306777, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225326, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306778, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225326, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306779, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225326, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306780, '25031844238132', '腊味三拼', 68.00, '', 2, 225326, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306781, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225326, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306782, '25031858584114', '爽口螺片', 15.00, '', 5, 225326, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306783, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225326, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306784, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225326, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306785, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225326, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306786, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225327, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306787, '25031844238132', '腊味三拼', 68.00, '', 2, 225327, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306788, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225327, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306789, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225327, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306790, '25031858584114', '爽口螺片', 15.00, '', 5, 225327, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306791, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225327, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306792, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225327, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306793, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225327, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306794, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225327, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306795, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225328, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306796, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225328, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306797, '25031844238132', '腊味三拼', 68.00, '', 2, 225328, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306798, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225328, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306799, '25031858584114', '爽口螺片', 15.00, '', 4, 225328, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306800, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225328, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306801, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225328, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306802, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225328, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306803, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225328, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306804, '25031844238132', '腊味三拼', 68.00, '', 2, 225329, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306805, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225329, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306806, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225329, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306807, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225329, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306808, '25031858584114', '爽口螺片', 15.00, '', 4, 225329, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306809, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225329, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306810, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225329, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306811, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225329, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306812, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225329, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306813, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225330, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306814, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225330, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306815, '25031844238132', '腊味三拼', 68.00, '', 2, 225330, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306816, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225330, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306817, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225330, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306818, '25031858584114', '爽口螺片', 15.00, '', 4, 225330, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306819, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225330, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306820, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225330, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306821, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225330, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306822, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225331, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306823, '25031844238132', '腊味三拼', 68.00, '', 2, 225331, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306824, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225331, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306825, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225331, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306826, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225331, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306827, '25031858584114', '爽口螺片', 15.00, '', 4, 225331, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306828, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225331, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306829, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225331, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306830, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225331, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306831, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225332, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306832, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225332, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306833, '25031844238132', '腊味三拼', 68.00, '', 1, 225332, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306834, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225332, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306835, '25031858584114', '爽口螺片', 15.00, '', 2, 225332, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306836, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225332, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306837, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225332, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306838, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225332, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306839, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225332, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306840, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225333, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306841, '25031844238132', '腊味三拼', 68.00, '', 1, 225333, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306842, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225333, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306843, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225333, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306844, '25031858584114', '爽口螺片', 15.00, '', 8, 225333, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306845, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225333, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306846, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225333, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306847, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225333, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306848, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225333, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306849, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225334, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306850, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225334, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306851, '25031844238132', '腊味三拼', 68.00, '', 1, 225334, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306852, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225334, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306853, '25031858584114', '爽口螺片', 15.00, '', 3, 225334, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306854, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225334, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306855, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225334, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306856, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225334, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306857, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225334, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306858, '25031844238132', '腊味三拼', 68.00, '', 2, 225335, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306859, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225335, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306860, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225335, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306861, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225335, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306862, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225335, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306863, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225335, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306864, '25031858584114', '爽口螺片', 15.00, '', 6, 225335, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306865, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225335, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306866, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225335, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306867, '25031844238132', '腊味三拼', 68.00, '', 2, 225336, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306868, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225336, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306869, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225336, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306870, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225336, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306871, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225336, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306872, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225336, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306873, '25031858584114', '爽口螺片', 15.00, '', 7, 225336, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306874, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225336, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306875, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225336, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306876, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225337, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306877, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225337, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306878, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225337, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306879, '25031844238132', '腊味三拼', 68.00, '', 2, 225337, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306880, '25031858584114', '爽口螺片', 15.00, '', 1, 225337, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306881, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225337, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306882, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225337, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306883, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225337, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306884, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225338, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306885, '25031844238132', '腊味三拼', 68.00, '', 1, 225338, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306886, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225338, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306887, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225338, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306888, '25031858584114', '爽口螺片', 15.00, '', 6, 225338, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306889, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225338, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306890, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225338, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306891, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225338, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306892, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225338, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306893, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225339, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306894, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225339, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306895, '25031844238132', '腊味三拼', 68.00, '', 2, 225339, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306896, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225339, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306897, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225339, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306898, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225339, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306899, '25031858584114', '爽口螺片', 15.00, '', 3, 225339, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306900, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225339, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306901, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225339, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306902, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225340, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306903, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225340, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306904, '25031844238132', '腊味三拼', 68.00, '', 2, 225340, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306905, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225340, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306906, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225340, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306907, '25031858584114', '爽口螺片', 15.00, '', 5, 225340, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306908, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225340, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306909, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225340, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306910, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225340, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306911, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225341, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306912, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225341, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306913, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225341, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306914, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225341, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306915, '25031858584114', '爽口螺片', 15.00, '', 3, 225341, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306916, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225341, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306917, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225341, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306918, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225341, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306919, '25031844238132', '腊味三拼', 68.00, '', 2, 225342, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306920, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225342, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306921, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225342, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306922, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225342, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306923, '25031858584114', '爽口螺片', 15.00, '', 3, 225342, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225342, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306925, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225342, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306926, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225342, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306927, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225342, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306928, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225343, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306929, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225343, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306930, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225343, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306931, '25031844238132', '腊味三拼', 68.00, '', 1, 225343, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306932, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225343, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306933, '25031858584114', '爽口螺片', 15.00, '', 9, 225343, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306934, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225343, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306935, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225343, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306936, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225343, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306937, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225344, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306938, '25031844238132', '腊味三拼', 68.00, '', 2, 225344, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306939, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225344, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225344, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306941, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225344, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306942, '25031858584114', '爽口螺片', 15.00, '', 3, 225344, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306943, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225344, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306944, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225344, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306945, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225344, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306946, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225345, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306947, '25031844238132', '腊味三拼', 68.00, '', 2, 225345, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306948, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225345, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306949, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225345, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306950, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225345, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306951, '25031858584114', '爽口螺片', 15.00, '', 4, 225345, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306952, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225345, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306953, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225345, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306954, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225345, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306955, '25031844238132', '腊味三拼', 68.00, '', 3, 225346, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306956, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225346, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306957, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225346, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306958, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225346, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306959, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225346, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306960, '25031858584114', '爽口螺片', 15.00, '', 4, 225346, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306961, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225346, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306962, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225346, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306963, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225346, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306964, '25031844238132', '腊味三拼', 68.00, '', 2, 225347, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306965, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225347, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306966, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225347, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306967, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225347, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306968, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225347, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306969, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225347, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306970, '25031858584114', '爽口螺片', 15.00, '', 4, 225347, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306971, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225347, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306972, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225347, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306973, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225348, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306974, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225348, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306975, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225348, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306976, '25031858584114', '爽口螺片', 15.00, '', 4, 225348, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306977, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225348, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306978, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225348, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306979, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225348, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225348, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306981, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225349, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306982, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225349, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306983, '25031844238132', '腊味三拼', 68.00, '', 2, 225349, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306984, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225349, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306985, '25031858584114', '爽口螺片', 15.00, '', 4, 225349, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306986, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225349, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306987, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225349, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306988, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225349, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306989, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225349, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306990, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225350, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306991, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225350, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306992, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225350, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306993, '25031844238132', '腊味三拼', 68.00, '', 2, 225350, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306994, '25031858584114', '爽口螺片', 15.00, '', 1, 225350, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306995, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225350, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306996, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225350, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306997, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225350, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306998, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225350, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2306999, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225351, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307000, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225351, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307001, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225351, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307002, '25031844238132', '腊味三拼', 68.00, '', 2, 225351, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307003, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225351, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307004, '25031858584114', '爽口螺片', 15.00, '', 4, 225351, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307005, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225351, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307006, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225351, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225351, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307008, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225352, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307009, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225352, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307010, '25031844238132', '腊味三拼', 68.00, '', 1, 225352, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307011, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225352, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307012, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225352, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307013, '25031858584114', '爽口螺片', 15.00, '', 3, 225352, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225352, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307015, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225352, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225352, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307017, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225353, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225353, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307019, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225353, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307020, '25031844238132', '腊味三拼', 68.00, '', 3, 225353, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307021, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225353, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307022, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225353, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307023, '25031858584114', '爽口螺片', 15.00, '', 7, 225353, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307024, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225353, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307025, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225353, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307026, '25031844238132', '腊味三拼', 68.00, '', 3, 225354, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307027, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225354, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307028, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225354, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307029, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225354, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307030, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225354, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307031, '25031858584114', '爽口螺片', 15.00, '', 5, 225354, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307032, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225354, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225354, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307034, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225354, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307035, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225355, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307036, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225355, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307037, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225355, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307038, '25031844238132', '腊味三拼', 68.00, '', 2, 225355, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307039, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225355, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307040, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225355, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307041, '25031858584114', '爽口螺片', 15.00, '', 3, 225355, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307042, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225355, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307043, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225355, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307044, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225356, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307045, '25031844238132', '腊味三拼', 68.00, '', 1, 225356, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307046, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225356, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307047, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225356, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307048, '25031858584114', '爽口螺片', 15.00, '', 3, 225356, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307049, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225356, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307050, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225356, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307051, '25031844238132', '腊味三拼', 68.00, '', 1, 225357, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307052, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225357, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307053, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225357, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307054, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225357, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307055, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225357, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307056, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225357, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307057, '25031858584114', '爽口螺片', 15.00, '', 3, 225357, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307058, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225357, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307059, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225357, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307060, '25031844238132', '腊味三拼', 68.00, '', 1, 225358, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307061, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225358, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307062, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225358, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307063, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225358, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307064, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225358, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307065, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225358, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307066, '25031858584114', '爽口螺片', 15.00, '', 3, 225358, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307067, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225358, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307068, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225358, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307069, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225359, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307070, '25031844238132', '腊味三拼', 68.00, '', 1, 225359, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307071, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225359, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307072, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225359, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307073, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225359, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307074, '25031858584114', '爽口螺片', 15.00, '', 3, 225359, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307075, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225359, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307076, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225359, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307077, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225360, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307078, '25031844238132', '腊味三拼', 68.00, '', 1, 225360, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307079, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225360, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225360, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307081, '25031858584114', '爽口螺片', 15.00, '', 3, 225360, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307082, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225360, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307083, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225360, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307084, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225361, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307085, '25031844238132', '腊味三拼', 68.00, '', 1, 225361, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307086, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225361, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307087, '25031858584114', '爽口螺片', 15.00, '', 3, 225361, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307088, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225361, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307089, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225361, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307090, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225361, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307091, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225362, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307092, '25031844238132', '腊味三拼', 68.00, '', 2, 225362, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225362, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307094, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225362, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307095, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225362, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307096, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225362, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307097, '25031858584114', '爽口螺片', 15.00, '', 4, 225362, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307098, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225362, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307099, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225362, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307100, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225363, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307101, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225363, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307102, '25031858584114', '爽口螺片', 15.00, '', 3, 225363, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307103, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225363, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307104, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225363, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307105, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225363, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307106, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225363, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307107, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225364, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307108, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225364, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307109, '25031844238132', '腊味三拼', 68.00, '', 2, 225364, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307110, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225364, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307111, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225364, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307112, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225364, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307113, '25031858584114', '爽口螺片', 15.00, '', 7, 225364, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307114, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225364, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307115, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225364, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307116, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225365, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307117, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225365, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307118, '25031844238132', '腊味三拼', 68.00, '', 2, 225365, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307119, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225365, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307120, '25031858584114', '爽口螺片', 15.00, '', 5, 225365, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307121, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225365, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307122, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225365, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307123, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225365, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307124, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225366, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307125, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225366, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307126, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225366, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307127, '25031844238132', '腊味三拼', 68.00, '', 1, 225366, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307128, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225366, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307129, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225366, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307130, '25031858584114', '爽口螺片', 15.00, '', 3, 225366, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307131, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225366, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307132, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225366, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307133, '25031844238132', '腊味三拼', 68.00, '', 1, 225367, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307134, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225367, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307135, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225367, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307136, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225367, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307137, '25031858584114', '爽口螺片', 15.00, '', 5, 225367, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307138, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225367, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307139, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225367, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307140, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225367, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225367, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307142, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225368, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307143, '25031844238132', '腊味三拼', 68.00, '', 1, 225368, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307144, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225368, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307145, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225368, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307146, '25031858584114', '爽口螺片', 15.00, '', 5, 225368, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307147, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225368, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307148, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225368, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307149, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225368, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307150, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225368, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307151, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225369, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307152, '25031844238132', '腊味三拼', 68.00, '', 2, 225369, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307153, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225369, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307154, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225369, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307155, '25031858584114', '爽口螺片', 15.00, '', 6, 225369, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225369, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307157, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225369, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307158, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225369, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307159, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225369, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307160, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225370, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307161, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225370, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307162, '25031844238132', '腊味三拼', 68.00, '', 3, 225370, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307163, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225370, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307164, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225370, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307165, '25031858584114', '爽口螺片', 15.00, '', 7, 225370, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307166, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225370, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307167, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225370, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307168, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225370, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307169, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225371, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307170, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225371, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307171, '25031844238132', '腊味三拼', 68.00, '', 1, 225371, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307172, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225371, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307173, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225371, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307174, '25031858584114', '爽口螺片', 15.00, '', 5, 225371, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307175, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225371, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307176, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225371, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307177, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225372, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307178, '25031844238132', '腊味三拼', 68.00, '', 2, 225372, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307179, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225372, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307180, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225372, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307181, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225372, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307182, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225372, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307183, '25031858584114', '爽口螺片', 15.00, '', 5, 225372, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307184, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225372, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307185, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225372, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307186, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225373, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307187, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225373, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307188, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225373, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307189, '25031844238132', '腊味三拼', 68.00, '', 2, 225373, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307190, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225373, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307191, '25031858584114', '爽口螺片', 15.00, '', 3, 225373, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307192, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225373, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307193, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225373, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307194, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225373, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307195, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225374, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307196, '25031844238132', '腊味三拼', 68.00, '', 2, 225374, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307197, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225374, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307198, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225374, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307199, '25031858584114', '爽口螺片', 15.00, '', 5, 225374, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307200, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225374, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307201, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225374, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307202, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225374, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307203, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225374, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307204, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225375, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307205, '25031844238132', '腊味三拼', 68.00, '', 1, 225375, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307206, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225375, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307207, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225375, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307208, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225375, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307209, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225375, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307210, '25031858584114', '爽口螺片', 15.00, '', 1, 225375, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307211, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225375, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307212, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225375, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307213, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225376, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307214, '25031844238132', '腊味三拼', 68.00, '', 3, 225376, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307215, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225376, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307216, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225376, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307217, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225376, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307218, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225376, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307219, '25031858584114', '爽口螺片', 15.00, '', 2, 225376, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307220, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225376, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307221, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225376, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307222, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225377, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307223, '25031844238132', '腊味三拼', 68.00, '', 1, 225377, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307224, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225377, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307225, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225377, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307226, '25031858584114', '爽口螺片', 15.00, '', 6, 225377, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307227, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225377, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307228, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225377, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307229, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225377, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307230, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225377, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307231, '25031844238132', '腊味三拼', 68.00, '', 2, 225378, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307232, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225378, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307233, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225378, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307234, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225378, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307235, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225378, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307236, '25031858584114', '爽口螺片', 15.00, '', 6, 225378, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307237, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225378, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307238, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225378, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307239, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225378, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307240, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225379, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307241, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225379, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307242, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225379, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307243, '25031844238132', '腊味三拼', 68.00, '', 2, 225379, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307244, '25031858584114', '爽口螺片', 15.00, '', 6, 225379, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307245, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225379, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307246, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225379, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307247, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225379, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307248, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225379, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307249, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225380, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307250, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225380, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307251, '25031844238132', '腊味三拼', 68.00, '', 2, 225380, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307252, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225380, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307253, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225380, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307254, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225380, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307255, '25031858584114', '爽口螺片', 15.00, '', 4, 225380, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307256, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225380, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307257, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225381, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307258, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225381, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307259, '25031844238132', '腊味三拼', 68.00, '', 2, 225381, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307260, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225381, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307261, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225381, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307262, '25031858584114', '爽口螺片', 15.00, '', 3, 225381, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307263, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225381, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307264, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225381, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307265, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225381, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307266, '25031844238132', '腊味三拼', 68.00, '', 1, 225382, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307267, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225382, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307268, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225382, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307269, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225382, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307270, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225382, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307271, '25031858584114', '爽口螺片', 15.00, '', 3, 225382, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307272, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225382, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307273, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225382, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307274, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225382, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307275, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225383, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307276, '25031844238132', '腊味三拼', 68.00, '', 2, 225383, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307277, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225383, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307278, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225383, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307279, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225383, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307280, '25031858584114', '爽口螺片', 15.00, '', 4, 225383, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307281, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225383, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307282, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225383, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307283, '25031844238132', '腊味三拼', 68.00, '', 2, 225384, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307284, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225384, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307285, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225384, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307286, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225384, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307287, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225384, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307288, '25031858584114', '爽口螺片', 15.00, '', 8, 225384, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307289, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225384, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307290, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225384, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307291, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225384, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307292, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225385, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307293, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225385, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307294, '25031844238132', '腊味三拼', 68.00, '', 1, 225385, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307295, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225385, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307296, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225385, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307297, '25031858584114', '爽口螺片', 15.00, '', 3, 225385, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307298, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225385, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307299, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225385, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307300, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225385, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307301, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225386, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307302, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225386, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307303, '25031844238132', '腊味三拼', 68.00, '', 2, 225386, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307304, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225386, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307305, '25031858584114', '爽口螺片', 15.00, '', 6, 225386, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307306, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225386, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307307, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225386, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307308, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225386, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307309, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225386, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307310, '25031844238132', '腊味三拼', 68.00, '', 1, 225387, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307311, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225387, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307312, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225387, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307313, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225387, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307314, '25031858584114', '爽口螺片', 15.00, '', 5, 225387, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307315, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225387, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307316, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225387, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307317, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225387, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307318, '25031844238132', '腊味三拼', 68.00, '', 3, 225388, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307319, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225388, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307320, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225388, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307321, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225388, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307322, '25031858584114', '爽口螺片', 15.00, '', 5, 225388, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307323, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225388, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307324, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225388, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307325, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225388, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307326, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225388, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307327, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225389, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307328, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225389, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307329, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225389, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307330, '25031844238132', '腊味三拼', 68.00, '', 3, 225389, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307331, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225389, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307332, '25031858584114', '爽口螺片', 15.00, '', 5, 225389, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307333, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225389, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307334, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225389, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307335, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225389, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307336, '25031844238132', '腊味三拼', 68.00, '', 3, 225390, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307337, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225390, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307338, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225390, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307339, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225390, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307340, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225390, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225390, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307342, '25031858584114', '爽口螺片', 15.00, '', 5, 225390, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307343, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225390, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307344, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225390, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307345, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225391, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307346, '25031844238132', '腊味三拼', 68.00, '', 2, 225391, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307347, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225391, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307348, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225391, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307349, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225391, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307350, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225391, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307351, '25031858584114', '爽口螺片', 15.00, '', 2, 225391, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307352, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225391, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307353, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225391, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307354, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225392, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307355, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225392, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307356, '25031844238132', '腊味三拼', 68.00, '', 2, 225392, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307357, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225392, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307358, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225392, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307359, '25031858584114', '爽口螺片', 15.00, '', 9, 225392, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307360, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225392, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307361, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225392, '小吃', 0.00, 100, 196, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307362, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225392, '小吃', 0.00, 100, 197, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307363, '25031844238132', '腊味三拼', 68.00, '', 2, 225393, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307364, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225393, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307365, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225393, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307366, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225393, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307367, '25031858584114', '爽口螺片', 15.00, '', 7, 225393, '热菜', 0.00, 99, 195, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307368, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225393, '热菜', 0.00, 99, 194, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307369, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225393, '热菜', 0.00, 99, 193, '2025-04-07 19:10:50', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307370, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225393, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307371, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225393, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307372, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225394, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307373, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225394, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307374, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225394, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307375, '25031844238132', '腊味三拼', 68.00, '', 4, 225394, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307376, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225394, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307377, '25031858584114', '爽口螺片', 15.00, '', 4, 225394, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307378, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225394, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307379, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225394, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307380, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225394, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307381, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225395, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307382, '25031844238132', '腊味三拼', 68.00, '', 1, 225395, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307383, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225395, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307384, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225395, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307385, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225395, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307386, '25031858584114', '爽口螺片', 15.00, '', 4, 225395, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307387, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225395, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307388, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225396, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307389, '25031844238132', '腊味三拼', 68.00, '', 1, 225396, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307390, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225396, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307391, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225396, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307392, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225396, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307393, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225396, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307394, '25031858584114', '爽口螺片', 15.00, '', 3, 225396, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307395, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225396, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307396, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225396, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307397, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225397, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307398, '25031844238132', '腊味三拼', 68.00, '', 1, 225397, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307399, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225397, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307400, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225397, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307401, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225397, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307402, '25031858584114', '爽口螺片', 15.00, '', 5, 225397, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307403, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225397, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307404, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225397, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307405, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225398, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307406, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225398, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307407, '25031844238132', '腊味三拼', 68.00, '', 2, 225398, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307408, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225398, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307409, '25031858584114', '爽口螺片', 15.00, '', 6, 225398, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307410, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225398, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307411, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225398, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307412, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225398, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307413, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225398, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307414, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225399, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307415, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225399, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307416, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225399, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307417, '25031858584114', '爽口螺片', 15.00, '', 4, 225399, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307418, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225399, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307419, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225399, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307420, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225399, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307421, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225399, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307422, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225400, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307423, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225400, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307424, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225400, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307425, '25031844238132', '腊味三拼', 68.00, '', 2, 225400, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307426, '25031858584114', '爽口螺片', 15.00, '', 4, 225400, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307427, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225400, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307428, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225400, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307429, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225400, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307430, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225400, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307431, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225401, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307432, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225401, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307433, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225401, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307434, '25031844238132', '腊味三拼', 68.00, '', 2, 225401, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307435, '25031858584114', '爽口螺片', 15.00, '', 5, 225401, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307436, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225401, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307437, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225401, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307438, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225401, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307439, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225401, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307440, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225402, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307441, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225402, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307442, '25031844238132', '腊味三拼', 68.00, '', 2, 225402, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307443, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225402, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307444, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225402, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307445, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225402, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307446, '25031858584114', '爽口螺片', 15.00, '', 8, 225402, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307447, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225402, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307448, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225402, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307449, '25031844238132', '腊味三拼', 68.00, '', 3, 225403, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307450, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225403, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307451, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225403, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307452, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225403, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307453, '25031858584114', '爽口螺片', 15.00, '', 6, 225403, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307454, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225403, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307455, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225403, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307456, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225403, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307457, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225403, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307458, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225404, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307459, '25031844238132', '腊味三拼', 68.00, '', 2, 225404, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307460, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225404, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307461, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225404, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307462, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225404, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307463, '25031858584114', '爽口螺片', 15.00, '', 3, 225404, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307464, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225404, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307465, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225404, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307466, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225404, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307467, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225405, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307468, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225405, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307469, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225405, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307470, '25031844238132', '腊味三拼', 68.00, '', 3, 225405, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307471, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225405, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307472, '25031858584114', '爽口螺片', 15.00, '', 7, 225405, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307473, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225405, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307474, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225405, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307475, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225405, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307476, '25031844238132', '腊味三拼', 68.00, '', 2, 225406, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307477, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225406, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307478, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225406, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307479, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225406, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307480, '25031858584114', '爽口螺片', 15.00, '', 7, 225406, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307481, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225406, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307482, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225406, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307483, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225406, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307484, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225406, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307485, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225407, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307486, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225407, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307487, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225407, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307488, '25031844238132', '腊味三拼', 68.00, '', 1, 225407, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307489, '25031858584114', '爽口螺片', 15.00, '', 5, 225407, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307490, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225407, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307491, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225407, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307492, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225407, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307493, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225407, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307494, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225408, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307495, '25031844238132', '腊味三拼', 68.00, '', 2, 225408, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307496, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225408, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307497, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225408, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307498, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225408, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307499, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225408, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307500, '25031858584114', '爽口螺片', 15.00, '', 8, 225408, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307501, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225408, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307502, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225408, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307503, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225409, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307504, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225409, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307505, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225409, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307506, '25031844238132', '腊味三拼', 68.00, '', 1, 225409, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307507, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225409, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307508, '25031858584114', '爽口螺片', 15.00, '', 4, 225409, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307509, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225409, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307510, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225409, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307511, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225409, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307512, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225410, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307513, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225410, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307514, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225410, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307515, '25031844238132', '腊味三拼', 68.00, '', 2, 225410, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307516, '25031858584114', '爽口螺片', 15.00, '', 3, 225410, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307517, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225410, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307518, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225410, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307519, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225410, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307520, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225410, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307521, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225411, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307522, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225411, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307523, '25031844238132', '腊味三拼', 68.00, '', 1, 225411, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307524, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225411, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307525, '25031858584114', '爽口螺片', 15.00, '', 5, 225411, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307526, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225411, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307527, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225411, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307528, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225411, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307529, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225411, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307530, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225412, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307531, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225412, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307532, '25031844238132', '腊味三拼', 68.00, '', 2, 225412, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307533, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225412, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307534, '25031858584114', '爽口螺片', 15.00, '', 6, 225412, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307535, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225412, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307536, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225412, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307537, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225412, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307538, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225412, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307539, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225413, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307540, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225413, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307541, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225413, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307542, '25031844238132', '腊味三拼', 68.00, '', 2, 225413, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307543, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225413, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307544, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225413, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307545, '25031858584114', '爽口螺片', 15.00, '', 4, 225413, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307546, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225413, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307547, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225413, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307548, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225414, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307549, '25031844238132', '腊味三拼', 68.00, '', 3, 225414, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307550, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225414, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307551, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225414, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307552, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225414, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307553, '25031858584114', '爽口螺片', 15.00, '', 4, 225414, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307554, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225414, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307555, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225414, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307556, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225414, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307557, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225415, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307558, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225415, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307559, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225415, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307560, '25031844238132', '腊味三拼', 68.00, '', 2, 225415, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307561, '25031858584114', '爽口螺片', 15.00, '', 2, 225415, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307562, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225415, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307563, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225415, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307564, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225415, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307565, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225415, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307566, '25031844238132', '腊味三拼', 68.00, '', 2, 225416, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307567, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225416, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307568, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225416, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307569, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225416, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307570, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225416, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307571, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225416, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307572, '25031858584114', '爽口螺片', 15.00, '', 4, 225416, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307573, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225416, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307574, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225416, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307575, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225417, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307576, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225417, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307577, '25031844238132', '腊味三拼', 68.00, '', 2, 225417, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307578, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225417, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307579, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225417, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307580, '25031858584114', '爽口螺片', 15.00, '', 7, 225417, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307581, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225417, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307582, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225417, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307583, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225417, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307584, '25031844238132', '腊味三拼', 68.00, '', 1, 225418, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307585, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225418, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307586, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225418, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307587, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225418, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307588, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225418, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307589, '25031858584114', '爽口螺片', 15.00, '', 4, 225418, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307590, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225418, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307591, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225418, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307592, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225418, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307593, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225419, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307594, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225419, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307595, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225419, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307596, '25031844238132', '腊味三拼', 68.00, '', 2, 225419, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307597, '25031858584114', '爽口螺片', 15.00, '', 7, 225419, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307598, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225419, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307599, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225419, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307600, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225419, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307601, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225419, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307602, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225420, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307603, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225420, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307604, '25031844238132', '腊味三拼', 68.00, '', 3, 225420, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307605, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225420, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307606, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225420, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307607, '25031858584114', '爽口螺片', 15.00, '', 10, 225420, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307608, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225420, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307609, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225420, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307610, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225420, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307611, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225421, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307612, '25031844238132', '腊味三拼', 68.00, '', 2, 225421, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307613, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225421, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307614, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225421, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307615, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225421, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307616, '25031858584114', '爽口螺片', 15.00, '', 4, 225421, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307617, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225421, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307618, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225421, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307619, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225421, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307620, '25031844238132', '腊味三拼', 68.00, '', 2, 225422, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307621, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225422, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307622, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225422, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225422, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307624, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225422, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307625, '25031858584114', '爽口螺片', 15.00, '', 6, 225422, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307626, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225422, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307627, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225422, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307628, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225422, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307629, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225423, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307630, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225423, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307631, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225423, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307632, '25031844238132', '腊味三拼', 68.00, '', 2, 225423, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307633, '25031858584114', '爽口螺片', 15.00, '', 7, 225423, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307634, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225423, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307635, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225423, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307636, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225423, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307637, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225423, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307638, '25031844238132', '腊味三拼', 68.00, '', 2, 225424, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307639, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225424, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307640, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225424, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307641, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225424, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307642, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225424, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307643, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225424, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307644, '25031858584114', '爽口螺片', 15.00, '', 2, 225424, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307645, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225424, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225424, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307647, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225425, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307648, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225425, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307649, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225425, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307650, '25031844238132', '腊味三拼', 68.00, '', 3, 225425, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307651, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225425, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307652, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225425, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307653, '25031858584114', '爽口螺片', 15.00, '', 7, 225425, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307654, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225425, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307655, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225425, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307656, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225426, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307657, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225426, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307658, '25031844238132', '腊味三拼', 68.00, '', 3, 225426, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307659, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225426, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307660, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225426, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307661, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225426, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307662, '25031858584114', '爽口螺片', 15.00, '', 6, 225426, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307663, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225426, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307664, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225426, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307665, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225427, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307666, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225427, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307667, '25031844238132', '腊味三拼', 68.00, '', 1, 225427, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307668, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225427, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307669, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225427, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307670, '25031858584114', '爽口螺片', 15.00, '', 1, 225427, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307671, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225427, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307672, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225427, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307673, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225427, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307674, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225428, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307675, '25031844238132', '腊味三拼', 68.00, '', 2, 225428, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307676, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225428, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307677, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225428, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307678, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225428, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307679, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225428, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307680, '25031858584114', '爽口螺片', 15.00, '', 3, 225428, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307681, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225428, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307682, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225429, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307683, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225429, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307684, '25031844238132', '腊味三拼', 68.00, '', 2, 225429, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307685, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225429, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307686, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225429, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307687, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225429, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307688, '25031858584114', '爽口螺片', 15.00, '', 5, 225429, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307689, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225429, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307690, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225429, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307691, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225430, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307692, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225430, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307693, '25031844238132', '腊味三拼', 68.00, '', 3, 225430, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307694, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225430, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307695, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225430, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307696, '25031858584114', '爽口螺片', 15.00, '', 10, 225430, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307697, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225430, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307698, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225430, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307699, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225430, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307700, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225431, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307701, '25031844238132', '腊味三拼', 68.00, '', 2, 225431, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307702, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225431, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307703, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225431, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307704, '25031858584114', '爽口螺片', 15.00, '', 5, 225431, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307705, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225431, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307706, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225431, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307707, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225431, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307708, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225431, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307709, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225432, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307710, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225432, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307711, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225432, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307712, '25031844238132', '腊味三拼', 68.00, '', 3, 225432, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307713, '25031858584114', '爽口螺片', 15.00, '', 5, 225432, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307714, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225432, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307715, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225432, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307716, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225432, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307717, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225432, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307718, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225433, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307719, '25031844238132', '腊味三拼', 68.00, '', 3, 225433, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307720, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225433, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307721, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225433, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307722, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225433, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307723, '25031858584114', '爽口螺片', 15.00, '', 5, 225433, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307724, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225433, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307725, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225433, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307726, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225433, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307727, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225434, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307728, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225434, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307729, '25031844238132', '腊味三拼', 68.00, '', 2, 225434, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307730, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225434, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307731, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225434, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307732, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225434, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307733, '25031858584114', '爽口螺片', 15.00, '', 6, 225434, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307734, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225434, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307735, '25031844238132', '腊味三拼', 68.00, '', 2, 225435, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307736, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225435, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307737, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225435, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307738, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225435, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307739, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225435, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307740, '25031858584114', '爽口螺片', 15.00, '', 2, 225435, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307741, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225435, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307742, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225435, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307743, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225435, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307744, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225436, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307745, '25031844238132', '腊味三拼', 68.00, '', 3, 225436, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307746, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225436, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307747, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225436, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307748, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 11, 225436, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307749, '25031858584114', '爽口螺片', 15.00, '', 11, 225436, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307750, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225436, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307751, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225436, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307752, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225436, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307753, '25031844238132', '腊味三拼', 68.00, '', 4, 225437, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307754, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225437, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307755, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225437, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307756, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225437, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307757, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225437, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307758, '25031858584114', '爽口螺片', 15.00, '', 10, 225437, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307759, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225437, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307760, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225437, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307761, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225437, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307762, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225438, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307763, '25031844238132', '腊味三拼', 68.00, '', 1, 225438, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307764, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225438, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307765, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225438, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307766, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225438, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307767, '25031858584114', '爽口螺片', 15.00, '', 3, 225438, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307768, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225438, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307769, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225438, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307770, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225438, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307771, '25031844238132', '腊味三拼', 68.00, '', 1, 225439, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307772, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225439, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307773, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225439, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307774, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225439, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307775, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225439, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307776, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225439, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307777, '25031858584114', '爽口螺片', 15.00, '', 4, 225439, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307778, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225439, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307779, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225439, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307780, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225440, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307781, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225440, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307782, '25031844238132', '腊味三拼', 68.00, '', 2, 225440, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307783, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225440, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307784, '25031858584114', '爽口螺片', 15.00, '', 7, 225440, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307785, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225440, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307786, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225440, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307787, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225440, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225440, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307789, '25031844238132', '腊味三拼', 68.00, '', 2, 225441, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307790, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225441, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307791, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225441, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307792, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225441, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307793, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225441, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307794, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225441, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307795, '25031858584114', '爽口螺片', 15.00, '', 3, 225441, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307796, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225441, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307797, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225441, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307798, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225442, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307799, '25031844238132', '腊味三拼', 68.00, '', 2, 225442, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307800, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225442, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307801, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225442, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307802, '25031858584114', '爽口螺片', 15.00, '', 6, 225442, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307803, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225442, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307804, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225442, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307805, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225442, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307806, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225442, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307807, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225443, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307808, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225443, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307809, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225443, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307810, '25031844238132', '腊味三拼', 68.00, '', 2, 225443, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307811, '25031858584114', '爽口螺片', 15.00, '', 2, 225443, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307812, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225443, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307813, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225443, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307814, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225443, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307815, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225443, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307816, '25031844238132', '腊味三拼', 68.00, '', 2, 225444, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307817, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225444, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307818, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225444, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307819, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225444, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307820, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225444, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307821, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225444, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307822, '25031858584114', '爽口螺片', 15.00, '', 4, 225444, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307823, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225444, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307824, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225444, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307825, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225445, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307826, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225445, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307827, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225445, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307828, '25031844238132', '腊味三拼', 68.00, '', 2, 225445, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307829, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 225445, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307830, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225445, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307831, '25031858584114', '爽口螺片', 15.00, '', 10, 225445, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307832, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225445, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307833, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225445, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307834, '25031844238132', '腊味三拼', 68.00, '', 2, 225446, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307835, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225446, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307836, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225446, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307837, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225446, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307838, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225446, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307839, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225446, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307840, '25031858584114', '爽口螺片', 15.00, '', 4, 225446, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307841, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225446, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307842, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225446, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307843, '25031844238132', '腊味三拼', 68.00, '', 3, 225447, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307844, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225447, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307845, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225447, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307846, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225447, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307847, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225447, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307848, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225447, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307849, '25031858584114', '爽口螺片', 15.00, '', 6, 225447, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307850, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225447, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307851, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225447, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307852, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225448, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307853, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225448, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307854, '25031844238132', '腊味三拼', 68.00, '', 1, 225448, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307855, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225448, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307856, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225448, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307857, '25031858584114', '爽口螺片', 15.00, '', 4, 225448, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307858, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225448, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307859, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225448, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307860, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225448, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307861, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225449, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307862, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225449, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307863, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225449, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307864, '25031844238132', '腊味三拼', 68.00, '', 4, 225449, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307865, '25031858584114', '爽口螺片', 15.00, '', 8, 225449, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307866, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225449, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307867, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225449, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307868, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225449, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307869, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225449, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307870, '25031844238132', '腊味三拼', 68.00, '', 3, 225450, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307871, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225450, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307872, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225450, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307873, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225450, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307874, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225450, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307875, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225450, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307876, '25031858584114', '爽口螺片', 15.00, '', 6, 225450, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307877, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225450, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307878, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225450, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307879, '25031844238132', '腊味三拼', 68.00, '', 2, 225451, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307880, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225451, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307881, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225451, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307882, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225451, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307883, '25031858584114', '爽口螺片', 15.00, '', 5, 225451, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307884, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225451, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307885, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225451, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307886, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225451, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225451, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307888, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225452, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307889, '25031844238132', '腊味三拼', 68.00, '', 3, 225452, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307890, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225452, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307891, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225452, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307892, '25031858584114', '爽口螺片', 15.00, '', 6, 225452, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307893, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225452, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307894, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225452, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307895, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225452, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307896, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225452, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307897, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225453, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307898, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225453, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307899, '25031844238132', '腊味三拼', 68.00, '', 2, 225453, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307900, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225453, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307901, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225453, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307902, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225453, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307903, '25031858584114', '爽口螺片', 15.00, '', 8, 225453, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307904, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225453, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225453, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307906, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225454, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307907, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225454, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307908, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225454, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307909, '25031844238132', '腊味三拼', 68.00, '', 3, 225454, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307910, '25031858584114', '爽口螺片', 15.00, '', 5, 225454, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307911, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225454, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307912, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225454, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307913, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225454, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307914, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225454, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307915, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225455, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307916, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225455, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307917, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225455, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307918, '25031844238132', '腊味三拼', 68.00, '', 1, 225455, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307919, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225455, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307920, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225455, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307921, '25031858584114', '爽口螺片', 15.00, '', 5, 225455, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307922, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225455, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307923, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225456, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307924, '25031844238132', '腊味三拼', 68.00, '', 2, 225456, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307925, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225456, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307926, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225456, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307927, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225456, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307928, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225456, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307929, '25031858584114', '爽口螺片', 15.00, '', 2, 225456, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307930, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225456, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307931, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225456, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307932, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225457, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307933, '25031844238132', '腊味三拼', 68.00, '', 1, 225457, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307934, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225457, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307935, '25031858584114', '爽口螺片', 15.00, '', 4, 225457, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307936, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225457, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307937, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225457, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307938, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225457, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307939, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225457, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225458, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307941, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225458, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307942, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225458, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307943, '25031844238132', '腊味三拼', 68.00, '', 1, 225458, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307944, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225458, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307945, '25031858584114', '爽口螺片', 15.00, '', 4, 225458, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307946, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225458, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307947, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225458, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307948, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225458, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307949, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225459, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307950, '25031844238132', '腊味三拼', 68.00, '', 1, 225459, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307951, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225459, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307952, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225459, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307953, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225459, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307954, '25031858584114', '爽口螺片', 15.00, '', 4, 225459, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307955, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225459, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307956, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225459, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307957, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225459, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307958, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225460, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307959, '25031844238132', '腊味三拼', 68.00, '', 2, 225460, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307960, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225460, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307961, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225460, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307962, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225460, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307963, '25031858584114', '爽口螺片', 15.00, '', 5, 225460, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307964, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225460, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307965, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225460, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307966, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225460, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307967, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225461, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307968, '25031844238132', '腊味三拼', 68.00, '', 2, 225461, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307969, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225461, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307970, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225461, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307971, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225461, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307972, '25031858584114', '爽口螺片', 15.00, '', 5, 225461, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307973, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225461, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307974, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225461, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307975, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225461, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307976, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225462, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307977, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225462, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307978, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225462, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307979, '25031844238132', '腊味三拼', 68.00, '', 3, 225462, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307980, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225462, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307981, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225462, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307982, '25031858584114', '爽口螺片', 15.00, '', 4, 225462, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307983, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225462, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307984, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225462, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307985, '25031844238132', '腊味三拼', 68.00, '', 3, 225463, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307986, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225463, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307987, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225463, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307988, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225463, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307989, '25031858584114', '爽口螺片', 15.00, '', 6, 225463, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307990, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225463, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307991, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225463, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307992, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225463, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307993, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225463, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307994, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225464, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307995, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225464, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307996, '25031844238132', '腊味三拼', 68.00, '', 1, 225464, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307997, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225464, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307998, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225464, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2307999, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225464, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308000, '25031858584114', '爽口螺片', 15.00, '', 3, 225464, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308001, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225464, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308002, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225464, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308003, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225465, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308004, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225465, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308005, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225465, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308006, '25031844238132', '腊味三拼', 68.00, '', 2, 225465, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308007, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225465, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308008, '25031858584114', '爽口螺片', 15.00, '', 6, 225465, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308009, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225465, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308010, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225465, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308011, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225465, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308012, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225466, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308013, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225466, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308014, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225466, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308015, '25031844238132', '腊味三拼', 68.00, '', 2, 225466, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308016, '25031858584114', '爽口螺片', 15.00, '', 5, 225466, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308017, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225466, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308018, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225466, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308019, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225466, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308020, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225466, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308021, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225467, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308022, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225467, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308023, '25031844238132', '腊味三拼', 68.00, '', 1, 225467, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308024, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225467, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308025, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225467, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308026, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225467, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308027, '25031858584114', '爽口螺片', 15.00, '', 6, 225467, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308028, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225467, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308029, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225467, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308030, '25031844238132', '腊味三拼', 68.00, '', 1, 225468, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308031, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225468, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308032, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225468, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308033, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225468, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308034, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225468, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308035, '25031858584114', '爽口螺片', 15.00, '', 3, 225468, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308036, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225468, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308037, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225468, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308038, '25031844238132', '腊味三拼', 68.00, '', 2, 225469, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308039, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225469, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308040, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225469, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308041, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225469, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308042, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225469, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308043, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225469, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308044, '25031858584114', '爽口螺片', 15.00, '', 2, 225469, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308045, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225469, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308046, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225469, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308047, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225470, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308048, '25031844238132', '腊味三拼', 68.00, '', 2, 225470, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308049, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225470, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308050, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225470, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308051, '25031858584114', '爽口螺片', 15.00, '', 4, 225470, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308052, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225470, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225470, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308054, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225470, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308055, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225470, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308056, '25031844238132', '腊味三拼', 68.00, '', 3, 225471, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308057, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225471, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225471, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308059, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225471, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308060, '25031858584114', '爽口螺片', 15.00, '', 5, 225471, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308061, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225471, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308062, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225471, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308063, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225471, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308064, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225471, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308065, '25031844238132', '腊味三拼', 68.00, '', 2, 225472, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308066, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225472, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308067, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225472, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308068, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225472, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308069, '25031858584114', '爽口螺片', 15.00, '', 6, 225472, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308070, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225472, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308071, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225472, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308072, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225472, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308073, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225472, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308074, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225473, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308075, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225473, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308076, '25031844238132', '腊味三拼', 68.00, '', 4, 225473, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308077, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225473, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308078, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225473, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308079, '25031858584114', '爽口螺片', 15.00, '', 5, 225473, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225473, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308081, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225473, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308082, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 8, 225473, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308083, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225474, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308084, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225474, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308085, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225474, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308086, '25031844238132', '腊味三拼', 68.00, '', 3, 225474, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308087, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225474, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308088, '25031858584114', '爽口螺片', 15.00, '', 8, 225474, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308089, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225474, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308090, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225474, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308091, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225474, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308092, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225475, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308093, '25031844238132', '腊味三拼', 68.00, '', 2, 225475, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308094, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225475, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308095, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225475, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308096, '25031858584114', '爽口螺片', 15.00, '', 4, 225475, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308097, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225475, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225475, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308099, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225475, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308100, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225475, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308101, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225476, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308102, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225476, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308103, '25031844238132', '腊味三拼', 68.00, '', 3, 225476, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308104, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225476, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308105, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225476, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308106, '25031858584114', '爽口螺片', 15.00, '', 5, 225476, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308107, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225476, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308108, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225476, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225476, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308110, '25031844238132', '腊味三拼', 68.00, '', 3, 225477, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308111, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225477, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308112, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225477, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308113, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225477, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308114, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225477, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308115, '25031858584114', '爽口螺片', 15.00, '', 7, 225477, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308116, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225477, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308117, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225477, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308118, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225477, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308119, '25031844238132', '腊味三拼', 68.00, '', 2, 225478, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308120, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225478, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308121, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225478, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308122, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225478, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308123, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225478, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308124, '25031858584114', '爽口螺片', 15.00, '', 6, 225478, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308125, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225478, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308126, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225478, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308127, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225478, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308128, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225479, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308129, '25031844238132', '腊味三拼', 68.00, '', 3, 225479, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308130, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225479, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308131, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225479, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308132, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225479, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308133, '25031858584114', '爽口螺片', 15.00, '', 6, 225479, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308134, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225479, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308135, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225479, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308136, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225479, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308137, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225480, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308138, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225480, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308139, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225480, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308140, '25031844238132', '腊味三拼', 68.00, '', 2, 225480, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308141, '25031858584114', '爽口螺片', 15.00, '', 4, 225480, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308142, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225480, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225480, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308144, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225480, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308145, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225480, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308146, '25031844238132', '腊味三拼', 68.00, '', 3, 225481, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308147, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225481, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308148, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225481, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308149, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225481, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308150, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225481, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308151, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225481, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308152, '25031858584114', '爽口螺片', 15.00, '', 7, 225481, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308153, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225481, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308154, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225481, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308155, '25031844238132', '腊味三拼', 68.00, '', 2, 225482, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308156, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225482, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308157, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225482, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308158, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225482, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308159, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225482, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308160, '25031858584114', '爽口螺片', 15.00, '', 7, 225482, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308161, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225482, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308162, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225482, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308163, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225482, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308164, '25031844238132', '腊味三拼', 68.00, '', 2, 225483, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308165, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225483, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308166, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225483, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308167, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225483, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308168, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225483, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308169, '25031858584114', '爽口螺片', 15.00, '', 6, 225483, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308170, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225483, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308171, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225483, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308172, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225483, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308173, '25031844238132', '腊味三拼', 68.00, '', 1, 225484, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308174, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225484, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308175, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225484, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308176, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225484, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308177, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225484, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308178, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225484, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308179, '25031858584114', '爽口螺片', 15.00, '', 5, 225484, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308180, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225484, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308181, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225484, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308182, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225485, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308183, '25031844238132', '腊味三拼', 68.00, '', 3, 225485, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308184, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225485, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308185, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225485, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308186, '25031858584114', '爽口螺片', 15.00, '', 3, 225485, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308187, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225485, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308188, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225485, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308189, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225485, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308190, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225485, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308191, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225486, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308192, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225486, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308193, '25031844238132', '腊味三拼', 68.00, '', 2, 225486, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308194, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225486, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308195, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225486, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308196, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225486, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308197, '25031858584114', '爽口螺片', 15.00, '', 7, 225486, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308198, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225486, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308199, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225486, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308200, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225487, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308201, '25031844238132', '腊味三拼', 68.00, '', 3, 225487, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308202, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225487, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308203, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225487, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308204, '25031858584114', '爽口螺片', 15.00, '', 6, 225487, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308205, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225487, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308206, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225487, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308207, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225487, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308208, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225487, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308209, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225488, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308210, '25031844238132', '腊味三拼', 68.00, '', 2, 225488, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225488, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308212, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225488, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308213, '25031858584114', '爽口螺片', 15.00, '', 5, 225488, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308214, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225488, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308215, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225488, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308216, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225488, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308217, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225488, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308218, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225489, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308219, '25031844238132', '腊味三拼', 68.00, '', 2, 225489, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308220, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225489, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308221, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225489, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308222, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225489, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225489, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308224, '25031858584114', '爽口螺片', 15.00, '', 6, 225489, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308225, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225489, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308226, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225489, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308227, '25031844238132', '腊味三拼', 68.00, '', 2, 225490, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308228, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225490, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308229, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225490, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308230, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225490, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308231, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225490, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308232, '25031858584114', '爽口螺片', 15.00, '', 5, 225490, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308233, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225490, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225490, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308235, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225490, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308236, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225491, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308237, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225491, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308238, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225491, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308239, '25031844238132', '腊味三拼', 68.00, '', 3, 225491, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308240, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225491, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225491, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308242, '25031858584114', '爽口螺片', 15.00, '', 6, 225491, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308243, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225491, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308244, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225491, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308245, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225492, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308246, '25031844238132', '腊味三拼', 68.00, '', 2, 225492, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225492, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308248, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225492, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308249, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225492, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308250, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225492, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308251, '25031858584114', '爽口螺片', 15.00, '', 7, 225492, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308252, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225492, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308253, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225492, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308254, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225493, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308255, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225493, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308256, '25031844238132', '腊味三拼', 68.00, '', 2, 225493, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308257, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225493, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308258, '25031858584114', '爽口螺片', 15.00, '', 6, 225493, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308259, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225493, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308260, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225493, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308261, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225493, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308262, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225493, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308263, '25031844238132', '腊味三拼', 68.00, '', 2, 225494, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308264, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225494, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308265, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225494, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308266, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225494, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308267, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225494, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308268, '25031858584114', '爽口螺片', 15.00, '', 5, 225494, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308269, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225494, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308270, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225494, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308271, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 8, 225494, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308272, '25031844238132', '腊味三拼', 68.00, '', 3, 225495, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308273, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225495, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308274, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225495, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308275, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225495, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308276, '25031858584114', '爽口螺片', 15.00, '', 4, 225495, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308277, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225495, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308278, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225495, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308279, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225495, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308280, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225495, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308281, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225496, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308282, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225496, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308283, '25031844238132', '腊味三拼', 68.00, '', 2, 225496, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308284, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225496, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308285, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225496, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308286, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225496, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308287, '25031858584114', '爽口螺片', 15.00, '', 5, 225496, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308288, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225496, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308289, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225496, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308290, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225497, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308291, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225497, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308292, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225497, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308293, '25031844238132', '腊味三拼', 68.00, '', 2, 225497, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308294, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225497, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308295, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225497, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308296, '25031858584114', '爽口螺片', 15.00, '', 3, 225497, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308297, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225497, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308298, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225497, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308299, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225498, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308300, '25031844238132', '腊味三拼', 68.00, '', 1, 225498, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308301, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225498, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308302, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225498, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308303, '25031858584114', '爽口螺片', 15.00, '', 3, 225498, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308304, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225498, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308305, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225498, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308306, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225498, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308307, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225498, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308308, '25031844238132', '腊味三拼', 68.00, '', 2, 225499, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308309, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225499, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308310, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225499, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308311, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225499, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308312, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225499, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308313, '25031858584114', '爽口螺片', 15.00, '', 8, 225499, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308314, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225499, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308315, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225499, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308316, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225499, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308317, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225500, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308318, '25031844238132', '腊味三拼', 68.00, '', 2, 225500, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308319, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225500, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308320, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225500, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308321, '25031858584114', '爽口螺片', 15.00, '', 3, 225500, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308322, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225500, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308323, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225500, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308324, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225500, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308325, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225500, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308326, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225501, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308327, '25031844238132', '腊味三拼', 68.00, '', 1, 225501, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308328, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225501, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308329, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225501, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308330, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225501, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308331, '25031858584114', '爽口螺片', 15.00, '', 3, 225501, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308332, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225501, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308333, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225501, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308334, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225501, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308335, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225502, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308336, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225502, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308337, '25031844238132', '腊味三拼', 68.00, '', 2, 225502, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308338, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225502, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308339, '25031858584114', '爽口螺片', 15.00, '', 5, 225502, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308340, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225502, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225502, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308342, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225502, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308343, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225502, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308344, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225503, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308345, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225503, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308346, '25031844238132', '腊味三拼', 68.00, '', 2, 225503, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308347, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225503, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308348, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225503, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308349, '25031858584114', '爽口螺片', 15.00, '', 8, 225503, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308350, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225503, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308351, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225503, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308352, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225503, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308353, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225504, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308354, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225504, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308355, '25031844238132', '腊味三拼', 68.00, '', 2, 225504, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308356, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225504, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308357, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225504, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308358, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225504, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308359, '25031858584114', '爽口螺片', 15.00, '', 3, 225504, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308360, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225504, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308361, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225504, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308362, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225505, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308363, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225505, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308364, '25031844238132', '腊味三拼', 68.00, '', 2, 225505, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308365, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225505, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308366, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225505, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308367, '25031858584114', '爽口螺片', 15.00, '', 5, 225505, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308368, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225505, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308369, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225505, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308370, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225505, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308371, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225506, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308372, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225506, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308373, '25031844238132', '腊味三拼', 68.00, '', 2, 225506, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225506, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308375, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225506, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308376, '25031858584114', '爽口螺片', 15.00, '', 3, 225506, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308377, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225506, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308378, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225506, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308379, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225506, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308380, '25031844238132', '腊味三拼', 68.00, '', 2, 225507, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308381, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225507, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308382, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225507, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308383, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225507, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308384, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225507, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308385, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225507, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308386, '25031858584114', '爽口螺片', 15.00, '', 4, 225507, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308387, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225507, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308388, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225507, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308389, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225508, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308390, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225508, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308391, '25031844238132', '腊味三拼', 68.00, '', 3, 225508, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308392, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225508, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308393, '25031858584114', '爽口螺片', 15.00, '', 9, 225508, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308394, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225508, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308395, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 225508, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308396, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225508, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308397, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 8, 225508, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308398, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225509, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308399, '25031844238132', '腊味三拼', 68.00, '', 3, 225509, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308400, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225509, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308401, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225509, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308402, '25031858584114', '爽口螺片', 15.00, '', 4, 225509, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308403, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225509, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308404, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225509, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308405, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225509, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225509, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308407, '25031844238132', '腊味三拼', 68.00, '', 2, 225510, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308408, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225510, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308409, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225510, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308410, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225510, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308411, '25031858584114', '爽口螺片', 15.00, '', 8, 225510, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308412, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225510, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308413, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225510, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308414, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225510, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308415, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225510, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308416, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225511, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308417, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225511, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308418, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225511, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308419, '25031844238132', '腊味三拼', 68.00, '', 2, 225511, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308420, '25031858584114', '爽口螺片', 15.00, '', 8, 225511, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308421, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225511, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308422, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225511, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308423, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225511, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308424, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225511, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308425, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225512, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308426, '25031844238132', '腊味三拼', 68.00, '', 1, 225512, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308427, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225512, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308428, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225512, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308429, '25031858584114', '爽口螺片', 15.00, '', 4, 225512, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308430, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225512, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308431, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225512, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308432, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225512, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308433, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225513, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308434, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225513, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308435, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225513, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308436, '25031844238132', '腊味三拼', 68.00, '', 2, 225513, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308437, '25031858584114', '爽口螺片', 15.00, '', 9, 225513, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308438, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225513, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308439, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225513, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308440, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225513, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308441, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225513, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308442, '25031844238132', '腊味三拼', 68.00, '', 2, 225514, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308443, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225514, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308444, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225514, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308445, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225514, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308446, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225514, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308447, '25031858584114', '爽口螺片', 15.00, '', 3, 225514, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308448, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225514, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308449, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225514, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308450, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225514, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308451, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225515, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308452, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225515, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308453, '25031844238132', '腊味三拼', 68.00, '', 1, 225515, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225515, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308455, '25031858584114', '爽口螺片', 15.00, '', 5, 225515, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308456, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225515, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308457, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225515, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308458, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225515, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308459, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225515, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308460, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225516, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308461, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225516, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308462, '25031844238132', '腊味三拼', 68.00, '', 3, 225516, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308463, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225516, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308464, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225516, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308465, '25031858584114', '爽口螺片', 15.00, '', 4, 225516, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308466, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225516, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308467, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225516, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308468, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225516, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308469, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225517, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308470, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225517, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308471, '25031844238132', '腊味三拼', 68.00, '', 2, 225517, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308472, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225517, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308473, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225517, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308474, '25031858584114', '爽口螺片', 15.00, '', 5, 225517, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308475, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225517, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308476, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225517, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308477, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225517, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308478, '25031844238132', '腊味三拼', 68.00, '', 3, 225518, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308479, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225518, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308480, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225518, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308481, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225518, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308482, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225518, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308483, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225518, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308484, '25031858584114', '爽口螺片', 15.00, '', 4, 225518, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308485, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225518, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308486, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225518, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308487, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225519, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308488, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225519, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308489, '25031844238132', '腊味三拼', 68.00, '', 1, 225519, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308490, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225519, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308491, '25031858584114', '爽口螺片', 15.00, '', 6, 225519, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308492, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225519, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308493, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225519, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308494, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225519, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308495, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225519, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308496, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 225520, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308497, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 225520, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308498, '25031844238132', '腊味三拼', 68.00, '', 3, 225520, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308499, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225520, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308500, '25031858584114', '爽口螺片', 15.00, '', 4, 225520, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308501, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225520, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308502, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225520, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308503, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225520, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308504, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225520, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308505, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225521, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308506, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225521, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308507, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225521, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308508, '25031844238132', '腊味三拼', 68.00, '', 3, 225521, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308509, '25031858584114', '爽口螺片', 15.00, '', 8, 225521, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308510, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225521, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308511, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225521, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308512, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225521, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308513, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 225521, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308514, '25031844238132', '腊味三拼', 68.00, '', 2, 225522, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308515, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225522, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308516, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225522, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308517, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225522, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308518, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225522, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308519, '25031858584114', '爽口螺片', 15.00, '', 3, 225522, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225522, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308521, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225522, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308522, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225522, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308523, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 225523, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308524, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225523, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308525, '25031844238132', '腊味三拼', 68.00, '', 4, 225523, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308526, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225523, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308527, '25031858584114', '爽口螺片', 15.00, '', 9, 225523, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308528, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225523, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308529, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225523, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308530, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225523, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308531, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 225523, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308532, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225524, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308533, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225524, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308534, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225524, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308535, '25031844238132', '腊味三拼', 68.00, '', 1, 225524, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308536, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225524, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308537, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225524, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308538, '25031858584114', '爽口螺片', 15.00, '', 6, 225524, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308539, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225524, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308540, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225524, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308541, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225525, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308542, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225525, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308543, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225525, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308544, '25031844238132', '腊味三拼', 68.00, '', 1, 225525, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308545, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225525, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308546, '25031858584114', '爽口螺片', 15.00, '', 8, 225525, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308547, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225525, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308548, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225525, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225525, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308550, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225526, '凉菜', 0.00, 98, 189, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308551, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225526, '凉菜', 0.00, 98, 192, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308552, '25031844238132', '腊味三拼', 68.00, '', 2, 225526, '凉菜', 0.00, 98, 191, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308553, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225526, '凉菜', 0.00, 98, 190, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308554, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225526, '热菜', 0.00, 99, 193, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308555, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225526, '热菜', 0.00, 99, 194, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308556, '25031858584114', '爽口螺片', 15.00, '', 5, 225526, '热菜', 0.00, 99, 195, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308557, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225526, '小吃', 0.00, 100, 197, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225526, '小吃', 0.00, 100, 196, '2025-04-07 19:10:51', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308559, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225288, '凉菜', 0.00, 98, 192, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308560, '25031844238132', '腊味三拼', 68.00, '', 2, 225288, '凉菜', 0.00, 98, 191, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308561, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225288, '凉菜', 0.00, 98, 190, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308562, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225288, '凉菜', 0.00, 98, 189, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308563, '25031858584114', '爽口螺片', 15.00, '', 5, 225288, '热菜', 0.00, 99, 195, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308564, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225288, '热菜', 0.00, 99, 193, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308565, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225288, '热菜', 0.00, 99, 194, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308566, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225288, '小吃', 0.00, 100, 196, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308567, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225288, '小吃', 0.00, 100, 197, '2025-04-07 19:12:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308568, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225289, '凉菜', 0.00, 98, 192, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308569, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225289, '凉菜', 0.00, 98, 190, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308570, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225289, '凉菜', 0.00, 98, 189, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308571, '25031844238132', '腊味三拼', 68.00, '', 1, 225289, '凉菜', 0.00, 98, 191, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308572, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225289, '热菜', 0.00, 99, 194, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308573, '25031858584114', '爽口螺片', 15.00, '', 4, 225289, '热菜', 0.00, 99, 195, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308574, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225289, '热菜', 0.00, 99, 193, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308575, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225289, '小吃', 0.00, 100, 196, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308576, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225289, '小吃', 0.00, 100, 197, '2025-04-07 19:12:48', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308577, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225527, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308578, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225527, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308579, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225527, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308580, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225527, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308581, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225527, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308582, '25031858584114', '爽口螺片', 15.00, '', 2, 225527, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308583, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225527, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308584, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225527, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308585, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225528, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308586, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225528, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308587, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225528, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308588, '25031858584114', '爽口螺片', 15.00, '', 1, 225528, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308589, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225528, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308590, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225528, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308591, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225528, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308592, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225528, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308593, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225529, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308594, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225529, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308595, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225529, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308596, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225529, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308597, '25031858584114', '爽口螺片', 15.00, '', 1, 225529, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308598, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225529, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308599, '25031844238132', '腊味三拼', 68.00, '', 1, 225530, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308600, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225530, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308601, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225530, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308602, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225530, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308603, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225530, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308604, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225530, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308605, '25031858584114', '爽口螺片', 15.00, '', 1, 225530, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308606, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225530, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308607, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225530, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308608, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225531, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308609, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225531, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308610, '25031844238132', '腊味三拼', 68.00, '', 2, 225531, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308611, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225531, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308612, '25031858584114', '爽口螺片', 15.00, '', 6, 225531, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308613, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225531, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308614, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225531, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308615, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225531, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308616, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225531, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308617, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225532, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308618, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225532, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308619, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225532, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308620, '25031858584114', '爽口螺片', 15.00, '', 1, 225532, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308621, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225532, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308622, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225532, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308623, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225533, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308624, '25031844238132', '腊味三拼', 68.00, '', 1, 225533, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308625, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225533, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308626, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225533, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225533, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308628, '25031858584114', '爽口螺片', 15.00, '', 2, 225533, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308629, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225533, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225533, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308631, '25031844238132', '腊味三拼', 68.00, '', 1, 225534, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308632, '25031858584114', '爽口螺片', 15.00, '', 1, 225534, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308633, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225534, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308634, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225534, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308635, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225534, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308636, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225534, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308637, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225535, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308638, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225535, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308639, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225535, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308640, '25031858584114', '爽口螺片', 15.00, '', 3, 225535, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308641, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225535, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308642, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225535, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308643, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225536, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308644, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225536, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308645, '25031844238132', '腊味三拼', 68.00, '', 1, 225536, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308646, '25031858584114', '爽口螺片', 15.00, '', 2, 225536, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308647, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225536, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308648, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225536, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308649, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225536, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308650, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225536, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308651, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225537, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308652, '25031844238132', '腊味三拼', 68.00, '', 1, 225537, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308653, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225537, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308654, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225537, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308655, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225537, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308656, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225537, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308657, '25031858584114', '爽口螺片', 15.00, '', 4, 225537, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308658, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225537, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308659, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225537, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308660, '25031844238132', '腊味三拼', 68.00, '', 1, 225538, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308661, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225538, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308662, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225538, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308663, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225538, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308664, '25031858584114', '爽口螺片', 15.00, '', 2, 225538, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308665, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225538, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308666, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225538, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308667, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225538, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308668, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225538, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308669, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225539, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308670, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225539, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308671, '25031844238132', '腊味三拼', 68.00, '', 1, 225539, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308672, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225539, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308673, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225539, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308674, '25031858584114', '爽口螺片', 15.00, '', 2, 225539, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308675, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225539, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225539, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308677, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225539, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308678, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225540, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308679, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225540, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308680, '25031844238132', '腊味三拼', 68.00, '', 3, 225540, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308681, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225540, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308682, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225540, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308683, '25031858584114', '爽口螺片', 15.00, '', 6, 225540, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308684, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225540, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308685, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225540, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308686, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225540, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308687, '25031844238132', '腊味三拼', 68.00, '', 2, 225541, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308688, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225541, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308689, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225541, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308690, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225541, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308691, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225541, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308692, '25031858584114', '爽口螺片', 15.00, '', 5, 225541, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308693, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225541, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308694, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225541, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308695, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225542, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308696, '25031844238132', '腊味三拼', 68.00, '', 1, 225542, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308697, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225542, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308698, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225542, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308699, '25031858584114', '爽口螺片', 15.00, '', 2, 225542, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308700, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225542, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308701, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225542, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308702, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225542, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308703, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225542, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308704, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225543, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308705, '25031844238132', '腊味三拼', 68.00, '', 1, 225543, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308706, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225543, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308707, '25031858584114', '爽口螺片', 15.00, '', 2, 225543, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308708, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225543, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308709, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225543, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225543, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308711, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225543, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308712, '25031844238132', '腊味三拼', 68.00, '', 1, 225544, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308713, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225544, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308714, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225544, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308715, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225544, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308716, '25031858584114', '爽口螺片', 15.00, '', 2, 225544, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308717, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225544, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308718, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225544, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308719, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225544, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308720, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225544, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308721, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225545, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308722, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225545, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308723, '25031858584114', '爽口螺片', 15.00, '', 1, 225545, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308724, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225545, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308725, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225545, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308726, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225545, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308727, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225546, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308728, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225546, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308729, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225546, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308730, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225546, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308731, '25031858584114', '爽口螺片', 15.00, '', 2, 225546, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308732, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225546, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308733, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225546, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308734, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225546, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308735, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225547, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308736, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225547, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308737, '25031844238132', '腊味三拼', 68.00, '', 1, 225547, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308738, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225547, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308739, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225547, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308740, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225547, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308741, '25031858584114', '爽口螺片', 15.00, '', 3, 225547, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308742, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225547, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308743, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225547, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308744, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225548, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308745, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225548, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308746, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225548, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308747, '25031844238132', '腊味三拼', 68.00, '', 2, 225548, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308748, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225548, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308749, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225548, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308750, '25031858584114', '爽口螺片', 15.00, '', 4, 225548, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308751, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225548, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308752, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225548, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308753, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225549, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308754, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225549, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308755, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225549, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308756, '25031844238132', '腊味三拼', 68.00, '', 2, 225549, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308757, '25031858584114', '爽口螺片', 15.00, '', 3, 225549, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308758, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225549, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308759, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225549, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308760, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225549, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308761, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225549, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308762, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225550, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308763, '25031858584114', '爽口螺片', 15.00, '', 1, 225550, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308764, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225550, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308765, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225550, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308766, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225550, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308767, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225550, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308768, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225551, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308769, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225551, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308770, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225551, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308771, '25031844238132', '腊味三拼', 68.00, '', 1, 225551, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308772, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225551, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308773, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225551, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308774, '25031858584114', '爽口螺片', 15.00, '', 3, 225551, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308775, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225551, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308776, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225551, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308777, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225552, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308778, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225552, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308779, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225552, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308780, '25031844238132', '腊味三拼', 68.00, '', 1, 225552, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308781, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225552, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308782, '25031858584114', '爽口螺片', 15.00, '', 4, 225552, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308783, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225552, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308784, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225552, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308785, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225553, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308786, '25031844238132', '腊味三拼', 68.00, '', 2, 225553, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308787, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225553, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308788, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225553, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308789, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225553, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308790, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225553, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308791, '25031858584114', '爽口螺片', 15.00, '', 5, 225553, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308792, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225553, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308793, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225553, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308794, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225554, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308795, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225554, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308796, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225554, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308797, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225554, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308798, '25031858584114', '爽口螺片', 15.00, '', 1, 225554, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308799, '25031844238132', '腊味三拼', 68.00, '', 1, 225554, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308800, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225554, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308801, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225555, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308802, '25031844238132', '腊味三拼', 68.00, '', 1, 225555, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308803, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225555, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308804, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225555, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308805, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225555, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308806, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225555, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308807, '25031858584114', '爽口螺片', 15.00, '', 2, 225555, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308808, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225555, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308809, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225555, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308810, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225556, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308811, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225556, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308812, '25031844238132', '腊味三拼', 68.00, '', 1, 225556, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308813, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225556, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308814, '25031858584114', '爽口螺片', 15.00, '', 1, 225556, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308815, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225556, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308816, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225556, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308817, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225556, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308818, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225556, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308819, '25031844238132', '腊味三拼', 68.00, '', 1, 225557, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308820, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225557, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308821, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225557, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308822, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225557, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308823, '25031858584114', '爽口螺片', 15.00, '', 3, 225557, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308824, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225557, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225557, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225558, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308827, '25031858584114', '爽口螺片', 15.00, '', 2, 225558, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308828, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225558, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308829, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225558, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308830, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225558, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308831, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225558, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308832, '25031844238132', '腊味三拼', 68.00, '', 1, 225558, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308833, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225558, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308834, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225559, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308835, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225559, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308836, '25031858584114', '爽口螺片', 15.00, '', 1, 225559, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308837, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225559, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308838, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225559, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308839, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225559, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308840, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225559, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308841, '25031844238132', '腊味三拼', 68.00, '', 1, 225560, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308842, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225560, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308843, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225560, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308844, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225560, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308845, '25031858584114', '爽口螺片', 15.00, '', 2, 225560, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308846, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225560, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308847, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225560, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308848, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225560, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308849, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225561, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308850, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225561, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308851, '25031844238132', '腊味三拼', 68.00, '', 1, 225561, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308852, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225561, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308853, '25031858584114', '爽口螺片', 15.00, '', 3, 225561, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308854, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225561, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308855, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225561, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308856, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225561, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308857, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225561, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308858, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225562, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308859, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225562, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308860, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225562, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308861, '25031844238132', '腊味三拼', 68.00, '', 3, 225562, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308862, '25031858584114', '爽口螺片', 15.00, '', 6, 225562, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308863, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225562, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308864, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225562, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308865, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225562, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308866, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225562, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308867, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225563, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308868, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225563, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308869, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225563, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308870, '25031844238132', '腊味三拼', 68.00, '', 2, 225563, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308871, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225563, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308872, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225563, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308873, '25031858584114', '爽口螺片', 15.00, '', 4, 225563, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308874, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225563, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308875, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225563, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308876, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225564, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308877, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225564, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308878, '25031844238132', '腊味三拼', 68.00, '', 1, 225564, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308879, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225564, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308880, '25031858584114', '爽口螺片', 15.00, '', 4, 225564, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308881, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225564, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308882, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225564, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308883, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225564, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308884, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225564, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308885, '25031844238132', '腊味三拼', 68.00, '', 1, 225565, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308886, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225565, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308887, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225565, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308888, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225565, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308889, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225565, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308890, '25031858584114', '爽口螺片', 15.00, '', 2, 225565, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308891, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225565, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308892, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225565, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308893, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225565, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308894, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225566, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308895, '25031844238132', '腊味三拼', 68.00, '', 2, 225566, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308896, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225566, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308897, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225566, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308898, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225566, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308899, '25031858584114', '爽口螺片', 15.00, '', 2, 225566, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308900, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225566, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308901, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225566, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308902, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225567, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308903, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225567, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308904, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225567, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308905, '25031858584114', '爽口螺片', 15.00, '', 2, 225567, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308906, '25031844238132', '腊味三拼', 68.00, '', 1, 225567, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308907, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225567, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308908, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225567, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308909, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225567, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308910, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225568, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308911, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225568, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308912, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225568, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308913, '25031858584114', '爽口螺片', 15.00, '', 2, 225568, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308914, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225568, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308915, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225568, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308916, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225569, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308917, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225569, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308918, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225569, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308919, '25031858584114', '爽口螺片', 15.00, '', 2, 225569, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308920, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225569, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308921, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225569, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308922, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225569, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308923, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225569, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308924, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225570, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308925, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225570, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308926, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225570, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308927, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225570, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308928, '25031858584114', '爽口螺片', 15.00, '', 2, 225570, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308929, '25031844238132', '腊味三拼', 68.00, '', 1, 225570, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308930, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225571, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308931, '25031844238132', '腊味三拼', 68.00, '', 2, 225571, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308932, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225571, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308933, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225571, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308934, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225571, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308935, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225571, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308936, '25031858584114', '爽口螺片', 15.00, '', 6, 225571, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308937, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225571, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308938, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225571, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308939, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225572, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225572, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308941, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225572, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308942, '25031844238132', '腊味三拼', 68.00, '', 1, 225572, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308943, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225572, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308944, '25031858584114', '爽口螺片', 15.00, '', 2, 225572, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308945, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225572, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308946, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225572, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308947, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225572, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308948, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225573, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308949, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225573, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308950, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225573, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308951, '25031858584114', '爽口螺片', 15.00, '', 2, 225573, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308952, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225573, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308953, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225573, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308954, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225574, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308955, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225574, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308956, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225574, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308957, '25031858584114', '爽口螺片', 15.00, '', 2, 225574, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308958, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225574, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308959, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225574, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308960, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225575, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308961, '25031844238132', '腊味三拼', 68.00, '', 1, 225575, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308962, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225575, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308963, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225575, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308964, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225575, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308965, '25031858584114', '爽口螺片', 15.00, '', 3, 225575, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308966, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225575, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308967, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225575, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308968, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225575, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308969, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225576, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308970, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225576, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308971, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225576, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308972, '25031844238132', '腊味三拼', 68.00, '', 2, 225576, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308973, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225576, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308974, '25031858584114', '爽口螺片', 15.00, '', 3, 225576, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308975, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225576, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308976, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225576, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308977, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225576, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308978, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225577, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308979, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225577, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308980, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225577, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308981, '25031858584114', '爽口螺片', 15.00, '', 2, 225577, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308982, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225577, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308983, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225577, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308984, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225577, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308985, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225577, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308986, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225578, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308987, '25031844238132', '腊味三拼', 68.00, '', 2, 225578, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308988, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225578, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308989, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225578, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308990, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225578, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308991, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225578, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308992, '25031858584114', '爽口螺片', 15.00, '', 3, 225578, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308993, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225578, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308994, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225578, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308995, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225579, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308996, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225579, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308997, '25031844238132', '腊味三拼', 68.00, '', 1, 225579, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308998, '25031858584114', '爽口螺片', 15.00, '', 3, 225579, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2308999, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225579, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309000, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225579, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309001, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225579, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309002, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225580, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309003, '25031844238132', '腊味三拼', 68.00, '', 1, 225580, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309004, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225580, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309005, '25031858584114', '爽口螺片', 15.00, '', 3, 225580, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309006, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225580, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225580, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309008, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225580, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309009, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225581, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309010, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225581, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309011, '25031858584114', '爽口螺片', 15.00, '', 2, 225581, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309012, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225581, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309013, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225581, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309014, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225581, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309015, '25031844238132', '腊味三拼', 68.00, '', 1, 225581, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225582, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309017, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225582, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309018, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225582, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309019, '25031858584114', '爽口螺片', 15.00, '', 2, 225582, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309020, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225582, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309021, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225582, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309022, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225582, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309023, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225583, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309024, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225583, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309025, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225583, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309026, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225583, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309027, '25031858584114', '爽口螺片', 15.00, '', 2, 225583, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309028, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225583, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309029, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225584, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309030, '25031844238132', '腊味三拼', 68.00, '', 2, 225584, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309031, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225584, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309032, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225584, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309033, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225584, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309034, '25031858584114', '爽口螺片', 15.00, '', 2, 225584, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309035, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225584, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309036, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225584, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309037, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225584, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309038, '25031844238132', '腊味三拼', 68.00, '', 2, 225585, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309039, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225585, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309040, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225585, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309041, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225585, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309042, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225585, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309043, '25031858584114', '爽口螺片', 15.00, '', 4, 225585, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309044, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225585, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309045, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225585, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309046, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225585, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309047, '25031844238132', '腊味三拼', 68.00, '', 2, 225586, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309048, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225586, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309049, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225586, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309050, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225586, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309051, '25031858584114', '爽口螺片', 15.00, '', 5, 225586, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309052, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225586, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309053, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225586, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309054, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225586, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309055, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225587, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309056, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225587, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309057, '25031858584114', '爽口螺片', 15.00, '', 2, 225587, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309058, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225587, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309059, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225587, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309060, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225587, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309061, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225588, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309062, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225588, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309063, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225588, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309064, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225588, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309065, '25031858584114', '爽口螺片', 15.00, '', 1, 225588, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309066, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225588, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309067, '25031844238132', '腊味三拼', 68.00, '', 3, 225589, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309068, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225589, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309069, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225589, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309070, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225589, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309071, '25031858584114', '爽口螺片', 15.00, '', 5, 225589, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309072, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225589, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309073, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225589, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309074, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225589, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309075, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225589, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309076, '25031844238132', '腊味三拼', 68.00, '', 2, 225590, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309077, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225590, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309078, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225590, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309079, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225590, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225590, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309081, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225590, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309082, '25031858584114', '爽口螺片', 15.00, '', 6, 225590, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309083, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225590, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309084, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225591, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309085, '25031844238132', '腊味三拼', 68.00, '', 2, 225591, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309086, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225591, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309087, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225591, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309088, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225591, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309089, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225591, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309090, '25031858584114', '爽口螺片', 15.00, '', 1, 225591, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309091, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225591, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309092, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225591, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309093, '25031844238132', '腊味三拼', 68.00, '', 2, 225592, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309094, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225592, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309095, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225592, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309096, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225592, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309097, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225592, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309098, '25031858584114', '爽口螺片', 15.00, '', 3, 225592, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309099, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225592, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309100, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225592, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225592, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309102, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225593, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309103, '25031844238132', '腊味三拼', 68.00, '', 1, 225593, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309104, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225593, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309105, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225593, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309106, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225593, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309107, '25031858584114', '爽口螺片', 15.00, '', 4, 225593, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309108, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225593, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309109, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225593, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309110, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225593, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309111, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225594, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309112, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225594, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309113, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225594, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309114, '25031858584114', '爽口螺片', 15.00, '', 2, 225594, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309115, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225594, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309116, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225594, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309117, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225595, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309118, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225595, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309119, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225595, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309120, '25031858584114', '爽口螺片', 15.00, '', 4, 225595, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309121, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225595, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309122, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225595, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309123, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225595, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309124, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225595, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309125, '25031844238132', '腊味三拼', 68.00, '', 2, 225596, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309126, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225596, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309127, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225596, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309128, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225596, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309129, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225596, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309130, '25031858584114', '爽口螺片', 15.00, '', 5, 225596, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309131, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225596, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225596, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309133, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225596, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309134, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225597, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309135, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225597, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309136, '25031844238132', '腊味三拼', 68.00, '', 2, 225597, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309137, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225597, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309138, '25031858584114', '爽口螺片', 15.00, '', 4, 225597, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309139, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225597, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309140, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225597, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225597, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225597, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309143, '25031844238132', '腊味三拼', 68.00, '', 2, 225598, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309144, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225598, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309145, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225598, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309146, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225598, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309147, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225598, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309148, '25031858584114', '爽口螺片', 15.00, '', 5, 225598, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309149, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225598, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309150, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225598, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309151, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225598, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309152, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225599, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309153, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225599, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309154, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225599, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309155, '25031844238132', '腊味三拼', 68.00, '', 2, 225599, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309156, '25031858584114', '爽口螺片', 15.00, '', 6, 225599, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309157, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225599, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309158, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225599, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309159, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225599, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309160, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225599, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309161, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225600, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309162, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225600, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309163, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225600, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309164, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225600, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309165, '25031858584114', '爽口螺片', 15.00, '', 1, 225600, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309166, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225600, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309167, '25031844238132', '腊味三拼', 68.00, '', 1, 225601, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309168, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225601, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309169, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225601, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309170, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225601, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309171, '25031858584114', '爽口螺片', 15.00, '', 3, 225601, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225601, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309173, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225601, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309174, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225601, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309175, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225601, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309176, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225602, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309177, '25031844238132', '腊味三拼', 68.00, '', 1, 225602, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309178, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225602, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309179, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225602, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309180, '25031858584114', '爽口螺片', 15.00, '', 4, 225602, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309181, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225602, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309182, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225602, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309183, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225602, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309184, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225602, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309185, '25031844238132', '腊味三拼', 68.00, '', 1, 225603, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309186, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225603, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309187, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225603, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309188, '25031858584114', '爽口螺片', 15.00, '', 1, 225603, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309189, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225603, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309190, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225603, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309191, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225604, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309192, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225604, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309193, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225604, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309194, '25031844238132', '腊味三拼', 68.00, '', 1, 225604, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309195, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225604, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309196, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225604, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309197, '25031858584114', '爽口螺片', 15.00, '', 4, 225604, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309198, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225604, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309199, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225604, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309200, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225605, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309201, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225605, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309202, '25031844238132', '腊味三拼', 68.00, '', 2, 225605, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309203, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225605, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309204, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225605, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309205, '25031858584114', '爽口螺片', 15.00, '', 4, 225605, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309206, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225605, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309207, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225605, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309208, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225605, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309209, '25031844238132', '腊味三拼', 68.00, '', 1, 225606, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309210, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225606, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309211, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225606, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309212, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225606, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309213, '25031858584114', '爽口螺片', 15.00, '', 6, 225606, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309214, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225606, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309215, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225606, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309216, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225606, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309217, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225606, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309218, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225607, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309219, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225607, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309220, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225607, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309221, '25031858584114', '爽口螺片', 15.00, '', 2, 225607, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309222, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225607, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309223, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225607, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309224, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225607, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309225, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225607, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309226, '25031844238132', '腊味三拼', 68.00, '', 2, 225608, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309227, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225608, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309228, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225608, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309229, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225608, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309230, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225608, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309231, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225608, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309232, '25031858584114', '爽口螺片', 15.00, '', 4, 225608, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309233, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225608, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225608, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309235, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225609, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309236, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225609, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309237, '25031844238132', '腊味三拼', 68.00, '', 1, 225609, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309238, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225609, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309239, '25031858584114', '爽口螺片', 15.00, '', 4, 225609, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309240, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225609, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309241, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225609, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309242, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225609, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309243, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225609, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309244, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225610, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309245, '25031844238132', '腊味三拼', 68.00, '', 1, 225610, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309246, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225610, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309247, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225610, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309248, '25031858584114', '爽口螺片', 15.00, '', 6, 225610, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309249, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225610, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309250, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225610, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309251, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225610, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309252, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225610, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309253, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225611, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309254, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225611, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309255, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225611, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309256, '25031844238132', '腊味三拼', 68.00, '', 1, 225611, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309257, '25031858584114', '爽口螺片', 15.00, '', 4, 225611, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309258, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225611, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309259, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225611, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309260, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225611, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309261, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225612, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309262, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225612, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309263, '25031844238132', '腊味三拼', 68.00, '', 2, 225612, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309264, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225612, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309265, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225612, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309266, '25031858584114', '爽口螺片', 15.00, '', 2, 225612, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309267, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225612, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309268, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225612, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309269, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225612, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309270, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225613, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309271, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225613, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309272, '25031844238132', '腊味三拼', 68.00, '', 2, 225613, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309273, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225613, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309274, '25031858584114', '爽口螺片', 15.00, '', 4, 225613, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309275, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225613, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309276, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225613, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309277, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225613, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309278, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225613, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309279, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225614, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309280, '25031844238132', '腊味三拼', 68.00, '', 2, 225614, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309281, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225614, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309282, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225614, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309283, '25031858584114', '爽口螺片', 15.00, '', 3, 225614, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309284, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225614, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309285, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225614, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309286, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225614, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309287, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225614, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309288, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225615, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309289, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225615, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309290, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225615, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309291, '25031844238132', '腊味三拼', 68.00, '', 2, 225615, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309292, '25031858584114', '爽口螺片', 15.00, '', 3, 225615, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309293, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225615, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309294, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225615, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309295, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225615, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309296, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225616, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309297, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225616, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309298, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225616, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309299, '25031844238132', '腊味三拼', 68.00, '', 2, 225616, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309300, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225616, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309301, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225616, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309302, '25031858584114', '爽口螺片', 15.00, '', 1, 225616, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309303, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225616, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309304, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225616, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309305, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225617, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309306, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225617, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309307, '25031844238132', '腊味三拼', 68.00, '', 2, 225617, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309308, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225617, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309309, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225617, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309310, '25031858584114', '爽口螺片', 15.00, '', 3, 225617, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309311, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225617, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309312, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225617, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309313, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225617, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309314, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225618, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309315, '25031844238132', '腊味三拼', 68.00, '', 1, 225618, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309316, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225618, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309317, '25031858584114', '爽口螺片', 15.00, '', 3, 225618, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309318, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225618, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309319, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225618, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225618, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309321, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225619, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309322, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225619, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309323, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225619, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309324, '25031844238132', '腊味三拼', 68.00, '', 2, 225619, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309325, '25031858584114', '爽口螺片', 15.00, '', 5, 225619, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309326, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225619, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309327, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225619, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309328, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225619, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309329, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225619, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309330, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225620, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309331, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225620, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309332, '25031844238132', '腊味三拼', 68.00, '', 1, 225620, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309333, '25031858584114', '爽口螺片', 15.00, '', 2, 225620, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309334, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225620, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309335, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225620, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309336, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225620, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309337, '25031844238132', '腊味三拼', 68.00, '', 1, 225621, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309338, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225621, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309339, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225621, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309340, '25031858584114', '爽口螺片', 15.00, '', 2, 225621, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225621, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309342, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225621, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309343, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225621, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309344, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225621, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309345, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225622, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309346, '25031844238132', '腊味三拼', 68.00, '', 1, 225622, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309347, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225622, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309348, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225622, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309349, '25031858584114', '爽口螺片', 15.00, '', 2, 225622, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309350, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225622, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309351, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225622, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309352, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225622, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309353, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225622, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309354, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225623, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309355, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225623, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309356, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225623, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309357, '25031844238132', '腊味三拼', 68.00, '', 1, 225623, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309358, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225623, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309359, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225623, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309360, '25031858584114', '爽口螺片', 15.00, '', 6, 225623, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309361, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225623, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309362, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225623, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309363, '25031844238132', '腊味三拼', 68.00, '', 1, 225624, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309364, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225624, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309365, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225624, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309366, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225624, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309367, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225624, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309368, '25031858584114', '爽口螺片', 15.00, '', 7, 225624, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309369, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225624, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309370, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225624, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309371, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225624, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309372, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225625, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309373, '25031844238132', '腊味三拼', 68.00, '', 2, 225625, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225625, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309375, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225625, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309376, '25031858584114', '爽口螺片', 15.00, '', 7, 225625, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309377, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225625, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309378, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225625, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309379, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225625, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309380, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225625, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309381, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225626, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309382, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225626, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309383, '25031844238132', '腊味三拼', 68.00, '', 1, 225626, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309384, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225626, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309385, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225626, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309386, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225626, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309387, '25031858584114', '爽口螺片', 15.00, '', 3, 225626, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309388, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225626, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309389, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225626, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309390, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225627, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309391, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225627, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309392, '25031844238132', '腊味三拼', 68.00, '', 1, 225627, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309393, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225627, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309394, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225627, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309395, '25031858584114', '爽口螺片', 15.00, '', 5, 225627, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309396, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225627, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309397, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225627, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309398, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225627, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309399, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225628, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309400, '25031844238132', '腊味三拼', 68.00, '', 2, 225628, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309401, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225628, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309402, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225628, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309403, '25031858584114', '爽口螺片', 15.00, '', 6, 225628, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309404, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225628, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309405, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225628, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225628, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309407, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225628, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309408, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225629, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309409, '25031858584114', '爽口螺片', 15.00, '', 2, 225629, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309410, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225629, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309411, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225629, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309412, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225629, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309413, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225629, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309414, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225629, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309415, '25031844238132', '腊味三拼', 68.00, '', 1, 225629, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309416, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225630, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309417, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225630, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309418, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225630, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309419, '25031844238132', '腊味三拼', 68.00, '', 2, 225630, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309420, '25031858584114', '爽口螺片', 15.00, '', 4, 225630, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309421, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225630, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309422, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225630, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309423, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225630, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309424, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225630, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309425, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225631, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309426, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225631, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309427, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225631, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309428, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225631, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309429, '25031858584114', '爽口螺片', 15.00, '', 3, 225631, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309430, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225631, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309431, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225631, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309432, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225631, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309433, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225632, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309434, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225632, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309435, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225632, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309436, '25031858584114', '爽口螺片', 15.00, '', 2, 225632, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309437, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225632, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309438, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225632, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309439, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225633, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309440, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225633, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309441, '25031858584114', '爽口螺片', 15.00, '', 1, 225633, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309442, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225633, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309443, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225633, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309444, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225633, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309445, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225634, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309446, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225634, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309447, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225634, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309448, '25031858584114', '爽口螺片', 15.00, '', 2, 225634, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309449, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225634, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309450, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225634, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309451, '25031844238132', '腊味三拼', 68.00, '', 1, 225634, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309452, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225634, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309453, '25031844238132', '腊味三拼', 68.00, '', 1, 225635, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225635, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309455, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225635, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309456, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225635, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309457, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225635, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309458, '25031858584114', '爽口螺片', 15.00, '', 1, 225635, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309459, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225635, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309460, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225635, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309461, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225635, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309462, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225636, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309463, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225636, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309464, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225636, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309465, '25031844238132', '腊味三拼', 68.00, '', 2, 225636, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309466, '25031858584114', '爽口螺片', 15.00, '', 1, 225636, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309467, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225636, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309468, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225636, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309469, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225636, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309470, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225637, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309471, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225637, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309472, '25031858584114', '爽口螺片', 15.00, '', 2, 225637, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309473, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225637, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309474, '25031844238132', '腊味三拼', 68.00, '', 1, 225637, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309475, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225638, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309476, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225638, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309477, '25031844238132', '腊味三拼', 68.00, '', 1, 225638, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309478, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225638, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309479, '25031858584114', '爽口螺片', 15.00, '', 3, 225638, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309480, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225638, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309481, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225638, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309482, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225638, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309483, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225639, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309484, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225639, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309485, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225639, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309486, '25031844238132', '腊味三拼', 68.00, '', 1, 225639, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309487, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225639, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309488, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225639, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309489, '25031858584114', '爽口螺片', 15.00, '', 3, 225639, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309490, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225639, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309491, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225639, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309492, '25031844238132', '腊味三拼', 68.00, '', 1, 225640, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309493, '25031858584114', '爽口螺片', 15.00, '', 1, 225640, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225640, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309495, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225640, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309496, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225640, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309497, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225641, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309498, '25031844238132', '腊味三拼', 68.00, '', 2, 225641, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309499, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225641, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309500, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225641, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309501, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225641, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309502, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225641, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309503, '25031858584114', '爽口螺片', 15.00, '', 6, 225641, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309504, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225641, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309505, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225641, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309506, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225642, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309507, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225642, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309508, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225642, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309509, '25031844238132', '腊味三拼', 68.00, '', 1, 225642, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309510, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225642, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309511, '25031858584114', '爽口螺片', 15.00, '', 3, 225642, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309512, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225642, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309513, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225642, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309514, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225642, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225643, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309516, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225643, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309517, '25031844238132', '腊味三拼', 68.00, '', 1, 225643, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309518, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225643, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309519, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225643, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225643, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309521, '25031858584114', '爽口螺片', 15.00, '', 3, 225643, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309522, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225643, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309523, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225643, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309524, '25031844238132', '腊味三拼', 68.00, '', 1, 225644, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309525, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225644, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225644, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309527, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225644, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309528, '25031858584114', '爽口螺片', 15.00, '', 2, 225644, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309529, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225644, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309530, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225644, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309531, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225644, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309532, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225644, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309533, '25031844238132', '腊味三拼', 68.00, '', 1, 225645, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309534, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225645, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309535, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225645, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309536, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225645, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309537, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225645, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309538, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225645, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309539, '25031858584114', '爽口螺片', 15.00, '', 2, 225645, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309540, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225645, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309541, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225645, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225646, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309543, '25031844238132', '腊味三拼', 68.00, '', 1, 225646, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309544, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225646, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309545, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225646, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309546, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225646, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309547, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225646, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309548, '25031858584114', '爽口螺片', 15.00, '', 4, 225646, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309549, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225646, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309550, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225646, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309551, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225647, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309552, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225647, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309553, '25031858584114', '爽口螺片', 15.00, '', 3, 225647, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309554, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225647, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309555, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225647, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309556, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225647, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309557, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225647, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309558, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225648, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309559, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225648, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309560, '25031844238132', '腊味三拼', 68.00, '', 1, 225648, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309561, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225648, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309562, '25031858584114', '爽口螺片', 15.00, '', 4, 225648, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309563, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225648, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309564, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225648, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309565, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225648, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309566, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225649, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309567, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225649, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309568, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225649, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309569, '25031858584114', '爽口螺片', 15.00, '', 2, 225649, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309570, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225649, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309571, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225649, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309572, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225649, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309573, '25031844238132', '腊味三拼', 68.00, '', 1, 225649, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309574, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225649, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309575, '25031844238132', '腊味三拼', 68.00, '', 1, 225650, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309576, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225650, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309577, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225650, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309578, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225650, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309579, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225650, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309580, '25031858584114', '爽口螺片', 15.00, '', 5, 225650, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309581, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225650, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309582, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225650, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309583, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225651, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309584, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225651, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309585, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225651, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309586, '25031844238132', '腊味三拼', 68.00, '', 1, 225651, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309587, '25031858584114', '爽口螺片', 15.00, '', 5, 225651, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309588, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225651, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309589, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225651, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309590, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225651, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309591, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225651, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309592, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225652, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309593, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225652, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309594, '25031844238132', '腊味三拼', 68.00, '', 2, 225652, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309595, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225652, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309596, '25031858584114', '爽口螺片', 15.00, '', 5, 225652, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309597, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225652, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309598, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225652, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309599, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225652, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309600, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225652, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309601, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225653, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309602, '25031844238132', '腊味三拼', 68.00, '', 1, 225653, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309603, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225653, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309604, '25031858584114', '爽口螺片', 15.00, '', 2, 225653, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309605, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225653, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309606, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225653, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309607, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225653, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309608, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225654, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309609, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225654, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309610, '25031858584114', '爽口螺片', 15.00, '', 1, 225654, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309611, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225654, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309612, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225654, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309613, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225654, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309614, '25031844238132', '腊味三拼', 68.00, '', 1, 225655, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309615, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225655, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225655, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309617, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225655, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309618, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225655, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309619, '25031858584114', '爽口螺片', 15.00, '', 6, 225655, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309620, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225655, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309621, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225655, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309622, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225655, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309623, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225656, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309624, '25031844238132', '腊味三拼', 68.00, '', 1, 225656, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309625, '25031858584114', '爽口螺片', 15.00, '', 3, 225656, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309626, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225656, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225656, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309628, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225656, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309629, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225656, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309630, '25031844238132', '腊味三拼', 68.00, '', 1, 225657, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309631, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225657, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309632, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225657, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309633, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225657, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309634, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225657, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309635, '25031858584114', '爽口螺片', 15.00, '', 1, 225657, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309636, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225657, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309637, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225657, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309638, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225657, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309639, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225658, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309640, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225658, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309641, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225658, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309642, '25031844238132', '腊味三拼', 68.00, '', 1, 225658, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309643, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225658, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309644, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225658, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309645, '25031858584114', '爽口螺片', 15.00, '', 4, 225658, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225658, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309647, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225658, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309648, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225659, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309649, '25031844238132', '腊味三拼', 68.00, '', 1, 225659, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309650, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225659, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309651, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225659, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309652, '25031858584114', '爽口螺片', 15.00, '', 2, 225659, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225659, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309654, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225659, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309655, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225659, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309656, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225660, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309657, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225660, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309658, '25031844238132', '腊味三拼', 68.00, '', 2, 225660, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225660, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309660, '25031858584114', '爽口螺片', 15.00, '', 3, 225660, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309661, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225660, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309662, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225660, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309663, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225660, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309664, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225660, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309665, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225661, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309666, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225661, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309667, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225661, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309668, '25031844238132', '腊味三拼', 68.00, '', 1, 225661, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309669, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225661, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309670, '25031858584114', '爽口螺片', 15.00, '', 5, 225661, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309671, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225661, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309672, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225661, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309673, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225661, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309674, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225662, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309675, '25031844238132', '腊味三拼', 68.00, '', 1, 225662, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309676, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225662, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309677, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225662, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309678, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225662, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309679, '25031858584114', '爽口螺片', 15.00, '', 6, 225662, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309680, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225662, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309681, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225662, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309682, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225662, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309683, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225663, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309684, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225663, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309685, '25031844238132', '腊味三拼', 68.00, '', 1, 225663, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309686, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225663, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309687, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225663, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309688, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225663, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309689, '25031858584114', '爽口螺片', 15.00, '', 5, 225663, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309690, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225663, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309691, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225663, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309692, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225664, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309693, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225664, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309694, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225664, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309695, '25031844238132', '腊味三拼', 68.00, '', 3, 225664, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309696, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225664, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309697, '25031858584114', '爽口螺片', 15.00, '', 4, 225664, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309698, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225664, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309699, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225664, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309700, '25031844238132', '腊味三拼', 68.00, '', 2, 225665, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309701, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225665, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309702, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225665, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309703, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225665, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309704, '25031858584114', '爽口螺片', 15.00, '', 4, 225665, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309705, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225665, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309706, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225665, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309707, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225665, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309708, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225666, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309709, '25031844238132', '腊味三拼', 68.00, '', 1, 225666, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309710, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225666, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309711, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225666, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309712, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225666, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309713, '25031858584114', '爽口螺片', 15.00, '', 6, 225666, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309714, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225666, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309715, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225666, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309716, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225666, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309717, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225667, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309718, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225667, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309719, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225667, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309720, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225667, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309721, '25031858584114', '爽口螺片', 15.00, '', 2, 225667, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309722, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225667, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309723, '25031844238132', '腊味三拼', 68.00, '', 1, 225668, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309724, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225668, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309725, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225668, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309726, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225668, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309727, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225668, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309728, '25031858584114', '爽口螺片', 15.00, '', 2, 225668, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309729, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225668, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309730, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225668, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309731, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225669, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309732, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225669, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309733, '25031844238132', '腊味三拼', 68.00, '', 1, 225669, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309734, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225669, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309735, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225669, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309736, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225669, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309737, '25031858584114', '爽口螺片', 15.00, '', 2, 225669, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309738, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225669, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309739, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225669, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309740, '25031844238132', '腊味三拼', 68.00, '', 1, 225670, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309741, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225670, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309742, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225670, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309743, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225670, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309744, '25031858584114', '爽口螺片', 15.00, '', 4, 225670, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309745, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225670, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309746, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225670, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309747, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225670, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309748, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225670, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309749, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225671, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309750, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225671, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309751, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225671, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309752, '25031844238132', '腊味三拼', 68.00, '', 1, 225671, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309753, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225671, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309754, '25031858584114', '爽口螺片', 15.00, '', 5, 225671, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309755, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225671, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309756, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225671, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309757, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225671, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309758, '25031844238132', '腊味三拼', 68.00, '', 1, 225672, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309759, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225672, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309760, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225672, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309761, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225672, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309762, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225672, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309763, '25031858584114', '爽口螺片', 15.00, '', 3, 225672, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309764, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225672, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309765, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225672, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309766, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225672, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309767, '25031844238132', '腊味三拼', 68.00, '', 1, 225673, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309768, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225673, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309769, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225673, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309770, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225673, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309771, '25031858584114', '爽口螺片', 15.00, '', 1, 225673, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309772, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225673, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309773, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225673, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309774, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225673, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309775, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225674, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309776, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225674, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309777, '25031858584114', '爽口螺片', 15.00, '', 2, 225674, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309778, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225674, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309779, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225674, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309780, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225675, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309781, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225675, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309782, '25031844238132', '腊味三拼', 68.00, '', 2, 225675, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309783, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225675, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309784, '25031858584114', '爽口螺片', 15.00, '', 2, 225675, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309785, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225675, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309786, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225675, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309787, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225675, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225675, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309789, '25031844238132', '腊味三拼', 68.00, '', 1, 225676, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309790, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225676, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309791, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225676, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309792, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225676, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309793, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225676, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309794, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225676, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309795, '25031858584114', '爽口螺片', 15.00, '', 2, 225676, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309796, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225676, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309797, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225676, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309798, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225677, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309799, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225677, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309800, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225677, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309801, '25031844238132', '腊味三拼', 68.00, '', 2, 225677, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309802, '25031858584114', '爽口螺片', 15.00, '', 4, 225677, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309803, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225677, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309804, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225677, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309805, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225677, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309806, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225677, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309807, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225678, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309808, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225678, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309809, '25031844238132', '腊味三拼', 68.00, '', 2, 225678, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309810, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225678, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309811, '25031858584114', '爽口螺片', 15.00, '', 3, 225678, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309812, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225678, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309813, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225678, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309814, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225678, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309815, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225678, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309816, '25031844238132', '腊味三拼', 68.00, '', 1, 225679, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309817, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225679, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309818, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225679, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309819, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225679, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309820, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225679, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309821, '25031858584114', '爽口螺片', 15.00, '', 2, 225679, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309822, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225679, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309823, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225679, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309824, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225679, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309825, '25031844238132', '腊味三拼', 68.00, '', 1, 225680, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309826, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225680, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309827, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225680, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309828, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225680, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309829, '25031858584114', '爽口螺片', 15.00, '', 2, 225680, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309830, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225680, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309831, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225680, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309832, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225680, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309833, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225680, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309834, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225681, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309835, '25031844238132', '腊味三拼', 68.00, '', 1, 225681, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309836, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225681, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309837, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225681, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309838, '25031858584114', '爽口螺片', 15.00, '', 5, 225681, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309839, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225681, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309840, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225681, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309841, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225681, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309842, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225682, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309843, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225682, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309844, '25031844238132', '腊味三拼', 68.00, '', 1, 225682, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309845, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225682, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309846, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225682, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309847, '25031858584114', '爽口螺片', 15.00, '', 4, 225682, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309848, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225682, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309849, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225682, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309850, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225682, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309851, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225683, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309852, '25031844238132', '腊味三拼', 68.00, '', 1, 225683, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309853, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225683, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309854, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225683, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309855, '25031858584114', '爽口螺片', 15.00, '', 5, 225683, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309856, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225683, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309857, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225683, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309858, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225683, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309859, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225683, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309860, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225684, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309861, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225684, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309862, '25031844238132', '腊味三拼', 68.00, '', 1, 225684, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309863, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225684, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309864, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225684, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309865, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225684, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309866, '25031858584114', '爽口螺片', 15.00, '', 1, 225684, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309867, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225684, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309868, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225685, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309869, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225685, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309870, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225685, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309871, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225685, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309872, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225685, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309873, '25031858584114', '爽口螺片', 15.00, '', 6, 225685, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309874, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225685, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309875, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225685, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309876, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225686, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309877, '25031858584114', '爽口螺片', 15.00, '', 2, 225686, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309878, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225686, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309879, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225686, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309880, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225686, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309881, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225687, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309882, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225687, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309883, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225687, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309884, '25031844238132', '腊味三拼', 68.00, '', 2, 225687, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309885, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225687, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309886, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225687, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309887, '25031858584114', '爽口螺片', 15.00, '', 5, 225687, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309888, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225687, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309889, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225687, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309890, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225688, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309891, '25031858584114', '爽口螺片', 15.00, '', 2, 225688, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309892, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225688, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309893, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225688, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309894, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225688, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309895, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225688, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309896, '25031844238132', '腊味三拼', 68.00, '', 1, 225689, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309897, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225689, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309898, '25031858584114', '爽口螺片', 15.00, '', 3, 225689, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309899, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225689, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309900, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225689, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309901, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225689, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309902, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225690, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309903, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225690, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309904, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225690, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309905, '25031844238132', '腊味三拼', 68.00, '', 2, 225690, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309906, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225690, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225690, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309908, '25031858584114', '爽口螺片', 15.00, '', 5, 225690, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309909, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225690, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309910, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225690, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309911, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225691, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309912, '25031844238132', '腊味三拼', 68.00, '', 1, 225691, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309913, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225691, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309914, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225691, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309915, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225691, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309916, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225691, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309917, '25031858584114', '爽口螺片', 15.00, '', 5, 225691, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309918, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225691, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309919, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225691, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309920, '25031844238132', '腊味三拼', 68.00, '', 2, 225692, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309921, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225692, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309922, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225692, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309923, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225692, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309924, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225692, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309925, '25031858584114', '爽口螺片', 15.00, '', 3, 225692, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309926, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225692, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309927, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225692, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309928, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225693, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309929, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225693, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309930, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225693, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309931, '25031844238132', '腊味三拼', 68.00, '', 2, 225693, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309932, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225693, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309933, '25031858584114', '爽口螺片', 15.00, '', 6, 225693, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309934, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225693, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309935, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225693, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309936, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225693, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309937, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225694, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309938, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225694, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309939, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225694, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309940, '25031858584114', '爽口螺片', 15.00, '', 2, 225694, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309941, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225694, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309942, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225694, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309943, '25031844238132', '腊味三拼', 68.00, '', 1, 225694, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309944, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225695, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309945, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225695, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309946, '25031858584114', '爽口螺片', 15.00, '', 1, 225695, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309947, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225695, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309948, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225695, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309949, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225695, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309950, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225695, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309951, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225696, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309952, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225696, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309953, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225696, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309954, '25031858584114', '爽口螺片', 15.00, '', 2, 225696, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309955, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225696, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309956, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225696, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309957, '25031844238132', '腊味三拼', 68.00, '', 1, 225696, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309958, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225697, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309959, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225697, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309960, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225697, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309961, '25031844238132', '腊味三拼', 68.00, '', 2, 225697, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309962, '25031858584114', '爽口螺片', 15.00, '', 3, 225697, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309963, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225697, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309964, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225697, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309965, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225697, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309966, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225697, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309967, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225698, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309968, '25031844238132', '腊味三拼', 68.00, '', 1, 225698, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309969, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225698, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309970, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225698, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309971, '25031858584114', '爽口螺片', 15.00, '', 4, 225698, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309972, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225698, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309973, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225698, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309974, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225698, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309975, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225698, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309976, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225699, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309977, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225699, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309978, '25031844238132', '腊味三拼', 68.00, '', 1, 225699, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309979, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225699, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309980, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225699, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309981, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225699, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309982, '25031858584114', '爽口螺片', 15.00, '', 5, 225699, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309983, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225699, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309984, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225700, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309985, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225700, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309986, '25031844238132', '腊味三拼', 68.00, '', 1, 225700, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309987, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225700, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309988, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225700, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309989, '25031858584114', '爽口螺片', 15.00, '', 1, 225700, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309990, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225700, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309991, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225700, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309992, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225700, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309993, '25031844238132', '腊味三拼', 68.00, '', 1, 225701, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309994, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225701, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309995, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225701, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309996, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225701, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309997, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225701, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309998, '25031858584114', '爽口螺片', 15.00, '', 2, 225701, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2309999, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225701, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310000, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225701, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310001, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225702, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310002, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225702, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310003, '25031858584114', '爽口螺片', 15.00, '', 1, 225702, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310004, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225702, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310005, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225702, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310006, '25031844238132', '腊味三拼', 68.00, '', 1, 225702, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310007, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225702, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310008, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225702, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310009, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225703, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310010, '25031844238132', '腊味三拼', 68.00, '', 1, 225703, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310011, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225703, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310012, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225703, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310013, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225703, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225703, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310015, '25031858584114', '爽口螺片', 15.00, '', 4, 225703, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225703, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310017, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225703, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225704, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310019, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225704, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310020, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225704, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310021, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225704, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310022, '25031858584114', '爽口螺片', 15.00, '', 2, 225704, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310023, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225704, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310024, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225704, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310025, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225704, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310026, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225705, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310027, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225705, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310028, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225705, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310029, '25031844238132', '腊味三拼', 68.00, '', 2, 225705, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310030, '25031858584114', '爽口螺片', 15.00, '', 2, 225705, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310031, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225705, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310032, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225705, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225705, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310034, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225705, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310035, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225706, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310036, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225706, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310037, '25031844238132', '腊味三拼', 68.00, '', 2, 225706, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310038, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225706, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310039, '25031858584114', '爽口螺片', 15.00, '', 2, 225706, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310040, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225706, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310041, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225706, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225706, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310043, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225706, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310044, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225707, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310045, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225707, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310046, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225707, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310047, '25031858584114', '爽口螺片', 15.00, '', 2, 225707, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310048, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225707, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310049, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225707, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310050, '25031844238132', '腊味三拼', 68.00, '', 2, 225708, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310051, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225708, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310052, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225708, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310053, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225708, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310054, '25031858584114', '爽口螺片', 15.00, '', 3, 225708, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310055, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225708, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310056, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225708, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310057, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225708, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310058, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225708, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310059, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225709, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310060, '25031844238132', '腊味三拼', 68.00, '', 1, 225709, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310061, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225709, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310062, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225709, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310063, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225709, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310064, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225709, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310065, '25031858584114', '爽口螺片', 15.00, '', 2, 225709, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310066, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225709, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310067, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225709, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310068, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225710, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310069, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225710, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310070, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225710, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310071, '25031844238132', '腊味三拼', 68.00, '', 1, 225710, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310072, '25031858584114', '爽口螺片', 15.00, '', 5, 225710, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310073, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225710, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310074, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225710, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310075, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225710, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310076, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225710, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310077, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225711, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310078, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225711, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310079, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225711, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310080, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225711, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310081, '25031858584114', '爽口螺片', 15.00, '', 4, 225711, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310082, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225711, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310083, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225711, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310084, '25031844238132', '腊味三拼', 68.00, '', 2, 225712, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310085, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225712, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310086, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225712, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310087, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225712, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310088, '25031858584114', '爽口螺片', 15.00, '', 5, 225712, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310089, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225712, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310090, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225712, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310091, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225712, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310092, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225712, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225713, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310094, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225713, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310095, '25031844238132', '腊味三拼', 68.00, '', 1, 225713, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310096, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225713, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310097, '25031858584114', '爽口螺片', 15.00, '', 3, 225713, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225713, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310099, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225713, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310100, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225713, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310101, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225713, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310102, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225714, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310103, '25031844238132', '腊味三拼', 68.00, '', 1, 225714, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310104, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225714, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310105, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225714, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310106, '25031858584114', '爽口螺片', 15.00, '', 3, 225714, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310107, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225714, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310108, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225714, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310109, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225714, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225714, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310111, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225715, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310112, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225715, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310113, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225715, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310114, '25031844238132', '腊味三拼', 68.00, '', 1, 225715, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310115, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225715, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310116, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225715, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310117, '25031858584114', '爽口螺片', 15.00, '', 3, 225715, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310118, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225715, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310119, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225715, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310120, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225716, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310121, '25031858584114', '爽口螺片', 15.00, '', 2, 225716, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310122, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225716, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310123, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225716, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310124, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225716, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310125, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225716, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310126, '25031844238132', '腊味三拼', 68.00, '', 1, 225717, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310127, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225717, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310128, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225717, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310129, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225717, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310130, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225717, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310131, '25031858584114', '爽口螺片', 15.00, '', 2, 225717, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310132, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225717, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310133, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225717, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310134, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225717, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310135, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225718, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310136, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225718, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310137, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225718, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310138, '25031844238132', '腊味三拼', 68.00, '', 2, 225718, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310139, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225718, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310140, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225718, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310141, '25031858584114', '爽口螺片', 15.00, '', 5, 225718, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225718, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310143, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225718, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310144, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225719, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310145, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225719, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310146, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225719, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310147, '25031844238132', '腊味三拼', 68.00, '', 1, 225719, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310148, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225719, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310149, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225719, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310150, '25031858584114', '爽口螺片', 15.00, '', 3, 225719, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310151, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225719, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310152, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225719, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310153, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225720, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310154, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225720, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310155, '25031858584114', '爽口螺片', 15.00, '', 2, 225720, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310156, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225720, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310157, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225720, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310158, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225720, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310159, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225721, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310160, '25031844238132', '腊味三拼', 68.00, '', 1, 225721, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310161, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225721, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310162, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225721, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310163, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225721, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310164, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225721, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310165, '25031858584114', '爽口螺片', 15.00, '', 2, 225721, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310166, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225721, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310167, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225721, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310168, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225722, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310169, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225722, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310170, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225722, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310171, '25031844238132', '腊味三拼', 68.00, '', 2, 225722, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225722, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310173, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225722, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310174, '25031858584114', '爽口螺片', 15.00, '', 3, 225722, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310175, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225722, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310176, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225722, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310177, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225723, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310178, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225723, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310179, '25031844238132', '腊味三拼', 68.00, '', 1, 225723, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310180, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225723, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310181, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225723, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310182, '25031858584114', '爽口螺片', 15.00, '', 2, 225723, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310183, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225723, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310184, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225723, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310185, '25031844238132', '腊味三拼', 68.00, '', 2, 225724, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310186, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225724, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310187, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225724, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310188, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225724, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310189, '25031858584114', '爽口螺片', 15.00, '', 4, 225724, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310190, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225724, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310191, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225724, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310192, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225724, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310193, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225724, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310194, '25031844238132', '腊味三拼', 68.00, '', 2, 225725, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310195, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225725, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310196, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225725, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310197, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225725, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310198, '25031858584114', '爽口螺片', 15.00, '', 4, 225725, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310199, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225725, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310200, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225725, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310201, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225725, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310202, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225725, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310203, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225726, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310204, '25031844238132', '腊味三拼', 68.00, '', 2, 225726, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310205, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225726, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310206, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225726, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310207, '25031858584114', '爽口螺片', 15.00, '', 7, 225726, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310208, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225726, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310209, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225726, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310210, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225726, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310211, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225726, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310212, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225727, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310213, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225727, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310214, '25031844238132', '腊味三拼', 68.00, '', 1, 225727, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310215, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225727, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310216, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225727, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310217, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225727, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310218, '25031858584114', '爽口螺片', 15.00, '', 4, 225727, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310219, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225727, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310220, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225727, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310221, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225728, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310222, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225728, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225728, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310224, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225728, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310225, '25031858584114', '爽口螺片', 15.00, '', 2, 225728, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310226, '25031844238132', '腊味三拼', 68.00, '', 1, 225728, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310227, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225728, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310228, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225728, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310229, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225729, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310230, '25031844238132', '腊味三拼', 68.00, '', 1, 225729, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310231, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225729, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310232, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225729, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310233, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225729, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310234, '25031858584114', '爽口螺片', 15.00, '', 3, 225729, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310235, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225729, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310236, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225729, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310237, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225729, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310238, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225730, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310239, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225730, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310240, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225730, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225730, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310242, '25031858584114', '爽口螺片', 15.00, '', 1, 225730, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310243, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225730, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310244, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225730, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310245, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225730, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310246, '25031844238132', '腊味三拼', 68.00, '', 1, 225730, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310247, '25031844238132', '腊味三拼', 68.00, '', 2, 225731, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310248, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225731, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310249, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225731, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310250, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225731, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310251, '25031858584114', '爽口螺片', 15.00, '', 4, 225731, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310252, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225731, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310253, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225731, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310254, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225731, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310255, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225731, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310256, '25031844238132', '腊味三拼', 68.00, '', 1, 225732, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310257, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225732, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310258, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225732, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310259, '25031858584114', '爽口螺片', 15.00, '', 3, 225732, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310260, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225732, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310261, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225732, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310262, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225732, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310263, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225732, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310264, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225733, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310265, '25031844238132', '腊味三拼', 68.00, '', 1, 225733, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310266, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225733, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310267, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225733, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310268, '25031858584114', '爽口螺片', 15.00, '', 5, 225733, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310269, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225733, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310270, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225733, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310271, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225733, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310272, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225733, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310273, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225734, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310274, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225734, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310275, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225734, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310276, '25031844238132', '腊味三拼', 68.00, '', 1, 225734, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310277, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225734, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310278, '25031858584114', '爽口螺片', 15.00, '', 2, 225734, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310279, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225734, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310280, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225734, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310281, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225734, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310282, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225735, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310283, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225735, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310284, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225735, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310285, '25031844238132', '腊味三拼', 68.00, '', 2, 225735, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310286, '25031858584114', '爽口螺片', 15.00, '', 5, 225735, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310287, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225735, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310288, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225735, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310289, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225735, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310290, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225735, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310291, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225736, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310292, '25031844238132', '腊味三拼', 68.00, '', 1, 225736, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310293, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225736, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310294, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225736, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310295, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225736, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310296, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225736, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310297, '25031858584114', '爽口螺片', 15.00, '', 4, 225736, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310298, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225736, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310299, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225736, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310300, '25031844238132', '腊味三拼', 68.00, '', 2, 225737, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310301, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225737, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310302, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225737, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310303, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225737, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310304, '25031858584114', '爽口螺片', 15.00, '', 3, 225737, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310305, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225737, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310306, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225737, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310307, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225737, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310308, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225737, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310309, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225738, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310310, '25031844238132', '腊味三拼', 68.00, '', 1, 225738, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310311, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225738, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310312, '25031858584114', '爽口螺片', 15.00, '', 1, 225738, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310313, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225738, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225738, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310315, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225738, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310316, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225739, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310317, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225739, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310318, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225739, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310319, '25031844238132', '腊味三拼', 68.00, '', 2, 225739, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310320, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225739, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310321, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225739, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310322, '25031858584114', '爽口螺片', 15.00, '', 4, 225739, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310323, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225739, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310324, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225739, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310325, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225740, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310326, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225740, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310327, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225740, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310328, '25031844238132', '腊味三拼', 68.00, '', 1, 225740, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310329, '25031858584114', '爽口螺片', 15.00, '', 5, 225740, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310330, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225740, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310331, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225740, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310332, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225740, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310333, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225740, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310334, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225741, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310335, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225741, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310336, '25031844238132', '腊味三拼', 68.00, '', 2, 225741, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310337, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225741, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310338, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225741, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310339, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225741, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310340, '25031858584114', '爽口螺片', 15.00, '', 4, 225741, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310341, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225741, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310342, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225741, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310343, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225742, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310344, '25031844238132', '腊味三拼', 68.00, '', 1, 225742, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310345, '25031858584114', '爽口螺片', 15.00, '', 1, 225742, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310346, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225742, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310347, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225742, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310348, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225742, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310349, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225742, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310350, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225743, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310351, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225743, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310352, '25031844238132', '腊味三拼', 68.00, '', 2, 225743, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310353, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225743, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310354, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225743, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310355, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225743, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310356, '25031858584114', '爽口螺片', 15.00, '', 3, 225743, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310357, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225743, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310358, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225743, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310359, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225744, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310360, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225744, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310361, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225744, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310362, '25031844238132', '腊味三拼', 68.00, '', 2, 225744, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310363, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225744, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310364, '25031858584114', '爽口螺片', 15.00, '', 3, 225744, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310365, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225744, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310366, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225744, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310367, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225744, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310368, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225745, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310369, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225745, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310370, '25031858584114', '爽口螺片', 15.00, '', 2, 225745, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310371, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225745, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310372, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225745, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310373, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225745, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225745, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310375, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225745, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310376, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225746, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310377, '25031858584114', '爽口螺片', 15.00, '', 3, 225746, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310378, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225746, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310379, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225746, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310380, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225746, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310381, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225746, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310382, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225747, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310383, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225747, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310384, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225747, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310385, '25031858584114', '爽口螺片', 15.00, '', 2, 225747, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310386, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225747, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310387, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225747, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310388, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225747, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310389, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225747, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310390, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225748, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310391, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225748, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310392, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225748, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310393, '25031844238132', '腊味三拼', 68.00, '', 2, 225748, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310394, '25031858584114', '爽口螺片', 15.00, '', 3, 225748, '热菜', 0.00, 99, 195, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310395, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225748, '热菜', 0.00, 99, 193, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310396, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225748, '热菜', 0.00, 99, 194, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310397, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225748, '小吃', 0.00, 100, 197, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310398, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225748, '小吃', 0.00, 100, 196, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310399, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225749, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:28', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310400, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225749, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310401, '25031844238132', '腊味三拼', 68.00, '', 2, 225749, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310402, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225749, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310403, '25031858584114', '爽口螺片', 15.00, '', 3, 225749, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310404, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225749, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310405, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225749, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310406, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225749, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310407, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225749, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310408, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225750, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310409, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225750, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310410, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225750, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310411, '25031844238132', '腊味三拼', 68.00, '', 1, 225750, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310412, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225750, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310413, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225750, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310414, '25031858584114', '爽口螺片', 15.00, '', 1, 225750, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310415, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225750, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310416, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225750, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310417, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225751, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310418, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225751, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310419, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225751, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310420, '25031844238132', '腊味三拼', 68.00, '', 2, 225751, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310421, '25031858584114', '爽口螺片', 15.00, '', 4, 225751, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310422, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225751, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310423, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225751, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310424, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225751, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310425, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225751, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310426, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225752, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310427, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225752, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310428, '25031844238132', '腊味三拼', 68.00, '', 3, 225752, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310429, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225752, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310430, '25031858584114', '爽口螺片', 15.00, '', 6, 225752, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310431, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225752, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310432, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225752, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310433, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225752, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310434, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225752, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310435, '25031844238132', '腊味三拼', 68.00, '', 2, 225753, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310436, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225753, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310437, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225753, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310438, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225753, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310439, '25031858584114', '爽口螺片', 15.00, '', 6, 225753, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310440, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225753, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310441, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225753, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310442, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225753, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310443, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225753, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310444, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225754, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310445, '25031844238132', '腊味三拼', 68.00, '', 1, 225754, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310446, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225754, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310447, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225754, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310448, '25031858584114', '爽口螺片', 15.00, '', 4, 225754, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310449, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225754, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310450, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225754, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310451, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225754, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310452, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225755, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310453, '25031844238132', '腊味三拼', 68.00, '', 1, 225755, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225755, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310455, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225755, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310456, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225755, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310457, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225755, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310458, '25031858584114', '爽口螺片', 15.00, '', 2, 225755, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310459, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225755, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310460, '25031844238132', '腊味三拼', 68.00, '', 1, 225756, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310461, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225756, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310462, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225756, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310463, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225756, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310464, '25031858584114', '爽口螺片', 15.00, '', 3, 225756, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310465, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225756, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310466, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225756, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310467, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225756, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310468, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225756, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310469, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225757, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310470, '25031844238132', '腊味三拼', 68.00, '', 1, 225757, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310471, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225757, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310472, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225757, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310473, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225757, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310474, '25031858584114', '爽口螺片', 15.00, '', 2, 225757, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310475, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225757, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310476, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225757, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310477, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225757, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310478, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225758, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310479, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225758, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310480, '25031844238132', '腊味三拼', 68.00, '', 1, 225758, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310481, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225758, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310482, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225758, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310483, '25031858584114', '爽口螺片', 15.00, '', 4, 225758, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310484, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225758, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310485, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225758, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310486, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225758, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310487, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225759, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310488, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225759, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310489, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225759, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310490, '25031858584114', '爽口螺片', 15.00, '', 1, 225759, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310491, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225759, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310492, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225759, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310493, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225759, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310494, '25031844238132', '腊味三拼', 68.00, '', 1, 225760, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310495, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225760, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310496, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225760, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310497, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225760, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310498, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225760, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310499, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225760, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310500, '25031858584114', '爽口螺片', 15.00, '', 2, 225760, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310501, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225760, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310502, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225761, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310503, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225761, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310504, '25031858584114', '爽口螺片', 15.00, '', 2, 225761, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310505, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225761, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310506, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225761, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310507, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225761, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310508, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225761, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310509, '25031844238132', '腊味三拼', 68.00, '', 1, 225761, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310510, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225762, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310511, '25031844238132', '腊味三拼', 68.00, '', 2, 225762, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310512, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225762, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310513, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225762, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310514, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225762, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310515, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225762, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310516, '25031858584114', '爽口螺片', 15.00, '', 2, 225762, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310517, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225762, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310518, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225763, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310519, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225763, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310520, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225763, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310521, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225763, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310522, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225763, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310523, '25031858584114', '爽口螺片', 15.00, '', 2, 225763, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310524, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225763, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310525, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225764, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225764, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310527, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225764, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310528, '25031844238132', '腊味三拼', 68.00, '', 2, 225764, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310529, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225764, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310530, '25031858584114', '爽口螺片', 15.00, '', 2, 225764, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310531, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225764, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310532, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225764, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310533, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225765, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310534, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225765, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310535, '25031858584114', '爽口螺片', 15.00, '', 2, 225765, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310536, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225765, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310537, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225765, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310538, '25031844238132', '腊味三拼', 68.00, '', 1, 225765, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310539, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225766, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310540, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225766, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310541, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225766, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310542, '25031844238132', '腊味三拼', 68.00, '', 1, 225766, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310543, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225766, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310544, '25031858584114', '爽口螺片', 15.00, '', 4, 225766, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310545, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225766, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310546, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225766, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310547, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225766, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310548, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225767, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310549, '25031844238132', '腊味三拼', 68.00, '', 1, 225767, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310550, '25031858584114', '爽口螺片', 15.00, '', 3, 225767, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310551, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225767, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310552, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225767, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310553, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225767, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310554, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225767, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310555, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225768, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310556, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225768, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310557, '25031844238132', '腊味三拼', 68.00, '', 1, 225768, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310558, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225768, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310559, '25031858584114', '爽口螺片', 15.00, '', 2, 225768, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310560, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225768, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310561, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225768, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310562, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225768, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310563, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225768, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310564, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225769, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310565, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225769, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310566, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225769, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310567, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225769, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310568, '25031858584114', '爽口螺片', 15.00, '', 2, 225769, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310569, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225769, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310570, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225769, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310571, '25031844238132', '腊味三拼', 68.00, '', 1, 225769, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310572, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225769, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310573, '25031844238132', '腊味三拼', 68.00, '', 2, 225770, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310574, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225770, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310575, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225770, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310576, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225770, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310577, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225770, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310578, '25031858584114', '爽口螺片', 15.00, '', 5, 225770, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310579, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225770, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310580, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225770, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310581, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225770, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310582, '25031844238132', '腊味三拼', 68.00, '', 1, 225771, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310583, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225771, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310584, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225771, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310585, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225771, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310586, '25031858584114', '爽口螺片', 15.00, '', 4, 225771, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310587, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225771, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310588, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225771, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310589, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225771, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310590, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225771, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310591, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225772, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310592, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225772, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310593, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225772, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310594, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225772, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310595, '25031858584114', '爽口螺片', 15.00, '', 1, 225772, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310596, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225772, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310597, '25031844238132', '腊味三拼', 68.00, '', 1, 225772, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310598, '25031844238132', '腊味三拼', 68.00, '', 1, 225773, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310599, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225773, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310600, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225773, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310601, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225773, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310602, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225773, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310603, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225773, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310604, '25031858584114', '爽口螺片', 15.00, '', 4, 225773, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310605, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225773, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310606, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225773, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310607, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225774, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310608, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225774, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310609, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225774, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310610, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225774, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310611, '25031858584114', '爽口螺片', 15.00, '', 1, 225774, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310612, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225774, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310613, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225775, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310614, '25031844238132', '腊味三拼', 68.00, '', 2, 225775, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310615, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225775, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225775, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310617, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225775, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310618, '25031858584114', '爽口螺片', 15.00, '', 3, 225775, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310619, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225775, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310620, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225775, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310621, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225775, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310622, '25031844238132', '腊味三拼', 68.00, '', 2, 225776, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225776, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310624, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225776, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310625, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225776, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310626, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225776, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225776, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310628, '25031858584114', '爽口螺片', 15.00, '', 5, 225776, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310629, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225776, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225776, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310631, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225777, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310632, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225777, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310633, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225777, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310634, '25031844238132', '腊味三拼', 68.00, '', 2, 225777, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310635, '25031858584114', '爽口螺片', 15.00, '', 4, 225777, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310636, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225777, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310637, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225777, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310638, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225777, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310639, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225777, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310640, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225778, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310641, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225778, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310642, '25031844238132', '腊味三拼', 68.00, '', 1, 225778, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310643, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225778, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310644, '25031858584114', '爽口螺片', 15.00, '', 4, 225778, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310645, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225778, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310646, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225778, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310647, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225778, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310648, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225778, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310649, '25031844238132', '腊味三拼', 68.00, '', 1, 225779, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310650, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225779, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310651, '25031858584114', '爽口螺片', 15.00, '', 2, 225779, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310652, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225779, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225779, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310654, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225779, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310655, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225779, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310656, '25031844238132', '腊味三拼', 68.00, '', 2, 225780, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310657, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225780, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310658, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225780, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225780, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310660, '25031858584114', '爽口螺片', 15.00, '', 2, 225780, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310661, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225780, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310662, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225780, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310663, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225780, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310664, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225780, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310665, '25031844238132', '腊味三拼', 68.00, '', 2, 225781, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310666, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225781, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310667, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225781, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310668, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225781, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310669, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225781, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310670, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225781, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310671, '25031858584114', '爽口螺片', 15.00, '', 3, 225781, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310672, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225781, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310673, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225781, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310674, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225782, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310675, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225782, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310676, '25031844238132', '腊味三拼', 68.00, '', 1, 225782, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310677, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225782, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310678, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225782, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310679, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225782, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310680, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225782, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310681, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225782, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310682, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225783, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310683, '25031844238132', '腊味三拼', 68.00, '', 1, 225783, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310684, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225783, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310685, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225783, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310686, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225783, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310687, '25031858584114', '爽口螺片', 15.00, '', 2, 225783, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310688, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225783, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310689, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225783, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310690, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225783, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310691, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225784, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310692, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225784, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310693, '25031844238132', '腊味三拼', 68.00, '', 1, 225784, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310694, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225784, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310695, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225784, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310696, '25031858584114', '爽口螺片', 15.00, '', 4, 225784, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310697, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225784, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310698, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225784, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310699, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225785, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310700, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225785, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310701, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225785, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310702, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225785, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310703, '25031858584114', '爽口螺片', 15.00, '', 2, 225785, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310704, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225785, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310705, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225785, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310706, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225786, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310707, '25031844238132', '腊味三拼', 68.00, '', 2, 225786, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310708, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225786, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310709, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225786, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310710, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225786, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310711, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225786, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310712, '25031858584114', '爽口螺片', 15.00, '', 2, 225786, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310713, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225786, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310714, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225786, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310715, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225787, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310716, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225787, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310717, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225787, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310718, '25031844238132', '腊味三拼', 68.00, '', 1, 225787, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310719, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225787, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310720, '25031858584114', '爽口螺片', 15.00, '', 3, 225787, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310721, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225787, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310722, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225787, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310723, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225787, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310724, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225788, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310725, '25031844238132', '腊味三拼', 68.00, '', 1, 225788, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310726, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225788, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310727, '25031858584114', '爽口螺片', 15.00, '', 2, 225788, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310728, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225788, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310729, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225788, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310730, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225788, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310731, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225789, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310732, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225789, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310733, '25031844238132', '腊味三拼', 68.00, '', 3, 225789, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310734, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225789, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310735, '25031858584114', '爽口螺片', 15.00, '', 5, 225789, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310736, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225789, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310737, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225789, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310738, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225789, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310739, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225789, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310740, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225790, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310741, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225790, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310742, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225790, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310743, '25031858584114', '爽口螺片', 15.00, '', 2, 225790, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310744, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225790, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310745, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225790, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310746, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225790, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310747, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225790, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310748, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225791, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310749, '25031844238132', '腊味三拼', 68.00, '', 2, 225791, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310750, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225791, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310751, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225791, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310752, '25031858584114', '爽口螺片', 15.00, '', 5, 225791, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310753, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225791, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310754, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225791, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310755, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225791, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310756, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225791, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310757, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225792, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310758, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225792, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310759, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225792, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310760, '25031844238132', '腊味三拼', 68.00, '', 1, 225792, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310761, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225792, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310762, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225792, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310763, '25031858584114', '爽口螺片', 15.00, '', 1, 225792, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310764, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225792, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310765, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225792, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310766, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225793, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310767, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225793, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310768, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225793, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310769, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225793, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310770, '25031858584114', '爽口螺片', 15.00, '', 1, 225793, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310771, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225793, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310772, '25031844238132', '腊味三拼', 68.00, '', 2, 225794, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310773, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225794, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310774, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225794, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310775, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225794, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310776, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225794, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310777, '25031858584114', '爽口螺片', 15.00, '', 3, 225794, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310778, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225794, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310779, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225794, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310780, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225794, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310781, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225795, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310782, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225795, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310783, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225795, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310784, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225795, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310785, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225795, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310786, '25031858584114', '爽口螺片', 15.00, '', 1, 225795, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310787, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225795, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225795, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310789, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225796, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310790, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225796, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310791, '25031858584114', '爽口螺片', 15.00, '', 1, 225796, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310792, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225796, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310793, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225796, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310794, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225796, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310795, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225796, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310796, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225797, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310797, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225797, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310798, '25031844238132', '腊味三拼', 68.00, '', 1, 225797, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310799, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225797, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310800, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225797, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310801, '25031858584114', '爽口螺片', 15.00, '', 1, 225797, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310802, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225797, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310803, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225797, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310804, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225797, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310805, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225798, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310806, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225798, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310807, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225798, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310808, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225798, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310809, '25031858584114', '爽口螺片', 15.00, '', 2, 225798, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310810, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225798, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310811, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225799, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310812, '25031844238132', '腊味三拼', 68.00, '', 1, 225799, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310813, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225799, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310814, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225799, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310815, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225799, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310816, '25031858584114', '爽口螺片', 15.00, '', 7, 225799, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310817, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225799, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310818, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225799, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310819, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225799, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310820, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225800, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310821, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225800, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310822, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225800, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310823, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225800, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310824, '25031858584114', '爽口螺片', 15.00, '', 1, 225800, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310825, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225800, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310826, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225800, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310827, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225801, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310828, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225801, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310829, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225801, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310830, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225801, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310831, '25031858584114', '爽口螺片', 15.00, '', 2, 225801, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310832, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225801, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310833, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225801, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310834, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225801, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310835, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225802, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310836, '25031844238132', '腊味三拼', 68.00, '', 1, 225802, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310837, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225802, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310838, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225802, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310839, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225802, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310840, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225802, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310841, '25031858584114', '爽口螺片', 15.00, '', 3, 225802, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310842, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225802, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310843, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225802, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310844, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225803, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310845, '25031844238132', '腊味三拼', 68.00, '', 1, 225803, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310846, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225803, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310847, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225803, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310848, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225803, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310849, '25031858584114', '爽口螺片', 15.00, '', 3, 225803, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310850, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225803, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310851, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225803, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310852, '25031844238132', '腊味三拼', 68.00, '', 1, 225804, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310853, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225804, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310854, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225804, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310855, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225804, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310856, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225804, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310857, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225804, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310858, '25031858584114', '爽口螺片', 15.00, '', 5, 225804, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310859, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225804, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310860, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225804, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310861, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225805, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310862, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225805, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310863, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225805, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310864, '25031858584114', '爽口螺片', 15.00, '', 1, 225805, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310865, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225805, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310866, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225805, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310867, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225805, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310868, '25031844238132', '腊味三拼', 68.00, '', 1, 225805, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310869, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225806, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310870, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225806, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310871, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225806, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310872, '25031844238132', '腊味三拼', 68.00, '', 1, 225806, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310873, '25031858584114', '爽口螺片', 15.00, '', 5, 225806, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310874, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225806, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310875, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225806, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310876, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225806, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310877, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225806, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310878, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225807, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310879, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225807, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225807, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310881, '25031858584114', '爽口螺片', 15.00, '', 2, 225807, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310882, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225807, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310883, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225807, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310884, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225807, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310885, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225807, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310886, '25031844238132', '腊味三拼', 68.00, '', 1, 225808, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310887, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225808, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310888, '25031858584114', '爽口螺片', 15.00, '', 1, 225808, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310889, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225808, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310890, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225808, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310891, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225808, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310892, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225809, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310893, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225809, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310894, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225809, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310895, '25031844238132', '腊味三拼', 68.00, '', 1, 225809, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310896, '25031858584114', '爽口螺片', 15.00, '', 3, 225809, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310897, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225809, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310898, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225809, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310899, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225809, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310900, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225809, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310901, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225810, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310902, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225810, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310903, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225810, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310904, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225810, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310905, '25031858584114', '爽口螺片', 15.00, '', 2, 225810, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310906, '25031844238132', '腊味三拼', 68.00, '', 1, 225810, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310907, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225810, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310908, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225810, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310909, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225810, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310910, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225811, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310911, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225811, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310912, '25031844238132', '腊味三拼', 68.00, '', 1, 225811, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310913, '25031858584114', '爽口螺片', 15.00, '', 2, 225811, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310914, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225811, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310915, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225811, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310916, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225811, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310917, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225811, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310918, '25031844238132', '腊味三拼', 68.00, '', 2, 225812, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310919, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225812, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310920, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225812, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310921, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225812, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310922, '25031858584114', '爽口螺片', 15.00, '', 4, 225812, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310923, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225812, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225812, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310925, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225812, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310926, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225812, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310927, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225813, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310928, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225813, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310929, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225813, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310930, '25031844238132', '腊味三拼', 68.00, '', 1, 225813, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310931, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225813, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310932, '25031858584114', '爽口螺片', 15.00, '', 3, 225813, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310933, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225813, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310934, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225813, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310935, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225813, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310936, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225814, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310937, '25031844238132', '腊味三拼', 68.00, '', 1, 225814, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310938, '25031858584114', '爽口螺片', 15.00, '', 3, 225814, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310939, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225814, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310940, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225814, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310941, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225814, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310942, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225814, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310943, '25031844238132', '腊味三拼', 68.00, '', 1, 225815, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310944, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225815, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310945, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225815, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310946, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225815, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310947, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225815, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310948, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225815, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310949, '25031858584114', '爽口螺片', 15.00, '', 4, 225815, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310950, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225815, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310951, '25031844238132', '腊味三拼', 68.00, '', 1, 225816, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310952, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225816, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310953, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225816, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310954, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225816, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310955, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225816, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310956, '25031816578122', '窝窝头爆鳝粒', 128.00, '', 2, 225816, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310957, '25031858584114', '鳝鱼伴侣手擀面', 15.00, '', 2, 225816, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310958, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225816, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310959, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225816, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310960, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225817, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310961, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225817, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310962, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225817, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310963, '25031816578122', '窝窝头爆鳝粒', 128.00, '', 1, 225817, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310964, '25031858584114', '鳝鱼伴侣手擀面', 15.00, '', 1, 225817, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310965, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225817, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310966, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225817, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310967, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225818, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310968, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225818, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310969, '25031858584114', '爽口螺片', 15.00, '', 2, 225818, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310970, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225818, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310971, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225818, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310972, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225818, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310973, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225818, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310974, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225819, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310975, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225819, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310976, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225819, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310977, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225819, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310978, '25031858584114', '爽口螺片', 15.00, '', 2, 225819, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310979, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225819, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310980, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225819, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310981, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225820, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310982, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225820, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310983, '25031844238132', '腊味三拼', 68.00, '', 2, 225820, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310984, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225820, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310985, '25031858584114', '爽口螺片', 15.00, '', 3, 225820, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310986, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225820, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310987, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225820, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310988, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225820, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310989, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225820, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310990, '25031844238132', '腊味三拼', 68.00, '', 2, 225821, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310991, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225821, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225821, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310993, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225821, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310994, '25031858584114', '爽口螺片', 15.00, '', 4, 225821, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310995, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225821, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310996, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225821, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310997, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225821, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310998, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225822, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2310999, '25031844238132', '腊味三拼', 68.00, '', 1, 225822, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311000, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225822, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311001, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225822, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311002, '25031858584114', '爽口螺片', 15.00, '', 5, 225822, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311003, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225822, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311004, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225822, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311005, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225822, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311006, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225823, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311007, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225823, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311008, '25031844238132', '腊味三拼', 68.00, '', 1, 225823, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311009, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225823, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311010, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225823, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311011, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225823, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311012, '25031858584114', '爽口螺片', 15.00, '', 2, 225823, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311013, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225823, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311014, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225823, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311015, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225824, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311016, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225824, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311017, '25031844238132', '腊味三拼', 68.00, '', 1, 225824, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225824, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311019, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225824, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311020, '25031858584114', '爽口螺片', 15.00, '', 3, 225824, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311021, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225824, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311022, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225824, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311023, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225824, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311024, '25031844238132', '腊味三拼', 68.00, '', 1, 225825, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311025, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225825, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311026, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225825, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311027, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225825, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311028, '25031858584114', '爽口螺片', 15.00, '', 3, 225825, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311029, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225825, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311030, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225825, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311031, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225825, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311032, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225826, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311033, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225826, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311034, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225826, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311035, '25031844238132', '腊味三拼', 68.00, '', 1, 225826, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311036, '25031858584114', '爽口螺片', 15.00, '', 3, 225826, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311037, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225826, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311038, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225826, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311039, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225826, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311040, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225826, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311041, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225827, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311042, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225827, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311043, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225827, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311044, '25031844238132', '腊味三拼', 68.00, '', 2, 225827, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311045, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225827, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311046, '25031858584114', '爽口螺片', 15.00, '', 4, 225827, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311047, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225827, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311048, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225827, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311049, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225827, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311050, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225828, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311051, '25031844238132', '腊味三拼', 68.00, '', 1, 225828, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311052, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225828, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311053, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225828, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311054, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225828, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311055, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225828, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311056, '25031858584114', '爽口螺片', 15.00, '', 4, 225828, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311057, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225828, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311058, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225828, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311059, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225829, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311060, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225829, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311061, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225829, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311062, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225829, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311063, '25031858584114', '爽口螺片', 15.00, '', 2, 225829, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311064, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225829, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311065, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225829, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311066, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225829, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311067, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225830, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311068, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225830, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311069, '25031844238132', '腊味三拼', 68.00, '', 2, 225830, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311070, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225830, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311071, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225830, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311072, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225830, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311073, '25031858584114', '爽口螺片', 15.00, '', 3, 225830, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311074, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225830, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311075, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225830, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311076, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225831, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311077, '25031844238132', '腊味三拼', 68.00, '', 1, 225831, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311078, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225831, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311079, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225831, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311080, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225831, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311081, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225831, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311082, '25031858584114', '爽口螺片', 15.00, '', 4, 225831, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311083, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225831, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225831, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311085, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225832, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311086, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225832, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311087, '25031844238132', '腊味三拼', 68.00, '', 1, 225832, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311088, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225832, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311089, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225832, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311090, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225832, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311091, '25031858584114', '爽口螺片', 15.00, '', 6, 225832, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311092, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225832, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311093, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225832, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311094, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225833, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311095, '25031844238132', '腊味三拼', 68.00, '', 2, 225833, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311096, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225833, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311097, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225833, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225833, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311099, '25031858584114', '爽口螺片', 15.00, '', 3, 225833, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311100, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225833, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311101, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225833, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311102, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225833, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311103, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225834, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311104, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225834, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311105, '25031844238132', '腊味三拼', 68.00, '', 2, 225834, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311106, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225834, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311107, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225834, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311108, '25031858584114', '爽口螺片', 15.00, '', 7, 225834, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311109, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225834, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225834, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311111, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225834, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311112, '25031844238132', '腊味三拼', 68.00, '', 1, 225835, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311113, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225835, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311114, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225835, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311115, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225835, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311116, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225835, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311117, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225835, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311118, '25031858584114', '爽口螺片', 15.00, '', 5, 225835, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311119, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225835, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311120, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225835, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311121, '25031844238132', '腊味三拼', 68.00, '', 2, 225836, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311122, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225836, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311123, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225836, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311124, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225836, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311125, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225836, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311126, '25031858584114', '爽口螺片', 15.00, '', 4, 225836, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311127, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225836, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311128, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225836, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311129, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225836, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311130, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225837, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311131, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225837, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311132, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225837, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311133, '25031858584114', '爽口螺片', 15.00, '', 2, 225837, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311134, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225837, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311135, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225837, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311136, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225837, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311137, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225838, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311138, '25031844238132', '腊味三拼', 68.00, '', 1, 225838, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311139, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225838, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311140, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225838, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311141, '25031858584114', '爽口螺片', 15.00, '', 3, 225838, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311142, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225838, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225838, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311144, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225838, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311145, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225838, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311146, '25031844238132', '腊味三拼', 68.00, '', 1, 225839, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311147, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225839, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311148, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225839, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311149, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225839, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311150, '25031858584114', '爽口螺片', 15.00, '', 3, 225839, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311151, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225839, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311152, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225839, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311153, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225839, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311154, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225839, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311155, '25031844238132', '腊味三拼', 68.00, '', 2, 225840, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311156, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225840, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311157, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225840, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311158, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225840, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311159, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225840, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311160, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225840, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311161, '25031858584114', '爽口螺片', 15.00, '', 4, 225840, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311162, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225840, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311163, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225840, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311164, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225841, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311165, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225841, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311166, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225841, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311167, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225841, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311168, '25031858584114', '爽口螺片', 15.00, '', 1, 225841, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311169, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225841, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311170, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225842, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311171, '25031844238132', '腊味三拼', 68.00, '', 2, 225842, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311172, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225842, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311173, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225842, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311174, '25031858584114', '爽口螺片', 15.00, '', 4, 225842, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311175, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225842, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311176, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225842, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311177, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225842, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311178, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225842, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311179, '25031844238132', '腊味三拼', 68.00, '', 2, 225843, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311180, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225843, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311181, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225843, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311182, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225843, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311183, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225843, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311184, '25031858584114', '爽口螺片', 15.00, '', 4, 225843, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311185, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225843, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311186, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225843, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311187, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225843, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311188, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225844, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311189, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225844, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311190, '25031844238132', '腊味三拼', 68.00, '', 1, 225844, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311191, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225844, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311192, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225844, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311193, '25031858584114', '爽口螺片', 15.00, '', 4, 225844, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311194, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225844, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311195, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225844, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311196, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225844, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311197, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225845, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311198, '25031844238132', '腊味三拼', 68.00, '', 2, 225845, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311199, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225845, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311200, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225845, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311201, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225845, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311202, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225845, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311203, '25031858584114', '爽口螺片', 15.00, '', 4, 225845, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311204, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225845, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311205, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225845, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311206, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225846, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311207, '25031844238132', '腊味三拼', 68.00, '', 1, 225846, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311208, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225846, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311209, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225846, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311210, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225846, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311211, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225846, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311212, '25031858584114', '爽口螺片', 15.00, '', 5, 225846, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311213, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225846, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311214, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225846, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311215, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225847, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311216, '25031844238132', '腊味三拼', 68.00, '', 1, 225847, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311217, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225847, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311218, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225847, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311219, '25031858584114', '爽口螺片', 15.00, '', 3, 225847, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311220, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225847, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311221, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225847, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311222, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225847, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311223, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225847, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311224, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225848, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311225, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225848, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311226, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225848, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311227, '25031844238132', '腊味三拼', 68.00, '', 1, 225848, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311228, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225848, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311229, '25031858584114', '爽口螺片', 15.00, '', 3, 225848, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311230, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225848, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311231, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225848, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311232, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225848, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311233, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225849, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311234, '25031844238132', '腊味三拼', 68.00, '', 2, 225849, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311235, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225849, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311236, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225849, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311237, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225849, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311238, '25031858584114', '爽口螺片', 15.00, '', 3, 225849, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311239, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225849, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311240, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225849, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311241, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225849, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311242, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225850, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311243, '25031844238132', '腊味三拼', 68.00, '', 2, 225850, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311244, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225850, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311245, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225850, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311246, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225850, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311247, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225850, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311248, '25031858584114', '爽口螺片', 15.00, '', 4, 225850, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311249, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225850, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311250, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225850, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311251, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225851, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311252, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225851, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311253, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225851, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311254, '25031844238132', '腊味三拼', 68.00, '', 2, 225851, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311255, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225851, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311256, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225851, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311257, '25031858584114', '爽口螺片', 15.00, '', 5, 225851, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311258, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225851, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311259, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225851, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311260, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225852, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311261, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225852, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311262, '25031844238132', '腊味三拼', 68.00, '', 2, 225852, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311263, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225852, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311264, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225852, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311265, '25031858584114', '爽口螺片', 15.00, '', 4, 225852, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311266, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225852, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311267, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225852, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311268, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225852, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311269, '25031844238132', '腊味三拼', 68.00, '', 1, 225853, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311270, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225853, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311271, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225853, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311272, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225853, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311273, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225853, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311274, '25031858584114', '爽口螺片', 15.00, '', 3, 225853, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311275, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225853, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311276, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225853, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311277, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225854, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311278, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225854, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311279, '25031858584114', '爽口螺片', 15.00, '', 1, 225854, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311280, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225854, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311281, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225854, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311282, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225854, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311283, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225854, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311284, '25031844238132', '腊味三拼', 68.00, '', 2, 225855, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311285, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225855, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311286, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225855, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311287, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225855, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311288, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 225855, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311289, '25031858584114', '爽口螺片', 15.00, '', 9, 225855, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311290, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225855, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311291, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225855, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311292, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225855, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311293, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225856, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311294, '25031844238132', '腊味三拼', 68.00, '', 1, 225856, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311295, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225856, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311296, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225856, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311297, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225856, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311298, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225856, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311299, '25031858584114', '爽口螺片', 15.00, '', 4, 225856, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311300, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225856, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311301, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225856, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311302, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225857, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311303, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225857, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311304, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225857, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311305, '25031844238132', '腊味三拼', 68.00, '', 1, 225857, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311306, '25031858584114', '爽口螺片', 15.00, '', 3, 225857, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311307, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225857, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311308, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225857, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311309, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225857, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311310, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225857, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311311, '25031844238132', '腊味三拼', 68.00, '', 1, 225858, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311312, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225858, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311313, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225858, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311314, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225858, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311315, '25031858584114', '爽口螺片', 15.00, '', 3, 225858, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311316, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225858, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311317, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225858, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311318, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225858, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311319, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225858, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311320, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225859, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311321, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225859, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311322, '25031844238132', '腊味三拼', 68.00, '', 1, 225859, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311323, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225859, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311324, '25031858584114', '爽口螺片', 15.00, '', 6, 225859, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311325, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225859, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311326, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225859, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311327, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225859, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311328, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225859, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311329, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225860, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311330, '25031844238132', '腊味三拼', 68.00, '', 2, 225860, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311331, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225860, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311332, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225860, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311333, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225860, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311334, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225860, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311335, '25031858584114', '爽口螺片', 15.00, '', 7, 225860, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311336, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225860, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311337, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225860, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311338, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225861, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311339, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225861, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311340, '25031844238132', '腊味三拼', 68.00, '', 1, 225861, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311341, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225861, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311342, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225861, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311343, '25031858584114', '爽口螺片', 15.00, '', 4, 225861, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311344, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225861, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311345, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225861, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311346, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225861, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311347, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225862, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311348, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225862, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311349, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225862, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311350, '25031844238132', '腊味三拼', 68.00, '', 1, 225862, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311351, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225862, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311352, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225862, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311353, '25031858584114', '爽口螺片', 15.00, '', 5, 225862, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311354, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225862, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311355, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225862, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311356, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225863, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311357, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225863, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311358, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225863, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311359, '25031844238132', '腊味三拼', 68.00, '', 1, 225863, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311360, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225863, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311361, '25031858584114', '爽口螺片', 15.00, '', 7, 225863, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311362, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225863, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311363, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225863, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311364, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225863, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311365, '25031844238132', '腊味三拼', 68.00, '', 2, 225864, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311366, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225864, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311367, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225864, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311368, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225864, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311369, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225864, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311370, '25031858584114', '爽口螺片', 15.00, '', 4, 225864, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311371, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225864, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311372, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225864, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311373, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225864, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311374, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225865, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311375, '25031844238132', '腊味三拼', 68.00, '', 2, 225865, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311376, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225865, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311377, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225865, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311378, '25031858584114', '爽口螺片', 15.00, '', 7, 225865, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311379, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225865, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311380, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225865, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311381, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225865, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311382, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225865, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311383, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225866, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311384, '25031844238132', '腊味三拼', 68.00, '', 1, 225866, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311385, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225866, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311386, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225866, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311387, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225866, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311388, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225866, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311389, '25031858584114', '爽口螺片', 15.00, '', 5, 225866, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311390, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225866, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311391, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225866, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311392, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225867, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311393, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225867, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311394, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225867, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311395, '25031858584114', '爽口螺片', 15.00, '', 3, 225867, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311396, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225867, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311397, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225867, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311398, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225867, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311399, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225867, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311400, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225868, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311401, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225868, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311402, '25031844238132', '腊味三拼', 68.00, '', 2, 225868, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311403, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225868, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311404, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225868, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311405, '25031858584114', '爽口螺片', 15.00, '', 5, 225868, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311406, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225868, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311407, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225868, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311408, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225868, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311409, '25031844238132', '腊味三拼', 68.00, '', 1, 225869, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311410, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225869, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311411, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225869, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311412, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225869, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311413, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225869, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311414, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225869, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311415, '25031858584114', '爽口螺片', 15.00, '', 7, 225869, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311416, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225869, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311417, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225869, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311418, '25031844238132', '腊味三拼', 68.00, '', 2, 225870, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311419, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225870, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311420, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225870, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311421, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225870, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311422, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225870, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311423, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225870, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311424, '25031858584114', '爽口螺片', 15.00, '', 2, 225870, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311425, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225870, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311426, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225870, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311427, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225871, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311428, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225871, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311429, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225871, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311430, '25031844238132', '腊味三拼', 68.00, '', 2, 225871, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311431, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225871, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311432, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225871, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311433, '25031858584114', '爽口螺片', 15.00, '', 4, 225871, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311434, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225871, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311435, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225872, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311436, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225872, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311437, '25031844238132', '腊味三拼', 68.00, '', 1, 225872, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311438, '25031858584114', '爽口螺片', 15.00, '', 3, 225872, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311439, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225872, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311440, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225872, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311441, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225872, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311442, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225872, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311443, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225873, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311444, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225873, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311445, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225873, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311446, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225873, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311447, '25031858584114', '爽口螺片', 15.00, '', 3, 225873, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311448, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225873, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311449, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225873, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311450, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225874, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311451, '25031844238132', '腊味三拼', 68.00, '', 2, 225874, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311452, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225874, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311453, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225874, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311454, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225874, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311455, '25031858584114', '爽口螺片', 15.00, '', 6, 225874, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311456, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225874, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311457, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225874, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311458, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225874, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311459, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225875, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311460, '25031844238132', '腊味三拼', 68.00, '', 1, 225875, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311461, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225875, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311462, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225875, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311463, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225875, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311464, '25031858584114', '爽口螺片', 15.00, '', 4, 225875, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311465, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225875, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311466, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225875, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311467, '25031844238132', '腊味三拼', 68.00, '', 1, 225876, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311468, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225876, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311469, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225876, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311470, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225876, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311471, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225876, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311472, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225876, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311473, '25031858584114', '爽口螺片', 15.00, '', 6, 225876, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311474, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225876, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311475, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225876, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311476, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225877, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311477, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225877, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311478, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225877, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311479, '25031844238132', '腊味三拼', 68.00, '', 1, 225877, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311480, '25031858584114', '爽口螺片', 15.00, '', 3, 225877, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311481, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225877, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311482, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225877, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311483, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225877, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311484, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225877, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311485, '25031844238132', '腊味三拼', 68.00, '', 1, 225878, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311486, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225878, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311487, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225878, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311488, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225878, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311489, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225878, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311490, '25031858584114', '爽口螺片', 15.00, '', 2, 225878, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311491, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225878, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311492, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225878, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311493, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225879, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311494, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225879, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311495, '25031858584114', '爽口螺片', 15.00, '', 2, 225879, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311496, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225879, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311497, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225879, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311498, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225879, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311499, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225880, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311500, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225880, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311501, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225880, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311502, '25031844238132', '腊味三拼', 68.00, '', 1, 225880, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311503, '25031858584114', '爽口螺片', 15.00, '', 4, 225880, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311504, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225880, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311505, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225880, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311506, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225880, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311507, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225880, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311508, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225881, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311509, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225881, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311510, '25031844238132', '腊味三拼', 68.00, '', 2, 225881, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311511, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225881, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311512, '25031858584114', '爽口螺片', 15.00, '', 5, 225881, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311513, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225881, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311514, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225881, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311515, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225881, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311516, '25031844238132', '腊味三拼', 68.00, '', 2, 225882, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311517, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225882, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311518, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225882, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311519, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225882, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225882, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311521, '25031858584114', '爽口螺片', 15.00, '', 4, 225882, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311522, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225882, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311523, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225882, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311524, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225882, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311525, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225883, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311526, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225883, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311527, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225883, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311528, '25031844238132', '腊味三拼', 68.00, '', 1, 225883, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311529, '25031858584114', '爽口螺片', 15.00, '', 2, 225883, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311530, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225883, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311531, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225883, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311532, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225883, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311533, '25031844238132', '腊味三拼', 68.00, '', 2, 225884, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311534, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225884, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311535, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225884, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311536, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225884, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311537, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225884, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311538, '25031858584114', '爽口螺片', 15.00, '', 4, 225884, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311539, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225884, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311540, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225884, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311541, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225884, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311542, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225885, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311543, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225885, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311544, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225885, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311545, '25031844238132', '腊味三拼', 68.00, '', 2, 225885, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311546, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225885, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311547, '25031858584114', '爽口螺片', 15.00, '', 5, 225885, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311548, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225885, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225885, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311550, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225885, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311551, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225886, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311552, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225886, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311553, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225886, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311554, '25031844238132', '腊味三拼', 68.00, '', 1, 225886, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311555, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225886, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311556, '25031858584114', '爽口螺片', 15.00, '', 6, 225886, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311557, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225886, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225886, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311559, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225886, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311560, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225887, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311561, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225887, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311562, '25031844238132', '腊味三拼', 68.00, '', 3, 225887, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311563, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225887, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311564, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225887, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311565, '25031858584114', '爽口螺片', 15.00, '', 3, 225887, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311566, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225887, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311567, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225887, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311568, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225887, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311569, '25031844238132', '腊味三拼', 68.00, '', 3, 225888, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225888, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311571, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225888, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311572, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225888, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311573, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225888, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311574, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225888, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311575, '25031858584114', '爽口螺片', 15.00, '', 2, 225888, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311576, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225888, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311577, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225888, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311578, '25031844238132', '腊味三拼', 68.00, '', 2, 225889, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311579, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225889, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311580, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225889, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311581, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225889, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311582, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225889, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311583, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225889, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311584, '25031858584114', '爽口螺片', 15.00, '', 5, 225889, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311585, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225889, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311586, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225889, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311587, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225890, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311588, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225890, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311589, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225890, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311590, '25031844238132', '腊味三拼', 68.00, '', 2, 225890, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311591, '25031858584114', '爽口螺片', 15.00, '', 4, 225890, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311592, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225890, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311593, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225890, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311594, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225890, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311595, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225890, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311596, '25031844238132', '腊味三拼', 68.00, '', 2, 225891, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311597, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225891, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311598, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225891, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311599, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225891, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311600, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225891, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311601, '25031858584114', '爽口螺片', 15.00, '', 7, 225891, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311602, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225891, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311603, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225891, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311604, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225891, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311605, '25031844238132', '腊味三拼', 68.00, '', 2, 225892, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311606, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225892, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311607, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225892, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311608, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225892, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311609, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225892, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311610, '25031858584114', '爽口螺片', 15.00, '', 7, 225892, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311611, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225892, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225892, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311613, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225892, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311614, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225893, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311615, '25031844238132', '腊味三拼', 68.00, '', 2, 225893, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225893, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311617, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225893, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311618, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225893, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311619, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225893, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311620, '25031858584114', '爽口螺片', 15.00, '', 7, 225893, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311621, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225893, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311622, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225893, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225894, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311624, '25031844238132', '腊味三拼', 68.00, '', 2, 225894, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311625, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225894, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311626, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225894, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225894, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311628, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225894, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311629, '25031858584114', '爽口螺片', 15.00, '', 4, 225894, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311630, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225894, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311631, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225894, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311632, '25031844238132', '腊味三拼', 68.00, '', 3, 225895, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311633, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225895, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311634, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225895, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311635, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225895, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311636, '25031858584114', '爽口螺片', 15.00, '', 7, 225895, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311637, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225895, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311638, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225895, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311639, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225895, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311640, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225895, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311641, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225896, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311642, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225896, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311643, '25031844238132', '腊味三拼', 68.00, '', 1, 225896, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311644, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225896, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311645, '25031858584114', '爽口螺片', 15.00, '', 3, 225896, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311646, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225896, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311647, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225896, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311648, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225896, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311649, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225896, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311650, '25031844238132', '腊味三拼', 68.00, '', 1, 225897, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311651, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225897, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311652, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225897, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311653, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225897, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311654, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225897, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311655, '25031858584114', '爽口螺片', 15.00, '', 2, 225897, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311656, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225897, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311657, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225897, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311658, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225897, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225898, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311660, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225898, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311661, '25031844238132', '腊味三拼', 68.00, '', 2, 225898, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311662, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225898, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311663, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225898, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311664, '25031858584114', '爽口螺片', 15.00, '', 8, 225898, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311665, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225898, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311666, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225898, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311667, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225898, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311668, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225899, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311669, '25031844238132', '腊味三拼', 68.00, '', 2, 225899, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311670, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225899, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311671, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225899, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311672, '25031858584114', '爽口螺片', 15.00, '', 6, 225899, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311673, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225899, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311674, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225899, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311675, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225899, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225899, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311677, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225900, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311678, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225900, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311679, '25031844238132', '腊味三拼', 68.00, '', 2, 225900, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311680, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225900, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311681, '25031858584114', '爽口螺片', 15.00, '', 4, 225900, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311682, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225900, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311683, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225900, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311684, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225900, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311685, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225900, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311686, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225901, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311687, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225901, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311688, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225901, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311689, '25031844238132', '腊味三拼', 68.00, '', 3, 225901, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311690, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225901, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311691, '25031858584114', '爽口螺片', 15.00, '', 6, 225901, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311692, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225901, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311693, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225901, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311694, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225901, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311695, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225902, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311696, '25031844238132', '腊味三拼', 68.00, '', 3, 225902, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311697, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225902, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311698, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225902, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311699, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225902, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311700, '25031858584114', '爽口螺片', 15.00, '', 3, 225902, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311701, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225902, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311702, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225902, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311703, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225902, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311704, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225903, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311705, '25031844238132', '腊味三拼', 68.00, '', 2, 225903, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311706, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225903, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311707, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225903, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311708, '25031858584114', '爽口螺片', 15.00, '', 2, 225903, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311709, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225903, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311710, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225903, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311711, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225903, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311712, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225903, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311713, '25031844238132', '腊味三拼', 68.00, '', 1, 225904, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311714, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225904, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311715, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225904, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311716, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225904, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311717, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225904, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311718, '25031858584114', '爽口螺片', 15.00, '', 3, 225904, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311719, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225904, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311720, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225905, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311721, '25031844238132', '腊味三拼', 68.00, '', 2, 225905, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311722, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225905, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311723, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225905, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311724, '25031858584114', '爽口螺片', 15.00, '', 9, 225905, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311725, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225905, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311726, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225905, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225905, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311728, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225905, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311729, '25031844238132', '腊味三拼', 68.00, '', 2, 225906, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311730, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225906, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311731, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225906, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311732, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225906, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311733, '25031858584114', '爽口螺片', 15.00, '', 6, 225906, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311734, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225906, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311735, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225906, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311736, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225906, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311737, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225906, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311738, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225907, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311739, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225907, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311740, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225907, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311741, '25031844238132', '腊味三拼', 68.00, '', 1, 225907, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311742, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225907, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311743, '25031858584114', '爽口螺片', 15.00, '', 4, 225907, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311744, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225907, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311745, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225907, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311746, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225907, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311747, '25031844238132', '腊味三拼', 68.00, '', 2, 225908, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311748, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225908, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311749, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225908, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311750, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225908, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311751, '25031858584114', '爽口螺片', 15.00, '', 4, 225908, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311752, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225908, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311753, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225908, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311754, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225908, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311755, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225908, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311756, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225909, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311757, '25031844238132', '腊味三拼', 68.00, '', 2, 225909, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311758, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225909, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311759, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225909, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311760, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225909, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311761, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225909, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311762, '25031858584114', '爽口螺片', 15.00, '', 3, 225909, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311763, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225909, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311764, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225909, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311765, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225910, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311766, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225910, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311767, '25031844238132', '腊味三拼', 68.00, '', 2, 225910, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311768, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225910, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311769, '25031858584114', '爽口螺片', 15.00, '', 5, 225910, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311770, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225910, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311771, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225910, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311772, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225910, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311773, '25031844238132', '腊味三拼', 68.00, '', 1, 225911, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311774, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225911, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311775, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225911, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311776, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225911, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311777, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225911, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311778, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225911, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311779, '25031858584114', '爽口螺片', 15.00, '', 3, 225911, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311780, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225911, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311781, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225911, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311782, '25031844238132', '腊味三拼', 68.00, '', 2, 225912, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311783, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225912, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311784, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225912, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311785, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225912, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311786, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225912, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311787, '25031858584114', '爽口螺片', 15.00, '', 2, 225912, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311788, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225912, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311789, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225912, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311790, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225912, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311791, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225913, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311792, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225913, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311793, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225913, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311794, '25031844238132', '腊味三拼', 68.00, '', 3, 225913, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311795, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225913, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311796, '25031858584114', '爽口螺片', 15.00, '', 4, 225913, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311797, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225913, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311798, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225913, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225913, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311800, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225914, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311801, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225914, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311802, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225914, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311803, '25031844238132', '腊味三拼', 68.00, '', 2, 225914, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311804, '25031858584114', '爽口螺片', 15.00, '', 4, 225914, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311805, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225914, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311806, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225914, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311807, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225914, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311808, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225914, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311809, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225915, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311810, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225915, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311811, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225915, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311812, '25031844238132', '腊味三拼', 68.00, '', 1, 225915, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311813, '25031858584114', '爽口螺片', 15.00, '', 4, 225915, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311814, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225915, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311815, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225915, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311816, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225915, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311817, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225915, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311818, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225916, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311819, '25031844238132', '腊味三拼', 68.00, '', 2, 225916, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311820, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225916, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311821, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225916, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311822, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225916, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311823, '25031858584114', '爽口螺片', 15.00, '', 4, 225916, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311824, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225916, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225916, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225916, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311827, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225917, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311828, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225917, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311829, '25031844238132', '腊味三拼', 68.00, '', 1, 225917, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311830, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225917, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311831, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225917, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311832, '25031858584114', '爽口螺片', 15.00, '', 3, 225917, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311833, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225917, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311834, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225917, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311835, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225918, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311836, '25031844238132', '腊味三拼', 68.00, '', 2, 225918, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311837, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225918, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311838, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225918, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311839, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225918, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311840, '25031858584114', '爽口螺片', 15.00, '', 7, 225918, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311841, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225918, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311842, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225918, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311843, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225918, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311844, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225919, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311845, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225919, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311846, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225919, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311847, '25031844238132', '腊味三拼', 68.00, '', 1, 225919, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311848, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225919, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311849, '25031858584114', '爽口螺片', 15.00, '', 8, 225919, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311850, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225919, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311851, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225919, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311852, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225919, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311853, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225920, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311854, '25031844238132', '腊味三拼', 68.00, '', 1, 225920, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311855, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225920, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311856, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225920, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311857, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225920, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311858, '25031858584114', '爽口螺片', 15.00, '', 2, 225920, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311859, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225920, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311860, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225920, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311861, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225921, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311862, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225921, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311863, '25031844238132', '腊味三拼', 68.00, '', 1, 225921, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311864, '25031858584114', '爽口螺片', 15.00, '', 2, 225921, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311865, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225921, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311866, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225921, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311867, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225921, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311868, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225921, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311869, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225922, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311870, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225922, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311871, '25031844238132', '腊味三拼', 68.00, '', 2, 225922, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311872, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225922, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311873, '25031858584114', '爽口螺片', 15.00, '', 2, 225922, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311874, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225922, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311875, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225922, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311876, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225922, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311877, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225923, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311878, '25031844238132', '腊味三拼', 68.00, '', 1, 225923, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311879, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225923, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225923, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311881, '25031858584114', '爽口螺片', 15.00, '', 5, 225923, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311882, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225923, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311883, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225923, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311884, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225923, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311885, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225924, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311886, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225924, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311887, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225924, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311888, '25031844238132', '腊味三拼', 68.00, '', 2, 225924, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311889, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225924, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311890, '25031858584114', '爽口螺片', 15.00, '', 4, 225924, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311891, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225924, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311892, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225924, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311893, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225924, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311894, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225925, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311895, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225925, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311896, '25031844238132', '腊味三拼', 68.00, '', 1, 225925, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311897, '25031858584114', '爽口螺片', 15.00, '', 5, 225925, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311898, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225925, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311899, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225925, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311900, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225925, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311901, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225925, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311902, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225926, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311903, '25031844238132', '腊味三拼', 68.00, '', 3, 225926, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311904, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225926, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311905, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225926, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311906, '25031858584114', '爽口螺片', 15.00, '', 4, 225926, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225926, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311908, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225926, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311909, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225926, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311910, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225926, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311911, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225927, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311912, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225927, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311913, '25031844238132', '腊味三拼', 68.00, '', 1, 225927, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311914, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225927, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311915, '25031858584114', '爽口螺片', 15.00, '', 3, 225927, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311916, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225927, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311917, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225927, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311918, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225927, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311919, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225927, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311920, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225928, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311921, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225928, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311922, '25031844238132', '腊味三拼', 68.00, '', 1, 225928, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311923, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225928, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311924, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225928, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311925, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225928, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311926, '25031858584114', '爽口螺片', 15.00, '', 2, 225928, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311927, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225928, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311928, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225928, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311929, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225929, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311930, '25031844238132', '腊味三拼', 68.00, '', 1, 225929, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311931, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225929, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311932, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225929, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311933, '25031858584114', '爽口螺片', 15.00, '', 2, 225929, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311934, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225929, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311935, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225929, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311936, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225929, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311937, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225929, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311938, '25031844238132', '腊味三拼', 68.00, '', 1, 225930, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311939, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225930, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225930, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311941, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225930, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311942, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225930, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311943, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225930, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311944, '25031858584114', '爽口螺片', 15.00, '', 4, 225930, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311945, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225930, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311946, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225930, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311947, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225931, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311948, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225931, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311949, '25031844238132', '腊味三拼', 68.00, '', 1, 225931, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311950, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225931, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311951, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225931, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311952, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225931, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311953, '25031858584114', '爽口螺片', 15.00, '', 7, 225931, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311954, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225931, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311955, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225931, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311956, '25031844238132', '腊味三拼', 68.00, '', 1, 225932, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311957, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225932, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311958, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225932, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311959, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225932, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311960, '25031858584114', '爽口螺片', 15.00, '', 3, 225932, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311961, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225932, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311962, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225932, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311963, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225932, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311964, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225933, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311965, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225933, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311966, '25031844238132', '腊味三拼', 68.00, '', 1, 225933, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311967, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225933, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311968, '25031858584114', '爽口螺片', 15.00, '', 1, 225933, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311969, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225933, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311970, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225933, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311971, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225933, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311972, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225934, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311973, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225934, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311974, '25031844238132', '腊味三拼', 68.00, '', 2, 225934, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311975, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225934, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311976, '25031858584114', '爽口螺片', 15.00, '', 2, 225934, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311977, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225934, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311978, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225934, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311979, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225934, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225934, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311981, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225935, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311982, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225935, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311983, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225935, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311984, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225935, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311985, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225935, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311986, '25031858584114', '爽口螺片', 15.00, '', 3, 225935, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311987, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225935, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311988, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225935, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311989, '25031844238132', '腊味三拼', 68.00, '', 2, 225936, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311990, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225936, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311991, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225936, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225936, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311993, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225936, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311994, '25031858584114', '爽口螺片', 15.00, '', 3, 225936, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311995, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225936, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311996, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225936, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311997, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225936, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311998, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225937, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2311999, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225937, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312000, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225937, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312001, '25031844238132', '腊味三拼', 68.00, '', 2, 225937, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312002, '25031858584114', '爽口螺片', 15.00, '', 5, 225937, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312003, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225937, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312004, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225937, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312005, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225937, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312006, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225937, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312007, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225938, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312008, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225938, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312009, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225938, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312010, '25031844238132', '腊味三拼', 68.00, '', 2, 225938, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312011, '25031858584114', '爽口螺片', 15.00, '', 7, 225938, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312012, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225938, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312013, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225938, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312014, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225938, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312015, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225938, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312016, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225939, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312017, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225939, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225939, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312019, '25031844238132', '腊味三拼', 68.00, '', 2, 225939, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312020, '25031858584114', '爽口螺片', 15.00, '', 2, 225939, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312021, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225939, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312022, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225939, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312023, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225939, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312024, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225939, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312025, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225940, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312026, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225940, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312027, '25031844238132', '腊味三拼', 68.00, '', 2, 225940, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312028, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225940, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312029, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225940, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312030, '25031858584114', '爽口螺片', 15.00, '', 1, 225940, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312031, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225940, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312032, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225940, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312033, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225941, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312034, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225941, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312035, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225941, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312036, '25031844238132', '腊味三拼', 68.00, '', 2, 225941, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312037, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225941, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312038, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225941, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312039, '25031858584114', '爽口螺片', 15.00, '', 5, 225941, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312040, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225941, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312041, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225941, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312042, '25031844238132', '腊味三拼', 68.00, '', 2, 225942, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312043, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225942, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312044, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225942, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312045, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225942, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312046, '25031858584114', '爽口螺片', 15.00, '', 4, 225942, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312047, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225942, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312048, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225942, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312049, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225942, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312050, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225942, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312051, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225943, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312052, '25031844238132', '腊味三拼', 68.00, '', 1, 225943, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312053, '25031858584114', '爽口螺片', 15.00, '', 4, 225943, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312054, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225943, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312055, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225943, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312056, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225943, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312057, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225943, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312058, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225944, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312059, '25031844238132', '腊味三拼', 68.00, '', 1, 225944, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312060, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225944, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312061, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225944, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312062, '25031858584114', '爽口螺片', 15.00, '', 4, 225944, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312063, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225944, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312064, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225944, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312065, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225944, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312066, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225945, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312067, '25031844238132', '腊味三拼', 68.00, '', 3, 225945, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312068, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225945, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312069, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225945, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312070, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225945, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312071, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225945, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312072, '25031858584114', '爽口螺片', 15.00, '', 8, 225945, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312073, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225945, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312074, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225945, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312075, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225946, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312076, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225946, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312077, '25031844238132', '腊味三拼', 68.00, '', 1, 225946, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312078, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225946, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312079, '25031858584114', '爽口螺片', 15.00, '', 3, 225946, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312080, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225946, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312081, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225946, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312082, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225946, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312083, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225947, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312084, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225947, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312085, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225947, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312086, '25031844238132', '腊味三拼', 68.00, '', 3, 225947, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312087, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225947, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312088, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225947, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312089, '25031858584114', '爽口螺片', 15.00, '', 6, 225947, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312090, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225947, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312091, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225947, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312092, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225948, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312093, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225948, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312094, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225948, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312095, '25031844238132', '腊味三拼', 68.00, '', 2, 225948, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312096, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225948, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312097, '25031858584114', '爽口螺片', 15.00, '', 3, 225948, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312098, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225948, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312099, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225948, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312100, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225948, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312101, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225949, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312102, '25031844238132', '腊味三拼', 68.00, '', 2, 225949, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312103, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225949, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312104, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225949, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312105, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225949, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312106, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225949, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312107, '25031858584114', '爽口螺片', 15.00, '', 3, 225949, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312108, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225949, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312109, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225950, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312110, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225950, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312111, '25031844238132', '腊味三拼', 68.00, '', 2, 225950, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312112, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225950, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312113, '25031858584114', '爽口螺片', 15.00, '', 4, 225950, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312114, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225950, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312115, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225950, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312116, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225950, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312117, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225951, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312118, '25031844238132', '腊味三拼', 68.00, '', 2, 225951, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312119, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225951, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312120, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225951, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312121, '25031858584114', '爽口螺片', 15.00, '', 4, 225951, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312122, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225951, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312123, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225951, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312124, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225951, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312125, '25031844238132', '腊味三拼', 68.00, '', 1, 225952, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312126, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225952, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312127, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225952, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312128, '25031858584114', '爽口螺片', 15.00, '', 4, 225952, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312129, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225952, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312130, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225952, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312131, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225952, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225952, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312133, '25031844238132', '腊味三拼', 68.00, '', 3, 225953, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312134, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225953, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312135, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225953, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312136, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225953, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312137, '25031858584114', '爽口螺片', 15.00, '', 7, 225953, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312138, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225953, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312139, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225953, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312140, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225953, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225953, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312142, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225954, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312143, '25031844238132', '腊味三拼', 68.00, '', 2, 225954, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312144, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225954, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312145, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225954, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312146, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225954, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312147, '25031858584114', '爽口螺片', 15.00, '', 2, 225954, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312148, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225954, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312149, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225954, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312150, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225954, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312151, '25031844238132', '腊味三拼', 68.00, '', 1, 225955, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312152, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225955, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312153, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225955, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312154, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225955, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312155, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225955, '热菜', 0.00, 99, 193, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312156, '25031858584114', '爽口螺片', 15.00, '', 3, 225955, '热菜', 0.00, 99, 195, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312157, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225955, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312158, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225955, '小吃', 0.00, 100, 196, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312159, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225955, '小吃', 0.00, 100, 197, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312160, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225956, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312161, '25031844238132', '腊味三拼', 68.00, '', 1, 225956, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312162, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225956, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312163, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225956, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312164, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225956, '热菜', 0.00, 99, 194, '2025-04-08 09:41:29', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312165, '25031858584114', '爽口螺片', 15.00, '', 3, 225956, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312166, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225956, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312167, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225956, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312168, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225956, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312169, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225957, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312170, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225957, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312171, '25031844238132', '腊味三拼', 68.00, '', 2, 225957, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312172, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225957, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312173, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225957, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312174, '25031858584114', '爽口螺片', 15.00, '', 3, 225957, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312175, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225957, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312176, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225957, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312177, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225957, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312178, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225958, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312179, '25031844238132', '腊味三拼', 68.00, '', 2, 225958, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312180, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225958, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312181, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225958, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312182, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225958, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312183, '25031858584114', '爽口螺片', 15.00, '', 5, 225958, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312184, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225958, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312185, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225958, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312186, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225958, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312187, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225959, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312188, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225959, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312189, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225959, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312190, '25031844238132', '腊味三拼', 68.00, '', 1, 225959, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312191, '25031858584114', '爽口螺片', 15.00, '', 7, 225959, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312192, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225959, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312193, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225959, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312194, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225959, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312195, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225959, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312196, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225960, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312197, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225960, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312198, '25031844238132', '腊味三拼', 68.00, '', 1, 225960, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312199, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225960, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312200, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225960, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312201, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225960, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312202, '25031858584114', '爽口螺片', 15.00, '', 6, 225960, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312203, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225960, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312204, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225960, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312205, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225961, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312206, '25031844238132', '腊味三拼', 68.00, '', 2, 225961, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312207, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225961, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312208, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225961, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312209, '25031858584114', '爽口螺片', 15.00, '', 8, 225961, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312210, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225961, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312211, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225961, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312212, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225961, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312213, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225961, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312214, '25031844238132', '腊味三拼', 68.00, '', 1, 225962, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312215, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225962, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312216, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225962, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312217, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225962, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312218, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225962, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312219, '25031858584114', '爽口螺片', 15.00, '', 4, 225962, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312220, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225962, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312221, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225962, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312222, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225962, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312223, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225963, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312224, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225963, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312225, '25031844238132', '腊味三拼', 68.00, '', 1, 225963, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312226, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225963, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312227, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225963, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312228, '25031858584114', '爽口螺片', 15.00, '', 5, 225963, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312229, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225963, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312230, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225963, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312231, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225963, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312232, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225964, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312233, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225964, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312234, '25031844238132', '腊味三拼', 68.00, '', 1, 225964, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312235, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225964, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312236, '25031858584114', '爽口螺片', 15.00, '', 3, 225964, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312237, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225964, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312238, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225964, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312239, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225964, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312240, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225965, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312241, '25031844238132', '腊味三拼', 68.00, '', 3, 225965, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312242, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225965, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312243, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225965, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312244, '25031858584114', '爽口螺片', 15.00, '', 4, 225965, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312245, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225965, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312246, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225965, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312247, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225965, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312248, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225965, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312249, '25031844238132', '腊味三拼', 68.00, '', 1, 225966, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312250, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225966, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312251, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225966, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312252, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225966, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312253, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 225966, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312254, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 225966, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312255, '25031858584114', '爽口螺片', 15.00, '', 8, 225966, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312256, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225966, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312257, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225966, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312258, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225967, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312259, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225967, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312260, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225967, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312261, '25031844238132', '腊味三拼', 68.00, '', 2, 225967, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312262, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225967, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312263, '25031858584114', '爽口螺片', 15.00, '', 4, 225967, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312264, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225967, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312265, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225967, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312266, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225968, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312267, '25031844238132', '腊味三拼', 68.00, '', 1, 225968, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312268, '25031858584114', '爽口螺片', 15.00, '', 1, 225968, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312269, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225968, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312270, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225968, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312271, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225968, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312272, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225968, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312273, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225969, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312274, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225969, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312275, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225969, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312276, '25031844238132', '腊味三拼', 68.00, '', 1, 225969, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312277, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225969, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312278, '25031858584114', '爽口螺片', 15.00, '', 6, 225969, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312279, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225969, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312280, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225969, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312281, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225969, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312282, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225970, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312283, '25031844238132', '腊味三拼', 68.00, '', 1, 225970, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312284, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225970, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312285, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225970, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312286, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 225970, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312287, '25031858584114', '爽口螺片', 15.00, '', 8, 225970, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312288, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225970, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312289, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 225970, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312290, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 225970, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312291, '25031844238132', '腊味三拼', 68.00, '', 2, 225971, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312292, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225971, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312293, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225971, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312294, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225971, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312295, '25031858584114', '爽口螺片', 15.00, '', 3, 225971, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312296, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225971, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312297, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225971, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312298, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225971, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312299, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225971, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312300, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225972, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312301, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225972, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312302, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225972, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312303, '25031844238132', '腊味三拼', 68.00, '', 2, 225972, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312304, '25031858584114', '爽口螺片', 15.00, '', 7, 225972, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312305, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225972, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312306, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225972, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312307, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225972, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312308, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225972, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312309, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225973, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312310, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225973, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312311, '25031844238132', '腊味三拼', 68.00, '', 2, 225973, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312312, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225973, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312313, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225973, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312314, '25031858584114', '爽口螺片', 15.00, '', 6, 225973, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312315, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225973, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312316, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225973, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312317, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225973, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312318, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225974, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312319, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225974, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312320, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225974, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312321, '25031844238132', '腊味三拼', 68.00, '', 2, 225974, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312322, '25031858584114', '爽口螺片', 15.00, '', 4, 225974, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312323, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225974, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312324, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225974, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312325, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225974, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312326, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225974, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312327, '25031844238132', '腊味三拼', 68.00, '', 1, 225975, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312328, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225975, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312329, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225975, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312330, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225975, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312331, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225975, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312332, '25031858584114', '爽口螺片', 15.00, '', 5, 225975, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312333, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225975, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312334, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225975, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312335, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225975, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312336, '25031844238132', '腊味三拼', 68.00, '', 1, 225976, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312337, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225976, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312338, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225976, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312339, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225976, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312340, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225976, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225976, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312342, '25031858584114', '爽口螺片', 15.00, '', 4, 225976, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312343, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 225976, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312344, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225976, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312345, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225977, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312346, '25031844238132', '腊味三拼', 68.00, '', 1, 225977, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312347, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225977, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312348, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225977, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312349, '25031858584114', '爽口螺片', 15.00, '', 3, 225977, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312350, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225977, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312351, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225977, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312352, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225977, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312353, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225977, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312354, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225978, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312355, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225978, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312356, '25031844238132', '腊味三拼', 68.00, '', 2, 225978, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312357, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225978, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312358, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225978, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312359, '25031858584114', '爽口螺片', 15.00, '', 5, 225978, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312360, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225978, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312361, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225978, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312362, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225978, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312363, '25031844238132', '腊味三拼', 68.00, '', 1, 225979, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312364, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225979, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312365, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225979, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312366, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225979, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312367, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225979, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312368, '25031858584114', '爽口螺片', 15.00, '', 4, 225979, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312369, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225979, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312370, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225979, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312371, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225979, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312372, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225980, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312373, '25031844238132', '腊味三拼', 68.00, '', 2, 225980, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225980, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312375, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225980, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312376, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225980, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312377, '25031858584114', '爽口螺片', 15.00, '', 4, 225980, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312378, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225980, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312379, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225980, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312380, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225980, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312381, '25031844238132', '腊味三拼', 68.00, '', 3, 225981, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312382, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225981, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312383, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225981, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312384, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225981, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312385, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225981, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312386, '25031858584114', '爽口螺片', 15.00, '', 7, 225981, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312387, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225981, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312388, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225981, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312389, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225981, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312390, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225982, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312391, '25031844238132', '腊味三拼', 68.00, '', 2, 225982, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312392, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225982, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312393, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225982, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312394, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225982, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312395, '25031858584114', '爽口螺片', 15.00, '', 7, 225982, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312396, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 225982, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312397, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225982, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312398, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225982, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312399, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225983, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312400, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225983, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312401, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225983, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312402, '25031844238132', '腊味三拼', 68.00, '', 2, 225983, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312403, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225983, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312404, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225983, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312405, '25031858584114', '爽口螺片', 15.00, '', 3, 225983, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225983, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312407, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225983, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312408, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225984, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312409, '25031844238132', '腊味三拼', 68.00, '', 2, 225984, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312410, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225984, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312411, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225984, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312412, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225984, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312413, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225984, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312414, '25031858584114', '爽口螺片', 15.00, '', 4, 225984, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312415, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225984, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312416, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225984, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312417, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225985, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312418, '25031844238132', '腊味三拼', 68.00, '', 1, 225985, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312419, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225985, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312420, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225985, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312421, '25031858584114', '爽口螺片', 15.00, '', 5, 225985, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312422, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225985, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312423, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225985, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312424, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225985, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312425, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225985, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312426, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225986, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312427, '25031844238132', '腊味三拼', 68.00, '', 2, 225986, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312428, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225986, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312429, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225986, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312430, '25031858584114', '爽口螺片', 15.00, '', 5, 225986, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312431, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225986, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312432, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225986, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312433, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225986, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312434, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225986, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312435, '25031844238132', '腊味三拼', 68.00, '', 2, 225987, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312436, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225987, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312437, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225987, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312438, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225987, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312439, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225987, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312440, '25031858584114', '爽口螺片', 15.00, '', 5, 225987, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312441, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 225987, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312442, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225987, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312443, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225987, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312444, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225988, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312445, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225988, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312446, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225988, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312447, '25031844238132', '腊味三拼', 68.00, '', 2, 225988, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312448, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225988, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312449, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225988, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312450, '25031858584114', '爽口螺片', 15.00, '', 4, 225988, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312451, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 225988, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312452, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 225988, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312453, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225989, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312454, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225989, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312455, '25031844238132', '腊味三拼', 68.00, '', 3, 225989, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312456, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225989, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312457, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225989, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312458, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225989, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312459, '25031858584114', '爽口螺片', 15.00, '', 5, 225989, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312460, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225989, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312461, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225989, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312462, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225990, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312463, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225990, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312464, '25031844238132', '腊味三拼', 68.00, '', 3, 225990, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312465, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225990, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312466, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225990, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312467, '25031858584114', '爽口螺片', 15.00, '', 6, 225990, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312468, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 225990, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312469, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225990, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312470, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225990, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312471, '25031844238132', '腊味三拼', 68.00, '', 2, 225991, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312472, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225991, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312473, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 225991, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312474, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225991, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312475, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 225991, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312476, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225991, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312477, '25031858584114', '爽口螺片', 15.00, '', 4, 225991, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312478, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225991, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312479, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225991, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312480, '25031844238132', '腊味三拼', 68.00, '', 1, 225992, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312481, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225992, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312482, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225992, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312483, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225992, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312484, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 225992, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312485, '25031858584114', '爽口螺片', 15.00, '', 3, 225992, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312486, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225992, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312487, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225992, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312488, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225992, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312489, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 225993, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312490, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225993, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312491, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 225993, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312492, '25031844238132', '腊味三拼', 68.00, '', 2, 225993, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312493, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225993, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225993, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312495, '25031858584114', '爽口螺片', 15.00, '', 6, 225993, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312496, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225993, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312497, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225993, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312498, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225994, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312499, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225994, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312500, '25031844238132', '腊味三拼', 68.00, '', 1, 225994, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312501, '25031858584114', '爽口螺片', 15.00, '', 1, 225994, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312502, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225994, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312503, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225994, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312504, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225994, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312505, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 225995, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312506, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225995, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312507, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225995, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312508, '25031844238132', '腊味三拼', 68.00, '', 1, 225995, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312509, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225995, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312510, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225995, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312511, '25031858584114', '爽口螺片', 15.00, '', 1, 225995, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312512, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225995, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312513, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225995, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312514, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225996, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225996, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312516, '25031844238132', '腊味三拼', 68.00, '', 2, 225996, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312517, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225996, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312518, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 225996, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312519, '25031858584114', '爽口螺片', 15.00, '', 2, 225996, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225996, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312521, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 225996, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312522, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225996, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312523, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225997, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312524, '25031844238132', '腊味三拼', 68.00, '', 2, 225997, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312525, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225997, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312526, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225997, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312527, '25031858584114', '爽口螺片', 15.00, '', 7, 225997, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312528, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 225997, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312529, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 225997, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312530, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 225997, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312531, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225997, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312532, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225998, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312533, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225998, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312534, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225998, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312535, '25031844238132', '腊味三拼', 68.00, '', 2, 225998, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312536, '25031858584114', '爽口螺片', 15.00, '', 4, 225998, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312537, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 225998, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312538, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 225998, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312539, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 225998, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312540, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 225998, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312541, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 225999, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312542, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225999, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312543, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225999, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312544, '25031844238132', '腊味三拼', 68.00, '', 1, 225999, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312545, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225999, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312546, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225999, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312547, '25031858584114', '爽口螺片', 15.00, '', 1, 225999, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312548, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 225999, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225999, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312550, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226000, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312551, '25031844238132', '腊味三拼', 68.00, '', 1, 226000, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312552, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226000, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312553, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226000, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312554, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226000, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312555, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226000, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312556, '25031858584114', '爽口螺片', 15.00, '', 3, 226000, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312557, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226000, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226000, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312559, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226001, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312560, '25031844238132', '腊味三拼', 68.00, '', 2, 226001, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312561, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226001, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312562, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226001, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312563, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226001, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312564, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226001, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312565, '25031858584114', '爽口螺片', 15.00, '', 5, 226001, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312566, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226001, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312567, '25031844238132', '腊味三拼', 68.00, '', 2, 226002, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312568, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226002, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312569, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226002, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226002, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312571, '25031858584114', '爽口螺片', 15.00, '', 3, 226002, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312572, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226002, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312573, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226002, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312574, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226002, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312575, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226002, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312576, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226003, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312577, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226003, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312578, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226003, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312579, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226003, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312580, '25031858584114', '爽口螺片', 15.00, '', 1, 226003, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312581, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226003, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312582, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226003, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312583, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226004, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312584, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226004, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312585, '25031844238132', '腊味三拼', 68.00, '', 2, 226004, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312586, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226004, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312587, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226004, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312588, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226004, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312589, '25031858584114', '爽口螺片', 15.00, '', 6, 226004, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312590, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226004, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312591, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226004, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312592, '25031844238132', '腊味三拼', 68.00, '', 2, 226005, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312593, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226005, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312594, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226005, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312595, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226005, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312596, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226005, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312597, '25031858584114', '爽口螺片', 15.00, '', 4, 226005, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312598, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226005, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312599, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226005, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312600, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226006, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312601, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226006, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312602, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226006, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312603, '25031844238132', '腊味三拼', 68.00, '', 1, 226006, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312604, '25031858584114', '爽口螺片', 15.00, '', 4, 226006, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312605, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226006, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312606, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226006, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312607, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226006, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312608, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226006, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312609, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226007, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312610, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226007, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312611, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226007, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312612, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226007, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312613, '25031858584114', '爽口螺片', 15.00, '', 1, 226007, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312614, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226007, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312615, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226007, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312616, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226008, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312617, '25031844238132', '腊味三拼', 68.00, '', 1, 226008, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312618, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226008, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312619, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226008, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312620, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226008, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312621, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226008, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312622, '25031858584114', '爽口螺片', 15.00, '', 5, 226008, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312623, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226008, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312624, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226008, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312625, '25031844238132', '腊味三拼', 68.00, '', 1, 226009, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312626, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226009, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312627, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226009, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312628, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226009, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312629, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226009, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312630, '25031858584114', '爽口螺片', 15.00, '', 8, 226009, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312631, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226009, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312632, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226009, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312633, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226009, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312634, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226010, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312635, '25031844238132', '腊味三拼', 68.00, '', 2, 226010, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312636, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226010, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312637, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226010, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312638, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226010, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312639, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226010, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312640, '25031858584114', '爽口螺片', 15.00, '', 5, 226010, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312641, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226010, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312642, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226010, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312643, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226011, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312644, '25031844238132', '腊味三拼', 68.00, '', 2, 226011, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312645, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226011, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312646, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226011, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312647, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226011, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312648, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226011, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312649, '25031858584114', '爽口螺片', 15.00, '', 2, 226011, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312650, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226011, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312651, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226011, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312652, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226012, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312653, '25031844238132', '腊味三拼', 68.00, '', 1, 226012, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312654, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226012, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312655, '25031858584114', '爽口螺片', 15.00, '', 5, 226012, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312656, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226012, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312657, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226012, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312658, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226012, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312659, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226012, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312660, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226013, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312661, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226013, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312662, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226013, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312663, '25031844238132', '腊味三拼', 68.00, '', 3, 226013, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312664, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226013, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312665, '25031858584114', '爽口螺片', 15.00, '', 5, 226013, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312666, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226013, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312667, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226013, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312668, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226013, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312669, '25031844238132', '腊味三拼', 68.00, '', 2, 226014, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312670, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226014, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312671, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226014, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312672, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226014, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312673, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226014, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312674, '25031858584114', '爽口螺片', 15.00, '', 2, 226014, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312675, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226014, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226014, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312677, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226015, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312678, '25031844238132', '腊味三拼', 68.00, '', 1, 226015, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312679, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226015, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312680, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226015, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312681, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226015, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312682, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226015, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312683, '25031858584114', '爽口螺片', 15.00, '', 3, 226015, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312684, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226015, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312685, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226015, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312686, '25031844238132', '腊味三拼', 68.00, '', 2, 226016, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312687, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226016, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312688, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226016, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312689, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226016, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312690, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226016, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312691, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226016, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312692, '25031858584114', '爽口螺片', 15.00, '', 1, 226016, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312693, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226016, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312694, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226016, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312695, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226017, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312696, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226017, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312697, '25031844238132', '腊味三拼', 68.00, '', 2, 226017, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312698, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226017, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312699, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226017, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312700, '25031858584114', '爽口螺片', 15.00, '', 3, 226017, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312701, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226017, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312702, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226017, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312703, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226017, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312704, '25031844238132', '腊味三拼', 68.00, '', 2, 226018, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312705, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226018, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312706, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226018, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312707, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226018, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312708, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226018, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312709, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226018, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312710, '25031858584114', '爽口螺片', 15.00, '', 4, 226018, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312711, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226018, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312712, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226018, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312713, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226019, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312714, '25031844238132', '腊味三拼', 68.00, '', 2, 226019, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312715, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226019, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312716, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226019, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312717, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226019, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312718, '25031858584114', '爽口螺片', 15.00, '', 6, 226019, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312719, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226019, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312720, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226019, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312721, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226019, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312722, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226020, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312723, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226020, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312724, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226020, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312725, '25031844238132', '腊味三拼', 68.00, '', 2, 226020, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312726, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226020, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312727, '25031858584114', '爽口螺片', 15.00, '', 4, 226020, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312728, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226020, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312729, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226020, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312730, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226020, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312731, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226021, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312732, '25031844238132', '腊味三拼', 68.00, '', 1, 226021, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312733, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226021, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312734, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226021, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312735, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226021, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312736, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226021, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312737, '25031858584114', '爽口螺片', 15.00, '', 4, 226021, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312738, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226021, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312739, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226021, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312740, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226022, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312741, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226022, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312742, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226022, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312743, '25031844238132', '腊味三拼', 68.00, '', 2, 226022, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312744, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226022, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312745, '25031858584114', '爽口螺片', 15.00, '', 3, 226022, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312746, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226022, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312747, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226022, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312748, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226022, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312749, '25031844238132', '腊味三拼', 68.00, '', 2, 226023, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312750, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226023, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312751, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226023, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312752, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226023, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312753, '25031858584114', '爽口螺片', 15.00, '', 4, 226023, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312754, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226023, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312755, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226023, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312756, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226023, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312757, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226023, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312758, '25031844238132', '腊味三拼', 68.00, '', 2, 226024, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312759, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226024, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312760, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226024, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312761, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226024, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312762, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226024, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312763, '25031858584114', '爽口螺片', 15.00, '', 3, 226024, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312764, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226024, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312765, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226024, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312766, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226024, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312767, '25031844238132', '腊味三拼', 68.00, '', 1, 226025, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312768, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226025, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312769, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226025, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312770, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226025, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312771, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226025, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312772, '25031858584114', '爽口螺片', 15.00, '', 2, 226025, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312773, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226025, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312774, '25031844238132', '腊味三拼', 68.00, '', 1, 226026, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312775, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226026, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312776, '25031858584114', '爽口螺片', 15.00, '', 3, 226026, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312777, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226026, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312778, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226026, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312779, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226026, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312780, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226026, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312781, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226027, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312782, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226027, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312783, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226027, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312784, '25031844238132', '腊味三拼', 68.00, '', 1, 226027, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312785, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226027, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312786, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226027, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312787, '25031858584114', '爽口螺片', 15.00, '', 3, 226027, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312788, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226027, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312789, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226027, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312790, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226028, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312791, '25031844238132', '腊味三拼', 68.00, '', 2, 226028, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312792, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226028, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312793, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226028, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312794, '25031858584114', '爽口螺片', 15.00, '', 2, 226028, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312795, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226028, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312796, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226028, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312797, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226028, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312798, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226029, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312799, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226029, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312800, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226029, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312801, '25031844238132', '腊味三拼', 68.00, '', 1, 226029, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312802, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226029, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312803, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226029, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312804, '25031858584114', '爽口螺片', 15.00, '', 4, 226029, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312805, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226029, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312806, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226029, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312807, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226030, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312808, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226030, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312809, '25031858584114', '爽口螺片', 15.00, '', 2, 226030, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312810, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226030, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312811, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226030, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312812, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226030, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312813, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226030, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312814, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226031, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312815, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226031, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312816, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226031, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312817, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226031, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312818, '25031858584114', '爽口螺片', 15.00, '', 1, 226031, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312819, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226031, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312820, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226031, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312821, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226031, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312822, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226032, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312823, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226032, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312824, '25031844238132', '腊味三拼', 68.00, '', 1, 226032, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312825, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226032, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312826, '25031858584114', '爽口螺片', 15.00, '', 3, 226032, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312827, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226032, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312828, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226032, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312829, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226032, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312830, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226032, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312831, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226033, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312832, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226033, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312833, '25031844238132', '腊味三拼', 68.00, '', 2, 226033, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312834, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226033, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312835, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226033, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312836, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226033, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312837, '25031858584114', '爽口螺片', 15.00, '', 4, 226033, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312838, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226033, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312839, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226033, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312840, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226034, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312841, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226034, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312842, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226034, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312843, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226034, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312844, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226034, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312845, '25031858584114', '爽口螺片', 15.00, '', 1, 226034, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312846, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226034, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312847, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226034, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312848, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226035, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312849, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226035, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312850, '25031844238132', '腊味三拼', 68.00, '', 2, 226035, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312851, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226035, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312852, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226035, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312853, '25031858584114', '爽口螺片', 15.00, '', 4, 226035, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312854, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226035, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312855, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226035, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312856, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226035, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312857, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226036, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312858, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226036, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312859, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226036, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312860, '25031844238132', '腊味三拼', 68.00, '', 2, 226036, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312861, '25031858584114', '爽口螺片', 15.00, '', 2, 226036, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312862, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226036, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312863, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226036, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312864, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226036, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312865, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226036, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312866, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226037, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312867, '25031844238132', '腊味三拼', 68.00, '', 1, 226037, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312868, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226037, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312869, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226037, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312870, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226037, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312871, '25031858584114', '爽口螺片', 15.00, '', 4, 226037, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312872, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226037, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312873, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226037, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312874, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226037, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312875, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226038, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312876, '25031844238132', '腊味三拼', 68.00, '', 2, 226038, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312877, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226038, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312878, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226038, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312879, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226038, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312880, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226038, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312881, '25031858584114', '爽口螺片', 15.00, '', 4, 226038, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312882, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226038, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312883, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226039, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312884, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226039, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312885, '25031844238132', '腊味三拼', 68.00, '', 1, 226039, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312886, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226039, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312887, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226039, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312888, '25031858584114', '爽口螺片', 15.00, '', 6, 226039, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312889, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226039, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312890, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226039, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312891, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226039, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312892, '25031844238132', '腊味三拼', 68.00, '', 2, 226040, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312893, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226040, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312894, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226040, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312895, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226040, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312896, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226040, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312897, '25031858584114', '爽口螺片', 15.00, '', 5, 226040, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312898, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226040, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312899, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226040, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312900, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226040, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312901, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226041, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312902, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226041, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312903, '25031844238132', '腊味三拼', 68.00, '', 3, 226041, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312904, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226041, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312905, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226041, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312906, '25031858584114', '爽口螺片', 15.00, '', 6, 226041, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312907, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226041, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312908, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226041, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312909, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226041, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312910, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226042, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312911, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226042, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312912, '25031844238132', '腊味三拼', 68.00, '', 1, 226042, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312913, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226042, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312914, '25031858584114', '爽口螺片', 15.00, '', 8, 226042, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312915, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226042, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312916, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226042, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312917, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226042, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312918, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226042, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312919, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226043, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312920, '25031844238132', '腊味三拼', 68.00, '', 2, 226043, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312921, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226043, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312922, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226043, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312923, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226043, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312924, '25031858584114', '爽口螺片', 15.00, '', 3, 226043, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312925, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226043, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312926, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226043, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312927, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226043, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312928, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226044, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312929, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226044, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312930, '25031844238132', '腊味三拼', 68.00, '', 2, 226044, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312931, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226044, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312932, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226044, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312933, '25031858584114', '爽口螺片', 15.00, '', 4, 226044, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312934, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226044, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312935, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226044, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312936, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226044, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312937, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226045, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312938, '25031844238132', '腊味三拼', 68.00, '', 2, 226045, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312939, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226045, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312940, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226045, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312941, '25031858584114', '爽口螺片', 15.00, '', 2, 226045, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312942, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226045, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312943, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226045, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312944, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226045, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312945, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226045, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312946, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226046, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312947, '25031844238132', '腊味三拼', 68.00, '', 1, 226046, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312948, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226046, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312949, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226046, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312950, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226046, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312951, '25031858584114', '爽口螺片', 15.00, '', 5, 226046, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312952, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226046, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312953, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226046, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312954, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226046, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312955, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226047, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312956, '25031844238132', '腊味三拼', 68.00, '', 2, 226047, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312957, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226047, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312958, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226047, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312959, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226047, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312960, '25031858584114', '爽口螺片', 15.00, '', 4, 226047, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312961, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226047, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312962, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226047, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312963, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226047, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312964, '25031844238132', '腊味三拼', 68.00, '', 2, 226048, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312965, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226048, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312966, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226048, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312967, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226048, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312968, '25031858584114', '爽口螺片', 15.00, '', 5, 226048, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312969, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226048, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312970, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226048, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312971, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226048, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312972, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226048, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312973, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226049, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312974, '25031844238132', '腊味三拼', 68.00, '', 2, 226049, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312975, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226049, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312976, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226049, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312977, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226049, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312978, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226049, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312979, '25031858584114', '爽口螺片', 15.00, '', 6, 226049, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226049, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312981, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226049, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312982, '25031844238132', '腊味三拼', 68.00, '', 2, 226050, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312983, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226050, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312984, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226050, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312985, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226050, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312986, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226050, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312987, '25031858584114', '爽口螺片', 15.00, '', 1, 226050, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312988, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226050, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312989, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226050, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312990, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226050, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312991, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226051, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226051, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312993, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226051, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312994, '25031844238132', '腊味三拼', 68.00, '', 1, 226051, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312995, '25031858584114', '爽口螺片', 15.00, '', 3, 226051, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312996, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226051, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312997, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226051, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312998, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226051, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2312999, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226051, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313000, '25031844238132', '腊味三拼', 68.00, '', 1, 226052, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313001, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226052, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313002, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226052, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313003, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226052, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313004, '25031858584114', '爽口螺片', 15.00, '', 4, 226052, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313005, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226052, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313006, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226052, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226052, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313008, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226052, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313009, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226053, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313010, '25031844238132', '腊味三拼', 68.00, '', 1, 226053, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313011, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226053, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313012, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226053, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313013, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226053, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313014, '25031858584114', '爽口螺片', 15.00, '', 4, 226053, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313015, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226053, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313016, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226053, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313017, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226053, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313018, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226054, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313019, '25031844238132', '腊味三拼', 68.00, '', 1, 226054, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313020, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226054, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313021, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226054, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313022, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226054, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313023, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226054, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313024, '25031858584114', '爽口螺片', 15.00, '', 3, 226054, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313025, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226054, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313026, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226054, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313027, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226055, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313028, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226055, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313029, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226055, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313030, '25031844238132', '腊味三拼', 68.00, '', 2, 226055, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313031, '25031858584114', '爽口螺片', 15.00, '', 4, 226055, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313032, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226055, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313033, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226055, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313034, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226055, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313035, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226055, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313036, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226056, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313037, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226056, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313038, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226056, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313039, '25031844238132', '腊味三拼', 68.00, '', 1, 226056, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313040, '25031858584114', '爽口螺片', 15.00, '', 3, 226056, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313041, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226056, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313042, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226056, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313043, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226056, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313044, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226056, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313045, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226057, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313046, '25031844238132', '腊味三拼', 68.00, '', 1, 226057, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313047, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226057, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313048, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226057, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313049, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226057, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313050, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226057, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313051, '25031858584114', '爽口螺片', 15.00, '', 3, 226057, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313052, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226057, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313053, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226058, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313054, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226058, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313055, '25031844238132', '腊味三拼', 68.00, '', 2, 226058, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313056, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226058, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313057, '25031858584114', '爽口螺片', 15.00, '', 4, 226058, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313058, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226058, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313059, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226058, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313060, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226058, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313061, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226058, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313062, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226059, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313063, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226059, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313064, '25031844238132', '腊味三拼', 68.00, '', 2, 226059, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313065, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226059, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313066, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226059, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313067, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226059, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313068, '25031858584114', '爽口螺片', 15.00, '', 5, 226059, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313069, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226059, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313070, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226059, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313071, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226060, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313072, '25031844238132', '腊味三拼', 68.00, '', 2, 226060, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313073, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226060, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313074, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226060, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313075, '25031858584114', '爽口螺片', 15.00, '', 4, 226060, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313076, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226060, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313077, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226060, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313078, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226060, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313079, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226060, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313080, '25031844238132', '腊味三拼', 68.00, '', 2, 226061, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313081, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226061, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313082, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226061, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313083, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226061, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313084, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226061, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313085, '25031858584114', '爽口螺片', 15.00, '', 3, 226061, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313086, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226061, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313087, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226061, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313088, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226062, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313089, '25031844238132', '腊味三拼', 68.00, '', 1, 226062, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313090, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226062, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313091, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226062, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313092, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226062, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313093, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226062, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313094, '25031858584114', '爽口螺片', 15.00, '', 3, 226062, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313095, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226062, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313096, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226062, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313097, '25031844238132', '腊味三拼', 68.00, '', 2, 226063, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313098, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226063, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313099, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226063, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313100, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226063, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313101, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226063, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313102, '25031858584114', '爽口螺片', 15.00, '', 6, 226063, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313103, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226063, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313104, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226063, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313105, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226063, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313106, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226064, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313107, '25031844238132', '腊味三拼', 68.00, '', 2, 226064, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313108, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226064, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313109, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226064, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313110, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226064, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313111, '25031858584114', '爽口螺片', 15.00, '', 4, 226064, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313112, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226064, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313113, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226064, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313114, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226064, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313115, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226065, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313116, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226065, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313117, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226065, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313118, '25031844238132', '腊味三拼', 68.00, '', 2, 226065, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313119, '25031858584114', '爽口螺片', 15.00, '', 6, 226065, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313120, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226065, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313121, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226065, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313122, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226065, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313123, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226065, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313124, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226066, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313125, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226066, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313126, '25031844238132', '腊味三拼', 68.00, '', 2, 226066, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313127, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226066, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313128, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226066, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313129, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226066, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313130, '25031858584114', '爽口螺片', 15.00, '', 4, 226066, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313131, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226066, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313132, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226066, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313133, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226067, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313134, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226067, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313135, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226067, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313136, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226067, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313137, '25031858584114', '爽口螺片', 15.00, '', 4, 226067, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313138, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226067, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313139, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226067, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313140, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226067, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313141, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226068, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313142, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226068, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313143, '25031844238132', '腊味三拼', 68.00, '', 2, 226068, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313144, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226068, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313145, '25031858584114', '爽口螺片', 15.00, '', 3, 226068, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313146, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226068, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313147, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226068, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313148, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226068, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313149, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226068, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313150, '25031844238132', '腊味三拼', 68.00, '', 3, 226069, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313151, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226069, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313152, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226069, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313153, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226069, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313154, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226069, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313155, '25031858584114', '爽口螺片', 15.00, '', 6, 226069, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226069, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313157, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226069, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313158, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226069, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313159, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226070, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313160, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226070, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313161, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226070, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313162, '25031844238132', '腊味三拼', 68.00, '', 2, 226070, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313163, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226070, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313164, '25031858584114', '爽口螺片', 15.00, '', 3, 226070, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313165, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226070, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313166, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226070, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313167, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226070, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313168, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226071, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313169, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226071, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313170, '25031844238132', '腊味三拼', 68.00, '', 2, 226071, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313171, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226071, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226071, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313173, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226071, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313174, '25031858584114', '爽口螺片', 15.00, '', 7, 226071, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313175, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226071, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313176, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226071, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313177, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226072, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313178, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226072, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313179, '25031844238132', '腊味三拼', 68.00, '', 1, 226072, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313180, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226072, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313181, '25031858584114', '爽口螺片', 15.00, '', 4, 226072, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313182, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226072, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313183, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226072, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313184, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226072, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313185, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226073, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313186, '25031844238132', '腊味三拼', 68.00, '', 2, 226073, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313187, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226073, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313188, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226073, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313189, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226073, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313190, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226073, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313191, '25031858584114', '爽口螺片', 15.00, '', 5, 226073, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313192, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226073, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313193, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226073, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313194, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226074, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313195, '25031844238132', '腊味三拼', 68.00, '', 1, 226074, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313196, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226074, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313197, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226074, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313198, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226074, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313199, '25031858584114', '爽口螺片', 15.00, '', 6, 226074, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313200, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226074, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313201, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226074, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313202, '25031844238132', '腊味三拼', 68.00, '', 2, 226075, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313203, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226075, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313204, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226075, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313205, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226075, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313206, '25031858584114', '爽口螺片', 15.00, '', 3, 226075, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313207, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226075, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313208, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226075, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313209, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226075, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313210, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226075, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313211, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226076, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313212, '25031844238132', '腊味三拼', 68.00, '', 1, 226076, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313213, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226076, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313214, '25031858584114', '爽口螺片', 15.00, '', 4, 226076, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313215, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226076, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313216, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226076, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313217, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226076, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313218, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226076, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313219, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226077, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313220, '25031844238132', '腊味三拼', 68.00, '', 3, 226077, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313221, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226077, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313222, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226077, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313223, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226077, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313224, '25031858584114', '爽口螺片', 15.00, '', 3, 226077, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313225, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226077, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313226, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226077, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313227, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226078, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313228, '25031844238132', '腊味三拼', 68.00, '', 2, 226078, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313229, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226078, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313230, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226078, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313231, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226078, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313232, '25031858584114', '爽口螺片', 15.00, '', 2, 226078, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313233, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226078, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313234, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226078, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313235, '25031844238132', '腊味三拼', 68.00, '', 1, 226079, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313236, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226079, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313237, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226079, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313238, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226079, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313239, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226079, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313240, '25031858584114', '爽口螺片', 15.00, '', 5, 226079, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313241, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226079, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313242, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226079, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313243, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226079, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313244, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226080, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313245, '25031844238132', '腊味三拼', 68.00, '', 1, 226080, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313246, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226080, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313247, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226080, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313248, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226080, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313249, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226080, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313250, '25031858584114', '爽口螺片', 15.00, '', 3, 226080, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313251, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226080, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313252, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226080, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313253, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226081, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313254, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226081, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313255, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226081, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313256, '25031844238132', '腊味三拼', 68.00, '', 2, 226081, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313257, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226081, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313258, '25031858584114', '爽口螺片', 15.00, '', 4, 226081, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313259, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226081, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313260, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226081, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313261, '25031844238132', '腊味三拼', 68.00, '', 2, 226082, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313262, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226082, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313263, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226082, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313264, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226082, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313265, '25031858584114', '爽口螺片', 15.00, '', 3, 226082, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313266, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226082, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313267, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226082, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313268, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226082, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313269, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226082, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313270, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226083, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313271, '25031844238132', '腊味三拼', 68.00, '', 2, 226083, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313272, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226083, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313273, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226083, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313274, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226083, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313275, '25031858584114', '爽口螺片', 15.00, '', 5, 226083, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313276, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226083, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313277, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226083, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313278, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226083, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313279, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226084, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313280, '25031844238132', '腊味三拼', 68.00, '', 1, 226084, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313281, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226084, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313282, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226084, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313283, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 226084, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313284, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226084, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313285, '25031858584114', '爽口螺片', 15.00, '', 2, 226084, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313286, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226084, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313287, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226084, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313288, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226085, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313289, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226085, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313290, '25031844238132', '腊味三拼', 68.00, '', 1, 226085, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313291, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226085, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313292, '25031858584114', '爽口螺片', 15.00, '', 3, 226085, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313293, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226085, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313294, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226085, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313295, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226085, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313296, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226085, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313297, '25031844238132', '腊味三拼', 68.00, '', 2, 226086, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313298, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226086, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313299, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226086, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313300, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226086, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313301, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226086, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313302, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226086, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313303, '25031858584114', '爽口螺片', 15.00, '', 2, 226086, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313304, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226086, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313305, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226086, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313306, '25031844238132', '腊味三拼', 68.00, '', 2, 226087, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226087, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313308, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226087, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313309, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226087, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313310, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226087, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313311, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226087, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313312, '25031858584114', '爽口螺片', 15.00, '', 6, 226087, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313313, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226087, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313314, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226087, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313315, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226088, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313316, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226088, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313317, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226088, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313318, '25031844238132', '腊味三拼', 68.00, '', 2, 226088, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313319, '25031858584114', '爽口螺片', 15.00, '', 6, 226088, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313320, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226088, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313321, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226088, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313322, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226088, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313323, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226088, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313324, '25031844238132', '腊味三拼', 68.00, '', 1, 226089, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313325, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226089, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313326, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226089, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313327, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226089, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313328, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226089, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313329, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226089, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313330, '25031858584114', '爽口螺片', 15.00, '', 2, 226089, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313331, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226089, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313332, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226089, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313333, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226090, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313334, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226090, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313335, '25031844238132', '腊味三拼', 68.00, '', 1, 226090, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313336, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226090, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313337, '25031858584114', '爽口螺片', 15.00, '', 3, 226090, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313338, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226090, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313339, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226090, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313340, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226090, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313341, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226090, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313342, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226091, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313343, '25031844238132', '腊味三拼', 68.00, '', 1, 226091, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313344, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226091, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313345, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226091, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313346, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226091, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313347, '25031858584114', '爽口螺片', 15.00, '', 4, 226091, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313348, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226091, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313349, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226091, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313350, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226091, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313351, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226092, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313352, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226092, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313353, '25031844238132', '腊味三拼', 68.00, '', 2, 226092, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313354, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226092, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313355, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226092, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313356, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226092, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313357, '25031858584114', '爽口螺片', 15.00, '', 3, 226092, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313358, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226092, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313359, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226092, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313360, '25031844238132', '腊味三拼', 68.00, '', 2, 226093, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313361, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226093, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313362, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226093, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313363, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226093, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313364, '25031858584114', '爽口螺片', 15.00, '', 3, 226093, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313365, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226093, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313366, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226093, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313367, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226093, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313368, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226093, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313369, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226094, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313370, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226094, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313371, '25031844238132', '腊味三拼', 68.00, '', 1, 226094, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313372, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226094, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313373, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226094, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313374, '25031858584114', '爽口螺片', 15.00, '', 4, 226094, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313375, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226094, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313376, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226094, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313377, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226095, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313378, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226095, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313379, '25031844238132', '腊味三拼', 68.00, '', 3, 226095, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313380, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226095, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313381, '25031858584114', '爽口螺片', 15.00, '', 9, 226095, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313382, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226095, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313383, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226095, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313384, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226095, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313385, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226095, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313386, '25031844238132', '腊味三拼', 68.00, '', 4, 226096, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313387, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226096, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313388, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226096, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313389, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226096, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313390, '25031858584114', '爽口螺片', 15.00, '', 9, 226096, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313391, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226096, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313392, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226096, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313393, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226096, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313394, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226096, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313395, '25031844238132', '腊味三拼', 68.00, '', 3, 226097, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313396, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226097, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313397, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226097, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313398, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226097, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313399, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226097, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313400, '25031858584114', '爽口螺片', 15.00, '', 5, 226097, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313401, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226097, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313402, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226097, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313403, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226097, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313404, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226098, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313405, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226098, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313406, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226098, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313407, '25031844238132', '腊味三拼', 68.00, '', 3, 226098, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313408, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226098, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313409, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226098, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313410, '25031858584114', '爽口螺片', 15.00, '', 6, 226098, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313411, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226098, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313412, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226098, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313413, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226099, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313414, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226099, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313415, '25031844238132', '腊味三拼', 68.00, '', 1, 226099, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313416, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226099, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313417, '25031858584114', '爽口螺片', 15.00, '', 6, 226099, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313418, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226099, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313419, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226099, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313420, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226099, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313421, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226099, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313422, '25031844238132', '腊味三拼', 68.00, '', 2, 226100, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313423, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226100, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313424, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226100, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313425, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226100, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313426, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226100, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313427, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226100, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313428, '25031858584114', '爽口螺片', 15.00, '', 5, 226100, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313429, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226100, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313430, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226100, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313431, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226101, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313432, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226101, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313433, '25031844238132', '腊味三拼', 68.00, '', 2, 226101, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313434, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226101, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313435, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226101, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313436, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226101, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313437, '25031858584114', '爽口螺片', 15.00, '', 6, 226101, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313438, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226101, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313439, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226101, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313440, '25031844238132', '腊味三拼', 68.00, '', 2, 226102, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313441, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226102, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313442, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226102, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313443, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226102, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313444, '25031858584114', '爽口螺片', 15.00, '', 6, 226102, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313445, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226102, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313446, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226102, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313447, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226102, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313448, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226102, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313449, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226103, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313450, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226103, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313451, '25031844238132', '腊味三拼', 68.00, '', 2, 226103, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313452, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226103, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313453, '25031858584114', '爽口螺片', 15.00, '', 6, 226103, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313454, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226103, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313455, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226103, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313456, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226103, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313457, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226103, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313458, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226104, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313459, '25031844238132', '腊味三拼', 68.00, '', 4, 226104, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313460, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226104, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313461, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226104, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313462, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226104, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313463, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226104, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313464, '25031858584114', '爽口螺片', 15.00, '', 7, 226104, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313465, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226104, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313466, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226104, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313467, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226105, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313468, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226105, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313469, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226105, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313470, '25031844238132', '腊味三拼', 68.00, '', 1, 226105, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313471, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226105, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313472, '25031858584114', '爽口螺片', 15.00, '', 4, 226105, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313473, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226105, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313474, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226105, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313475, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226105, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313476, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226106, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313477, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226106, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313478, '25031844238132', '腊味三拼', 68.00, '', 3, 226106, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313479, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226106, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313480, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226106, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313481, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226106, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313482, '25031858584114', '爽口螺片', 15.00, '', 6, 226106, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313483, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226106, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313484, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226106, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313485, '25031844238132', '腊味三拼', 68.00, '', 3, 226107, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313486, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226107, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313487, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226107, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313488, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226107, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313489, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226107, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313490, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226107, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313491, '25031858584114', '爽口螺片', 15.00, '', 10, 226107, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313492, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226107, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313493, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226107, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313494, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226108, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313495, '25031844238132', '腊味三拼', 68.00, '', 2, 226108, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313496, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226108, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313497, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226108, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313498, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226108, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313499, '25031858584114', '爽口螺片', 15.00, '', 4, 226108, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313500, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226108, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313501, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226108, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313502, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226108, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313503, '25031844238132', '腊味三拼', 68.00, '', 2, 226109, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313504, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226109, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313505, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226109, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313506, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226109, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313507, '25031858584114', '爽口螺片', 15.00, '', 6, 226109, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313508, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226109, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313509, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226109, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313510, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226109, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313511, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226109, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313512, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226110, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313513, '25031844238132', '腊味三拼', 68.00, '', 2, 226110, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313514, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226110, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226110, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313516, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226110, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313517, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226110, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313518, '25031858584114', '爽口螺片', 15.00, '', 9, 226110, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313519, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226110, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313520, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226110, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313521, '25031844238132', '腊味三拼', 68.00, '', 3, 226111, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313522, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226111, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313523, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226111, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313524, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226111, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313525, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226111, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313526, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226111, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313527, '25031858584114', '爽口螺片', 15.00, '', 7, 226111, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313528, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226111, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313529, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226111, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313530, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226112, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313531, '25031844238132', '腊味三拼', 68.00, '', 4, 226112, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313532, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226112, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313533, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226112, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313534, '25031858584114', '爽口螺片', 15.00, '', 10, 226112, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313535, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226112, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313536, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226112, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313537, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226112, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313538, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226112, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313539, '25031844238132', '腊味三拼', 68.00, '', 1, 226113, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313540, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226113, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313541, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226113, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226113, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313543, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226113, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313544, '25031858584114', '爽口螺片', 15.00, '', 5, 226113, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313545, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226113, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313546, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226113, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313547, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226113, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313548, '25031844238132', '腊味三拼', 68.00, '', 2, 226114, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313549, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226114, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313550, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226114, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313551, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226114, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313552, '25031858584114', '爽口螺片', 15.00, '', 4, 226114, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313553, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226114, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313554, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226114, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313555, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226114, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313556, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226114, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313557, '25031844238132', '腊味三拼', 68.00, '', 3, 226115, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313558, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226115, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313559, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226115, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313560, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226115, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313561, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226115, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313562, '25031858584114', '爽口螺片', 15.00, '', 6, 226115, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313563, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226115, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313564, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226115, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313565, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226115, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313566, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226116, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313567, '25031844238132', '腊味三拼', 68.00, '', 2, 226116, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313568, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226116, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313569, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226116, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313570, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226116, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313571, '25031858584114', '爽口螺片', 15.00, '', 7, 226116, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313572, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226116, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313573, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226116, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313574, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226116, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313575, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226117, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313576, '25031844238132', '腊味三拼', 68.00, '', 2, 226117, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313577, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226117, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313578, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226117, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313579, '25031858584114', '爽口螺片', 15.00, '', 8, 226117, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313580, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226117, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313581, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226117, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313582, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226117, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313583, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226117, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313584, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226118, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313585, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226118, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313586, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226118, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313587, '25031844238132', '腊味三拼', 68.00, '', 4, 226118, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313588, '25031858584114', '爽口螺片', 15.00, '', 4, 226118, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313589, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226118, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313590, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226118, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313591, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226118, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313592, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226118, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313593, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226119, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313594, '25031844238132', '腊味三拼', 68.00, '', 2, 226119, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313595, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226119, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313596, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226119, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313597, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226119, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313598, '25031858584114', '爽口螺片', 15.00, '', 6, 226119, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313599, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226119, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313600, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226119, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313601, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226119, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313602, '25031844238132', '腊味三拼', 68.00, '', 2, 226120, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313603, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226120, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313604, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226120, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313605, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226120, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313606, '25031858584114', '爽口螺片', 15.00, '', 3, 226120, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313607, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226120, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313608, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226120, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313609, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226120, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313610, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226120, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313611, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226121, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313612, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226121, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313613, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226121, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313614, '25031844238132', '腊味三拼', 68.00, '', 2, 226121, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313615, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226121, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313616, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226121, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313617, '25031858584114', '爽口螺片', 15.00, '', 5, 226121, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313618, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226121, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313619, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226121, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313620, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226122, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313621, '25031844238132', '腊味三拼', 68.00, '', 3, 226122, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313622, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226122, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313623, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226122, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313624, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226122, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313625, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226122, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313626, '25031858584114', '爽口螺片', 15.00, '', 4, 226122, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313627, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226122, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313628, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226122, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313629, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226123, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313630, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226123, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313631, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226123, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313632, '25031844238132', '腊味三拼', 68.00, '', 1, 226123, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313633, '25031858584114', '爽口螺片', 15.00, '', 4, 226123, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313634, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226123, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313635, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226123, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313636, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226123, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313637, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226123, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313638, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226124, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313639, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226124, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313640, '25031844238132', '腊味三拼', 68.00, '', 2, 226124, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313641, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226124, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313642, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226124, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313643, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226124, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313644, '25031858584114', '爽口螺片', 15.00, '', 10, 226124, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313645, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226124, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313646, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226124, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313647, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226125, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313648, '25031844238132', '腊味三拼', 68.00, '', 2, 226125, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313649, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226125, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313650, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226125, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313651, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226125, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313652, '25031858584114', '爽口螺片', 15.00, '', 6, 226125, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226125, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313654, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226125, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313655, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226125, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313656, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226126, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313657, '25031844238132', '腊味三拼', 68.00, '', 1, 226126, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313658, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226126, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226126, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313660, '25031858584114', '爽口螺片', 15.00, '', 5, 226126, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313661, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226126, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313662, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226126, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313663, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226126, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313664, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226126, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313665, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226127, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313666, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226127, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313667, '25031844238132', '腊味三拼', 68.00, '', 2, 226127, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313668, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226127, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313669, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226127, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313670, '25031858584114', '爽口螺片', 15.00, '', 4, 226127, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313671, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226127, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313672, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226127, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313673, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226127, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313674, '25031844238132', '腊味三拼', 68.00, '', 2, 226128, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313675, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226128, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313676, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226128, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313677, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226128, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313678, '25031858584114', '爽口螺片', 15.00, '', 6, 226128, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313679, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226128, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313680, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226128, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313681, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226128, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313682, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226128, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313683, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226129, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313684, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226129, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313685, '25031844238132', '腊味三拼', 68.00, '', 2, 226129, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313686, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226129, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313687, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226129, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313688, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226129, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313689, '25031858584114', '爽口螺片', 15.00, '', 5, 226129, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313690, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226129, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313691, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226129, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313692, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226130, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313693, '25031844238132', '腊味三拼', 68.00, '', 2, 226130, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313694, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226130, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313695, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226130, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313696, '25031858584114', '爽口螺片', 15.00, '', 5, 226130, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313697, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226130, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313698, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226130, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313699, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226130, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313700, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226130, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313701, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226131, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313702, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226131, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313703, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226131, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313704, '25031844238132', '腊味三拼', 68.00, '', 3, 226131, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313705, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226131, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313706, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226131, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313707, '25031858584114', '爽口螺片', 15.00, '', 8, 226131, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313708, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226131, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226131, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313710, '25031844238132', '腊味三拼', 68.00, '', 1, 226132, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313711, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226132, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313712, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226132, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313713, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226132, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313714, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226132, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313715, '25031858584114', '爽口螺片', 15.00, '', 3, 226132, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313716, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226132, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313717, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226132, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313718, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226132, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313719, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226133, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313720, '25031844238132', '腊味三拼', 68.00, '', 3, 226133, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313721, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226133, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313722, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226133, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313723, '25031858584114', '爽口螺片', 15.00, '', 7, 226133, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313724, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226133, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313725, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226133, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313726, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226133, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226133, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313728, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226134, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313729, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226134, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313730, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226134, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313731, '25031844238132', '腊味三拼', 68.00, '', 2, 226134, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313732, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226134, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313733, '25031858584114', '爽口螺片', 15.00, '', 4, 226134, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313734, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226134, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313735, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226134, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313736, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226134, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313737, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226135, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313738, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226135, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313739, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226135, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313740, '25031844238132', '腊味三拼', 68.00, '', 3, 226135, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313741, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226135, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313742, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226135, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313743, '25031858584114', '爽口螺片', 15.00, '', 9, 226135, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313744, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226135, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313745, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226135, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313746, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226136, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313747, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226136, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313748, '25031844238132', '腊味三拼', 68.00, '', 2, 226136, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313749, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226136, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313750, '25031858584114', '爽口螺片', 15.00, '', 10, 226136, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313751, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226136, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313752, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226136, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313753, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226136, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313754, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226136, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313755, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226137, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313756, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226137, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313757, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226137, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313758, '25031844238132', '腊味三拼', 68.00, '', 2, 226137, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313759, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226137, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313760, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226137, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313761, '25031858584114', '爽口螺片', 15.00, '', 3, 226137, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313762, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226137, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313763, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226137, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313764, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226138, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313765, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226138, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313766, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226138, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313767, '25031844238132', '腊味三拼', 68.00, '', 1, 226138, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313768, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226138, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313769, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226138, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313770, '25031858584114', '爽口螺片', 15.00, '', 4, 226138, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313771, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226138, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313772, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226138, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313773, '25031844238132', '腊味三拼', 68.00, '', 4, 226139, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313774, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226139, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313775, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226139, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313776, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226139, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313777, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226139, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313778, '25031858584114', '爽口螺片', 15.00, '', 4, 226139, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313779, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226139, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313780, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226139, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313781, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226139, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313782, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226140, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313783, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226140, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313784, '25031844238132', '腊味三拼', 68.00, '', 2, 226140, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313785, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226140, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313786, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226140, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313787, '25031858584114', '爽口螺片', 15.00, '', 6, 226140, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313788, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226140, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313789, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226140, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313790, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226140, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313791, '25031844238132', '腊味三拼', 68.00, '', 1, 226141, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313792, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226141, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313793, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226141, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313794, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226141, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313795, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226141, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313796, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226141, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313797, '25031858584114', '爽口螺片', 15.00, '', 4, 226141, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313798, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226141, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313799, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226141, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313800, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226142, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313801, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226142, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313802, '25031844238132', '腊味三拼', 68.00, '', 3, 226142, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313803, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226142, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313804, '25031858584114', '爽口螺片', 15.00, '', 5, 226142, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313805, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226142, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313806, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226142, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313807, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226142, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313808, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226142, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313809, '25031844238132', '腊味三拼', 68.00, '', 2, 226143, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313810, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226143, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313811, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226143, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313812, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226143, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313813, '25031858584114', '爽口螺片', 15.00, '', 7, 226143, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313814, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226143, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313815, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226143, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313816, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226143, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313817, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226143, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313818, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226144, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313819, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226144, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313820, '25031844238132', '腊味三拼', 68.00, '', 2, 226144, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313821, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226144, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313822, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226144, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313823, '25031858584114', '爽口螺片', 15.00, '', 6, 226144, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313824, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226144, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313825, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226144, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313826, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226144, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313827, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226145, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313828, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226145, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313829, '25031844238132', '腊味三拼', 68.00, '', 1, 226145, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313830, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226145, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313831, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226145, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313832, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226145, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313833, '25031858584114', '爽口螺片', 15.00, '', 4, 226145, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313834, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226145, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313835, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226146, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313836, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226146, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313837, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226146, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313838, '25031844238132', '腊味三拼', 68.00, '', 1, 226146, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313839, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226146, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313840, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226146, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313841, '25031858584114', '爽口螺片', 15.00, '', 6, 226146, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313842, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226146, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313843, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226146, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313844, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226147, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313845, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226147, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313846, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226147, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313847, '25031844238132', '腊味三拼', 68.00, '', 2, 226147, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313848, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226147, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313849, '25031858584114', '爽口螺片', 15.00, '', 6, 226147, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313850, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226147, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313851, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226147, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313852, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226147, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313853, '25031844238132', '腊味三拼', 68.00, '', 3, 226148, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313854, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226148, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313855, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226148, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313856, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226148, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313857, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226148, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313858, '25031858584114', '爽口螺片', 15.00, '', 7, 226148, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313859, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226148, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313860, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226148, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313861, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226148, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313862, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226149, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313863, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226149, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313864, '25031844238132', '腊味三拼', 68.00, '', 2, 226149, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313865, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226149, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313866, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226149, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313867, '25031858584114', '爽口螺片', 15.00, '', 5, 226149, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313868, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226149, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313869, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226149, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313870, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226149, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313871, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226150, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313872, '25031844238132', '腊味三拼', 68.00, '', 2, 226150, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313873, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226150, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313874, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226150, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313875, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226150, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313876, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226150, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313877, '25031858584114', '爽口螺片', 15.00, '', 4, 226150, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313878, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226150, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313879, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226150, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313880, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226151, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313881, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226151, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313882, '25031844238132', '腊味三拼', 68.00, '', 2, 226151, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313883, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226151, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313884, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226151, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313885, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226151, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313886, '25031858584114', '爽口螺片', 15.00, '', 4, 226151, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313887, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226151, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313888, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226151, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313889, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226152, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313890, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226152, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313891, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226152, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313892, '25031844238132', '腊味三拼', 68.00, '', 2, 226152, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313893, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226152, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313894, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226152, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313895, '25031858584114', '爽口螺片', 15.00, '', 4, 226152, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313896, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226152, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313897, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226152, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313898, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226153, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313899, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226153, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313900, '25031844238132', '腊味三拼', 68.00, '', 3, 226153, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313901, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226153, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313902, '25031858584114', '爽口螺片', 15.00, '', 8, 226153, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313903, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226153, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313904, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226153, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226153, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313906, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226153, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313907, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226154, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313908, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226154, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313909, '25031844238132', '腊味三拼', 68.00, '', 1, 226154, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313910, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226154, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313911, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226154, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313912, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226154, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313913, '25031858584114', '爽口螺片', 15.00, '', 4, 226154, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313914, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226154, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313915, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226154, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313916, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226155, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313917, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226155, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313918, '25031844238132', '腊味三拼', 68.00, '', 2, 226155, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313919, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226155, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313920, '25031858584114', '爽口螺片', 15.00, '', 2, 226155, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313921, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226155, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313922, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226155, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313923, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226155, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313924, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226155, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313925, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226156, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313926, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226156, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313927, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226156, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313928, '25031844238132', '腊味三拼', 68.00, '', 3, 226156, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313929, '25031858584114', '爽口螺片', 15.00, '', 4, 226156, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313930, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226156, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313931, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226156, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313932, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226156, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313933, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226156, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313934, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226157, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313935, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226157, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313936, '25031844238132', '腊味三拼', 68.00, '', 3, 226157, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313937, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226157, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313938, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226157, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313939, '25031858584114', '爽口螺片', 15.00, '', 5, 226157, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313940, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226157, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313941, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226157, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313942, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226157, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313943, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226158, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313944, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226158, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313945, '25031844238132', '腊味三拼', 68.00, '', 2, 226158, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313946, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226158, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313947, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226158, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313948, '25031858584114', '爽口螺片', 15.00, '', 9, 226158, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313949, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226158, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313950, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226158, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313951, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226158, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313952, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226159, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313953, '25031844238132', '腊味三拼', 68.00, '', 1, 226159, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313954, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226159, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313955, '25031858584114', '爽口螺片', 15.00, '', 2, 226159, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313956, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226159, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313957, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226159, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313958, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226159, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313959, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226159, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313960, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226160, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313961, '25031844238132', '腊味三拼', 68.00, '', 1, 226160, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313962, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226160, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313963, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226160, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313964, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226160, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313965, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226160, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313966, '25031858584114', '爽口螺片', 15.00, '', 3, 226160, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313967, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226160, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313968, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226160, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313969, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226161, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313970, '25031844238132', '腊味三拼', 68.00, '', 1, 226161, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313971, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226161, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313972, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226161, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313973, '25031858584114', '爽口螺片', 15.00, '', 5, 226161, '热菜', 0.00, 99, 195, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313974, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226161, '热菜', 0.00, 99, 193, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313975, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226161, '热菜', 0.00, 99, 194, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313976, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226161, '小吃', 0.00, 100, 196, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313977, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226161, '小吃', 0.00, 100, 197, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313978, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226162, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313979, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226162, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:30', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313980, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226162, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313981, '25031844238132', '腊味三拼', 68.00, '', 2, 226162, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313982, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 11, 226162, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313983, '25031858584114', '爽口螺片', 15.00, '', 10, 226162, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313984, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226162, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313985, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226162, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313986, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226162, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313987, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226163, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313988, '25031844238132', '腊味三拼', 68.00, '', 2, 226163, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313989, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226163, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313990, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226163, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313991, '25031858584114', '爽口螺片', 15.00, '', 9, 226163, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313992, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226163, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313993, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226163, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313994, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226163, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313995, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226163, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313996, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226164, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313997, '25031844238132', '腊味三拼', 68.00, '', 1, 226164, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313998, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226164, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2313999, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226164, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314000, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226164, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314001, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226164, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314002, '25031858584114', '爽口螺片', 15.00, '', 8, 226164, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314003, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226164, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314004, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226164, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314005, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226165, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314006, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226165, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314007, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226165, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314008, '25031844238132', '腊味三拼', 68.00, '', 3, 226165, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314009, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226165, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314010, '25031858584114', '爽口螺片', 15.00, '', 4, 226165, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314011, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226165, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314012, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226165, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314013, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226165, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314014, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226166, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314015, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226166, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314016, '25031844238132', '腊味三拼', 68.00, '', 2, 226166, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314017, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226166, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314018, '25031858584114', '爽口螺片', 15.00, '', 5, 226166, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314019, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226166, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314020, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226166, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314021, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226166, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314022, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226166, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314023, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226167, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314024, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226167, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314025, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226167, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314026, '25031844238132', '腊味三拼', 68.00, '', 2, 226167, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314027, '25031858584114', '爽口螺片', 15.00, '', 2, 226167, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314028, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226167, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314029, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226167, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314030, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226167, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314031, '25031844238132', '腊味三拼', 68.00, '', 2, 226168, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314032, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226168, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314033, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226168, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314034, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226168, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314035, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226168, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314036, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226168, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314037, '25031858584114', '爽口螺片', 15.00, '', 2, 226168, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314038, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226168, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314039, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226168, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314040, '25031844238132', '腊味三拼', 68.00, '', 2, 226169, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314041, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226169, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314042, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226169, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314043, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226169, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314044, '25031858584114', '爽口螺片', 15.00, '', 4, 226169, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314045, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226169, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314046, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226169, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314047, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226169, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314048, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226169, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314049, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226170, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314050, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226170, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314051, '25031844238132', '腊味三拼', 68.00, '', 2, 226170, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314052, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226170, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314053, '25031858584114', '爽口螺片', 15.00, '', 4, 226170, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314054, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226170, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314055, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226170, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314056, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226170, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314057, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226170, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314058, '25031844238132', '腊味三拼', 68.00, '', 2, 226171, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314059, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226171, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314060, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226171, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314061, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226171, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314062, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226171, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314063, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226171, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314064, '25031858584114', '爽口螺片', 15.00, '', 8, 226171, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314065, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226171, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314066, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226171, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314067, '25031844238132', '腊味三拼', 68.00, '', 3, 226172, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314068, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226172, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314069, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226172, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314070, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226172, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314071, '25031858584114', '爽口螺片', 15.00, '', 3, 226172, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314072, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226172, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314073, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226172, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314074, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226172, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314075, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226172, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314076, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226173, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314077, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226173, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314078, '25031844238132', '腊味三拼', 68.00, '', 2, 226173, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314079, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226173, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314080, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226173, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314081, '25031858584114', '爽口螺片', 15.00, '', 7, 226173, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314082, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226173, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314083, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226173, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314084, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226173, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314085, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226174, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314086, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226174, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314087, '25031844238132', '腊味三拼', 68.00, '', 1, 226174, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314088, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226174, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314089, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226174, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314090, '25031858584114', '爽口螺片', 15.00, '', 7, 226174, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314091, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226174, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314092, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226174, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314093, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226174, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314094, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226175, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314095, '25031844238132', '腊味三拼', 68.00, '', 1, 226175, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314096, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226175, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314097, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226175, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314098, '25031858584114', '爽口螺片', 15.00, '', 6, 226175, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314099, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226175, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314100, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226175, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314101, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226175, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314102, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226175, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314103, '25031844238132', '腊味三拼', 68.00, '', 1, 226176, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314104, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226176, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314105, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226176, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314106, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226176, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314107, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226176, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314108, '25031858584114', '爽口螺片', 15.00, '', 5, 226176, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314109, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226176, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314110, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226176, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314111, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226176, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314112, '25031844238132', '腊味三拼', 68.00, '', 2, 226177, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314113, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226177, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314114, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226177, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314115, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226177, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314116, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226177, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314117, '25031858584114', '爽口螺片', 15.00, '', 5, 226177, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314118, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226177, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314119, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226177, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314120, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226177, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314121, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226178, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314122, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226178, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314123, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226178, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314124, '25031844238132', '腊味三拼', 68.00, '', 2, 226178, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314125, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226178, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314126, '25031858584114', '爽口螺片', 15.00, '', 7, 226178, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314127, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226178, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314128, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226178, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314129, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226178, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314130, '25031844238132', '腊味三拼', 68.00, '', 3, 226179, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314131, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226179, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314132, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226179, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314133, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226179, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314134, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226179, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314135, '25031858584114', '爽口螺片', 15.00, '', 4, 226179, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314136, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226179, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314137, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226179, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314138, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226179, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314139, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226180, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314140, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226180, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314141, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226180, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314142, '25031844238132', '腊味三拼', 68.00, '', 2, 226180, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314143, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226180, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314144, '25031858584114', '爽口螺片', 15.00, '', 4, 226180, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314145, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226180, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314146, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226180, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314147, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226180, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314148, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226181, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314149, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226181, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314150, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226181, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314151, '25031844238132', '腊味三拼', 68.00, '', 3, 226181, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314152, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226181, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314153, '25031858584114', '爽口螺片', 15.00, '', 7, 226181, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314154, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226181, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314155, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226181, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314156, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226181, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314157, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226182, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314158, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226182, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314159, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226182, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314160, '25031844238132', '腊味三拼', 68.00, '', 1, 226182, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314161, '25031858584114', '爽口螺片', 15.00, '', 5, 226182, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314162, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226182, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314163, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226182, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314164, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226182, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314165, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226182, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314166, '25031844238132', '腊味三拼', 68.00, '', 2, 226183, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314167, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226183, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314168, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226183, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314169, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226183, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314170, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226183, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314171, '25031858584114', '爽口螺片', 15.00, '', 6, 226183, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314172, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226183, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314173, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226183, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314174, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226183, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314175, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226184, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314176, '25031844238132', '腊味三拼', 68.00, '', 3, 226184, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314177, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226184, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314178, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226184, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314179, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226184, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314180, '25031858584114', '爽口螺片', 15.00, '', 8, 226184, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314181, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226184, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314182, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226184, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314183, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 8, 226184, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314184, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226185, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314185, '25031844238132', '腊味三拼', 68.00, '', 1, 226185, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314186, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226185, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314187, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226185, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314188, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226185, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314189, '25031858584114', '爽口螺片', 15.00, '', 5, 226185, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314190, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226185, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314191, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226185, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314192, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226185, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314193, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226186, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314194, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226186, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314195, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226186, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314196, '25031844238132', '腊味三拼', 68.00, '', 2, 226186, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314197, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226186, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314198, '25031858584114', '爽口螺片', 15.00, '', 4, 226186, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314199, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226186, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314200, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226186, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314201, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226186, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314202, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226187, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314203, '25031844238132', '腊味三拼', 68.00, '', 3, 226187, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314204, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226187, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314205, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226187, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314206, '25031858584114', '爽口螺片', 15.00, '', 8, 226187, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314207, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226187, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314208, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226187, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314209, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226187, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314210, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226187, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314211, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226188, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314212, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226188, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314213, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226188, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314214, '25031844238132', '腊味三拼', 68.00, '', 3, 226188, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314215, '25031858584114', '爽口螺片', 15.00, '', 5, 226188, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314216, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226188, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314217, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226188, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314218, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226188, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314219, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226188, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314220, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226189, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314221, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226189, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314222, '25031844238132', '腊味三拼', 68.00, '', 2, 226189, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314223, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226189, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314224, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226189, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314225, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226189, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314226, '25031858584114', '爽口螺片', 15.00, '', 9, 226189, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314227, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226189, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314228, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226189, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314229, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226190, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314230, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226190, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314231, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226190, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314232, '25031844238132', '腊味三拼', 68.00, '', 2, 226190, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314233, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226190, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314234, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226190, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314235, '25031858584114', '爽口螺片', 15.00, '', 3, 226190, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314236, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226190, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314237, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226190, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314238, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226191, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314239, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226191, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314240, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226191, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314241, '25031844238132', '腊味三拼', 68.00, '', 1, 226191, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314242, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226191, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314243, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226191, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314244, '25031858584114', '爽口螺片', 15.00, '', 6, 226191, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314245, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226191, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314246, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226191, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314247, '25031844238132', '腊味三拼', 68.00, '', 2, 226192, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314248, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226192, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314249, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226192, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314250, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226192, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314251, '25031858584114', '爽口螺片', 15.00, '', 6, 226192, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314252, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226192, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314253, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226192, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314254, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226192, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314255, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226192, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314256, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226193, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314257, '25031844238132', '腊味三拼', 68.00, '', 3, 226193, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314258, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226193, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314259, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226193, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314260, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226193, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314261, '25031858584114', '爽口螺片', 15.00, '', 5, 226193, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314262, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226193, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314263, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226193, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314264, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226193, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314265, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226194, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314266, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226194, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314267, '25031844238132', '腊味三拼', 68.00, '', 2, 226194, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314268, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226194, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314269, '25031858584114', '爽口螺片', 15.00, '', 6, 226194, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314270, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226194, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314271, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226194, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314272, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226194, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314273, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226194, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314274, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226195, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314275, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226195, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314276, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226195, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314277, '25031844238132', '腊味三拼', 68.00, '', 3, 226195, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314278, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226195, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314279, '25031858584114', '爽口螺片', 15.00, '', 6, 226195, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314280, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226195, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314281, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226195, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314282, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226195, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314283, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226196, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314284, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226196, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314285, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226196, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314286, '25031844238132', '腊味三拼', 68.00, '', 1, 226196, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314287, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226196, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314288, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226196, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314289, '25031858584114', '爽口螺片', 15.00, '', 3, 226196, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314290, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226196, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314291, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226196, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314292, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226197, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314293, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226197, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314294, '25031844238132', '腊味三拼', 68.00, '', 2, 226197, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314295, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226197, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314296, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226197, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314297, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226197, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314298, '25031858584114', '爽口螺片', 15.00, '', 2, 226197, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314299, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226197, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314300, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226197, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314301, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226198, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314302, '25031844238132', '腊味三拼', 68.00, '', 2, 226198, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314303, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226198, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314304, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226198, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314305, '25031858584114', '爽口螺片', 15.00, '', 7, 226198, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314306, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226198, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314307, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226198, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314308, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226198, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314309, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226198, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314310, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226199, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314311, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226199, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314312, '25031844238132', '腊味三拼', 68.00, '', 2, 226199, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314313, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226199, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314314, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226199, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314315, '25031858584114', '爽口螺片', 15.00, '', 9, 226199, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314316, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226199, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314317, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226199, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314318, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226199, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314319, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226200, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314320, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226200, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314321, '25031844238132', '腊味三拼', 68.00, '', 2, 226200, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314322, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226200, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314323, '25031858584114', '爽口螺片', 15.00, '', 4, 226200, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314324, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226200, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314325, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226200, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314326, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226200, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314327, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226200, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314328, '25031844238132', '腊味三拼', 68.00, '', 2, 226201, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314329, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226201, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314330, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226201, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314331, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226201, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314332, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226201, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314333, '25031858584114', '爽口螺片', 15.00, '', 4, 226201, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314334, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226201, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314335, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226201, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314336, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226201, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314337, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226202, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314338, '25031844238132', '腊味三拼', 68.00, '', 2, 226202, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314339, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226202, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314340, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226202, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314341, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226202, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314342, '25031858584114', '爽口螺片', 15.00, '', 9, 226202, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314343, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226202, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314344, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226202, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314345, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226202, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314346, '25031844238132', '腊味三拼', 68.00, '', 1, 226203, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314347, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226203, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314348, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226203, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314349, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226203, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314350, '25031858584114', '爽口螺片', 15.00, '', 4, 226203, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314351, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226203, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314352, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226203, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314353, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226203, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314354, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226203, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314355, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226204, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314356, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226204, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314357, '25031844238132', '腊味三拼', 68.00, '', 4, 226204, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314358, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226204, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314359, '25031858584114', '爽口螺片', 15.00, '', 5, 226204, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314360, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226204, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314361, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226204, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314362, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226204, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314363, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226204, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314364, '25031844238132', '腊味三拼', 68.00, '', 2, 226205, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314365, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226205, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314366, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226205, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314367, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226205, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314368, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226205, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314369, '25031858584114', '爽口螺片', 15.00, '', 7, 226205, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314370, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226205, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314371, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226205, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314372, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226205, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314373, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226206, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314374, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226206, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314375, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226206, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314376, '25031844238132', '腊味三拼', 68.00, '', 1, 226206, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314377, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226206, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314378, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226206, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314379, '25031858584114', '爽口螺片', 15.00, '', 3, 226206, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314380, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226206, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314381, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226206, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314382, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226207, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314383, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226207, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314384, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226207, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314385, '25031844238132', '腊味三拼', 68.00, '', 2, 226207, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314386, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226207, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314387, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226207, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314388, '25031858584114', '爽口螺片', 15.00, '', 2, 226207, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314389, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226207, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314390, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226207, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314391, '25031844238132', '腊味三拼', 68.00, '', 2, 226208, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314392, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226208, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314393, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226208, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314394, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226208, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314395, '25031858584114', '爽口螺片', 15.00, '', 4, 226208, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314396, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226208, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314397, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226208, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314398, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226208, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314399, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226208, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314400, '25031844238132', '腊味三拼', 68.00, '', 3, 226209, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314401, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226209, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314402, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226209, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314403, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226209, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314404, '25031858584114', '爽口螺片', 15.00, '', 9, 226209, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314405, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226209, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314406, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226209, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314407, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226209, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314408, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226209, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314409, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226210, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314410, '25031844238132', '腊味三拼', 68.00, '', 3, 226210, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314411, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226210, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314412, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226210, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314413, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226210, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314414, '25031858584114', '爽口螺片', 15.00, '', 3, 226210, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314415, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226210, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314416, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226210, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314417, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226210, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314418, '25031844238132', '腊味三拼', 68.00, '', 2, 226211, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314419, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226211, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314420, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226211, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314421, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226211, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314422, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226211, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314423, '25031858584114', '爽口螺片', 15.00, '', 6, 226211, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314424, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226211, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314425, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226211, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314426, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226211, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314427, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226212, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314428, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226212, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314429, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226212, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314430, '25031844238132', '腊味三拼', 68.00, '', 2, 226212, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314431, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226212, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314432, '25031858584114', '爽口螺片', 15.00, '', 10, 226212, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314433, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226212, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314434, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226212, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314435, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226212, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314436, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226213, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314437, '25031844238132', '腊味三拼', 68.00, '', 3, 226213, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314438, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226213, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314439, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226213, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314440, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226213, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314441, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226213, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314442, '25031858584114', '爽口螺片', 15.00, '', 4, 226213, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314443, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226213, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314444, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226213, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314445, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226214, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314446, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226214, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314447, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226214, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314448, '25031844238132', '腊味三拼', 68.00, '', 1, 226214, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314449, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226214, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314450, '25031858584114', '爽口螺片', 15.00, '', 3, 226214, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314451, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226214, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314452, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226214, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314453, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226214, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314454, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226215, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314455, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226215, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314456, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226215, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314457, '25031844238132', '腊味三拼', 68.00, '', 2, 226215, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314458, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226215, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314459, '25031858584114', '爽口螺片', 15.00, '', 3, 226215, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314460, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226215, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314461, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226215, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314462, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226215, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314463, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226216, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314464, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226216, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314465, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226216, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314466, '25031844238132', '腊味三拼', 68.00, '', 2, 226216, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314467, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226216, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314468, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226216, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314469, '25031858584114', '爽口螺片', 15.00, '', 6, 226216, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314470, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226216, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314471, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226216, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314472, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226217, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314473, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226217, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314474, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226217, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314475, '25031844238132', '腊味三拼', 68.00, '', 3, 226217, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314476, '25031858584114', '爽口螺片', 15.00, '', 9, 226217, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314477, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226217, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314478, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226217, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314479, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226217, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314480, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226217, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314481, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226218, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314482, '25031844238132', '腊味三拼', 68.00, '', 3, 226218, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314483, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226218, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314484, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226218, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314485, '25031858584114', '爽口螺片', 15.00, '', 5, 226218, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314486, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226218, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314487, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226218, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314488, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226218, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314489, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226218, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314490, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226219, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314491, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226219, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314492, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226219, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314493, '25031844238132', '腊味三拼', 68.00, '', 2, 226219, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314494, '25031858584114', '爽口螺片', 15.00, '', 9, 226219, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314495, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226219, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314496, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226219, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314497, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226219, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314498, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226219, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314499, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226220, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314500, '25031844238132', '腊味三拼', 68.00, '', 2, 226220, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314501, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226220, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314502, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226220, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314503, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226220, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314504, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226220, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314505, '25031858584114', '爽口螺片', 15.00, '', 5, 226220, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314506, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226220, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314507, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226220, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314508, '25031844238132', '腊味三拼', 68.00, '', 3, 226221, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314509, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226221, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314510, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226221, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314511, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226221, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314512, '25031858584114', '爽口螺片', 15.00, '', 4, 226221, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314513, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226221, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314514, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226221, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314515, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226221, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314516, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226221, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314517, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226222, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314518, '25031844238132', '腊味三拼', 68.00, '', 3, 226222, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314519, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226222, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314520, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226222, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314521, '25031858584114', '爽口螺片', 15.00, '', 10, 226222, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314522, '25031812369149', '九转盘龙鳝', 128.00, '', 11, 226222, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314523, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226222, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314524, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226222, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314525, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 8, 226222, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226223, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314527, '25031844238132', '腊味三拼', 68.00, '', 2, 226223, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314528, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226223, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314529, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226223, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314530, '25031858584114', '爽口螺片', 15.00, '', 4, 226223, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314531, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226223, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314532, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226223, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314533, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226223, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314534, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226223, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314535, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226224, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314536, '25031844238132', '腊味三拼', 68.00, '', 2, 226224, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314537, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226224, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314538, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226224, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314539, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226224, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314540, '25031858584114', '爽口螺片', 15.00, '', 6, 226224, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314541, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226224, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314542, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226224, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314543, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226224, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314544, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226225, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314545, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226225, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314546, '25031844238132', '腊味三拼', 68.00, '', 3, 226225, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314547, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226225, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314548, '25031858584114', '爽口螺片', 15.00, '', 6, 226225, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314549, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226225, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314550, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226225, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314551, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226225, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314552, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226225, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314553, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226226, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314554, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226226, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314555, '25031844238132', '腊味三拼', 68.00, '', 2, 226226, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314556, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226226, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314557, '25031858584114', '爽口螺片', 15.00, '', 6, 226226, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314558, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226226, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314559, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226226, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314560, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226226, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314561, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226226, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314562, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226227, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314563, '25031844238132', '腊味三拼', 68.00, '', 2, 226227, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314564, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226227, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314565, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226227, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314566, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226227, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314567, '25031858584114', '爽口螺片', 15.00, '', 4, 226227, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314568, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226227, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314569, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226227, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314570, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226227, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314571, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226228, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314572, '25031844238132', '腊味三拼', 68.00, '', 2, 226228, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314573, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226228, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314574, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226228, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314575, '25031858584114', '爽口螺片', 15.00, '', 7, 226228, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314576, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226228, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314577, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226228, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314578, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226228, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314579, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226228, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314580, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226229, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314581, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226229, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314582, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226229, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314583, '25031844238132', '腊味三拼', 68.00, '', 3, 226229, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314584, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226229, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314585, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226229, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314586, '25031858584114', '爽口螺片', 15.00, '', 9, 226229, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314587, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226229, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314588, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226229, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314589, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226230, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314590, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226230, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314591, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226230, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314592, '25031844238132', '腊味三拼', 68.00, '', 2, 226230, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314593, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226230, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314594, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226230, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314595, '25031858584114', '爽口螺片', 15.00, '', 7, 226230, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314596, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226230, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314597, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226230, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314598, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226231, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314599, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226231, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314600, '25031844238132', '腊味三拼', 68.00, '', 2, 226231, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314601, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226231, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314602, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226231, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314603, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226231, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314604, '25031858584114', '爽口螺片', 15.00, '', 5, 226231, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314605, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226231, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314606, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226231, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314607, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226232, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314608, '25031844238132', '腊味三拼', 68.00, '', 2, 226232, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314609, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226232, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314610, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226232, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314611, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226232, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314612, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226232, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314613, '25031858584114', '爽口螺片', 15.00, '', 5, 226232, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314614, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226232, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314615, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226232, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314616, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226233, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314617, '25031844238132', '腊味三拼', 68.00, '', 2, 226233, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314618, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226233, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314619, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226233, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314620, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226233, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314621, '25031858584114', '爽口螺片', 15.00, '', 4, 226233, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314622, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226233, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314623, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226233, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314624, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226233, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314625, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226234, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314626, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226234, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314627, '25031844238132', '腊味三拼', 68.00, '', 1, 226234, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314628, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226234, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314629, '25031858584114', '爽口螺片', 15.00, '', 4, 226234, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314630, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226234, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314631, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226234, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314632, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226234, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314633, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226234, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314634, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226235, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314635, '25031844238132', '腊味三拼', 68.00, '', 2, 226235, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314636, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226235, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314637, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226235, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314638, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226235, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314639, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226235, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314640, '25031858584114', '爽口螺片', 15.00, '', 6, 226235, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314641, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226235, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314642, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226235, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314643, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226236, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314644, '25031844238132', '腊味三拼', 68.00, '', 2, 226236, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314645, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226236, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314646, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226236, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314647, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226236, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314648, '25031858584114', '爽口螺片', 15.00, '', 5, 226236, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314649, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226236, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314650, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226236, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314651, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226237, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314652, '25031844238132', '腊味三拼', 68.00, '', 2, 226237, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314653, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226237, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314654, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226237, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314655, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226237, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314656, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226237, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314657, '25031858584114', '爽口螺片', 15.00, '', 4, 226237, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314658, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226237, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226238, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314660, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226238, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314661, '25031844238132', '腊味三拼', 68.00, '', 2, 226238, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314662, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226238, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314663, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226238, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314664, '25031858584114', '爽口螺片', 15.00, '', 5, 226238, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314665, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226238, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314666, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226238, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314667, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226238, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314668, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226239, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314669, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226239, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314670, '25031844238132', '腊味三拼', 68.00, '', 3, 226239, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314671, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226239, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314672, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226239, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314673, '25031858584114', '爽口螺片', 15.00, '', 9, 226239, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314674, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226239, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314675, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226239, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314676, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226239, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314677, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226240, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314678, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226240, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314679, '25031844238132', '腊味三拼', 68.00, '', 2, 226240, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314680, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226240, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314681, '25031858584114', '爽口螺片', 15.00, '', 9, 226240, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314682, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226240, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314683, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226240, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314684, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226240, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314685, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226240, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314686, '25031844238132', '腊味三拼', 68.00, '', 3, 226241, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314687, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226241, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314688, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226241, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314689, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226241, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314690, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226241, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314691, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226241, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314692, '25031858584114', '爽口螺片', 15.00, '', 7, 226241, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314693, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226241, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314694, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226241, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314695, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226242, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314696, '25031844238132', '腊味三拼', 68.00, '', 2, 226242, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314697, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226242, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314698, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226242, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314699, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226242, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314700, '25031858584114', '爽口螺片', 15.00, '', 5, 226242, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314701, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226242, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314702, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226242, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314703, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226242, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314704, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226243, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314705, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226243, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314706, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226243, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314707, '25031844238132', '腊味三拼', 68.00, '', 1, 226243, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314708, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226243, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314709, '25031858584114', '爽口螺片', 15.00, '', 5, 226243, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314710, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226243, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314711, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226243, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314712, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226243, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314713, '25031844238132', '腊味三拼', 68.00, '', 2, 226244, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314714, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226244, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314715, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226244, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314716, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226244, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314717, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226244, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314718, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226244, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314719, '25031858584114', '爽口螺片', 15.00, '', 2, 226244, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314720, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226244, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314721, '25031844238132', '腊味三拼', 68.00, '', 2, 226245, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314722, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226245, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314723, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226245, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314724, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226245, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314725, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226245, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314726, '25031858584114', '爽口螺片', 15.00, '', 7, 226245, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314727, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226245, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314728, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226245, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314729, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226245, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314730, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226246, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314731, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226246, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314732, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226246, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314733, '25031844238132', '腊味三拼', 68.00, '', 3, 226246, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314734, '25031858584114', '爽口螺片', 15.00, '', 10, 226246, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314735, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226246, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314736, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226246, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314737, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226246, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314738, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226246, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314739, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226247, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314740, '25031844238132', '腊味三拼', 68.00, '', 2, 226247, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314741, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226247, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314742, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226247, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314743, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226247, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314744, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226247, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314745, '25031858584114', '爽口螺片', 15.00, '', 7, 226247, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314746, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226247, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314747, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226247, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314748, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226248, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314749, '25031844238132', '腊味三拼', 68.00, '', 2, 226248, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314750, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226248, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314751, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226248, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314752, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226248, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314753, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226248, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314754, '25031858584114', '爽口螺片', 15.00, '', 5, 226248, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314755, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226248, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314756, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226248, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314757, '25031844238132', '腊味三拼', 68.00, '', 2, 226249, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314758, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226249, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314759, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226249, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314760, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226249, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314761, '25031858584114', '爽口螺片', 15.00, '', 4, 226249, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314762, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226249, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314763, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226249, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314764, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226249, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314765, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226249, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314766, '25031844238132', '腊味三拼', 68.00, '', 4, 226250, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314767, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226250, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314768, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226250, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314769, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226250, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314770, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226250, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314771, '25031858584114', '爽口螺片', 15.00, '', 5, 226250, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314772, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226250, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314773, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226250, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314774, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226250, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314775, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226251, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314776, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226251, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314777, '25031844238132', '腊味三拼', 68.00, '', 2, 226251, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314778, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226251, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314779, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226251, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314780, '25031858584114', '爽口螺片', 15.00, '', 6, 226251, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314781, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226251, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314782, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226251, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314783, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226251, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314784, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226252, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314785, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226252, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314786, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226252, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314787, '25031844238132', '腊味三拼', 68.00, '', 2, 226252, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314788, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226252, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314789, '25031858584114', '爽口螺片', 15.00, '', 2, 226252, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314790, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226252, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314791, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226252, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314792, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226252, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314793, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226253, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314794, '25031844238132', '腊味三拼', 68.00, '', 3, 226253, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314795, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226253, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314796, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226253, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314797, '25031858584114', '爽口螺片', 15.00, '', 5, 226253, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314798, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226253, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314799, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226253, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314800, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226253, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314801, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226253, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314802, '25031844238132', '腊味三拼', 68.00, '', 2, 226254, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314803, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226254, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314804, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226254, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314805, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226254, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314806, '25031858584114', '爽口螺片', 15.00, '', 6, 226254, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314807, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226254, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314808, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226254, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314809, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226254, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314810, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226254, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314811, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226255, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314812, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226255, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314813, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226255, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314814, '25031844238132', '腊味三拼', 68.00, '', 3, 226255, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314815, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226255, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314816, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226255, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314817, '25031858584114', '爽口螺片', 15.00, '', 8, 226255, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314818, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226255, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314819, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226255, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314820, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226256, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314821, '25031844238132', '腊味三拼', 68.00, '', 1, 226256, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314822, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226256, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314823, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226256, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314824, '25031858584114', '爽口螺片', 15.00, '', 2, 226256, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314825, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226256, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314826, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226256, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314827, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226256, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314828, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226256, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314829, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226257, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314830, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226257, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314831, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226257, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314832, '25031844238132', '腊味三拼', 68.00, '', 2, 226257, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314833, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226257, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314834, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226257, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314835, '25031858584114', '爽口螺片', 15.00, '', 9, 226257, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314836, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226257, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314837, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226257, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314838, '25031844238132', '腊味三拼', 68.00, '', 2, 226258, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314839, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226258, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314840, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226258, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314841, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226258, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314842, '25031858584114', '爽口螺片', 15.00, '', 9, 226258, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314843, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226258, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314844, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226258, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314845, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226258, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314846, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226258, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314847, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226259, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314848, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226259, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314849, '25031844238132', '腊味三拼', 68.00, '', 2, 226259, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314850, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226259, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314851, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226259, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314852, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226259, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314853, '25031858584114', '爽口螺片', 15.00, '', 5, 226259, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314854, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226259, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314855, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226259, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314856, '25031844238132', '腊味三拼', 68.00, '', 3, 226260, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314857, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226260, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314858, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226260, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314859, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226260, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314860, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226260, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314861, '25031858584114', '爽口螺片', 15.00, '', 4, 226260, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314862, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226260, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314863, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226260, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314864, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226260, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314865, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226261, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314866, '25031844238132', '腊味三拼', 68.00, '', 1, 226261, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314867, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226261, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314868, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226261, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314869, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226261, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314870, '25031858584114', '爽口螺片', 15.00, '', 3, 226261, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314871, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226261, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314872, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226261, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314873, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226261, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314874, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226262, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314875, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226262, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314876, '25031844238132', '腊味三拼', 68.00, '', 2, 226262, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314877, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226262, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314878, '25031858584114', '爽口螺片', 15.00, '', 4, 226262, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314879, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226262, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314880, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226262, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314881, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226262, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314882, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226262, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314883, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226263, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314884, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226263, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314885, '25031844238132', '腊味三拼', 68.00, '', 4, 226263, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314886, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226263, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314887, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226263, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314888, '25031858584114', '爽口螺片', 15.00, '', 10, 226263, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314889, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226263, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314890, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226263, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314891, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226263, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314892, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226264, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314893, '25031844238132', '腊味三拼', 68.00, '', 2, 226264, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314894, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226264, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314895, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226264, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314896, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226264, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314897, '25031858584114', '爽口螺片', 15.00, '', 6, 226264, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314898, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226264, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314899, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226264, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314900, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226264, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314901, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226265, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314902, '25031844238132', '腊味三拼', 68.00, '', 3, 226265, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314903, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226265, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314904, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226265, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314905, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226265, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314906, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226265, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314907, '25031858584114', '爽口螺片', 15.00, '', 7, 226265, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314908, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226265, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314909, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226265, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314910, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226266, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314911, '25031844238132', '腊味三拼', 68.00, '', 2, 226266, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314912, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226266, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314913, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226266, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314914, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226266, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314915, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226266, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314916, '25031858584114', '爽口螺片', 15.00, '', 3, 226266, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314917, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226266, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314918, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226266, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314919, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226267, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314920, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226267, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314921, '25031844238132', '腊味三拼', 68.00, '', 1, 226267, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314922, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226267, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314923, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226267, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314924, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226267, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314925, '25031858584114', '爽口螺片', 15.00, '', 3, 226267, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314926, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226267, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314927, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226267, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314928, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226268, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314929, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226268, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314930, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226268, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314931, '25031844238132', '腊味三拼', 68.00, '', 3, 226268, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314932, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226268, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314933, '25031858584114', '爽口螺片', 15.00, '', 3, 226268, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314934, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226268, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314935, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226268, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314936, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226268, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314937, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226269, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314938, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226269, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314939, '25031844238132', '腊味三拼', 68.00, '', 1, 226269, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314940, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226269, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314941, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226269, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314942, '25031858584114', '爽口螺片', 15.00, '', 3, 226269, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314943, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226269, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314944, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226269, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314945, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226269, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314946, '25031844238132', '腊味三拼', 68.00, '', 3, 226270, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314947, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226270, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314948, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226270, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314949, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226270, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314950, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226270, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314951, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226270, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314952, '25031858584114', '爽口螺片', 15.00, '', 10, 226270, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314953, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226270, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314954, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226270, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314955, '25031844238132', '腊味三拼', 68.00, '', 1, 226271, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314956, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226271, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314957, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226271, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314958, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226271, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314959, '25031858584114', '爽口螺片', 15.00, '', 6, 226271, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314960, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226271, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314961, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226271, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314962, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226271, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314963, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226271, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314964, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226272, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314965, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226272, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314966, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226272, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314967, '25031844238132', '腊味三拼', 68.00, '', 4, 226272, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314968, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226272, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314969, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226272, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314970, '25031858584114', '爽口螺片', 15.00, '', 6, 226272, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314971, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 8, 226272, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314972, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226272, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314973, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226273, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314974, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226273, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314975, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226273, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314976, '25031844238132', '腊味三拼', 68.00, '', 2, 226273, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314977, '25031858584114', '爽口螺片', 15.00, '', 7, 226273, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314978, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226273, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314979, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226273, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314980, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226273, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314981, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226273, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314982, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226274, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314983, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226274, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314984, '25031844238132', '腊味三拼', 68.00, '', 4, 226274, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314985, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226274, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314986, '25031858584114', '爽口螺片', 15.00, '', 10, 226274, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314987, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226274, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314988, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226274, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314989, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 8, 226274, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314990, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226274, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314991, '25031844238132', '腊味三拼', 68.00, '', 3, 226275, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314992, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226275, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314993, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226275, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314994, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226275, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314995, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226275, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314996, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226275, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314997, '25031858584114', '爽口螺片', 15.00, '', 6, 226275, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314998, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226275, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2314999, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226275, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315000, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226276, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315001, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226276, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315002, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226276, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315003, '25031844238132', '腊味三拼', 68.00, '', 2, 226276, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315004, '25031858584114', '爽口螺片', 15.00, '', 6, 226276, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315005, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226276, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315006, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226276, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315007, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226276, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315008, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226276, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315009, '25031844238132', '腊味三拼', 68.00, '', 2, 226277, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315010, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226277, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315011, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226277, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315012, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226277, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315013, '25031858584114', '爽口螺片', 15.00, '', 4, 226277, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315014, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226277, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315015, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226277, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315016, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226277, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315017, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226278, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315018, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226278, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315019, '25031844238132', '腊味三拼', 68.00, '', 2, 226278, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315020, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226278, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315021, '25031858584114', '爽口螺片', 15.00, '', 2, 226278, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315022, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226278, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315023, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226278, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315024, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226278, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315025, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226278, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315026, '25031844238132', '腊味三拼', 68.00, '', 3, 226279, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315027, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226279, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315028, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226279, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315029, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226279, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315030, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226279, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315031, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226279, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315032, '25031858584114', '爽口螺片', 15.00, '', 8, 226279, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315033, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226279, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315034, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226279, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315035, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226280, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315036, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226280, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315037, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226280, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315038, '25031844238132', '腊味三拼', 68.00, '', 2, 226280, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315039, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226280, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315040, '25031858584114', '爽口螺片', 15.00, '', 5, 226280, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315041, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226280, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315042, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226280, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315043, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226280, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315044, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226281, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315045, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226281, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315046, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226281, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315047, '25031844238132', '腊味三拼', 68.00, '', 3, 226281, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315048, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226281, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315049, '25031858584114', '爽口螺片', 15.00, '', 8, 226281, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315050, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226281, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315051, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226281, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315052, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226281, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315053, '25031844238132', '腊味三拼', 68.00, '', 3, 226282, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315054, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226282, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315055, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226282, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315056, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226282, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315057, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226282, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315058, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226282, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315059, '25031858584114', '爽口螺片', 15.00, '', 8, 226282, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315060, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226282, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315061, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226282, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315062, '25031844238132', '腊味三拼', 68.00, '', 2, 226283, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315063, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226283, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315064, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226283, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315065, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226283, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315066, '25031858584114', '爽口螺片', 15.00, '', 4, 226283, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315067, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226283, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315068, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226283, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315069, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226283, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315070, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226283, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315071, '25031844238132', '腊味三拼', 68.00, '', 3, 226284, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315072, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226284, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315073, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226284, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315074, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226284, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315075, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226284, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315076, '25031858584114', '爽口螺片', 15.00, '', 4, 226284, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315077, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226284, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315078, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226284, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315079, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226284, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315080, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226285, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315081, '25031844238132', '腊味三拼', 68.00, '', 2, 226285, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315082, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226285, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315083, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226285, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315084, '25031858584114', '爽口螺片', 15.00, '', 4, 226285, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315085, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226285, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315086, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226285, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315087, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226285, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315088, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226285, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315089, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226286, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315090, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226286, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315091, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226286, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315092, '25031844238132', '腊味三拼', 68.00, '', 2, 226286, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315093, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226286, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315094, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226286, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315095, '25031858584114', '爽口螺片', 15.00, '', 9, 226286, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315096, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226286, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315097, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226286, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315098, '25031844238132', '腊味三拼', 68.00, '', 2, 226287, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315099, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226287, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315100, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226287, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315101, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226287, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315102, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226287, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315103, '25031858584114', '爽口螺片', 15.00, '', 7, 226287, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315104, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226287, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315105, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226287, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315106, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226287, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315107, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226288, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315108, '25031844238132', '腊味三拼', 68.00, '', 3, 226288, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315109, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226288, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315110, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226288, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315111, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226288, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315112, '25031858584114', '爽口螺片', 15.00, '', 5, 226288, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315113, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226288, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315114, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226288, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315115, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226288, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315116, '25031844238132', '腊味三拼', 68.00, '', 1, 226289, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315117, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226289, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315118, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226289, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315119, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226289, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315120, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226289, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315121, '25031858584114', '爽口螺片', 15.00, '', 4, 226289, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315122, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226289, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315123, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226289, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315124, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226289, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315125, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226290, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315126, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226290, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315127, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226290, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315128, '25031844238132', '腊味三拼', 68.00, '', 3, 226290, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315129, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226290, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315130, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226290, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315131, '25031858584114', '爽口螺片', 15.00, '', 5, 226290, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315132, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226290, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315133, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226290, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315134, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226291, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315135, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226291, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315136, '25031844238132', '腊味三拼', 68.00, '', 2, 226291, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315137, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226291, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315138, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226291, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315139, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226291, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315140, '25031858584114', '爽口螺片', 15.00, '', 7, 226291, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315141, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226291, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315142, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226291, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315143, '25031844238132', '腊味三拼', 68.00, '', 1, 226292, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315144, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226292, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315145, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226292, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315146, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226292, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315147, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226292, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315148, '25031858584114', '爽口螺片', 15.00, '', 3, 226292, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315149, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226292, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315150, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226292, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315151, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226292, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315152, '25031844238132', '腊味三拼', 68.00, '', 4, 226293, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315153, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226293, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315154, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226293, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315155, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226293, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315156, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226293, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315157, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226293, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315158, '25031858584114', '爽口螺片', 15.00, '', 7, 226293, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315159, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226293, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315160, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226293, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315161, '25031844238132', '腊味三拼', 68.00, '', 1, 226294, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315162, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226294, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315163, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226294, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315164, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226294, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315165, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226294, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315166, '25031858584114', '爽口螺片', 15.00, '', 3, 226294, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315167, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226294, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315168, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226294, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315169, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226295, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315170, '25031844238132', '腊味三拼', 68.00, '', 2, 226295, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315171, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226295, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315172, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226295, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315173, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226295, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315174, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226295, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315175, '25031858584114', '爽口螺片', 15.00, '', 8, 226295, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315176, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226295, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315177, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226295, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315178, '25031844238132', '腊味三拼', 68.00, '', 3, 226296, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315179, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226296, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315180, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226296, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315181, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226296, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315182, '25031858584114', '爽口螺片', 15.00, '', 8, 226296, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315183, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226296, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315184, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226296, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315185, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226296, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315186, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226296, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315187, '25031844238132', '腊味三拼', 68.00, '', 1, 226297, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315188, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226297, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315189, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226297, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315190, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226297, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315191, '25031858584114', '爽口螺片', 15.00, '', 6, 226297, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315192, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226297, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315193, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226297, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315194, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226297, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315195, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226297, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315196, '25031844238132', '腊味三拼', 68.00, '', 3, 226298, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315197, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226298, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315198, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226298, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315199, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226298, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315200, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226298, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315201, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226298, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315202, '25031858584114', '爽口螺片', 15.00, '', 5, 226298, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315203, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226298, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315204, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226298, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315205, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226299, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315206, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226299, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315207, '25031844238132', '腊味三拼', 68.00, '', 2, 226299, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315208, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226299, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315209, '25031858584114', '爽口螺片', 15.00, '', 9, 226299, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315210, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226299, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315211, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226299, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315212, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226299, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315213, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226299, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315214, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226300, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315215, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226300, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315216, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226300, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315217, '25031844238132', '腊味三拼', 68.00, '', 2, 226300, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315218, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226300, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315219, '25031858584114', '爽口螺片', 15.00, '', 5, 226300, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315220, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226300, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315221, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226300, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315222, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226300, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315223, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226301, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315224, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226301, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315225, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226301, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315226, '25031844238132', '腊味三拼', 68.00, '', 1, 226301, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315227, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226301, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315228, '25031858584114', '爽口螺片', 15.00, '', 4, 226301, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315229, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226301, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315230, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226301, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315231, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226301, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315232, '25031844238132', '腊味三拼', 68.00, '', 2, 226302, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315233, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226302, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315234, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226302, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315235, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226302, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315236, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226302, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315237, '25031858584114', '爽口螺片', 15.00, '', 9, 226302, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315238, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226302, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315239, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226302, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315240, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226302, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315241, '25031844238132', '腊味三拼', 68.00, '', 3, 226303, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315242, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226303, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315243, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226303, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315244, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226303, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315245, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226303, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315246, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226303, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315247, '25031858584114', '爽口螺片', 15.00, '', 7, 226303, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315248, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226303, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315249, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226303, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315250, '25031844238132', '腊味三拼', 68.00, '', 2, 226304, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315251, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226304, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315252, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226304, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315253, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226304, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315254, '25031858584114', '爽口螺片', 15.00, '', 5, 226304, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315255, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226304, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315256, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226304, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315257, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226304, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315258, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226304, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315259, '25031844238132', '腊味三拼', 68.00, '', 2, 226305, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315260, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226305, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315261, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226305, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315262, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226305, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315263, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226305, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315264, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226305, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315265, '25031858584114', '爽口螺片', 15.00, '', 6, 226305, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315266, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226305, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315267, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226305, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315268, '25031844238132', '腊味三拼', 68.00, '', 3, 226306, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315269, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226306, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315270, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226306, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315271, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226306, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315272, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226306, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315273, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226306, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315274, '25031858584114', '爽口螺片', 15.00, '', 5, 226306, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315275, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226306, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315276, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226306, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315277, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226307, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315278, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226307, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315279, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226307, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315280, '25031844238132', '腊味三拼', 68.00, '', 2, 226307, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315281, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226307, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315282, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226307, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315283, '25031858584114', '爽口螺片', 15.00, '', 6, 226307, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315284, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226307, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315285, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226307, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315286, '25031844238132', '腊味三拼', 68.00, '', 3, 226308, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315287, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226308, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315288, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226308, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315289, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226308, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315290, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226308, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315291, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226308, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315292, '25031858584114', '爽口螺片', 15.00, '', 7, 226308, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315293, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226308, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315294, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226308, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315295, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226309, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315296, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226309, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315297, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226309, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315298, '25031844238132', '腊味三拼', 68.00, '', 1, 226309, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315299, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226309, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315300, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226309, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315301, '25031858584114', '爽口螺片', 15.00, '', 2, 226309, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315302, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226309, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315303, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226309, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315304, '25031844238132', '腊味三拼', 68.00, '', 3, 226310, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315305, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226310, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315306, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226310, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315307, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226310, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315308, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226310, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315309, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226310, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315310, '25031858584114', '爽口螺片', 15.00, '', 4, 226310, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315311, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226310, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315312, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226311, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315313, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226311, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315314, '25031844238132', '腊味三拼', 68.00, '', 4, 226311, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315315, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226311, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315316, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226311, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315317, '25031858584114', '爽口螺片', 15.00, '', 6, 226311, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315318, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226311, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315319, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226311, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315320, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226311, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315321, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226312, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315322, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226312, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315323, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226312, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315324, '25031844238132', '腊味三拼', 68.00, '', 2, 226312, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315325, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226312, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315326, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226312, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315327, '25031858584114', '爽口螺片', 15.00, '', 7, 226312, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315328, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226312, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315329, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226312, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315330, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226313, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315331, '25031844238132', '腊味三拼', 68.00, '', 2, 226313, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315332, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226313, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315333, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226313, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315334, '25031858584114', '爽口螺片', 15.00, '', 3, 226313, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315335, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226313, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315336, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226313, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315337, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226313, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315338, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226314, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315339, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226314, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315340, '25031844238132', '腊味三拼', 68.00, '', 3, 226314, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315341, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226314, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315342, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226314, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315343, '25031858584114', '爽口螺片', 15.00, '', 8, 226314, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315344, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226314, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315345, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226314, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315346, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226314, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315347, '25031844238132', '腊味三拼', 68.00, '', 2, 226315, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315348, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226315, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315349, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226315, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315350, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226315, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315351, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226315, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315352, '25031858584114', '爽口螺片', 15.00, '', 6, 226315, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315353, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226315, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315354, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226315, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315355, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226315, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315356, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226316, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315357, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226316, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315358, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226316, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315359, '25031844238132', '腊味三拼', 68.00, '', 2, 226316, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315360, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226316, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315361, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226316, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315362, '25031858584114', '爽口螺片', 15.00, '', 4, 226316, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315363, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226316, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315364, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226317, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315365, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226317, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315366, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226317, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315367, '25031844238132', '腊味三拼', 68.00, '', 2, 226317, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315368, '25031858584114', '爽口螺片', 15.00, '', 3, 226317, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315369, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226317, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315370, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226317, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315371, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226317, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315372, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226317, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315373, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226318, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315374, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226318, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315375, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226318, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315376, '25031844238132', '腊味三拼', 68.00, '', 3, 226318, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315377, '25031858584114', '爽口螺片', 15.00, '', 11, 226318, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315378, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 11, 226318, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315379, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226318, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315380, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226318, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315381, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226318, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315382, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226319, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315383, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226319, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315384, '25031844238132', '腊味三拼', 68.00, '', 2, 226319, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315385, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226319, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315386, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226319, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315387, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226319, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315388, '25031858584114', '爽口螺片', 15.00, '', 4, 226319, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315389, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226319, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315390, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226319, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315391, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226320, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315392, '25031844238132', '腊味三拼', 68.00, '', 2, 226320, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315393, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226320, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315394, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226320, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315395, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226320, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315396, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226320, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315397, '25031858584114', '爽口螺片', 15.00, '', 1, 226320, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315398, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226320, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315399, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226321, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315400, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226321, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315401, '25031844238132', '腊味三拼', 68.00, '', 2, 226321, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315402, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226321, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315403, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226321, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315404, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226321, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315405, '25031858584114', '爽口螺片', 15.00, '', 4, 226321, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315406, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226321, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315407, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226321, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315408, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226322, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315409, '25031844238132', '腊味三拼', 68.00, '', 3, 226322, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315410, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226322, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315411, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226322, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315412, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 8, 226322, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315413, '25031858584114', '爽口螺片', 15.00, '', 7, 226322, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315414, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226322, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315415, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226322, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315416, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226322, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315417, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226323, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315418, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226323, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315419, '25031844238132', '腊味三拼', 68.00, '', 1, 226323, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315420, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226323, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315421, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226323, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315422, '25031858584114', '爽口螺片', 15.00, '', 7, 226323, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315423, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226323, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315424, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226323, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315425, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226323, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315426, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226324, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315427, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226324, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315428, '25031844238132', '腊味三拼', 68.00, '', 2, 226324, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315429, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226324, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315430, '25031858584114', '爽口螺片', 15.00, '', 5, 226324, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315431, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226324, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315432, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226324, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315433, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226324, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315434, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226324, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315435, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226325, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315436, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226325, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315437, '25031844238132', '腊味三拼', 68.00, '', 2, 226325, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315438, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226325, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315439, '25031858584114', '爽口螺片', 15.00, '', 3, 226325, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315440, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 226325, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315441, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 226325, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315442, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226325, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315443, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226325, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315444, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226326, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315445, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226326, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315446, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 4, 226326, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315447, '25031844238132', '腊味三拼', 68.00, '', 4, 226326, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315448, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226326, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315449, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226326, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315450, '25031858584114', '爽口螺片', 15.00, '', 6, 226326, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315451, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226326, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315452, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226326, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315453, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226327, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315454, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226327, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315455, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226327, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315456, '25031844238132', '腊味三拼', 68.00, '', 2, 226327, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315457, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226327, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315458, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226327, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315459, '25031858584114', '爽口螺片', 15.00, '', 5, 226327, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315460, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226327, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315461, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226327, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315462, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226328, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315463, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226328, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315464, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226328, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315465, '25031844238132', '腊味三拼', 68.00, '', 2, 226328, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315466, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226328, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315467, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226328, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315468, '25031858584114', '爽口螺片', 15.00, '', 6, 226328, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315469, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226328, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315470, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226328, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315471, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226329, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315472, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226329, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315473, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226329, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315474, '25031844238132', '腊味三拼', 68.00, '', 2, 226329, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315475, '25031858584114', '爽口螺片', 15.00, '', 5, 226329, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315476, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226329, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315477, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226329, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315478, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226329, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315479, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226329, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315480, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226330, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315481, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226330, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315482, '25031844238132', '腊味三拼', 68.00, '', 2, 226330, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315483, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226330, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315484, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226330, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315485, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226330, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315486, '25031858584114', '爽口螺片', 15.00, '', 9, 226330, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315487, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226330, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315488, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226330, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315489, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226331, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315490, '25031844238132', '腊味三拼', 68.00, '', 1, 226331, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315491, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226331, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315492, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226331, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315493, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226331, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315494, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226331, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315495, '25031858584114', '爽口螺片', 15.00, '', 6, 226331, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315496, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226331, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315497, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226332, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315498, '25031844238132', '腊味三拼', 68.00, '', 2, 226332, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315499, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226332, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315500, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226332, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315501, '25031858584114', '爽口螺片', 15.00, '', 8, 226332, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315502, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226332, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315503, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226332, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315504, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226332, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315505, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226332, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315506, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226333, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315507, '25031844238132', '腊味三拼', 68.00, '', 2, 226333, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315508, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226333, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315509, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226333, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315510, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226333, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315511, '25031858584114', '爽口螺片', 15.00, '', 4, 226333, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315512, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226333, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315513, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226333, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315514, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226333, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315515, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226334, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315516, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226334, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315517, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226334, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315518, '25031844238132', '腊味三拼', 68.00, '', 2, 226334, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315519, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226334, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315520, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226334, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315521, '25031858584114', '爽口螺片', 15.00, '', 3, 226334, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315522, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226334, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315523, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226335, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315524, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226335, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315525, '25031844238132', '腊味三拼', 68.00, '', 2, 226335, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315526, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226335, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315527, '25031858584114', '爽口螺片', 15.00, '', 5, 226335, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315528, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226335, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315529, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226335, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315530, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226335, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315531, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226335, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315532, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226336, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315533, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226336, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315534, '25031844238132', '腊味三拼', 68.00, '', 2, 226336, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315535, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226336, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315536, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226336, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315537, '25031858584114', '爽口螺片', 15.00, '', 4, 226336, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315538, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226336, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315539, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226336, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315540, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226336, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315541, '25031844238132', '腊味三拼', 68.00, '', 1, 226337, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315542, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226337, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315543, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226337, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315544, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226337, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315545, '25031858584114', '爽口螺片', 15.00, '', 6, 226337, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315546, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226337, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315547, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226337, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315548, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226337, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315549, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226337, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315550, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226338, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315551, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226338, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315552, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226338, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315553, '25031844238132', '腊味三拼', 68.00, '', 3, 226338, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315554, '25031858584114', '爽口螺片', 15.00, '', 7, 226338, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315555, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226338, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315556, '25031812369149', '九转盘龙鳝', 128.00, '', 7, 226338, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315557, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226338, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315558, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226338, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315559, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226339, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315560, '25031844238132', '腊味三拼', 68.00, '', 1, 226339, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315561, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226339, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315562, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226339, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315563, '25031858584114', '爽口螺片', 15.00, '', 7, 226339, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315564, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226339, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315565, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226339, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315566, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226339, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315567, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226339, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315568, '25031844238132', '腊味三拼', 68.00, '', 2, 226340, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315569, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226340, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315570, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226340, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315571, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226340, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315572, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226340, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315573, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226340, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315574, '25031858584114', '爽口螺片', 15.00, '', 3, 226340, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315575, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226340, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315576, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226340, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315577, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226341, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315578, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226341, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315579, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226341, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315580, '25031844238132', '腊味三拼', 68.00, '', 3, 226341, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315581, '25031858584114', '爽口螺片', 15.00, '', 7, 226341, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315582, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226341, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315583, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226341, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315584, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226341, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315585, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226341, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315586, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226342, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315587, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226342, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315588, '25031844238132', '腊味三拼', 68.00, '', 3, 226342, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315589, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226342, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315590, '25031812369149', '九转盘龙鳝', 128.00, '', 10, 226342, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315591, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 10, 226342, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315592, '25031858584114', '爽口螺片', 15.00, '', 10, 226342, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315593, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226342, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315594, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226342, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315595, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226343, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315596, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226343, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315597, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226343, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315598, '25031844238132', '腊味三拼', 68.00, '', 3, 226343, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315599, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226343, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315600, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226343, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315601, '25031858584114', '爽口螺片', 15.00, '', 7, 226343, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315602, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 7, 226343, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315603, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 8, 226343, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315604, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226344, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315605, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226344, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315606, '25031844238132', '腊味三拼', 68.00, '', 2, 226344, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315607, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226344, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315608, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226344, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315609, '25031858584114', '爽口螺片', 15.00, '', 4, 226344, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315610, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226344, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315611, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 226344, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315612, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226344, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315613, '25031844238132', '腊味三拼', 68.00, '', 3, 226345, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315614, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226345, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315615, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226345, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315616, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226345, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315617, '25031858584114', '爽口螺片', 15.00, '', 7, 226345, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315618, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226345, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315619, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226345, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315620, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226345, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315621, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226345, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315622, '25031844238132', '腊味三拼', 68.00, '', 2, 226346, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315623, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226346, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315624, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226346, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315625, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226346, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315626, '25031858584114', '爽口螺片', 15.00, '', 3, 226346, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315627, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226346, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315628, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226346, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315629, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226346, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315630, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226347, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315631, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226347, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315632, '25031844238132', '腊味三拼', 68.00, '', 3, 226347, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315633, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226347, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315634, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226347, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315635, '25031858584114', '爽口螺片', 15.00, '', 7, 226347, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315636, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226347, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315637, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226347, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315638, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226347, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315639, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226348, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315640, '25031844238132', '腊味三拼', 68.00, '', 2, 226348, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315641, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226348, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315642, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226348, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315643, '25031812369149', '九转盘龙鳝', 128.00, '', 8, 226348, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315644, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 7, 226348, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315645, '25031858584114', '爽口螺片', 15.00, '', 8, 226348, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315646, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226348, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315647, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226348, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315648, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226349, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315649, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226349, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315650, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226349, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315651, '25031844238132', '腊味三拼', 68.00, '', 1, 226349, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315652, '25031858584114', '爽口螺片', 15.00, '', 5, 226349, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315653, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226349, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315654, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226349, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315655, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226349, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315656, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 226349, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315657, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226350, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315658, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226350, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315659, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226350, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315660, '25031844238132', '腊味三拼', 68.00, '', 3, 226350, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315661, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226350, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315662, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226350, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315663, '25031858584114', '爽口螺片', 15.00, '', 4, 226350, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315664, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226350, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315665, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226350, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315666, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226351, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315667, '25031844238132', '腊味三拼', 68.00, '', 4, 226351, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315668, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226351, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315669, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226351, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315670, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226351, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315671, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226351, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315672, '25031858584114', '爽口螺片', 15.00, '', 5, 226351, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315673, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226351, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315674, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 3, 226351, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315675, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226352, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315676, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226352, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315677, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226352, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315678, '25031844238132', '腊味三拼', 68.00, '', 2, 226352, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315679, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 6, 226352, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315680, '25031812369149', '九转盘龙鳝', 128.00, '', 6, 226352, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315681, '25031858584114', '爽口螺片', 15.00, '', 6, 226352, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315682, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226352, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315683, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226352, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315684, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226353, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315685, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226353, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315686, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 226353, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315687, '25031844238132', '腊味三拼', 68.00, '', 2, 226353, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315688, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226353, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315689, '25031858584114', '爽口螺片', 15.00, '', 6, 226353, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315690, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226353, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315691, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226353, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315692, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226353, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315693, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226354, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315694, '25031844238132', '腊味三拼', 68.00, '', 3, 226354, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315695, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226354, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315696, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226354, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315697, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226354, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315698, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 4, 226354, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315699, '25031858584114', '爽口螺片', 15.00, '', 4, 226354, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315700, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 4, 226354, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315701, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226354, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315702, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226355, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315703, '25031844238132', '腊味三拼', 68.00, '', 3, 226355, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315704, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226355, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315705, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226355, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315706, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226355, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315707, '25031858584114', '爽口螺片', 15.00, '', 9, 226355, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315708, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226355, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315709, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226355, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315710, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226355, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315711, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226356, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315712, '25031811727125', '冷吃鳝丝', 88.00, '', 2, 226356, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315713, '25031844238132', '腊味三拼', 68.00, '', 1, 226356, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315714, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226356, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315715, '25031858584114', '爽口螺片', 15.00, '', 4, 226356, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315716, '25031812369149', '九转盘龙鳝', 128.00, '', 3, 226356, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315717, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226356, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315718, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 4, 226356, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315719, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 3, 226356, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315720, '25031844238132', '腊味三拼', 68.00, '', 3, 226357, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315721, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226357, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315722, '25031817164014', '麻辣生态土鸡', 78.00, '', 4, 226357, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315723, '25031811727125', '冷吃鳝丝', 88.00, '', 3, 226357, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315724, '25031858584114', '爽口螺片', 15.00, '', 5, 226357, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315725, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 5, 226357, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315726, '25031812369149', '九转盘龙鳝', 128.00, '', 5, 226357, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315727, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 5, 226357, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315728, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 5, 226357, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315729, '25031844238132', '腊味三拼', 68.00, '', 3, 226358, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315730, '25031811727125', '冷吃鳝丝', 88.00, '', 4, 226358, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315731, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 3, 226358, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315732, '25031817164014', '麻辣生态土鸡', 78.00, '', 3, 226358, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315733, '25031858584114', '爽口螺片', 15.00, '', 9, 226358, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315734, '25031812369149', '九转盘龙鳝', 128.00, '', 9, 226358, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315735, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 9, 226358, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315736, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226358, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315737, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 7, 226358, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315738, '25031817164014', '麻辣生态土鸡', 78.00, '', 2, 226359, '凉菜', 0.00, 98, 192, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315739, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226359, '凉菜', 0.00, 98, 189, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315740, '25031844238132', '腊味三拼', 68.00, '', 2, 226359, '凉菜', 0.00, 98, 191, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315741, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226359, '凉菜', 0.00, 98, 190, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315742, '25031812369149', '九转盘龙鳝', 128.00, '', 4, 226359, '热菜', 0.00, 99, 193, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315743, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 3, 226359, '热菜', 0.00, 99, 194, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315744, '25031858584114', '爽口螺片', 15.00, '', 4, 226359, '热菜', 0.00, 99, 195, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315745, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 6, 226359, '小吃', 0.00, 100, 197, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315746, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 6, 226359, '小吃', 0.00, 100, 196, '2025-04-08 09:41:31', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315747, '25031844238132', '腊味三拼', 68.00, '', 2, 225816, '凉菜', 0.00, 98, 191, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315748, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225816, '凉菜', 0.00, 98, 190, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315749, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225816, '凉菜', 0.00, 98, 192, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315750, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225816, '凉菜', 0.00, 98, 189, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315751, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225816, '热菜', 0.00, 99, 193, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315752, '25031816578122', '窝窝头爆鳝粒', 128.00, '', 2, 225816, '热菜', 0.00, 99, 194, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315753, '25031858584114', '鳝鱼伴侣手擀面', 15.00, '', 2, 225816, '热菜', 0.00, 99, 195, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315754, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225816, '小吃', 0.00, 100, 196, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315755, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225816, '小吃', 0.00, 100, 197, '2025-04-08 09:45:41', NULL, 1, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315756, '25031844238132', '腊味三拼', 68.00, '', 2, 225816, '凉菜', 0.00, 98, 191, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315757, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 225816, '凉菜', 0.00, 98, 190, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315758, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225816, '凉菜', 0.00, 98, 192, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315759, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 225816, '凉菜', 0.00, 98, 189, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315760, '25031812369149', '九转盘龙鳝', 128.00, '', 2, 225816, '热菜', 0.00, 99, 193, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315761, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 2, 225816, '热菜', 0.00, 99, 194, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315762, '25031858584114', '爽口螺片', 15.00, '', 2, 225816, '热菜', 0.00, 99, 195, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315763, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225816, '小吃', 0.00, 100, 196, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315764, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225816, '小吃', 0.00, 100, 197, '2025-04-08 09:46:11', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315765, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 2, 225817, '小吃', 0.00, 100, 196, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315766, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 2, 225817, '小吃', 0.00, 100, 197, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315767, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 225817, '热菜', 0.00, 99, 193, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315768, '25031816578122', '外婆脆爽牛肉粒', 128.00, '', 1, 225817, '热菜', 0.00, 99, 194, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315769, '25031858584114', '爽口螺片', 15.00, '', 1, 225817, '热菜', 0.00, 99, 195, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315770, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 225817, '凉菜', 0.00, 98, 192, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315771, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 2, 225817, '凉菜', 0.00, 98, 190, '2025-04-08 09:47:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315772, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226360, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315773, '25040847541120', '生态回锅肉', 39.00, '', 1, 226360, '热菜', 0.00, 99, 256, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315774, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226360, '汤', 0.00, 106, 287, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315775, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226360, '饮品', 0.00, 101, 301, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315776, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226361, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315777, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226361, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:16', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315778, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226361, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315779, '25040859990110', '油炸花生米', 12.00, '', 1, 226361, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315780, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226361, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315781, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226361, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315782, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226361, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315783, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226361, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315784, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226361, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315785, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226361, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315786, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226362, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315787, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226362, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315788, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226362, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315789, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226363, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315790, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226363, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315791, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226363, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315792, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226363, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315793, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226363, '热菜', 0.00, 99, 234, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315794, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226363, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315795, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226363, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315796, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226363, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315797, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226364, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315798, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226364, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315799, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226364, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315800, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226364, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315801, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226364, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315802, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226364, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315803, '25040827706111', '蛋炒饭', 12.00, '', 1, 226364, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315804, '25040849133117', '唯怡', 18.00, '', 1, 226364, '饮品', 0.00, 101, 293, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315805, '25031844238132', '腊味三拼', 68.00, '', 1, 226365, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315806, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226365, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315807, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226365, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315808, '25040813764123', '大窑冰冰', 10.00, '', 1, 226365, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315809, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226366, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315810, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226366, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315811, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226366, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315812, '25040813146110', '矿泉水', 3.00, '', 1, 226366, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315813, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226367, '热菜', 0.00, 99, 241, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315814, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226367, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315815, '25031858584114', '爽口螺片', 48.00, '', 1, 226367, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315816, '25040895096119', '煎蛋汤', 16.00, '', 1, 226367, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315817, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226367, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315818, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226367, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315819, '25040810319118', '热卤三拼', 68.00, '', 1, 226368, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315820, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226368, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315821, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226368, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315822, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226368, '热菜', 0.00, 99, 265, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315823, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226368, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315824, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226368, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315825, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226368, '热菜', 0.00, 99, 253, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315826, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226368, '热菜', 0.00, 99, 284, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315827, '25040853250125', '酱香黑包', 28.00, '', 1, 226368, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315828, '25040813764123', '大窑冰冰', 10.00, '', 1, 226368, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315829, '25040837255116', '三鲜汤', 12.00, '', 1, 226368, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315830, '25040859990110', '油炸花生米', 12.00, '', 1, 226369, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315831, '25040810319118', '热卤三拼', 68.00, '', 1, 226369, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315832, '25040847541120', '生态回锅肉', 39.00, '', 1, 226369, '热菜', 0.00, 99, 256, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315833, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226369, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315834, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226369, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315835, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226369, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315836, '25040895096119', '煎蛋汤', 16.00, '', 1, 226369, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315837, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226369, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315838, '25040827706111', '蛋炒饭', 12.00, '', 1, 226369, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315839, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226369, '饮品', 0.00, 101, 297, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315840, '25040810319118', '热卤三拼', 68.00, '', 1, 226370, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315841, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226370, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315842, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226370, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315843, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226370, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315844, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226371, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315845, '25040810724119', '烧椒腰片', 38.00, '', 1, 226371, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315846, '25040810319118', '热卤三拼', 68.00, '', 1, 226371, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315847, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226371, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315848, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226371, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315849, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226371, '热菜', 0.00, 99, 254, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315850, '25040837255116', '三鲜汤', 12.00, '', 1, 226371, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315851, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226371, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315852, '25040813146110', '矿泉水', 3.00, '', 1, 226371, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315853, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226372, '热菜', 0.00, 99, 284, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315854, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226372, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315855, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226372, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315856, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226372, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315857, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226372, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315858, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226372, '小吃', 0.00, 100, 206, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315859, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226372, '饮品', 0.00, 101, 297, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315860, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226373, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315861, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226373, '热菜', 0.00, 99, 274, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315862, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226373, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315863, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226374, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315864, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226374, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315865, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226374, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315866, '25040814054110', '小煎五花肉', 48.00, '', 1, 226374, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315867, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226374, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315868, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226374, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315869, '25040853250125', '酱香黑包', 28.00, '', 1, 226374, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315870, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226374, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315871, '25040810319118', '热卤三拼', 68.00, '', 1, 226375, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315872, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226375, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315873, '25040834590121', '尖椒玉米饼', 18.00, '', 1, 226375, '热菜', 0.00, 99, 267, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315874, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226375, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315875, '25040813063011', '酱香山药片', 26.00, '', 1, 226375, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315876, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226375, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315877, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226375, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315878, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226376, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315879, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226376, '热菜', 0.00, 99, 241, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315880, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226376, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315881, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226376, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315882, '25040849080014', '窝窝头爆鳝粒', 128.00, '', 1, 226376, '热菜', 0.00, 99, 285, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315883, '25040853250125', '酱香黑包', 28.00, '', 1, 226376, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315884, '25040849133117', '唯怡', 18.00, '', 1, 226376, '饮品', 0.00, 101, 293, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315885, '25040882688118', '白灼时蔬', 18.00, '', 1, 226377, '热菜', 0.00, 99, 268, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315886, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226377, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315887, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226377, '热菜', 0.00, 99, 244, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315888, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226377, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315889, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226377, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315890, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226377, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315891, '25040813032017', '油醋面', 18.00, '', 1, 226377, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315892, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226377, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315893, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226378, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315894, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226378, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315895, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226378, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315896, '25031858584114', '爽口螺片', 48.00, '', 1, 226378, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315897, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226378, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315898, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226378, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315899, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226378, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315900, '25040847541120', '生态回锅肉', 39.00, '', 1, 226378, '热菜', 0.00, 99, 256, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315901, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226378, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315902, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226378, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315903, '25040882688118', '白灼时蔬', 18.00, '', 1, 226378, '热菜', 0.00, 99, 268, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315904, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226378, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315905, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226378, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315906, '25040812350122', '王老吉', 2.50, '', 1, 226378, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315907, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226378, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315908, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226378, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315909, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226378, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315910, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226378, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315911, '25040810724119', '烧椒腰片', 38.00, '', 1, 226379, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315912, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226379, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315913, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226379, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315914, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226379, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315915, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226379, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315916, '25031844238132', '腊味三拼', 68.00, '', 1, 226379, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315917, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226379, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315918, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226379, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315919, '25040815732111', '土鸡蛋炒二荆条', 22.00, '', 1, 226379, '热菜', 0.00, 99, 263, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315920, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226379, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315921, '25040814275017', '藿香鳝段', 128.00, '', 1, 226379, '热菜', 0.00, 99, 277, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315922, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226379, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315923, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226379, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315924, '25040833886114', '藿香仔茄', 26.00, '', 1, 226379, '热菜', 0.00, 99, 266, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315925, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226379, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315926, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226379, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315927, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226379, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315928, '25040813146110', '矿泉水', 3.00, '', 1, 226379, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315929, '25040895096119', '煎蛋汤', 16.00, '', 1, 226379, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315930, '25040810916114', '口水毛肚', 45.00, '', 1, 226380, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315931, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226380, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315932, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226380, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315933, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226380, '凉菜', 0.00, 98, 210, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315934, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226380, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315935, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226380, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315936, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226380, '热菜', 0.00, 99, 252, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315937, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226380, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315938, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226380, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315939, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226380, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315940, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226380, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315941, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226380, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315942, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226380, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315943, '25040827706111', '蛋炒饭', 12.00, '', 1, 226380, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315944, '25040895096119', '煎蛋汤', 16.00, '', 1, 226380, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315945, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226380, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315946, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226381, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315947, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226381, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315948, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226381, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315949, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226381, '凉菜', 0.00, 98, 224, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315950, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226381, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315951, '25040862105012', '藿香鳝段', 89.00, '', 1, 226381, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315952, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226381, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315953, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226381, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315954, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226381, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315955, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226381, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315956, '25040855308019', '红油耳叶', 48.00, '', 1, 226382, '凉菜', 0.00, 98, 213, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315957, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226382, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315958, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226382, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315959, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226382, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315960, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226382, '热菜', 0.00, 99, 244, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315961, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226382, '热菜', 0.00, 99, 284, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315962, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226382, '热菜', 0.00, 99, 254, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315963, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226382, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315964, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226382, '热菜', 0.00, 99, 234, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315965, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226382, '热菜', 0.00, 99, 259, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315966, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226382, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315967, '25040813032017', '油醋面', 18.00, '', 1, 226382, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315968, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226382, '饮品', 0.00, 101, 301, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315969, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226382, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315970, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226383, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315971, '25040855308019', '红油耳叶', 48.00, '', 1, 226383, '凉菜', 0.00, 98, 213, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315972, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226383, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315973, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226383, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315974, '25040859990110', '油炸花生米', 12.00, '', 1, 226383, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315975, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226383, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315976, '25031844238132', '腊味三拼', 68.00, '', 1, 226383, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315977, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226383, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315978, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226383, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315979, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226383, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315980, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226383, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315981, '25040847541120', '生态回锅肉', 39.00, '', 1, 226383, '热菜', 0.00, 99, 256, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315982, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226383, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315983, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226383, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315984, '25040814275017', '藿香鳝段', 128.00, '', 1, 226383, '热菜', 0.00, 99, 277, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315985, '25040821452122', '水煮黄牛柳', 49.00, '', 1, 226383, '热菜', 0.00, 99, 251, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315986, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226383, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315987, '25040840278124', '光明酸奶', 22.00, '', 1, 226383, '饮品', 0.00, 101, 292, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315988, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226383, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315989, '25040895096119', '煎蛋汤', 16.00, '', 1, 226383, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315990, '25040837255116', '三鲜汤', 12.00, '', 1, 226383, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315991, '25031858584114', '爽口螺片', 48.00, '', 1, 226384, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315992, '25040810724119', '烧椒腰片', 38.00, '', 1, 226384, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315993, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226384, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315994, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226384, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315995, '25040833886114', '藿香仔茄', 26.00, '', 1, 226384, '热菜', 0.00, 99, 266, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315996, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226384, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315997, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226384, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315998, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226384, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2315999, '25040813764123', '大窑冰冰', 10.00, '', 1, 226384, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316000, '25040895096119', '煎蛋汤', 16.00, '', 1, 226384, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316001, '25040810724119', '烧椒腰片', 38.00, '', 1, 226385, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316002, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226385, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316003, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226385, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316004, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226385, '凉菜', 0.00, 98, 210, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316005, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226385, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316006, '25040855308019', '红油耳叶', 48.00, '', 1, 226385, '凉菜', 0.00, 98, 213, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316007, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226385, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316008, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226385, '热菜', 0.00, 99, 258, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316009, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226385, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316010, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226385, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316011, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226385, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316012, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226385, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316013, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226385, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316014, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226385, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316015, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226385, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316016, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226385, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316017, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226385, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316018, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226386, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316019, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226386, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316020, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226386, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316021, '25040810319118', '热卤三拼', 68.00, '', 1, 226386, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316022, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226386, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316023, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226386, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316024, '25040833886114', '藿香仔茄', 26.00, '', 1, 226386, '热菜', 0.00, 99, 266, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316025, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226386, '热菜', 0.00, 99, 244, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316026, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226386, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316027, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226386, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316028, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226386, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316029, '25040827706111', '蛋炒饭', 12.00, '', 1, 226386, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316030, '25040849133117', '唯怡', 18.00, '', 1, 226386, '饮品', 0.00, 101, 293, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316031, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226386, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316032, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226387, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316033, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226387, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316034, '25031844238132', '腊味三拼', 68.00, '', 1, 226387, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316035, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226387, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316036, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226387, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316037, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226387, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316038, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226387, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316039, '25040862105012', '藿香鳝段', 89.00, '', 1, 226387, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316040, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226387, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316041, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226387, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316042, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226387, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316043, '25040827706111', '蛋炒饭', 12.00, '', 1, 226387, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316044, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226387, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316045, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226387, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316046, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226387, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316047, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226387, '饮品', 0.00, 101, 297, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316048, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226387, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316049, '25040837255116', '三鲜汤', 12.00, '', 1, 226387, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316050, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226387, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316051, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226388, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316052, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226388, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316053, '25031844238132', '腊味三拼', 68.00, '', 1, 226388, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316054, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226388, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316055, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226388, '凉菜', 0.00, 98, 224, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316056, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226388, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316057, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226388, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316058, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226388, '热菜', 0.00, 99, 252, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316059, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226388, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316060, '25040862105012', '藿香鳝段', 89.00, '', 1, 226388, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316061, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226388, '热菜', 0.00, 99, 241, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316062, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226388, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316063, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226388, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316064, '25040895096119', '煎蛋汤', 16.00, '', 1, 226388, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316065, '25040810916114', '口水毛肚', 45.00, '', 1, 226389, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316066, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226389, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316067, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226389, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316068, '25040810724119', '烧椒腰片', 38.00, '', 1, 226389, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316069, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226389, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316070, '25031858584114', '爽口螺片', 48.00, '', 1, 226389, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316071, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226389, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316072, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226389, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316073, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226389, '热菜', 0.00, 99, 274, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316074, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226389, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316075, '25040821452122', '水煮黄牛柳', 49.00, '', 1, 226389, '热菜', 0.00, 99, 251, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316076, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226389, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316077, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226389, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316078, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226389, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316079, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226389, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316080, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226389, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316081, '25040837255116', '三鲜汤', 12.00, '', 1, 226389, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316082, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226390, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316083, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226390, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316084, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226390, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316085, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226390, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316086, '25031858584114', '爽口螺片', 48.00, '', 1, 226390, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316087, '25031844238132', '腊味三拼', 68.00, '', 1, 226390, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316088, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226390, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316089, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226390, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316090, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226390, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316091, '25040814275017', '藿香鳝段', 128.00, '', 1, 226390, '热菜', 0.00, 99, 277, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316092, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226390, '热菜', 0.00, 99, 259, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316093, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226390, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316094, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226390, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316095, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226390, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316096, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226390, '饮品', 0.00, 101, 301, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316097, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226390, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316098, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226390, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316099, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226390, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316100, '25040837255116', '三鲜汤', 12.00, '', 1, 226390, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316101, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226391, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316102, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226391, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316103, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226391, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316104, '25040810916114', '口水毛肚', 45.00, '', 1, 226391, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316105, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226391, '热菜', 0.00, 99, 248, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316106, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226391, '热菜', 0.00, 99, 240, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316107, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226391, '热菜', 0.00, 99, 244, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316108, '25040895096119', '煎蛋汤', 16.00, '', 1, 226391, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316109, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226391, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316110, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226391, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316111, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226391, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316112, '25040810319118', '热卤三拼', 68.00, '', 1, 226392, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316113, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226392, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316114, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226392, '凉菜', 0.00, 98, 210, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316115, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226392, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316116, '25040810724119', '烧椒腰片', 38.00, '', 1, 226392, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316117, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226392, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316118, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226392, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316119, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226392, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316120, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226392, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316121, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226392, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316122, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226392, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316123, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226392, '热菜', 0.00, 99, 278, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316124, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226392, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316125, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226392, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316126, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226392, '热菜', 0.00, 99, 265, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316127, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226392, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316128, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226392, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316129, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226392, '热菜', 0.00, 99, 274, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316130, '25040814054110', '小煎五花肉', 48.00, '', 1, 226392, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316131, '25040853250125', '酱香黑包', 28.00, '', 1, 226392, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316132, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226392, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316133, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226392, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316134, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226392, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316135, '25040895096119', '煎蛋汤', 16.00, '', 1, 226392, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316136, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226393, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316137, '25040859990110', '油炸花生米', 12.00, '', 1, 226393, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316138, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226393, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316139, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226393, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316140, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226393, '凉菜', 0.00, 98, 224, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316141, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226393, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316142, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226393, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316143, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226393, '热菜', 0.00, 99, 240, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316144, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226393, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316145, '25040834590121', '尖椒玉米饼', 18.00, '', 1, 226393, '热菜', 0.00, 99, 267, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316146, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226393, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316147, '25040862105012', '藿香鳝段', 89.00, '', 1, 226393, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316148, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226393, '热菜', 0.00, 99, 258, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316149, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226393, '热菜', 0.00, 99, 252, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316150, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226393, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316151, '25040813146110', '矿泉水', 3.00, '', 1, 226393, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316152, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226393, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316153, '25040853250125', '酱香黑包', 28.00, '', 1, 226393, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316154, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226393, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316155, '25040837255116', '三鲜汤', 12.00, '', 1, 226393, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316156, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226394, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316157, '25031844238132', '腊味三拼', 68.00, '', 1, 226394, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316158, '25040855308019', '红油耳叶', 48.00, '', 1, 226394, '凉菜', 0.00, 98, 213, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316159, '25040810724119', '烧椒腰片', 38.00, '', 1, 226394, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316160, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226394, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316161, '25031858584114', '爽口螺片', 48.00, '', 1, 226394, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316162, '25040814054110', '小煎五花肉', 48.00, '', 1, 226394, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316163, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226394, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316164, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226394, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316165, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226394, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316166, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226394, '热菜', 0.00, 99, 273, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316167, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226394, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316168, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226394, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316169, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226394, '热菜', 0.00, 99, 286, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316170, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226394, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316171, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226394, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316172, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226394, '热菜', 0.00, 99, 248, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316173, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226394, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316174, '25040813032017', '油醋面', 18.00, '', 1, 226394, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316175, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226394, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316176, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226394, '饮品', 0.00, 101, 298, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316177, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226394, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316178, '25040895096119', '煎蛋汤', 16.00, '', 1, 226394, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316179, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226395, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316180, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226395, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316181, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226395, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316182, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226395, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316183, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226395, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316184, '25040810724119', '烧椒腰片', 38.00, '', 1, 226395, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316185, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226395, '热菜', 0.00, 99, 236, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316186, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226395, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316187, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226395, '热菜', 0.00, 99, 273, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316188, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226395, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316189, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226395, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316190, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226395, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316191, '25040812350122', '王老吉', 2.50, '', 1, 226395, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316192, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226395, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316193, '25040813032017', '油醋面', 18.00, '', 1, 226395, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316194, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226395, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316195, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226396, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316196, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226396, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316197, '25040886537125', '拍黄瓜', 18.00, '', 1, 226396, '凉菜', 0.00, 98, 227, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316198, '25040810724119', '烧椒腰片', 38.00, '', 1, 226396, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316199, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226396, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316200, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226396, '凉菜', 0.00, 98, 224, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316201, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226396, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316202, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226396, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316203, '25040849080014', '窝窝头爆鳝粒', 128.00, '', 1, 226396, '热菜', 0.00, 99, 285, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316204, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226396, '热菜', 0.00, 99, 260, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316205, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226396, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316206, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226396, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316207, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226396, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316208, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226396, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316209, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226396, '热菜', 0.00, 99, 253, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316210, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226396, '热菜', 0.00, 99, 259, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316211, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226396, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316212, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226396, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316213, '25040813764123', '大窑冰冰', 10.00, '', 1, 226396, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316214, '25040837255116', '三鲜汤', 12.00, '', 1, 226396, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316215, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226397, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316216, '25040810724119', '烧椒腰片', 38.00, '', 1, 226397, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316217, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226397, '凉菜', 0.00, 98, 222, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316218, '25040810916114', '口水毛肚', 45.00, '', 1, 226397, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316219, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226397, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316220, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226397, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316221, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226397, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316222, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226397, '热菜', 0.00, 99, 258, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316223, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226397, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316224, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226397, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316225, '25040833886114', '藿香仔茄', 26.00, '', 1, 226397, '热菜', 0.00, 99, 266, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316226, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226397, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316227, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226397, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316228, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226397, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316229, '25040812350122', '王老吉', 2.50, '', 1, 226397, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316230, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226397, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316231, '25040886537125', '拍黄瓜', 18.00, '', 1, 226398, '凉菜', 0.00, 98, 227, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316232, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226398, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316233, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226398, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316234, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226398, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316235, '25040810319118', '热卤三拼', 68.00, '', 1, 226398, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316236, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226398, '热菜', 0.00, 99, 279, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316237, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226398, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316238, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226398, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316239, '25040849080014', '窝窝头爆鳝粒', 128.00, '', 1, 226398, '热菜', 0.00, 99, 285, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316240, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226398, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316241, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226398, '热菜', 0.00, 99, 253, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316242, '25040814054110', '小煎五花肉', 48.00, '', 1, 226398, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316243, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226398, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316244, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226398, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316245, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226398, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316246, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226398, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316247, '25040813764123', '大窑冰冰', 10.00, '', 1, 226398, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316248, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226398, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316249, '25040837255116', '三鲜汤', 12.00, '', 1, 226398, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316250, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226399, '凉菜', 0.00, 98, 224, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316251, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226399, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316252, '25040810319118', '热卤三拼', 68.00, '', 1, 226399, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316253, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226399, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316254, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226399, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316255, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226399, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316256, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226399, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316257, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226399, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316258, '25040882688118', '白灼时蔬', 18.00, '', 1, 226399, '热菜', 0.00, 99, 268, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316259, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226399, '热菜', 0.00, 99, 262, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316260, '25040813063011', '酱香山药片', 26.00, '', 1, 226399, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316261, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226399, '热菜', 0.00, 99, 240, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316262, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226399, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316263, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226399, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316264, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226399, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316265, '25040837255116', '三鲜汤', 12.00, '', 1, 226399, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316266, '25040810319118', '热卤三拼', 68.00, '', 1, 226400, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316267, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226400, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316268, '25040810916114', '口水毛肚', 45.00, '', 1, 226400, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316269, '25040862105012', '藿香鳝段', 89.00, '', 1, 226400, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316270, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226400, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316271, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226400, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316272, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226400, '热菜', 0.00, 99, 253, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316273, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226400, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316274, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226400, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316275, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226400, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316276, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226400, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316277, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226401, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316278, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226401, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316279, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226401, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316280, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226401, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316281, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226401, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316282, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226401, '热菜', 0.00, 99, 235, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316283, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226401, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316284, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226401, '热菜', 0.00, 99, 279, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316285, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226401, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316286, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226401, '热菜', 0.00, 99, 236, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316287, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226401, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316288, '25040847541120', '生态回锅肉', 39.00, '', 1, 226401, '热菜', 0.00, 99, 256, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316289, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226401, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316290, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226401, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316291, '25040849133117', '唯怡', 18.00, '', 1, 226401, '饮品', 0.00, 101, 293, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316292, '25040895096119', '煎蛋汤', 16.00, '', 1, 226401, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316293, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226401, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316294, '25040886537125', '拍黄瓜', 18.00, '', 1, 226402, '凉菜', 0.00, 98, 227, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316295, '25040859990110', '油炸花生米', 12.00, '', 1, 226402, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316296, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226402, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316297, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226402, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316298, '25040813063011', '酱香山药片', 26.00, '', 1, 226402, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316299, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226402, '热菜', 0.00, 99, 270, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316300, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226402, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316301, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226402, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316302, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226402, '热菜', 0.00, 99, 279, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316303, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226402, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316304, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226402, '热菜', 0.00, 99, 275, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316305, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226402, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316306, '25040827706111', '蛋炒饭', 12.00, '', 1, 226402, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316307, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226402, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316308, '25040813146110', '矿泉水', 3.00, '', 1, 226402, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316309, '25040813764123', '大窑冰冰', 10.00, '', 1, 226402, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316310, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226402, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316311, '25040855308019', '红油耳叶', 48.00, '', 1, 226403, '凉菜', 0.00, 98, 213, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316312, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226403, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316313, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226403, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316314, '25040810319118', '热卤三拼', 68.00, '', 1, 226403, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316315, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226403, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316316, '25031844238132', '腊味三拼', 68.00, '', 1, 226403, '凉菜', 0.00, 98, 191, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316317, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226403, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316318, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226403, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316319, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226403, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316320, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226403, '热菜', 0.00, 99, 286, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316321, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226403, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316322, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226403, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316323, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226403, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316324, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226403, '饮品', 0.00, 101, 301, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316325, '25040813032017', '油醋面', 18.00, '', 1, 226403, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316326, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226403, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316327, '25040895096119', '煎蛋汤', 16.00, '', 1, 226403, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316328, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226403, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316329, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226404, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316330, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226404, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316331, '25040859990110', '油炸花生米', 12.00, '', 1, 226404, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316332, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226404, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316333, '25040810916114', '口水毛肚', 45.00, '', 1, 226404, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316334, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226404, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316335, '25040834590121', '尖椒玉米饼', 18.00, '', 1, 226404, '热菜', 0.00, 99, 267, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316336, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226404, '热菜', 0.00, 99, 235, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316337, '25040813063011', '酱香山药片', 26.00, '', 1, 226404, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316338, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226404, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316339, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226404, '热菜', 0.00, 99, 259, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316340, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226404, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316341, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226404, '饮品', 0.00, 101, 297, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316342, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226404, '小吃', 0.00, 100, 197, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316343, '25040827706111', '蛋炒饭', 12.00, '', 1, 226404, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316344, '25040837255116', '三鲜汤', 12.00, '', 1, 226404, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316345, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226405, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316346, '25040810724119', '烧椒腰片', 38.00, '', 1, 226405, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316347, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226405, '凉菜', 0.00, 98, 190, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316348, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226405, '热菜', 0.00, 99, 258, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316349, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226405, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316350, '25040813063011', '酱香山药片', 26.00, '', 1, 226405, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316351, '25040814275017', '藿香鳝段', 128.00, '', 1, 226405, '热菜', 0.00, 99, 277, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316352, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226405, '热菜', 0.00, 99, 241, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316353, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226405, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316354, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226405, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316355, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226405, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316356, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226406, '凉菜', 0.00, 98, 216, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316357, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226406, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316358, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226406, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316359, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226406, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316360, '25040810319118', '热卤三拼', 68.00, '', 1, 226406, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316361, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226406, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316362, '25040810916114', '口水毛肚', 45.00, '', 1, 226406, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316363, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226406, '热菜', 0.00, 99, 259, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316364, '25040812000114', '清炒苦瓜', 16.00, '', 1, 226406, '热菜', 0.00, 99, 269, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316365, '25040862105012', '藿香鳝段', 89.00, '', 1, 226406, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316366, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226406, '热菜', 0.00, 99, 279, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316367, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226406, '热菜', 0.00, 99, 236, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316368, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226406, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316369, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226406, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316370, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226406, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316371, '25040853250125', '酱香黑包', 28.00, '', 1, 226406, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316372, '25040827706111', '蛋炒饭', 12.00, '', 1, 226406, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316373, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226406, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316374, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226406, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316375, '25040895096119', '煎蛋汤', 16.00, '', 1, 226406, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316376, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226406, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316377, '25040837255116', '三鲜汤', 12.00, '', 1, 226406, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316378, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226407, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316379, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226407, '凉菜', 0.00, 98, 223, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316380, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226407, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316381, '25040815732111', '土鸡蛋炒二荆条', 22.00, '', 1, 226407, '热菜', 0.00, 99, 263, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316382, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226407, '热菜', 0.00, 99, 286, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316383, '25040813063011', '酱香山药片', 26.00, '', 1, 226407, '热菜', 0.00, 99, 264, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316384, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226407, '热菜', 0.00, 99, 235, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316385, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226407, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316386, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226407, '热菜', 0.00, 99, 258, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316387, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226407, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316388, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226407, '热菜', 0.00, 99, 284, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316389, '25040812350122', '王老吉', 2.50, '', 1, 226407, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316390, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226407, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316391, '25040827706111', '蛋炒饭', 12.00, '', 1, 226407, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316392, '25040837255116', '三鲜汤', 12.00, '', 1, 226407, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316393, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226408, '凉菜', 0.00, 98, 217, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316394, '25040810319118', '热卤三拼', 68.00, '', 1, 226408, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316395, '25040810916114', '口水毛肚', 45.00, '', 1, 226408, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316396, '25040859990110', '油炸花生米', 12.00, '', 1, 226408, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316397, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226408, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316398, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226408, '热菜', 0.00, 99, 245, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316399, '25040862105012', '藿香鳝段', 89.00, '', 1, 226408, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316400, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226408, '热菜', 0.00, 99, 265, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316401, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226408, '热菜', 0.00, 99, 286, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316402, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226408, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316403, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226408, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316404, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226408, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316405, '25040827706111', '蛋炒饭', 12.00, '', 1, 226408, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316406, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226408, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316407, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226408, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316408, '25040810319118', '热卤三拼', 68.00, '', 1, 226409, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316409, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226409, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316410, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226409, '热菜', 0.00, 99, 278, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316411, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226409, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316412, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226409, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316413, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226409, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316414, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226409, '小吃', 0.00, 100, 196, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316415, '25040813032017', '油醋面', 18.00, '', 1, 226409, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316416, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226409, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316417, '25040895096119', '煎蛋汤', 16.00, '', 1, 226409, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316418, '25031858584114', '爽口螺片', 48.00, '', 1, 226410, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316419, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226410, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316420, '25040810916114', '口水毛肚', 45.00, '', 1, 226410, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316421, '25040886537125', '拍黄瓜', 18.00, '', 1, 226410, '凉菜', 0.00, 98, 227, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316422, '25040810724119', '烧椒腰片', 38.00, '', 1, 226410, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316423, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226410, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316424, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226410, '热菜', 0.00, 99, 244, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316425, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226410, '热菜', 0.00, 99, 283, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316426, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226410, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316427, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226410, '热菜', 0.00, 99, 249, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316428, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226410, '热菜', 0.00, 99, 243, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316429, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226410, '热菜', 0.00, 99, 286, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316430, '25040814054110', '小煎五花肉', 48.00, '', 1, 226410, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316431, '25040827706111', '蛋炒饭', 12.00, '', 1, 226410, '小吃', 0.00, 100, 207, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316432, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226410, '饮品', 0.00, 101, 296, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316433, '25040813764123', '大窑冰冰', 10.00, '', 1, 226410, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316434, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226410, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316435, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226410, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316436, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226411, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316437, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226411, '凉菜', 0.00, 98, 210, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316438, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226411, '凉菜', 0.00, 98, 225, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316439, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226411, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316440, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226411, '凉菜', 0.00, 98, 218, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316441, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226411, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316442, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226411, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316443, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226411, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316444, '25040821452122', '水煮黄牛柳', 49.00, '', 1, 226411, '热菜', 0.00, 99, 251, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316445, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226411, '热菜', 0.00, 99, 239, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316446, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226411, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316447, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226411, '小吃', 0.00, 100, 206, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316448, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226411, '小吃', 0.00, 100, 230, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316449, '25040813764123', '大窑冰冰', 10.00, '', 1, 226411, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316450, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226411, '饮品', 0.00, 101, 300, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316451, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226411, '饮品', 0.00, 101, 294, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316452, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226411, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316453, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226412, '凉菜', 0.00, 98, 211, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316454, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226412, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316455, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226412, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316456, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226412, '热菜', 0.00, 99, 284, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316457, '25040882688118', '白灼时蔬', 18.00, '', 1, 226412, '热菜', 0.00, 99, 268, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316458, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226412, '热菜', 0.00, 99, 233, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316459, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226412, '热菜', 0.00, 99, 261, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316460, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226412, '热菜', 0.00, 99, 255, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316461, '25040815732111', '土鸡蛋炒二荆条', 22.00, '', 1, 226412, '热菜', 0.00, 99, 263, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316462, '25040840278124', '光明酸奶', 22.00, '', 1, 226412, '饮品', 0.00, 101, 292, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316463, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226412, '饮品', 0.00, 101, 301, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316464, '25040813032017', '油醋面', 18.00, '', 1, 226412, '小吃', 0.00, 100, 209, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316465, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226412, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316466, '25040837255116', '三鲜汤', 12.00, '', 1, 226412, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316467, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226412, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316468, '25031858584114', '爽口螺片', 48.00, '', 1, 226413, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316469, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226413, '凉菜', 0.00, 98, 194, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316470, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226413, '凉菜', 0.00, 98, 210, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316471, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226413, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316472, '25040859990110', '油炸花生米', 12.00, '', 1, 226413, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316473, '25040810724119', '烧椒腰片', 38.00, '', 1, 226413, '凉菜', 0.00, 98, 220, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316474, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226413, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316475, '25040862105012', '藿香鳝段', 89.00, '', 1, 226413, '热菜', 0.00, 99, 272, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316476, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226413, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316477, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226413, '热菜', 0.00, 99, 252, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316478, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226413, '热菜', 0.00, 99, 241, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316479, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226413, '热菜', 0.00, 99, 280, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316480, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226413, '热菜', 0.00, 99, 236, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316481, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226413, '热菜', 0.00, 99, 248, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316482, '25040853250125', '酱香黑包', 28.00, '', 1, 226413, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316483, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226413, '饮品', 0.00, 101, 295, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316484, '25040813146110', '矿泉水', 3.00, '', 1, 226413, '饮品', 0.00, 101, 291, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316485, '25040813764123', '大窑冰冰', 10.00, '', 1, 226413, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316486, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226413, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316487, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226413, '汤', 0.00, 106, 287, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316488, '25040810916114', '口水毛肚', 45.00, '', 1, 226414, '凉菜', 0.00, 98, 212, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316489, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226414, '凉菜', 0.00, 98, 189, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316490, '25040810319118', '热卤三拼', 68.00, '', 1, 226414, '凉菜', 0.00, 98, 219, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316491, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226414, '凉菜', 0.00, 98, 192, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316492, '25031858584114', '爽口螺片', 48.00, '', 1, 226414, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316493, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226414, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316494, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226414, '热菜', 0.00, 99, 247, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316495, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226414, '热菜', 0.00, 99, 237, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316496, '25040814054110', '小煎五花肉', 48.00, '', 1, 226414, '热菜', 0.00, 99, 257, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316497, '25040882688118', '白灼时蔬', 18.00, '', 1, 226414, '热菜', 0.00, 99, 268, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316498, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226414, '热菜', 0.00, 99, 236, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316499, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226414, '热菜', 0.00, 99, 232, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316500, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226414, '热菜', 0.00, 99, 273, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316501, '25040833886114', '藿香仔茄', 26.00, '', 1, 226414, '热菜', 0.00, 99, 266, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316502, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226414, '热菜', 0.00, 99, 282, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316503, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226414, '热菜', 0.00, 99, 193, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316504, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226414, '小吃', 0.00, 100, 204, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316505, '25040853250125', '酱香黑包', 28.00, '', 1, 226414, '小吃', 0.00, 100, 205, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316506, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226414, '小吃', 0.00, 100, 206, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316507, '25040813764123', '大窑冰冰', 10.00, '', 1, 226414, '饮品', 0.00, 101, 302, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316508, '25040812350122', '王老吉', 2.50, '', 1, 226414, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316509, '25040837255116', '三鲜汤', 12.00, '', 1, 226414, '汤', 0.00, 106, 289, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316510, '25040895096119', '煎蛋汤', 16.00, '', 1, 226414, '汤', 0.00, 106, 288, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316511, '25040859990110', '油炸花生米', 12.00, '', 1, 226415, '凉菜', 0.00, 98, 226, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316512, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226415, '凉菜', 0.00, 98, 214, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316513, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226415, '凉菜', 0.00, 98, 228, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316514, '25040886537125', '拍黄瓜', 18.00, '', 1, 226415, '凉菜', 0.00, 98, 227, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316515, '25031858584114', '爽口螺片', 48.00, '', 1, 226415, '凉菜', 0.00, 98, 195, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316516, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226415, '凉菜', 0.00, 98, 221, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316517, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226415, '凉菜', 0.00, 98, 215, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316518, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226415, '凉菜', 0.00, 98, 229, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316519, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226415, '热菜', 0.00, 99, 281, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316520, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226415, '热菜', 0.00, 99, 234, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316521, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226415, '热菜', 0.00, 99, 231, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316522, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226415, '热菜', 0.00, 99, 276, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316523, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226415, '热菜', 0.00, 99, 248, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316524, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226415, '热菜', 0.00, 99, 271, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316525, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226415, '热菜', 0.00, 99, 254, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316526, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226415, '热菜', 0.00, 99, 238, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316527, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226415, '热菜', 0.00, 99, 250, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316528, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226415, '热菜', 0.00, 99, 246, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316529, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226415, '小吃', 0.00, 100, 208, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316530, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226415, '饮品', 0.00, 101, 299, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316531, '25040812350122', '王老吉', 2.50, '', 1, 226415, '饮品', 0.00, 101, 303, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316532, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226415, '汤', 0.00, 106, 290, '2025-05-09 15:14:17', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316533, '25040810724119', '烧椒腰片', 38.00, '', 1, 226416, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316534, '25031844238132', '腊味三拼', 68.00, '', 1, 226416, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316535, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226416, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316536, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226416, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316537, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226416, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316538, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226416, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316539, '25040813063011', '酱香山药片', 26.00, '', 1, 226416, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316540, '25040895096119', '煎蛋汤', 16.00, '', 1, 226416, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316541, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226416, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316542, '25040853250125', '酱香黑包', 28.00, '', 1, 226416, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316543, '25040813764123', '大窑冰冰', 10.00, '', 1, 226416, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316544, '25040814275017', '藿香鳝段', 128.00, '', 1, 226417, '热菜', 0.00, 99, 277, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316545, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226417, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316546, '25040837255116', '三鲜汤', 12.00, '', 1, 226417, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316547, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226417, '小吃', 0.00, 100, 206, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316548, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226417, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316549, '25031858584114', '爽口螺片', 48.00, '', 1, 226418, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316550, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226418, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316551, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226418, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316552, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226418, '饮品', 0.00, 101, 298, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316553, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226419, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316554, '25040812000114', '清炒苦瓜', 16.00, '', 1, 226419, '热菜', 0.00, 99, 269, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316555, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226419, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316556, '25040813146110', '矿泉水', 3.00, '', 1, 226419, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316557, '25040814275017', '藿香鳝段', 128.00, '', 1, 226420, '热菜', 0.00, 99, 277, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316558, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226420, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316559, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226420, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316560, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226420, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316561, '25040853250125', '酱香黑包', 28.00, '', 1, 226420, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316562, '25040849133117', '唯怡', 18.00, '', 1, 226420, '饮品', 0.00, 101, 293, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316563, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226421, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316564, '25040810724119', '烧椒腰片', 38.00, '', 1, 226421, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316565, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226421, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316566, '25031858584114', '爽口螺片', 48.00, '', 1, 226421, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316567, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226421, '热菜', 0.00, 99, 240, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316568, '25040849080014', '窝窝头爆鳝粒', 128.00, '', 1, 226421, '热菜', 0.00, 99, 285, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316569, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226421, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316570, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226421, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316571, '25040837255116', '三鲜汤', 12.00, '', 1, 226421, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316572, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226421, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316573, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226421, '小吃', 0.00, 100, 196, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316574, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226421, '饮品', 0.00, 101, 294, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316575, '25040810724119', '烧椒腰片', 38.00, '', 1, 226422, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316576, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226422, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316577, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226422, '热菜', 0.00, 99, 283, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316578, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226422, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316579, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226422, '饮品', 0.00, 101, 298, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316580, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226423, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316581, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226423, '凉菜', 0.00, 98, 214, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316582, '25031844238132', '腊味三拼', 68.00, '', 1, 226423, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316583, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226423, '热菜', 0.00, 99, 232, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316584, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226423, '热菜', 0.00, 99, 255, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316585, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226423, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316586, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226423, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316587, '25040813146110', '矿泉水', 3.00, '', 1, 226423, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316588, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226424, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316589, '25040882688118', '白灼时蔬', 18.00, '', 1, 226424, '热菜', 0.00, 99, 268, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316590, '25040895096119', '煎蛋汤', 16.00, '', 1, 226424, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316591, '25040849133117', '唯怡', 18.00, '', 1, 226424, '饮品', 0.00, 101, 293, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316592, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226425, '热菜', 0.00, 99, 240, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316593, '25040847541120', '生态回锅肉', 39.00, '', 1, 226425, '热菜', 0.00, 99, 256, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316594, '25040886537125', '拍黄瓜', 18.00, '', 1, 226425, '凉菜', 0.00, 98, 227, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316595, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226425, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316596, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226425, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316597, '25040813146110', '矿泉水', 3.00, '', 1, 226425, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316598, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226426, '热菜', 0.00, 99, 262, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316599, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226426, '热菜', 0.00, 99, 278, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316600, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226426, '热菜', 0.00, 99, 233, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316601, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226426, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316602, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226426, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316603, '25040855308019', '红油耳叶', 48.00, '', 1, 226426, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316604, '25040837255116', '三鲜汤', 12.00, '', 1, 226426, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316605, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226426, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316606, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226426, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316607, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226427, '热菜', 0.00, 99, 234, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316608, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226427, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316609, '25040833886114', '藿香仔茄', 26.00, '', 1, 226427, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316610, '25031844238132', '腊味三拼', 68.00, '', 1, 226427, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316611, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226427, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316612, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226427, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316613, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226427, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316614, '25040810916114', '口水毛肚', 45.00, '', 1, 226428, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316615, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226428, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316616, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226428, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316617, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226428, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316618, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226428, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316619, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226428, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316620, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226428, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316621, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226428, '热菜', 0.00, 99, 261, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316622, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226428, '热菜', 0.00, 99, 248, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316623, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226428, '热菜', 0.00, 99, 250, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316624, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226428, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316625, '25040882688118', '白灼时蔬', 18.00, '', 1, 226428, '热菜', 0.00, 99, 268, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316626, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226428, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316627, '25040813146110', '矿泉水', 3.00, '', 1, 226428, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316628, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226428, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316629, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226428, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316630, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226428, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316631, '25040837255116', '三鲜汤', 12.00, '', 1, 226428, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316632, '25040859990110', '油炸花生米', 12.00, '', 1, 226429, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316633, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226429, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316634, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226429, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316635, '25040855308019', '红油耳叶', 48.00, '', 1, 226429, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316636, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226429, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316637, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226429, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316638, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226429, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316639, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226429, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316640, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226429, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316641, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226429, '热菜', 0.00, 99, 244, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316642, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226429, '热菜', 0.00, 99, 261, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316643, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226429, '热菜', 0.00, 99, 249, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316644, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226429, '热菜', 0.00, 99, 284, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316645, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226429, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316646, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226429, '热菜', 0.00, 99, 240, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316647, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226429, '热菜', 0.00, 99, 278, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316648, '25040853250125', '酱香黑包', 28.00, '', 1, 226429, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316649, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226429, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316650, '25040813764123', '大窑冰冰', 10.00, '', 1, 226429, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316651, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226429, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316652, '25040840278124', '光明酸奶', 22.00, '', 1, 226429, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316653, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226429, '饮品', 0.00, 101, 299, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316654, '25040837255116', '三鲜汤', 12.00, '', 1, 226429, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316655, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226430, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316656, '25031844238132', '腊味三拼', 68.00, '', 1, 226430, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316657, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226430, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316658, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226430, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316659, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226430, '凉菜', 0.00, 98, 218, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316660, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226430, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316661, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226430, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316662, '25040810916114', '口水毛肚', 45.00, '', 1, 226430, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316663, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226430, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316664, '25040833886114', '藿香仔茄', 26.00, '', 1, 226430, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316665, '25040813063011', '酱香山药片', 26.00, '', 1, 226430, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316666, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226430, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316667, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226430, '热菜', 0.00, 99, 283, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316668, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226430, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316669, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226430, '热菜', 0.00, 99, 279, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316670, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226430, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316671, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226430, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316672, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226430, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316673, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226430, '饮品', 0.00, 101, 298, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316674, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226430, '饮品', 0.00, 101, 295, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316675, '25040895096119', '煎蛋汤', 16.00, '', 1, 226430, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316676, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226431, '凉菜', 0.00, 98, 218, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316677, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226431, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316678, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226431, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316679, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226431, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316680, '25040847541120', '生态回锅肉', 39.00, '', 1, 226431, '热菜', 0.00, 99, 256, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316681, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226431, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316682, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226431, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316683, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226431, '热菜', 0.00, 99, 232, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316684, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226431, '热菜', 0.00, 99, 278, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316685, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226431, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316686, '25040827706111', '蛋炒饭', 12.00, '', 1, 226431, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316687, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226431, '饮品', 0.00, 101, 296, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316688, '25040837255116', '三鲜汤', 12.00, '', 1, 226431, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316689, '25040810724119', '烧椒腰片', 38.00, '', 1, 226432, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316690, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226432, '凉菜', 0.00, 98, 211, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316691, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226432, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316692, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226432, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316693, '25031858584114', '爽口螺片', 48.00, '', 1, 226432, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316694, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226432, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316695, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226432, '热菜', 0.00, 99, 248, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316696, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226432, '热菜', 0.00, 99, 258, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316697, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226432, '热菜', 0.00, 99, 280, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316698, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226432, '热菜', 0.00, 99, 271, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316699, '25040833886114', '藿香仔茄', 26.00, '', 1, 226432, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316700, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226432, '热菜', 0.00, 99, 247, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316701, '25040840278124', '光明酸奶', 22.00, '', 1, 226432, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316702, '25040827706111', '蛋炒饭', 12.00, '', 1, 226432, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316703, '25040895096119', '煎蛋汤', 16.00, '', 1, 226432, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316704, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226432, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316705, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226433, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316706, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226433, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316707, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226433, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316708, '25040855308019', '红油耳叶', 48.00, '', 1, 226433, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316709, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226433, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316710, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226433, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316711, '25040888832123', '鸡枞菌尖椒肥肠鸡', 78.00, '', 1, 226433, '热菜', 0.00, 99, 232, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316712, '25040834590121', '尖椒玉米饼', 18.00, '', 1, 226433, '热菜', 0.00, 99, 267, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316713, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226433, '热菜', 0.00, 99, 245, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316714, '25040814054110', '小煎五花肉', 48.00, '', 1, 226433, '热菜', 0.00, 99, 257, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316715, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226433, '热菜', 0.00, 99, 255, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316716, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226433, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316717, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226433, '热菜', 0.00, 99, 241, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316718, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226433, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316719, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226433, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316720, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226433, '饮品', 0.00, 101, 294, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316721, '25040812350122', '王老吉', 2.50, '', 1, 226433, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316722, '25040813146110', '矿泉水', 3.00, '', 1, 226433, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316723, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226433, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316724, '25040810724119', '烧椒腰片', 38.00, '', 1, 226434, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316725, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226434, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316726, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226434, '热菜', 0.00, 99, 261, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316727, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226434, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316728, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226434, '热菜', 0.00, 99, 278, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316729, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226434, '热菜', 0.00, 99, 258, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316730, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226434, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316731, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226434, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316732, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226434, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316733, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226434, '饮品', 0.00, 101, 295, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316734, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226434, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316735, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226435, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316736, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226435, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316737, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226435, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316738, '25040859990110', '油炸花生米', 12.00, '', 1, 226435, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316739, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226435, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316740, '25040886537125', '拍黄瓜', 18.00, '', 1, 226435, '凉菜', 0.00, 98, 227, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316741, '25040855308019', '红油耳叶', 48.00, '', 1, 226435, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316742, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226435, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316743, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226435, '热菜', 0.00, 99, 284, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316744, '25040814275017', '藿香鳝段', 128.00, '', 1, 226435, '热菜', 0.00, 99, 277, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316745, '25040862105012', '藿香鳝段', 89.00, '', 1, 226435, '热菜', 0.00, 99, 272, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316746, '25040812000114', '清炒苦瓜', 16.00, '', 1, 226435, '热菜', 0.00, 99, 269, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316747, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226435, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316748, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226435, '热菜', 0.00, 99, 234, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316749, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226435, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316750, '25040833886114', '藿香仔茄', 26.00, '', 1, 226435, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316751, '25040865723017', '瓦罐红烧肉', 48.00, '', 1, 226435, '热菜', 0.00, 99, 240, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316752, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226435, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316753, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226435, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316754, '25040853250125', '酱香黑包', 28.00, '', 1, 226435, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316755, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226435, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316756, '25040840278124', '光明酸奶', 22.00, '', 1, 226435, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316757, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226435, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316758, '25040895096119', '煎蛋汤', 16.00, '', 1, 226435, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316759, '25040837255116', '三鲜汤', 12.00, '', 1, 226435, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316760, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226436, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316761, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226436, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316762, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226436, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316763, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226436, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316764, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226436, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316765, '25040810916114', '口水毛肚', 45.00, '', 1, 226436, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316766, '25031858584114', '爽口螺片', 48.00, '', 1, 226436, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316767, '25031844238132', '腊味三拼', 68.00, '', 1, 226436, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316768, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226436, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316769, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226436, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316770, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226436, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316771, '25040862105012', '藿香鳝段', 89.00, '', 1, 226436, '热菜', 0.00, 99, 272, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316772, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226436, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316773, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226436, '热菜', 0.00, 99, 244, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316774, '25040813063011', '酱香山药片', 26.00, '', 1, 226436, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316775, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226436, '热菜', 0.00, 99, 250, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316776, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226436, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316777, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226436, '热菜', 0.00, 99, 249, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316778, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226436, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316779, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226436, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316780, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226436, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316781, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226436, '饮品', 0.00, 101, 296, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316782, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226436, '饮品', 0.00, 101, 301, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316783, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226436, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316784, '25040895096119', '煎蛋汤', 16.00, '', 1, 226436, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316785, '25031844238132', '腊味三拼', 68.00, '', 1, 226437, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316786, '25040810724119', '烧椒腰片', 38.00, '', 1, 226437, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316787, '25040814275017', '藿香鳝段', 128.00, '', 1, 226437, '热菜', 0.00, 99, 277, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316788, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226437, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316789, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226437, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316790, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226437, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316791, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226437, '热菜', 0.00, 99, 255, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316792, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226437, '热菜', 0.00, 99, 245, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316793, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226437, '小吃', 0.00, 100, 206, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316794, '25040812350122', '王老吉', 2.50, '', 1, 226437, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316795, '25040895096119', '煎蛋汤', 16.00, '', 1, 226437, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316796, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226438, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316797, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226438, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316798, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226438, '热菜', 0.00, 99, 284, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316799, '25040821452122', '水煮黄牛柳', 49.00, '', 1, 226438, '热菜', 0.00, 99, 251, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316800, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226438, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316801, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226438, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316802, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226438, '热菜', 0.00, 99, 247, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316803, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226438, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316804, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226438, '小吃', 0.00, 100, 206, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316805, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226438, '饮品', 0.00, 101, 301, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316806, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226438, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316807, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226439, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316808, '25040810916114', '口水毛肚', 45.00, '', 1, 226439, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316809, '25031844238132', '腊味三拼', 68.00, '', 1, 226439, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316810, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226439, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316811, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226439, '凉菜', 0.00, 98, 211, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316812, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226439, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316813, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226439, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316814, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226439, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316815, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226439, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316816, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226439, '热菜', 0.00, 99, 235, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316817, '25040813063011', '酱香山药片', 26.00, '', 1, 226439, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316818, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226439, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316819, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226439, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316820, '25040813146110', '矿泉水', 3.00, '', 1, 226439, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316821, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226439, '饮品', 0.00, 101, 301, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316822, '25040837255116', '三鲜汤', 12.00, '', 1, 226439, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316823, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226440, '凉菜', 0.00, 98, 214, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316824, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226440, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316825, '25040813063011', '酱香山药片', 26.00, '', 1, 226440, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316826, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226440, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316827, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226440, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316828, '25040837255116', '三鲜汤', 12.00, '', 1, 226440, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316829, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226440, '小吃', 0.00, 100, 206, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316830, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226440, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316831, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226440, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316832, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226441, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316833, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226441, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316834, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226441, '凉菜', 0.00, 98, 221, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316835, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226441, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316836, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226441, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316837, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226441, '热菜', 0.00, 99, 250, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316838, '25040817371114', '鲜笋烧土麻鸡', 178.00, '', 1, 226441, '热菜', 0.00, 99, 233, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316839, '25040813063011', '酱香山药片', 26.00, '', 1, 226441, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316840, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226441, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316841, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226441, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316842, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226441, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316843, '25040813764123', '大窑冰冰', 10.00, '', 1, 226441, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316844, '25040837255116', '三鲜汤', 12.00, '', 1, 226441, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316845, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226442, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316846, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226442, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316847, '25031844238132', '腊味三拼', 68.00, '', 1, 226442, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316848, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226442, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316849, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226442, '热菜', 0.00, 99, 234, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316850, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226442, '热菜', 0.00, 99, 258, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316851, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226442, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316852, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226442, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316853, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226442, '热菜', 0.00, 99, 280, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316854, '25040814054110', '小煎五花肉', 48.00, '', 1, 226442, '热菜', 0.00, 99, 257, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316855, '25040840278124', '光明酸奶', 22.00, '', 1, 226442, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316856, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226442, '饮品', 0.00, 101, 301, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316857, '25040827706111', '蛋炒饭', 12.00, '', 1, 226442, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316858, '25040853250125', '酱香黑包', 28.00, '', 1, 226442, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316859, '25040837255116', '三鲜汤', 12.00, '', 1, 226442, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316860, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226442, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316861, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226443, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316862, '25040855308019', '红油耳叶', 48.00, '', 1, 226443, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316863, '25031858584114', '爽口螺片', 48.00, '', 1, 226443, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316864, '25040833886114', '藿香仔茄', 26.00, '', 1, 226443, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316865, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226443, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316866, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226443, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316867, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226443, '热菜', 0.00, 99, 274, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316868, '25040815732111', '土鸡蛋炒二荆条', 22.00, '', 1, 226443, '热菜', 0.00, 99, 263, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316869, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226443, '热菜', 0.00, 99, 246, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316870, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226443, '热菜', 0.00, 99, 253, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316871, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226443, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316872, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226443, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316873, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226443, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316874, '25040895096119', '煎蛋汤', 16.00, '', 1, 226443, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316875, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226444, '凉菜', 0.00, 98, 218, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316876, '25040886537125', '拍黄瓜', 18.00, '', 1, 226444, '凉菜', 0.00, 98, 227, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316877, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226444, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316878, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226444, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316879, '25040833886114', '藿香仔茄', 26.00, '', 1, 226444, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316880, '25040812000114', '清炒苦瓜', 16.00, '', 1, 226444, '热菜', 0.00, 99, 269, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316881, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226444, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316882, '25040834590121', '尖椒玉米饼', 18.00, '', 1, 226444, '热菜', 0.00, 99, 267, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316883, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226444, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316884, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226444, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316885, '25040813032017', '油醋面', 18.00, '', 1, 226444, '小吃', 0.00, 100, 209, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316886, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226444, '饮品', 0.00, 101, 298, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316887, '25040810916114', '口水毛肚', 45.00, '', 1, 226445, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316888, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226445, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316889, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226445, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316890, '25040812000114', '清炒苦瓜', 16.00, '', 1, 226445, '热菜', 0.00, 99, 269, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316891, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226445, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316892, '25040847541120', '生态回锅肉', 39.00, '', 1, 226445, '热菜', 0.00, 99, 256, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316893, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226445, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316894, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226445, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316895, '25040816471117', '河鲜跳跳蛙', 68.00, '', 1, 226445, '热菜', 0.00, 99, 234, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316896, '25040826822120', '可乐(330ml)', 5.00, '', 1, 226445, '饮品', 0.00, 101, 296, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316897, '25040813764123', '大窑冰冰', 10.00, '', 1, 226445, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316898, '25040827706111', '蛋炒饭', 12.00, '', 1, 226445, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316899, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226445, '小吃', 0.00, 100, 196, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316900, '25040895096119', '煎蛋汤', 16.00, '', 1, 226445, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316901, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226445, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316902, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226446, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316903, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226446, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316904, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226446, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316905, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226446, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316906, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226446, '凉菜', 0.00, 98, 214, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316907, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226446, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316908, '25040833244120', '腊味鹿茸菌', 38.00, '', 1, 226446, '热菜', 0.00, 99, 258, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316909, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226446, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316910, '25040814275017', '藿香鳝段', 128.00, '', 1, 226446, '热菜', 0.00, 99, 277, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316911, '25040815732111', '土鸡蛋炒二荆条', 22.00, '', 1, 226446, '热菜', 0.00, 99, 263, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316912, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226446, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316913, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226446, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316914, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226446, '热菜', 0.00, 99, 248, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316915, '25040833886114', '藿香仔茄', 26.00, '', 1, 226446, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316916, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226446, '热菜', 0.00, 99, 271, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316917, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226446, '热菜', 0.00, 99, 237, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316918, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226446, '热菜', 0.00, 99, 255, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316919, '25040815710124', '泰式菠萝炒饭', 48.00, '', 1, 226446, '小吃', 0.00, 100, 208, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316920, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226446, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316921, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226446, '饮品', 0.00, 101, 295, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316922, '25040812350122', '王老吉', 2.50, '', 1, 226446, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316923, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226446, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316924, '25040895096119', '煎蛋汤', 16.00, '', 1, 226446, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316925, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226447, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316926, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226447, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316927, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226447, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316928, '25040816844016', '冷吃鳝丝', 88.00, '', 1, 226447, '凉菜', 0.00, 98, 211, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316929, '25040859990110', '油炸花生米', 12.00, '', 1, 226447, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316930, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226447, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316931, '25040813063011', '酱香山药片', 26.00, '', 1, 226447, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316932, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226447, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316933, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226447, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316934, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226447, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316935, '25040812350122', '王老吉', 2.50, '', 1, 226447, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316936, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226447, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316937, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226447, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316938, '25040853250125', '酱香黑包', 28.00, '', 1, 226447, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316939, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226447, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316940, '25040859990110', '油炸花生米', 12.00, '', 1, 226448, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316941, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226448, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316942, '25040886537125', '拍黄瓜', 18.00, '', 1, 226448, '凉菜', 0.00, 98, 227, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316943, '25040810319118', '热卤三拼', 68.00, '', 1, 226448, '凉菜', 0.00, 98, 219, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316944, '25040875445124', '小米浓汤煨酥排', 78.00, '', 1, 226448, '热菜', 0.00, 99, 255, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316945, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226448, '热菜', 0.00, 99, 260, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316946, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226448, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316947, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226448, '热菜', 0.00, 99, 274, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316948, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226448, '热菜', 0.00, 99, 193, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316949, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226448, '小吃', 0.00, 100, 196, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316950, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226448, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316951, '25040837255116', '三鲜汤', 12.00, '', 1, 226448, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316952, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226449, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316953, '25040859990110', '油炸花生米', 12.00, '', 1, 226449, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316954, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226449, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316955, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226449, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316956, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226449, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316957, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226449, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316958, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226449, '热菜', 0.00, 99, 239, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316959, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226449, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316960, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226449, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316961, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226449, '热菜', 0.00, 99, 193, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316962, '25040849133117', '唯怡', 18.00, '', 1, 226449, '饮品', 0.00, 101, 293, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316963, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226449, '饮品', 0.00, 101, 295, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316964, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226449, '小吃', 0.00, 100, 230, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316965, '25040853250125', '酱香黑包', 28.00, '', 1, 226449, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316966, '25040837255116', '三鲜汤', 12.00, '', 1, 226449, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316967, '25040895096119', '煎蛋汤', 16.00, '', 1, 226449, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316968, '25031858584114', '爽口螺片', 48.00, '', 1, 226450, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316969, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226450, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316970, '25040855308019', '红油耳叶', 48.00, '', 1, 226450, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316971, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226450, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316972, '25040824566126', '青米椒爆鳝片', 128.00, '', 1, 226450, '热菜', 0.00, 99, 282, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316973, '25040823144117', 'XO酱爆翅粉煲', 28.00, '', 1, 226450, '热菜', 0.00, 99, 250, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316974, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226450, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316975, '25040873454113', '苦瓜炒蛋', 28.00, '', 1, 226450, '热菜', 0.00, 99, 270, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316976, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226450, '热菜', 0.00, 99, 244, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316977, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226450, '热菜', 0.00, 99, 235, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316978, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226450, '热菜', 0.00, 99, 260, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316979, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226450, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316980, '25040813764123', '大窑冰冰', 10.00, '', 1, 226450, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316981, '25031810661134', '荠菜鲜肉大馄炖', 26.00, '', 1, 226450, '小吃', 0.00, 100, 197, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316982, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226450, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316983, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226451, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316984, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226451, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316985, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226451, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316986, '25040859990110', '油炸花生米', 12.00, '', 1, 226451, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316987, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226451, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316988, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226451, '凉菜', 0.00, 98, 221, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316989, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226451, '热菜', 0.00, 99, 247, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316990, '25031812369149', '九转盘龙鳝', 128.00, '', 1, 226451, '热菜', 0.00, 99, 193, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316991, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226451, '热菜', 0.00, 99, 239, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316992, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226451, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316993, '25040839810123', '虎皮当家肉', 59.00, '', 1, 226451, '热菜', 0.00, 99, 242, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316994, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226451, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316995, '25040816603110', '青花椒仔姜鳝段', 128.00, '', 1, 226451, '热菜', 0.00, 99, 278, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316996, '25040888172112', '九转盘龙鳝', 128.00, '', 1, 226451, '热菜', 0.00, 99, 286, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316997, '25040827706111', '蛋炒饭', 12.00, '', 1, 226451, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316998, '25031817139154', '脆皮香葱鱼卷', 22.00, '', 1, 226451, '小吃', 0.00, 100, 196, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2316999, '25040813764123', '大窑冰冰', 10.00, '', 1, 226451, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317000, '25040811977125', '可口可乐(1.25L)', 7.00, '', 1, 226451, '饮品', 0.00, 101, 300, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317001, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226451, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317002, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226451, '饮品', 0.00, 101, 301, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317003, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226451, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317004, '25040810916114', '口水毛肚', 45.00, '', 1, 226452, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317005, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226452, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317006, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226452, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317007, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226452, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317008, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226452, '热菜', 0.00, 99, 254, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317009, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226452, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317010, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226452, '热菜', 0.00, 99, 246, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317011, '25040817409017', '茴香脆皮五花肉', 39.00, '', 1, 226452, '热菜', 0.00, 99, 247, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317012, '25040833886114', '藿香仔茄', 26.00, '', 1, 226452, '热菜', 0.00, 99, 266, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317013, '25040812875018', '仔姜爆鳝片', 91.00, '', 1, 226452, '热菜', 0.00, 99, 274, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317014, '25040853000010', '双椒炒鲜兔', 59.00, '', 1, 226452, '热菜', 0.00, 99, 235, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317015, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226452, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317016, '25040812350122', '王老吉', 2.50, '', 1, 226452, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317017, '25040840278124', '光明酸奶', 22.00, '', 1, 226452, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317018, '25040849133117', '唯怡', 18.00, '', 1, 226452, '饮品', 0.00, 101, 293, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317019, '25040810414117', '椰树椰汁(310ml)', 10.00, '', 1, 226452, '饮品', 0.00, 101, 298, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317020, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226452, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317021, '25040837255116', '三鲜汤', 12.00, '', 1, 226452, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317022, '25040810916114', '口水毛肚', 45.00, '', 1, 226453, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317023, '25040855308019', '红油耳叶', 48.00, '', 1, 226453, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317024, '25040859990110', '油炸花生米', 12.00, '', 1, 226453, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317025, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226453, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317026, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226453, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317027, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226453, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317028, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226453, '热菜', 0.00, 99, 244, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317029, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226453, '热菜', 0.00, 99, 254, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317030, '25040850267015', '二荆条炒口蘑', 32.00, '', 1, 226453, '热菜', 0.00, 99, 262, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317031, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226453, '热菜', 0.00, 99, 241, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317032, '25040862105012', '藿香鳝段', 89.00, '', 1, 226453, '热菜', 0.00, 99, 272, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317033, '25040820435118', '娃哈哈苏打水', 5.00, '', 1, 226453, '饮品', 0.00, 101, 294, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317034, '25040853250125', '酱香黑包', 28.00, '', 1, 226453, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317035, '25040847499123', '香酥手工牛肉饼', 28.00, '', 1, 226453, '小吃', 0.00, 100, 206, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317036, '25040837255116', '三鲜汤', 12.00, '', 1, 226453, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317037, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226453, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317038, '25040810313117', '麻辣生态土鸡', 78.00, '', 1, 226454, '凉菜', 0.00, 98, 210, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317039, '25040810724119', '烧椒腰片', 38.00, '', 1, 226454, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317040, '25031816578122', '外婆脆爽牛肉粒', 42.00, '', 1, 226454, '凉菜', 0.00, 98, 194, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317041, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226454, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317042, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226454, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317043, '25040859990110', '油炸花生米', 12.00, '', 1, 226454, '凉菜', 0.00, 98, 226, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317044, '25040847541120', '生态回锅肉', 39.00, '', 1, 226454, '热菜', 0.00, 99, 256, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317045, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226454, '热菜', 0.00, 99, 254, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317046, '25040814235019', '葱黄麦穗腰花', 59.00, '', 1, 226454, '热菜', 0.00, 99, 244, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317047, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226454, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317048, '25040875093121', '泡豇豆煨鳝片', 93.00, '', 1, 226454, '热菜', 0.00, 99, 276, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317049, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226454, '热菜', 0.00, 99, 260, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317050, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226454, '饮品', 0.00, 101, 299, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317051, '25040853250125', '酱香黑包', 28.00, '', 1, 226454, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317052, '25040827706111', '蛋炒饭', 12.00, '', 1, 226454, '小吃', 0.00, 100, 207, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317053, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226454, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317054, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226455, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317055, '25040811832114', '酱香鸭舌', 58.00, '', 1, 226455, '凉菜', 0.00, 98, 215, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317056, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226455, '凉菜', 0.00, 98, 229, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317057, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226455, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317058, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226455, '凉菜', 0.00, 98, 221, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317059, '25040816023018', '红汤脆鳝丝', 128.00, '', 1, 226455, '热菜', 0.00, 99, 281, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317060, '25040882688118', '白灼时蔬', 18.00, '', 1, 226455, '热菜', 0.00, 99, 268, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317061, '25040877157111', '菌香蛋豆腐', 39.00, '', 1, 226455, '热菜', 0.00, 99, 259, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317062, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226455, '热菜', 0.00, 99, 260, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317063, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226455, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317064, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226455, '热菜', 0.00, 99, 249, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317065, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226455, '热菜', 0.00, 99, 238, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317066, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226455, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317067, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226455, '饮品', 0.00, 101, 297, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317068, '25040813146110', '矿泉水', 3.00, '', 1, 226455, '饮品', 0.00, 101, 291, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317069, '25040813764123', '大窑冰冰', 10.00, '', 1, 226455, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317070, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226455, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317071, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226455, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317072, '25031844238132', '腊味三拼', 68.00, '', 1, 226456, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317073, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226456, '凉菜', 0.00, 98, 221, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317074, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226456, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317075, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226456, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317076, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226456, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317077, '25040855308019', '红油耳叶', 48.00, '', 1, 226456, '凉菜', 0.00, 98, 213, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317078, '25031858584114', '爽口螺片', 48.00, '', 1, 226456, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317079, '25031811727125', '冷吃鳝丝', 88.00, '', 1, 226456, '凉菜', 0.00, 98, 189, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317080, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226456, '热菜', 0.00, 99, 246, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317081, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226456, '热菜', 0.00, 99, 241, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317082, '25040846474112', '青花椒仔姜鳝段', 90.00, '', 1, 226456, '热菜', 0.00, 99, 273, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317083, '25040813063011', '酱香山药片', 26.00, '', 1, 226456, '热菜', 0.00, 99, 264, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317084, '25040813169123', '笋子鳝鱼片', 92.00, '', 1, 226456, '热菜', 0.00, 99, 275, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317085, '25040895174122', '笋子鳝鱼片', 128.00, '', 1, 226456, '热菜', 0.00, 99, 279, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317086, '25040816678111', '独蒜烧鳝鱼', 128.00, '', 1, 226456, '热菜', 0.00, 99, 283, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317087, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226456, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317088, '25040839810123', '虎皮当家肉', 59.00, '', 1, 226456, '热菜', 0.00, 99, 242, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317089, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226456, '热菜', 0.00, 99, 238, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317090, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226456, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317091, '25040853250125', '酱香黑包', 28.00, '', 1, 226456, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317092, '25040812350122', '王老吉', 2.50, '', 1, 226456, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317093, '25040817090011', '椰树椰汁(1.2L)', 32.00, '', 1, 226456, '饮品', 0.00, 101, 295, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317094, '25040840278124', '光明酸奶', 22.00, '', 1, 226456, '饮品', 0.00, 101, 292, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317095, '25040813764123', '大窑冰冰', 10.00, '', 1, 226456, '饮品', 0.00, 101, 302, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317096, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226456, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317097, '25031858584114', '爽口螺片', 48.00, '', 1, 226457, '凉菜', 0.00, 98, 195, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317098, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226457, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317099, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226457, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317100, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226457, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317101, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226457, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317102, '25040813957110', '椒麻鸭胗', 38.00, '', 1, 226457, '凉菜', 0.00, 98, 218, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317103, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226457, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317104, '25040810724119', '烧椒腰片', 38.00, '', 1, 226457, '凉菜', 0.00, 98, 220, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317105, '25031869959114', '外婆脆爽牛肉粒', 42.00, '', 1, 226457, '凉菜', 0.00, 98, 190, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317106, '25040882688118', '白灼时蔬', 18.00, '', 1, 226457, '热菜', 0.00, 99, 268, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317107, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226457, '热菜', 0.00, 99, 236, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317108, '25040813839123', '蟹黄水晶锅巴', 28.00, '', 1, 226457, '热菜', 0.00, 99, 260, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317109, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226457, '热菜', 0.00, 99, 249, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317110, '25040862105012', '藿香鳝段', 89.00, '', 1, 226457, '热菜', 0.00, 99, 272, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317111, '25040816934110', '小炒黄牛肉', 48.00, '', 1, 226457, '热菜', 0.00, 99, 243, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317112, '25040811850116', '山药虎皮凤爪', 78.00, '', 1, 226457, '热菜', 0.00, 99, 231, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317113, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226457, '热菜', 0.00, 99, 254, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317114, '25040853250125', '酱香黑包', 28.00, '', 1, 226457, '小吃', 0.00, 100, 205, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317115, '25040812350122', '王老吉', 2.50, '', 1, 226457, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317116, '25040816683126', '鲜橙多(1.5L)', 12.00, '', 1, 226457, '饮品', 0.00, 101, 299, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317117, '25040842714114', '米冬瓜炖精排', 58.00, '', 1, 226457, '汤', 0.00, 106, 290, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317118, '25040813115125', '芝麻桃仁', 28.00, '', 1, 226458, '凉菜', 0.00, 98, 225, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317119, '25040825528016', '酸辣藤椒猪手', 58.00, '', 1, 226458, '凉菜', 0.00, 98, 216, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317120, '25040895995121', '烧椒皮蛋', 22.00, '', 1, 226458, '凉菜', 0.00, 98, 217, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317121, '25031817164014', '麻辣生态土鸡', 78.00, '', 1, 226458, '凉菜', 0.00, 98, 192, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317122, '25040877528114', '捞汁茼蒿', 19.00, '', 1, 226458, '凉菜', 0.00, 98, 223, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317123, '25040810916114', '口水毛肚', 45.00, '', 1, 226458, '凉菜', 0.00, 98, 212, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317124, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226458, '凉菜', 0.00, 98, 222, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317125, '25040866415113', '炝拌瓜尖', 24.00, '', 1, 226458, '凉菜', 0.00, 98, 228, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317126, '25040816092111', '藤椒小牛腱', 48.00, '', 1, 226458, '凉菜', 0.00, 98, 214, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317127, '25031844238132', '腊味三拼', 68.00, '', 1, 226458, '凉菜', 0.00, 98, 191, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317128, '25040869911114', '蒜蓉椒香鹿茸菌', 28.00, '', 1, 226458, '凉菜', 0.00, 98, 221, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317129, '25040833238019', '手工红薯凉粉', 19.00, '', 1, 226458, '凉菜', 0.00, 98, 224, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317130, '25040894039120', '三鲜竹荪烩丝瓜', 26.00, '', 1, 226458, '热菜', 0.00, 99, 261, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317131, '25040812819012', '糖醋鸡柳', 39.00, '', 1, 226458, '热菜', 0.00, 99, 245, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317132, '25040812436019', '凉粉烧带鱼', 68.00, '', 1, 226458, '热菜', 0.00, 99, 249, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317133, '25040817402115', '豇豆茄子煲', 28.00, '', 1, 226458, '热菜', 0.00, 99, 265, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317134, '25040852972117', '樟树港辣椒炒肉', 48.00, '', 1, 226458, '热菜', 0.00, 99, 241, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317135, '25040814632117', '鲜椒钵钵鱼', 88.00, '', 1, 226458, '热菜', 0.00, 99, 248, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317136, '25040862105012', '藿香鳝段', 89.00, '', 1, 226458, '热菜', 0.00, 99, 272, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317137, '25040860072013', '香辣干煸鳝片', 128.00, '', 1, 226458, '热菜', 0.00, 99, 280, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317138, '25040814054110', '小煎五花肉', 48.00, '', 1, 226458, '热菜', 0.00, 99, 257, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317139, '25040811133114', '金沙焗脆鳝', 128.00, '', 1, 226458, '热菜', 0.00, 99, 284, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317140, '25040849080014', '窝窝头爆鳝粒', 128.00, '', 1, 226458, '热菜', 0.00, 99, 285, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317141, '25040810128119', '油泼脆泥鳅', 88.00, '', 1, 226458, '热菜', 0.00, 99, 271, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317142, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226458, '热菜', 0.00, 99, 252, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317143, '25040833790017', '爆浆糍粑', 18.00, '', 1, 226458, '小吃', 0.00, 100, 204, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317144, '25040812350122', '王老吉', 2.50, '', 1, 226458, '饮品', 0.00, 101, 303, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317145, '25040810548015', '送茸煲土鸡汤', 59.00, '', 1, 226458, '汤', 0.00, 106, 287, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317146, '25040895096119', '煎蛋汤', 16.00, '', 1, 226458, '汤', 0.00, 106, 288, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317147, '25040837255116', '三鲜汤', 12.00, '', 1, 226458, '汤', 0.00, 106, 289, '2025-05-09 15:18:39', NULL, 0, 'admin', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317148, '25040812350122', '王老吉', 2.50, '', 1, 226459, '饮品', 6.00, 101, 303, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317149, '25040833886114', '藿香仔茄', 26.00, '', 1, 226459, '热菜', 10.00, 99, 266, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317150, '25040813063011', '酱香山药片', 26.00, '', 1, 226459, '热菜', 10.00, 99, 264, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317151, '25040871753018', '云豆耙猪蹄', 78.00, '', 1, 226459, '热菜', 32.00, 99, 254, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317152, '25040813408019', '火爆牛蛙', 58.00, '', 1, 226459, '热菜', 20.00, 99, 253, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317153, '25040813823117', '皱椒水晶腊肉', 68.00, '', 1, 226459, '热菜', 26.00, 99, 252, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317154, '25040858145015', '鱼香汁扒猪精排', 79.00, '', 1, 226459, '热菜', 28.00, 99, 246, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317155, '25040854714014', '金椒蒜蓉焗虾球', 68.00, '', 1, 226459, '热菜', 26.00, 99, 239, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317156, '25040819449115', '蜀香毛血旺', 59.00, '', 1, 226459, '热菜', 22.00, 99, 238, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317157, '25040893750115', '金汤肥牛卷', 59.00, '', 1, 226459, '热菜', 26.00, 99, 237, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317158, '25040813747014', '尖椒菌香烧土鸡', 128.00, '', 1, 226459, '热菜', 50.00, 99, 236, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317159, '25040848324015', '水果拼盘(大)', 39.00, '', 1, 226459, '小吃', 20.00, 100, 230, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317160, '25040815060019', '鲜椒黄瓜花', 29.00, '', 1, 226459, '凉菜', 10.00, 98, 229, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317161, '25040873838013', '葱油豆干丝', 22.00, '', 1, 226459, '凉菜', 6.00, 98, 222, '2025-05-09 15:29:15', NULL, 1, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317162, '25040812350122', '王老吉', 2.50, '', 1, 226460, '饮品', 6.00, 101, 303, '2025-05-19 19:33:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317163, '25040813764123', '大窑冰冰', 10.00, '', 1, 226460, '饮品', 3.00, 101, 302, '2025-05-19 19:33:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317164, '25040852308012', '雪碧(1.2L)', 10.00, '', 1, 226460, '饮品', 5.00, 101, 301, '2025-05-19 19:33:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317165, '25040812285122', '雪碧(330ml)', 5.00, '', 1, 226460, '饮品', 2.00, 101, 297, '2025-05-19 19:33:20', NULL, 0, '123456', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317166, '25060210784011', '红油耳叶', 20.00, '', 1, 226461, '凉菜', 5.00, 98, 323, '2025-06-02 14:10:07', NULL, 0, '1111111', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317167, '25060298637012', '煎蛋汤', 12.00, '', 1, 226461, '汤', 2.00, 106, 322, '2025-06-02 14:10:07', NULL, 0, '1111111', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317168, '25060210438016', '回锅肉', 20.00, '', 1, 226461, '热菜', 5.00, 99, 321, '2025-06-02 14:10:07', NULL, 0, '1111111', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317169, '25060311060013', '煎蛋汤', 12.00, '', 1, 226462, '汤', 4.00, 106, 329, '2025-06-03 10:13:47', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317170, '25060354042018', '回锅肉', 20.00, '', 1, 226462, '热菜', 6.00, 99, 328, '2025-06-03 10:13:47', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317171, '25060310364017', '凉拌耳叶', 20.00, '', 1, 226462, '凉菜', 6.00, 98, 327, '2025-06-03 10:13:47', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317172, '25060311060013', '煎蛋汤', 12.00, '', 1, 226463, '汤', 4.00, 106, 329, '2025-06-03 10:14:29', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317173, '25060354042018', '回锅肉', 20.00, '', 1, 226463, '热菜', 6.00, 99, 328, '2025-06-03 10:14:29', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317174, '25060310364017', '凉拌耳叶', 20.00, '', 1, 226463, '凉菜', 6.00, 98, 327, '2025-06-03 10:14:29', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317175, '25060311060013', '煎蛋汤', 12.00, '', 3, 226464, '汤', 4.00, 106, 329, '2025-06-03 10:15:37', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317176, '25060354042018', '回锅肉', 20.00, '', 4, 226464, '热菜', 6.00, 99, 328, '2025-06-03 10:15:37', NULL, 0, '666666', NULL); +INSERT INTO `t_order_meal_goods` VALUES (2317177, '25060310364017', '凉拌耳叶', 20.00, '', 10, 226464, '凉菜', 6.00, 98, 327, '2025-06-03 10:15:37', NULL, 0, '666666', NULL); + +-- ---------------------------- +-- Table structure for t_order_remark +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_remark`; +CREATE TABLE `t_order_remark` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `orderId` bigint(20) NULL DEFAULT NULL COMMENT '订单id', + `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', + `createTime` datetime NULL DEFAULT NULL COMMENT '添加时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '餐饮订单备注' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_remark +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_order_sale +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_sale`; +CREATE TABLE `t_order_sale` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `orderTime` datetime NULL DEFAULT NULL COMMENT '下单时间', + `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注说明', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `orderNum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单编号', + `status` int(11) NULL DEFAULT 1 COMMENT '支付状态 1=待支付 2=已支付', + `orderMoney` double(10, 2) NULL DEFAULT NULL COMMENT '订单金额', + `payMoney` double(10, 2) NULL DEFAULT NULL COMMENT '支付金额', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + `generatorId` bigint(20) NULL DEFAULT NULL COMMENT '数据生成id', + `payType` int(11) NULL DEFAULT NULL COMMENT '支付方式 1=现金 2=支付宝 3=微信 4=银行卡 5=其他', + `isCover` int(11) NULL DEFAULT 1 COMMENT '是否覆盖 1=是 0=否', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '销售订单' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_sale +-- ---------------------------- +INSERT INTO `t_order_sale` VALUES (1, '2025-01-01 00:00:00', NULL, '2025-04-07 18:37:53', NULL, 0, 'admin', NULL, 'XS25040713206120', 2, 79.00, 2000000.00, 67, 3216, 3, 0); +INSERT INTO `t_order_sale` VALUES (2, '2025-04-01 00:00:00', NULL, '2025-04-07 19:02:32', NULL, 0, 'admin', NULL, 'XS25040725897019', 2, 1242.00, 100000.00, 67, 3219, 1, 0); + +-- ---------------------------- +-- Table structure for t_order_sale_goods +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_sale_goods`; +CREATE TABLE `t_order_sale_goods` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `orderId` bigint(20) NULL DEFAULT NULL COMMENT '订单id', + `goodsNum` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品编号', + `goodsName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名称', + `goodsCostPrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '商品成本价', + `goodsSalePrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '商品销售价', + `goodsCount` int(11) NULL DEFAULT NULL COMMENT '商品数量', + `thisSalePrice` double(10, 2) NULL DEFAULT NULL COMMENT '售卖价格', + `goodsPicture` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品图', + `typeId` bigint(20) NULL DEFAULT NULL COMMENT '类型id', + `goodsId` bigint(20) NULL DEFAULT NULL COMMENT '商品id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 21 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '销售单商品' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_sale_goods +-- ---------------------------- +INSERT INTO `t_order_sale_goods` VALUES (8, 1, '2410220602441364725', '挂面', 0.00, 10.00, 10, 100.00, 'http://112.44.213.180:9091/images/2024-10-22/QQ截图20230511151400.png', 71, 1); +INSERT INTO `t_order_sale_goods` VALUES (9, 1, '25040717837116', '苹果', 0.00, 15.00, 115, 15.00, '', 105, 2); +INSERT INTO `t_order_sale_goods` VALUES (10, 1, '25040796236116', '盐', 0.00, 6.00, 65, 6.00, '', 103, 3); +INSERT INTO `t_order_sale_goods` VALUES (11, 1, '25040710772010', '花生', 0.00, 8.00, 65, 8.00, '', 103, 4); +INSERT INTO `t_order_sale_goods` VALUES (12, 1, '25040712919013', '酱油', 0.00, 18.00, 65, 18.00, '', 104, 5); +INSERT INTO `t_order_sale_goods` VALUES (13, 1, '25040710348018', '白菜', 0.00, 2.00, 66, 2.00, '', 102, 6); +INSERT INTO `t_order_sale_goods` VALUES (14, 1, '25040761369019', '五花肉', 0.00, 20.00, 26, 20.00, '', 92, 7); +INSERT INTO `t_order_sale_goods` VALUES (15, 2, '25040717837116', '苹果', 0.00, 15.00, 19, 18.00, '', 105, 203); +INSERT INTO `t_order_sale_goods` VALUES (16, 2, '25040796236116', '盐', 0.00, 6.00, 10, 18.00, '', 103, 203); +INSERT INTO `t_order_sale_goods` VALUES (17, 2, '25040710772010', '花生', 0.00, 8.00, 10, 18.00, '', 103, 203); +INSERT INTO `t_order_sale_goods` VALUES (18, 2, '25040712919013', '酱油', 0.00, 18.00, 10, 18.00, '', 104, 203); +INSERT INTO `t_order_sale_goods` VALUES (19, 2, '25040710348018', '白菜', 0.00, 2.00, 10, 18.00, '', 102, 203); +INSERT INTO `t_order_sale_goods` VALUES (20, 2, '25040761369019', '五花肉', 0.00, 20.00, 10, 18.00, '', 92, 203); + +-- ---------------------------- +-- Table structure for t_order_stock +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_stock`; +CREATE TABLE `t_order_stock` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `stockNum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '进货单编号', + `stockTime` datetime NULL DEFAULT NULL COMMENT '进货日期', + `stockTotalPrice` double(10, 2) NULL DEFAULT NULL COMMENT '进货总价', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `isCover` int(11) NULL DEFAULT 1 COMMENT '是否覆盖 1=是 0=否', + `generatorId` bigint(20) NULL DEFAULT NULL COMMENT '数据生成id', + `payType` int(11) NULL DEFAULT NULL COMMENT '支付方式 1=现金 2=支付宝 3=微信 4=银行卡 5=其他', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '进货单' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_stock +-- ---------------------------- +INSERT INTO `t_order_stock` VALUES (1, 'JH25040746197111', '2025-04-06 00:00:00', NULL, '2025-04-07 18:21:46', NULL, 1, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (2, 'JH25040713236113', '2025-03-05 00:00:00', NULL, '2025-04-07 18:22:38', NULL, 1, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (3, 'JH25040758600115', '2025-02-28 00:00:00', NULL, '2025-04-07 18:23:11', NULL, 1, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (4, 'JH25040711242117', '2025-04-05 00:00:00', NULL, '2025-04-07 18:23:53', NULL, 1, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (5, 'JH25040713305010', '2025-03-15 00:00:00', NULL, '2025-04-07 18:24:19', NULL, 1, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (6, 'JH25040782192118', '2025-04-06 00:00:00', NULL, '2025-04-07 18:25:14', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (7, 'JH25040712397017', '2025-04-06 00:00:00', NULL, '2025-04-07 18:25:42', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (8, 'JH25040714834112', '2025-04-06 00:00:00', NULL, '2025-04-07 18:26:24', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (9, 'JH25040713867012', '2025-04-06 00:00:00', NULL, '2025-04-07 18:26:48', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (10, 'JH25040714513018', '2025-04-06 00:00:00', NULL, '2025-04-07 18:27:15', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (11, 'JH25040764552016', '2025-04-06 00:00:00', NULL, '2025-04-07 18:28:05', NULL, 0, '555', NULL, 1, NULL, NULL, 67); +INSERT INTO `t_order_stock` VALUES (12, 'JH25040739604113', '2025-01-01 00:00:00', NULL, '2025-04-07 18:37:53', NULL, 0, 'admin', NULL, 0, 3216, NULL, 67); +INSERT INTO `t_order_stock` VALUES (13, 'JH25040716878018', '2025-04-01 00:00:00', NULL, '2025-04-07 19:02:32', NULL, 0, 'admin', NULL, 0, 3219, NULL, 67); +INSERT INTO `t_order_stock` VALUES (14, 'JH25040893753016', '2025-04-01 00:00:00', NULL, '2025-04-08 15:13:18', NULL, 0, '555', NULL, 1, NULL, NULL, 67); + +-- ---------------------------- +-- Table structure for t_order_stock_goods +-- ---------------------------- +DROP TABLE IF EXISTS `t_order_stock_goods`; +CREATE TABLE `t_order_stock_goods` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `orderId` bigint(20) NULL DEFAULT NULL COMMENT '订单id', + `goodsNum` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品编号', + `goodsName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品名称', + `costPrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '成本价', + `salePrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '销售价', + `goodsPicture` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品图', + `stockCount` int(11) NULL DEFAULT NULL COMMENT '进货数量', + `thisCostPrice` double(10, 2) NULL DEFAULT 0.00 COMMENT '本次进货价格', + `goodsId` bigint(20) NULL DEFAULT NULL COMMENT '商品id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 45 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '进货单商品' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_order_stock_goods +-- ---------------------------- +INSERT INTO `t_order_stock_goods` VALUES (24, 6, '25040710348018', '白菜', 1.00, 2.00, '', 500, 1.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (25, 7, '25040712919013', '酱油', 15.00, 18.00, '', 100, 15.00, 200); +INSERT INTO `t_order_stock_goods` VALUES (26, 8, '25040717837116', '苹果', 12.00, 15.00, '', 100, 12.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (27, 9, '25040761369019', '五花肉', 18.00, 20.00, '', 100, 18.00, 198); +INSERT INTO `t_order_stock_goods` VALUES (28, 10, '25040796236116', '盐', 5.00, 6.00, '', 100, 5.00, 202); +INSERT INTO `t_order_stock_goods` VALUES (29, 11, '25040710772010', '花生', 5.00, 8.00, '', 100, 5.00, 201); +INSERT INTO `t_order_stock_goods` VALUES (30, 12, '25040796236116', '盐', 5.00, 6.00, '', 66, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (31, 12, '25040710348018', '白菜', 1.00, 2.00, '', 67, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (32, 12, '25040717837116', '苹果', 12.00, 15.00, '', 116, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (33, 12, '25040712919013', '酱油', 15.00, 18.00, '', 66, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (34, 12, '25040761369019', '五花肉', 18.00, 20.00, '', 17, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (35, 12, '25040710772010', '花生', 5.00, 8.00, '', 66, 0.00, 199); +INSERT INTO `t_order_stock_goods` VALUES (36, 13, '25040796236116', '盐', 5.00, 6.00, '', 10, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (37, 13, '25040710348018', '白菜', 1.00, 2.00, '', 10, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (38, 13, '25040717837116', '苹果', 12.00, 15.00, '', 19, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (39, 13, '25040712919013', '酱油', 15.00, 18.00, '', 10, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (40, 13, '25040761369019', '五花肉', 18.00, 20.00, '', 10, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (41, 13, '25040710772010', '花生', 5.00, 8.00, '', 10, 0.00, 203); +INSERT INTO `t_order_stock_goods` VALUES (42, 14, '25040872501012', 'a', 5.00, 6.00, '', 100, 4.50, 316); +INSERT INTO `t_order_stock_goods` VALUES (43, 14, '25040838715013', 'd', 5.00, 6.00, '', 100, 5.00, 319); +INSERT INTO `t_order_stock_goods` VALUES (44, 14, '25040884097011', 'c', 10.00, 12.00, '', 100, 10.00, 318); + +-- ---------------------------- +-- Table structure for t_shop +-- ---------------------------- +DROP TABLE IF EXISTS `t_shop`; +CREATE TABLE `t_shop` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `shopType` int(11) NULL DEFAULT NULL COMMENT '店铺类型 1=餐饮 2=货物销售', + `mealType` int(11) NULL DEFAULT NULL COMMENT '餐饮类型 1=中餐 2=火锅', + `shopName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '店铺名称', + `shopStyle` int(11) NULL DEFAULT NULL COMMENT '店铺样式', + `systemName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '系统名称', + `systemLogo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '系统logo', + `businessLicense` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '营业执照', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `status` int(11) NULL DEFAULT 1 COMMENT '状态 1=启用 0=禁用', + `account` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '账号', + `shopHead` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '店铺负责人', + `userId` bigint(20) NULL DEFAULT NULL COMMENT '账号id', + `area` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '区域', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 75 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '店铺信息' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_shop +-- ---------------------------- +INSERT INTO `t_shop` VALUES (17, 1, 1, '正式餐饮店铺', 1, NULL, 'http://112.44.213.180:9091/images/2024-10-17/奶茶.jpg', 'http://112.44.213.180:9091/images/2024-10-17/奶茶2.jpg', '2024-10-17 10:40:00', NULL, 1, 'admin', NULL, 0, '666666', '津津', 254, NULL); +INSERT INTO `t_shop` VALUES (39, 1, 1, '豌豆面店铺', 4, NULL, NULL, NULL, '2024-10-16 19:05:15', NULL, 1, 'admin', NULL, 0, '17712341234', '蒲先生', 252, NULL); +INSERT INTO `t_shop` VALUES (40, 2, 1, '白酒售卖店铺', 2, NULL, NULL, NULL, '2024-10-16 19:17:22', NULL, 1, '17712341234', NULL, 0, '888888', '李先生', 253, NULL); +INSERT INTO `t_shop` VALUES (42, 1, 1, '绵阳市游仙区望月谷鳝鱼餐厅', 4, NULL, NULL, NULL, '2024-10-20 10:42:19', NULL, 1, 'admin', NULL, 0, '123456', '白贞涛', 255, NULL); +INSERT INTO `t_shop` VALUES (43, 1, 1, '米粉店', 2, NULL, NULL, NULL, '2024-10-20 11:03:36', NULL, 1, '123456', NULL, 0, '123456789', '王晶', 256, NULL); +INSERT INTO `t_shop` VALUES (44, 1, 1, '测试店铺4', 4, NULL, NULL, NULL, '2024-10-21 11:21:11', NULL, 1, 'admin', NULL, 0, '18224358736', 'dgq', 257, NULL); +INSERT INTO `t_shop` VALUES (45, 2, 1, '货物', 4, NULL, NULL, NULL, '2024-10-22 17:45:13', NULL, 1, 'admin', NULL, 0, '1222', '货物', 258, NULL); +INSERT INTO `t_shop` VALUES (46, 1, 1, '测试店铺1', 1, NULL, NULL, NULL, '2024-10-24 15:50:24', NULL, 1, 'admin', NULL, 0, '18782688877', 'dgq', 259, NULL); +INSERT INTO `t_shop` VALUES (47, 1, 1, '测试店铺2', 2, NULL, NULL, NULL, '2024-10-24 15:50:57', NULL, 1, 'admin', NULL, 0, '18234358888', 'ddd', 260, NULL); +INSERT INTO `t_shop` VALUES (48, 1, 1, '测试店铺3', 3, NULL, NULL, NULL, '2024-10-24 15:51:21', NULL, 1, 'admin', NULL, 0, '18224357777', 'dg2', 261, NULL); +INSERT INTO `t_shop` VALUES (49, 1, 1, '绵阳望月谷鳝鱼山庄', 2, NULL, 'http://112.44.213.180:9091/images/2024-10-27/dazhong.png', NULL, '2024-10-27 09:33:02', NULL, 1, 'admin', NULL, 0, '147800', '展示', 262, NULL); +INSERT INTO `t_shop` VALUES (50, 2, 1, '销售演示', 2, NULL, NULL, NULL, '2024-10-27 11:59:12', NULL, 1, 'admin', NULL, 0, '122122', '早上', 263, NULL); +INSERT INTO `t_shop` VALUES (51, 1, 1, 'ferff', 3, NULL, NULL, NULL, '2024-10-31 09:50:48', NULL, 1, 'admin', NULL, 0, '123789', 'freqf', 264, NULL); +INSERT INTO `t_shop` VALUES (52, 1, 2, '火锅餐饮', 1, NULL, NULL, NULL, '2024-10-31 15:47:16', NULL, 1, 'admin', NULL, 0, '1234', '或', 265, NULL); +INSERT INTO `t_shop` VALUES (53, 1, 1, '中餐店铺', 1, NULL, NULL, NULL, '2024-10-31 16:33:50', NULL, 1, 'admin', NULL, 0, '6677', '中', 266, NULL); +INSERT INTO `t_shop` VALUES (54, 1, 2, '喜望老火锅', 2, NULL, NULL, NULL, '2024-11-06 11:58:39', NULL, 1, 'admin', NULL, 0, '9194', '李红梅', 267, '高新区'); +INSERT INTO `t_shop` VALUES (55, 1, 1, '望月谷', 1, NULL, NULL, NULL, '2024-11-09 16:42:32', NULL, 1, 'admin', NULL, 0, '987654', '风景', 268, '游仙'); +INSERT INTO `t_shop` VALUES (56, 2, 1, 'AAA', 3, NULL, NULL, NULL, '2024-11-11 16:29:52', NULL, 1, 'admin', NULL, 0, '147258', '黄飞鸿', 269, '江油'); +INSERT INTO `t_shop` VALUES (57, 1, 2, '巧克力火锅', 2, NULL, NULL, NULL, '2024-11-15 15:27:41', NULL, 1, 'admin', NULL, 0, '3636', '筷先生', 270, '游仙区'); +INSERT INTO `t_shop` VALUES (58, 1, 2, '火锅', 2, NULL, NULL, NULL, '2024-11-15 15:53:08', NULL, 1, 'admin', NULL, 0, '3333', '订单', 271, '游仙区'); +INSERT INTO `t_shop` VALUES (59, 2, NULL, '好又多超市', 1, NULL, NULL, NULL, '2024-11-17 10:50:24', NULL, 1, 'admin', NULL, 0, '510704001', '李四', 272, '游仙区'); +INSERT INTO `t_shop` VALUES (60, 1, 1, '123', 3, NULL, NULL, NULL, '2024-11-17 14:33:31', NULL, 1, 'admin', NULL, 0, '123456', '1', 274, '游仙'); +INSERT INTO `t_shop` VALUES (61, 1, 1, 'AW', 2, NULL, NULL, NULL, '2024-11-18 15:39:07', NULL, 1, 'admin', NULL, 0, '147258', '风景', 275, '江油'); +INSERT INTO `t_shop` VALUES (62, 1, 1, '999', 1, NULL, NULL, NULL, '2024-11-19 14:12:42', NULL, 1, 'admin', NULL, 0, '12345', '66', 278, '江油'); +INSERT INTO `t_shop` VALUES (63, 1, 2, '谭鸭血火锅', 1, NULL, NULL, NULL, '2024-12-05 17:38:42', NULL, 1, 'admin', NULL, 0, '55555', '蒲先生', 279, '游仙'); +INSERT INTO `t_shop` VALUES (64, 2, NULL, '绵阳八品农庄食品有限公司', 2, NULL, NULL, NULL, '2025-03-12 09:38:17', NULL, 1, 'admin', NULL, 0, '666', 'aa', 280, '游仙'); +INSERT INTO `t_shop` VALUES (65, 1, 1, '望月谷', 1, NULL, NULL, NULL, '2025-03-13 15:46:36', NULL, 1, 'admin', NULL, 0, '555', 'aa', 282, '游先'); +INSERT INTO `t_shop` VALUES (66, 1, 2, '满江红', 2, NULL, NULL, NULL, '2025-03-13 16:45:31', NULL, 1, '13551265325', NULL, 0, '123', 'ww', 283, NULL); +INSERT INTO `t_shop` VALUES (67, 2, NULL, '绵阳八品农庄食品有限公司', 2, NULL, NULL, NULL, '2025-03-13 17:10:38', NULL, 0, 'admin', NULL, 1, '555', 'aa', 284, '游仙'); +INSERT INTO `t_shop` VALUES (68, 1, 1, '望月谷', 1, NULL, NULL, NULL, '2025-03-14 10:39:42', NULL, 1, 'admin', NULL, 0, '123', 'aaa', 285, '游仙'); +INSERT INTO `t_shop` VALUES (69, 1, 2, '火锅', 2, NULL, NULL, NULL, '2025-03-14 10:40:21', NULL, 1, 'admin', NULL, 0, '456', '不不不', 286, '游仙'); +INSERT INTO `t_shop` VALUES (70, 1, 2, '火锅', 2, NULL, NULL, NULL, '2025-03-14 11:40:41', NULL, 0, 'admin', NULL, 1, '5555', '活', 287, NULL); +INSERT INTO `t_shop` VALUES (71, 1, 1, '望月谷', 1, NULL, NULL, NULL, '2025-03-18 11:53:06', NULL, 0, '13551265325', NULL, 1, '123456', 'WYG', 288, '游仙区'); +INSERT INTO `t_shop` VALUES (72, 1, 1, 'rtg', 4, NULL, NULL, NULL, '2025-04-08 09:26:38', NULL, 1, 'admin', NULL, 0, '123456789', 'grtg ', 289, '游先'); +INSERT INTO `t_shop` VALUES (73, 1, 1, 'XXXXXXXXXXXXX', 1, NULL, NULL, NULL, '2025-06-02 13:19:25', NULL, 0, 'admin', NULL, 1, '1111111', 'AAA', 290, '游仙'); +INSERT INTO `t_shop` VALUES (74, 1, 1, 'XXXX餐饮有限公司', 2, NULL, NULL, NULL, '2025-06-03 10:05:51', NULL, 0, 'admin', NULL, 1, '666666', '666', 291, '游先'); + +-- ---------------------------- +-- Table structure for t_stock_data_set +-- ---------------------------- +DROP TABLE IF EXISTS `t_stock_data_set`; +CREATE TABLE `t_stock_data_set` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `stockDate` datetime NULL DEFAULT NULL COMMENT '进货日期', + `lossRate` double(10, 2) NULL DEFAULT NULL COMMENT '损耗率', + `createTime` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `updateTime` datetime NULL DEFAULT NULL COMMENT '修改时间', + `disabled` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除 1是 0否', + `createBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人', + `updateBy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '修改人', + `generatorId` bigint(20) NULL DEFAULT NULL COMMENT '数据生成id', + `shopId` bigint(20) NULL DEFAULT NULL COMMENT '店铺id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 19 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '进货数据设置' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_stock_data_set +-- ---------------------------- +INSERT INTO `t_stock_data_set` VALUES (1, '2024-10-21 00:00:00', 40.00, '2024-10-22 18:38:57', NULL, 0, 'admin', NULL, 3204, 45); +INSERT INTO `t_stock_data_set` VALUES (2, '2024-10-22 00:00:00', 40.00, '2024-10-22 18:38:57', NULL, 0, 'admin', NULL, 3204, 45); +INSERT INTO `t_stock_data_set` VALUES (3, '2024-10-01 00:00:00', 6.00, '2024-10-27 12:19:30', NULL, 0, 'admin', NULL, 3263, 50); +INSERT INTO `t_stock_data_set` VALUES (4, '2024-11-03 00:00:00', 1.00, '2024-10-31 17:58:15', NULL, 0, 'admin', NULL, 3270, 50); +INSERT INTO `t_stock_data_set` VALUES (5, '2024-11-14 00:00:00', 2.00, '2024-10-31 17:58:15', NULL, 0, 'admin', NULL, 3270, 50); +INSERT INTO `t_stock_data_set` VALUES (6, '2024-10-17 00:00:00', 1.00, '2024-10-31 18:06:16', NULL, 0, 'admin', NULL, 3271, 50); +INSERT INTO `t_stock_data_set` VALUES (7, '2024-11-01 00:00:00', 0.60, '2024-10-31 18:53:20', NULL, 0, 'admin', NULL, 3273, 50); +INSERT INTO `t_stock_data_set` VALUES (8, '2025-01-01 00:00:00', 1.00, '2025-04-07 18:37:53', NULL, 0, 'admin', NULL, 3216, 67); +INSERT INTO `t_stock_data_set` VALUES (18, '2025-04-01 00:00:00', 1.00, '2025-04-07 19:02:32', NULL, 0, 'admin', NULL, 3219, 67); + +SET FOREIGN_KEY_CHECKS = 1; -- Gitblit v1.7.1